@import url(https://at.alicdn.com/t/font_416902_37ossw6no1j1yvi.css);@charset "UTF-8";
/*-----------------------------------------------------------------------------------

	Css Name: watanabe.scss
	Description: watanabeyu's style sheet for flexible
	Author: WatanabeYu

----------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	libflexible
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	参数
-----------------------------------------------------------------*/
/*定义色彩 LV越小(越高) 颜色越正*/
/*下边距*/
.mb-5 {
  margin-bottom: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-35 {
  margin-bottom: 35px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-45 {
  margin-bottom: 45px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-55 {
  margin-bottom: 55px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-65 {
  margin-bottom: 65px; }

.mb-70 {
  margin-bottom: 70px; }

/* ----------------------------------------------------------------
    功能样式
-----------------------------------------------------------------*/
* {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  color: #333;
  word-break: break-all; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5, body, button, input, optgroup, select, textarea {
  font-size: 14px; }

h6 {
  font-size: 12px; }

p {
  line-height: 1.5;
  color: #666;
  word-break: break-all; }
  p.muted {
    color: #a6a6a6; }

.muted {
  color: #a6a6a6; }

em {
  color: #FA4D24;
  font-weight: normal;
  font-style: normal; }

b {
  color: #333;
  font-weight: bolder; }

a {
  color: #666; }
  a, a:active, a:focus, a:visited, a:hover {
    text-decoration: none; }

.text-primary {
  color: #3888FB; }

.text-success {
  color: #09AA09; }

.text-info {
  color: #2dbbed; }

.text-warning {
  color: #ff8400; }

.text-danger {
  color: #FA4D24; }

.display-none {
  display: none !important; }

.display-inline-block {
  display: inline-block !important; }

.display-block {
  display: block !important; }

.container, .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

.clearfix::after, .btns::after, .btns .btn::after {
  display: block;
  content: "";
  clear: both; }

.clearfix .l, .btns .l {
  float: left; }

.clearfix .r, .btns .r {
  float: right; }

.display-table {
  display: table !important;
  width: 100%; }
  .display-table > * {
    display: table-cell !important;
    vertical-align: middle !important; }
    .display-table > *.l, .display-table > *.r {
      float: none; }

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden; }

/* ----------------------------------------------------------------
	UI样式
-----------------------------------------------------------------*/
/*按钮*/
.btn {
  border: 1px solid transparent;
  display: inline-block;
  line-height: 1.5;
  color: #666;
  background: #ebebeb;
  border-radius: 5px;
  padding: 10px 15px;
  margin: 0;
  cursor: pointer;
  text-align: center;
  font-size: 14px; }
  .btn.btn-block {
    width: 100%;
    margin: 0 auto 15px;
    display: block; }
  .btn.btn-sm {
    padding: 3px 5px;
    border-radius: 3px; }
  .btn.btn-md {
    padding: 8px 15px;
    border-radius: 5px; }
  .btn.btn-lg {
    padding: 15px 30px;
    border-radius: 8px; }
  .btn.btn-br-no {
    border-radius: 0; }
  .btn.btn-br-sm {
    border-radius: 3px; }
  .btn.btn-br-md {
    border-radius: 5px; }
  .btn.btn-br-lg {
    border-radius: 8px; }
  .btn:hover:not(.unable), .btn:active:not(.unable), .btn:focus:not(.unable) {
    opacity: .8; }
  .btn.btn-primary {
    background: #3888FB;
    color: #fff; }
    .btn.btn-primary:disabled, .btn.btn-primary[disabled], .btn.btn-primary.unable {
      color: #6aa6fc;
      cursor: not-allowed; }
      .btn.btn-primary:disabled:hover, .btn.btn-primary:disabled:active, .btn.btn-primary:disabled:focus, .btn.btn-primary[disabled]:hover, .btn.btn-primary[disabled]:active, .btn.btn-primary[disabled]:focus, .btn.btn-primary.unable:hover, .btn.btn-primary.unable:active, .btn.btn-primary.unable:focus {
        opacity: 1; }
    .btn.btn-primary.btn-border {
      border: 1px solid #3888FB;
      color: #3888FB;
      background: none; }
  .btn.btn-info {
    background: #2dbbed;
    color: #fff; }
    .btn.btn-info:disabled, .btn.btn-info[disabled], .btn.btn-info.unable {
      color: #5ccaf1;
      cursor: not-allowed; }
      .btn.btn-info:disabled:hover, .btn.btn-info:disabled:active, .btn.btn-info:disabled:focus, .btn.btn-info[disabled]:hover, .btn.btn-info[disabled]:active, .btn.btn-info[disabled]:focus, .btn.btn-info.unable:hover, .btn.btn-info.unable:active, .btn.btn-info.unable:focus {
        opacity: 1; }
    .btn.btn-info.btn-border {
      border: 1px solid #2dbbed;
      color: #2dbbed;
      background: none; }
  .btn.btn-warning {
    background: #ff8400;
    color: #fff; }
    .btn.btn-warning:disabled, .btn.btn-warning[disabled], .btn.btn-warning.unable {
      color: #ff9d33;
      cursor: not-allowed; }
      .btn.btn-warning:disabled:hover, .btn.btn-warning:disabled:active, .btn.btn-warning:disabled:focus, .btn.btn-warning[disabled]:hover, .btn.btn-warning[disabled]:active, .btn.btn-warning[disabled]:focus, .btn.btn-warning.unable:hover, .btn.btn-warning.unable:active, .btn.btn-warning.unable:focus {
        opacity: 1; }
    .btn.btn-warning.btn-border {
      border: 1px solid #ff8400;
      color: #ff8400;
      background: none; }
  .btn.btn-success {
    background: #09AA09;
    color: #fff; }
    .btn.btn-success:disabled, .btn.btn-success[disabled], .btn.btn-success.unable {
      color: #0cda0c;
      cursor: not-allowed; }
      .btn.btn-success:disabled:hover, .btn.btn-success:disabled:active, .btn.btn-success:disabled:focus, .btn.btn-success[disabled]:hover, .btn.btn-success[disabled]:active, .btn.btn-success[disabled]:focus, .btn.btn-success.unable:hover, .btn.btn-success.unable:active, .btn.btn-success.unable:focus {
        opacity: 1; }
    .btn.btn-success.btn-border {
      border: 1px solid #09AA09;
      color: #09AA09;
      background: none; }
  .btn.btn-danger {
    background: #FA4D24;
    color: #fff; }
    .btn.btn-danger:disabled, .btn.btn-danger[disabled], .btn.btn-danger.unable {
      color: #fb7656;
      cursor: not-allowed; }
      .btn.btn-danger:disabled:hover, .btn.btn-danger:disabled:active, .btn.btn-danger:disabled:focus, .btn.btn-danger[disabled]:hover, .btn.btn-danger[disabled]:active, .btn.btn-danger[disabled]:focus, .btn.btn-danger.unable:hover, .btn.btn-danger.unable:active, .btn.btn-danger.unable:focus {
        opacity: 1; }
    .btn.btn-danger.btn-border {
      border: 1px solid #FA4D24;
      color: #FA4D24;
      background: none; }
  .btn.unable, .btn:disabled, .btn[disabled] {
    cursor: not-allowed;
    border: 1px solid #ebebeb !important;
    background: #ddd !important;
    color: #a6a6a6 !important; }
    .btn.unable:hover, .btn.unable:active, .btn.unable:focus, .btn:disabled:hover, .btn:disabled:active, .btn:disabled:focus, .btn[disabled]:hover, .btn[disabled]:active, .btn[disabled]:focus {
      opacity: 100; }

/*按钮组*/
.btns .btn {
  margin-left: -1px;
  border-radius: 0;
  float: left;
  position: relative; }
  .btns .btn:first-of-type {
    margin-left: 0; }
    .btns .btn:first-of-type.btn-br-sm {
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
    .btns .btn:first-of-type.btn-br-md {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .btns .btn:first-of-type.btn-br-lg {
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px; }
  .btns .btn:last-of-type.btn-br-sm {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .btns .btn:last-of-type.btn-br-md {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
  .btns .btn:last-of-type.btn-br-lg {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px; }

/*按钮组合，均等大小排列*/
.btn-groups > * {
  padding: 0 10px; }
  .btn-groups > *:first-child {
    padding-left: 0; }
  .btn-groups > *:last-child {
    padding-right: 0; }

.g_btns {
  padding: 10px 15px;
  font-size: 12px;
  background: #fff; }
  .g_btns .btn {
    margin-bottom: 0; }

/* ----------------------------------------------------------------
	定义代码片段 前缀hack已用autoprefixer-loader代替
-----------------------------------------------------------------*/
/*媒体查询*/
/*省略显示点点点,移动端通用*/
/*flex*/
.flex-box, .btn-groups {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  .flex-box.flex-v, .flex-v.btn-groups {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

.flex-inner.flex-1, .btn-groups > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.flex-inner.flex-2, .btn-groups > .flex-2 {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2; }

.flex-inner.flex-3, .btn-groups > .flex-3 {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3; }

.flex-inner.flex-4, .btn-groups > .flex-4 {
  -webkit-box-flex: 4;
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4; }

.flex-inner.flex-5, .btn-groups > .flex-5 {
  -webkit-box-flex: 5;
  -webkit-flex: 5;
  -ms-flex: 5;
  flex: 5; }

.flex-inner.flex-6, .btn-groups > .flex-6 {
  -webkit-box-flex: 6;
  -webkit-flex: 6;
  -ms-flex: 6;
  flex: 6; }

.flex-inner.flex-7, .btn-groups > .flex-7 {
  -webkit-box-flex: 7;
  -webkit-flex: 7;
  -ms-flex: 7;
  flex: 7; }

.flex-inner.flex-8, .btn-groups > .flex-8 {
  -webkit-box-flex: 8;
  -webkit-flex: 8;
  -ms-flex: 8;
  flex: 8; }

.flex-inner.flex-9, .btn-groups > .flex-9 {
  -webkit-box-flex: 9;
  -webkit-flex: 9;
  -ms-flex: 9;
  flex: 9; }

.flex-inner.flex-10, .btn-groups > .flex-10 {
  -webkit-box-flex: 10;
  -webkit-flex: 10;
  -ms-flex: 10;
  flex: 10; }

.flex-inner.flex-11, .btn-groups > .flex-11 {
  -webkit-box-flex: 11;
  -webkit-flex: 11;
  -ms-flex: 11;
  flex: 11; }

.flex-inner.flex-12, .btn-groups > .flex-12 {
  -webkit-box-flex: 12;
  -webkit-flex: 12;
  -ms-flex: 12;
  flex: 12; }

.flex-inner.flex-align-center, .btn-groups > .flex-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-inner.flex-pack-center, .btn-groups > .flex-pack-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex-inner.flex-pack-justify, .btn-groups > .flex-pack-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* ----------------------------------------------------------------
	手机端仿原生样式
-----------------------------------------------------------------*/
@media only screen and (max-device-width: 768px) {
  /*去掉点击链接和文本框对象的半透明覆盖（iOS）或者虚框（Android）*/
  a, h1, h2, h3, h4, h5, h6, span, b, i, input, textarea, select, label {
    -webkit-tap-hightlight-color: rgba(0, 0, 0, 0) !important; }
  /*禁用长按页面时弹出菜单（iOS下有效）*/
  body {
    -webkit-touch-callout: none !important; }
  /*消除原生外观，在iOS上加上这个属性才能给按钮和输入框自定义样式：*/
  button, input, textarea, select, label {
    -webkit-apperance: none !important; }
  /*点击效果去除高光*/
  i, span, div, li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important; }
  /*动画开启GPU渲染*/
  .action {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

header {
  height: 45px;
  line-height: 45px;
  background: #3888FB;
  color: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999; }
  header + * {
    margin-top: 45px !important; }
  header > * {
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    cursor: pointer; }
    header > *.title {
      text-overflow: -o-ellipsis-lastline;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      word-break: break-all;
      font-size: 18px;
      cursor: default; }
    header > *.iconfont {
      cursor: pointer;
      font-size: 20px; }
    header > *:first-of-type {
      text-align: left; }
    header > *:last-of-type {
      text-align: right; }

#shareBox {
  width: 100%;
  height: 100%;
  background: #333;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 1000; }
  #shareBox img {
    width: 50%;
    float: right;
    margin: 15px; }

.container-fluid .num-dot {
  height: 15px;
  width: auto;
  min-width: 15px;
  border-radius: 7px;
  position: fixed;
  left: 30px;
  top: 5px;
  background-color: red;
  font-size: 10px;
  line-height: 15px;
  color: white;
  text-align: center; }

.container-fluid .file {
  position: absolute;
  top: 5px;
  right: 50px; }
  .container-fluid .file .qrcode {
    width: 20px;
    height: 20px; }
@charset "UTF-8";
/*-----------------------------------------------------------------------------------

	Css Name: watanabe.scss
	Description: watanabeyu's style sheet for flexible
	Author: WatanabeYu

----------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	libflexible
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	参数
-----------------------------------------------------------------*/
/*定义色彩 LV越小(越高) 颜色越正*/
/*下边距*/
.mb-5 {
  margin-bottom: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-35 {
  margin-bottom: 35px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-45 {
  margin-bottom: 45px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-55 {
  margin-bottom: 55px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-65 {
  margin-bottom: 65px; }

.mb-70 {
  margin-bottom: 70px; }

/* ----------------------------------------------------------------
    功能样式
-----------------------------------------------------------------*/
* {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  color: #333;
  word-break: break-all; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5, body, button, input, optgroup, select, textarea {
  font-size: 14px; }

h6 {
  font-size: 12px; }

p {
  line-height: 1.5;
  color: #666;
  word-break: break-all; }
  p.muted {
    color: #a6a6a6; }

.muted {
  color: #a6a6a6; }

em {
  color: #FA4D24;
  font-weight: normal;
  font-style: normal; }

b {
  color: #333;
  font-weight: bolder; }

a {
  color: #666; }
  a, a:active, a:focus, a:visited, a:hover {
    text-decoration: none; }

.text-primary {
  color: #3888FB; }

.text-success {
  color: #09AA09; }

.text-info {
  color: #2dbbed; }

.text-warning {
  color: #ff8400; }

.text-danger {
  color: #FA4D24; }

.display-none {
  display: none !important; }

.display-inline-block {
  display: inline-block !important; }

.display-block {
  display: block !important; }

.container, .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

.clearfix::after, .btns::after, .btns .btn::after {
  display: block;
  content: "";
  clear: both; }

.clearfix .l, .btns .l {
  float: left; }

.clearfix .r, .btns .r {
  float: right; }

.display-table {
  display: table !important;
  width: 100%; }
  .display-table > * {
    display: table-cell !important;
    vertical-align: middle !important; }
    .display-table > *.l, .display-table > *.r {
      float: none; }

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden; }

/* ----------------------------------------------------------------
	UI样式
-----------------------------------------------------------------*/
/*按钮*/
.btn {
  border: 1px solid transparent;
  display: inline-block;
  line-height: 1.5;
  color: #666;
  background: #ebebeb;
  border-radius: 5px;
  padding: 10px 15px;
  margin: 0;
  cursor: pointer;
  text-align: center;
  font-size: 14px; }
  .btn.btn-block {
    width: 100%;
    margin: 0 auto 15px;
    display: block; }
  .btn.btn-sm {
    padding: 3px 5px;
    border-radius: 3px; }
  .btn.btn-md {
    padding: 8px 15px;
    border-radius: 5px; }
  .btn.btn-lg {
    padding: 15px 30px;
    border-radius: 8px; }
  .btn.btn-br-no {
    border-radius: 0; }
  .btn.btn-br-sm {
    border-radius: 3px; }
  .btn.btn-br-md {
    border-radius: 5px; }
  .btn.btn-br-lg {
    border-radius: 8px; }
  .btn:hover:not(.unable), .btn:active:not(.unable), .btn:focus:not(.unable) {
    opacity: .8; }
  .btn.btn-primary {
    background: #3888FB;
    color: #fff; }
    .btn.btn-primary:disabled, .btn.btn-primary[disabled], .btn.btn-primary.unable {
      color: #6aa6fc;
      cursor: not-allowed; }
      .btn.btn-primary:disabled:hover, .btn.btn-primary:disabled:active, .btn.btn-primary:disabled:focus, .btn.btn-primary[disabled]:hover, .btn.btn-primary[disabled]:active, .btn.btn-primary[disabled]:focus, .btn.btn-primary.unable:hover, .btn.btn-primary.unable:active, .btn.btn-primary.unable:focus {
        opacity: 1; }
    .btn.btn-primary.btn-border {
      border: 1px solid #3888FB;
      color: #3888FB;
      background: none; }
  .btn.btn-info {
    background: #2dbbed;
    color: #fff; }
    .btn.btn-info:disabled, .btn.btn-info[disabled], .btn.btn-info.unable {
      color: #5ccaf1;
      cursor: not-allowed; }
      .btn.btn-info:disabled:hover, .btn.btn-info:disabled:active, .btn.btn-info:disabled:focus, .btn.btn-info[disabled]:hover, .btn.btn-info[disabled]:active, .btn.btn-info[disabled]:focus, .btn.btn-info.unable:hover, .btn.btn-info.unable:active, .btn.btn-info.unable:focus {
        opacity: 1; }
    .btn.btn-info.btn-border {
      border: 1px solid #2dbbed;
      color: #2dbbed;
      background: none; }
  .btn.btn-warning {
    background: #ff8400;
    color: #fff; }
    .btn.btn-warning:disabled, .btn.btn-warning[disabled], .btn.btn-warning.unable {
      color: #ff9d33;
      cursor: not-allowed; }
      .btn.btn-warning:disabled:hover, .btn.btn-warning:disabled:active, .btn.btn-warning:disabled:focus, .btn.btn-warning[disabled]:hover, .btn.btn-warning[disabled]:active, .btn.btn-warning[disabled]:focus, .btn.btn-warning.unable:hover, .btn.btn-warning.unable:active, .btn.btn-warning.unable:focus {
        opacity: 1; }
    .btn.btn-warning.btn-border {
      border: 1px solid #ff8400;
      color: #ff8400;
      background: none; }
  .btn.btn-success {
    background: #09AA09;
    color: #fff; }
    .btn.btn-success:disabled, .btn.btn-success[disabled], .btn.btn-success.unable {
      color: #0cda0c;
      cursor: not-allowed; }
      .btn.btn-success:disabled:hover, .btn.btn-success:disabled:active, .btn.btn-success:disabled:focus, .btn.btn-success[disabled]:hover, .btn.btn-success[disabled]:active, .btn.btn-success[disabled]:focus, .btn.btn-success.unable:hover, .btn.btn-success.unable:active, .btn.btn-success.unable:focus {
        opacity: 1; }
    .btn.btn-success.btn-border {
      border: 1px solid #09AA09;
      color: #09AA09;
      background: none; }
  .btn.btn-danger {
    background: #FA4D24;
    color: #fff; }
    .btn.btn-danger:disabled, .btn.btn-danger[disabled], .btn.btn-danger.unable {
      color: #fb7656;
      cursor: not-allowed; }
      .btn.btn-danger:disabled:hover, .btn.btn-danger:disabled:active, .btn.btn-danger:disabled:focus, .btn.btn-danger[disabled]:hover, .btn.btn-danger[disabled]:active, .btn.btn-danger[disabled]:focus, .btn.btn-danger.unable:hover, .btn.btn-danger.unable:active, .btn.btn-danger.unable:focus {
        opacity: 1; }
    .btn.btn-danger.btn-border {
      border: 1px solid #FA4D24;
      color: #FA4D24;
      background: none; }
  .btn.unable, .btn:disabled, .btn[disabled] {
    cursor: not-allowed;
    border: 1px solid #ebebeb !important;
    background: #ddd !important;
    color: #a6a6a6 !important; }
    .btn.unable:hover, .btn.unable:active, .btn.unable:focus, .btn:disabled:hover, .btn:disabled:active, .btn:disabled:focus, .btn[disabled]:hover, .btn[disabled]:active, .btn[disabled]:focus {
      opacity: 100; }

/*按钮组*/
.btns .btn {
  margin-left: -1px;
  border-radius: 0;
  float: left;
  position: relative; }
  .btns .btn:first-of-type {
    margin-left: 0; }
    .btns .btn:first-of-type.btn-br-sm {
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
    .btns .btn:first-of-type.btn-br-md {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .btns .btn:first-of-type.btn-br-lg {
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px; }
  .btns .btn:last-of-type.btn-br-sm {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .btns .btn:last-of-type.btn-br-md {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
  .btns .btn:last-of-type.btn-br-lg {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px; }

/*按钮组合，均等大小排列*/
.btn-groups > * {
  padding: 0 10px; }
  .btn-groups > *:first-child {
    padding-left: 0; }
  .btn-groups > *:last-child {
    padding-right: 0; }

.g_btns {
  padding: 10px 15px;
  font-size: 12px;
  background: #fff; }
  .g_btns .btn {
    margin-bottom: 0; }

/* ----------------------------------------------------------------
	定义代码片段 前缀hack已用autoprefixer-loader代替
-----------------------------------------------------------------*/
/*媒体查询*/
/*省略显示点点点,移动端通用*/
/*flex*/
.flex-box, .btn-groups {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  .flex-box.flex-v, .flex-v.btn-groups {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

.flex-inner.flex-1, .btn-groups > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.flex-inner.flex-2, .btn-groups > .flex-2 {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2; }

.flex-inner.flex-3, .btn-groups > .flex-3 {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3; }

.flex-inner.flex-4, .btn-groups > .flex-4 {
  -webkit-box-flex: 4;
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4; }

.flex-inner.flex-5, .btn-groups > .flex-5 {
  -webkit-box-flex: 5;
  -webkit-flex: 5;
  -ms-flex: 5;
  flex: 5; }

.flex-inner.flex-6, .btn-groups > .flex-6 {
  -webkit-box-flex: 6;
  -webkit-flex: 6;
  -ms-flex: 6;
  flex: 6; }

.flex-inner.flex-7, .btn-groups > .flex-7 {
  -webkit-box-flex: 7;
  -webkit-flex: 7;
  -ms-flex: 7;
  flex: 7; }

.flex-inner.flex-8, .btn-groups > .flex-8 {
  -webkit-box-flex: 8;
  -webkit-flex: 8;
  -ms-flex: 8;
  flex: 8; }

.flex-inner.flex-9, .btn-groups > .flex-9 {
  -webkit-box-flex: 9;
  -webkit-flex: 9;
  -ms-flex: 9;
  flex: 9; }

.flex-inner.flex-10, .btn-groups > .flex-10 {
  -webkit-box-flex: 10;
  -webkit-flex: 10;
  -ms-flex: 10;
  flex: 10; }

.flex-inner.flex-11, .btn-groups > .flex-11 {
  -webkit-box-flex: 11;
  -webkit-flex: 11;
  -ms-flex: 11;
  flex: 11; }

.flex-inner.flex-12, .btn-groups > .flex-12 {
  -webkit-box-flex: 12;
  -webkit-flex: 12;
  -ms-flex: 12;
  flex: 12; }

.flex-inner.flex-align-center, .btn-groups > .flex-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-inner.flex-pack-center, .btn-groups > .flex-pack-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex-inner.flex-pack-justify, .btn-groups > .flex-pack-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* ----------------------------------------------------------------
	手机端仿原生样式
-----------------------------------------------------------------*/
@media only screen and (max-device-width: 768px) {
  /*去掉点击链接和文本框对象的半透明覆盖（iOS）或者虚框（Android）*/
  a, h1, h2, h3, h4, h5, h6, span, b, i, input, textarea, select, label {
    -webkit-tap-hightlight-color: rgba(0, 0, 0, 0) !important; }
  /*禁用长按页面时弹出菜单（iOS下有效）*/
  body {
    -webkit-touch-callout: none !important; }
  /*消除原生外观，在iOS上加上这个属性才能给按钮和输入框自定义样式：*/
  button, input, textarea, select, label {
    -webkit-apperance: none !important; }
  /*点击效果去除高光*/
  i, span, div, li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important; }
  /*动画开启GPU渲染*/
  .action {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

footer {
  height: 60px;
  line-height: 60px;
  background: #fff;
  border-top: 1px solid #f9f9f9;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999; }
  footer > * {
    text-align: center;
    font-size: 12px;
    cursor: pointer; }
    footer > *.cur {
      color: #F90; }
    footer > * > * {
      display: block;
      width: 100%;
      height: 30px;
      float: left;
      line-height: 30px; }
      footer > * > *.iconfont {
        line-height: 40px;
        font-size: 20px; }
      footer > * > *.icon {
        width: 100%;
        height: 20px;
        margin-top: 10px; }
  footer .door-icon {
    width: 18px;
    height: 18px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px; }
  footer .lock-icon {
    width: 22px;
    height: 22px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px; }
  footer .center {
    text-align: center; }
  footer .button {
    color: white;
    border-radius: 4px;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    width: 70%;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    float: none; }
  footer .button-high {
    color: white;
    border-radius: 4px;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    width: 70%;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    float: none; }
  footer .button-high2 {
    color: white;
    border-radius: 4px;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    width: 90%;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    float: none; }
  footer .button1 {
    background-color: #ff9900; }
  footer .button2 {
    background-color: #3888FB; }
  footer .button3 {
    background-color: red; }
  footer .note {
    height: 20px;
    line-height: 20px; }
  footer .avatar .avatar-img {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 10px; }
  footer .name {
    margin-left: 5px;
    margin-top: 5px;
    font-weight: bolder;
    min-width: 50px;
    max-width: 100px; }
  footer #lock, footer #door, footer #intelligence {
    border-radius: 5px; }
  footer #lock {
    background-color: white; }
  footer #door {
    background-color: white;
    margin-left: 5px;
    margin-right: 5px; }
  footer #intelligence {
    background-color: white; }
@charset "UTF-8";
/*-----------------------------------------------------------------------------------

	Css Name: watanabe.scss
	Description: watanabeyu's style sheet for flexible
	Author: WatanabeYu

----------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	libflexible
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	参数
-----------------------------------------------------------------*/
/*定义色彩 LV越小(越高) 颜色越正*/
/*下边距*/
.mb-5 {
  margin-bottom: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-35 {
  margin-bottom: 35px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-45 {
  margin-bottom: 45px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-55 {
  margin-bottom: 55px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-65 {
  margin-bottom: 65px; }

.mb-70 {
  margin-bottom: 70px; }

/* ----------------------------------------------------------------
    功能样式
-----------------------------------------------------------------*/
* {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  color: #333;
  word-break: break-all; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5, body, button, input, optgroup, select, textarea {
  font-size: 14px; }

h6 {
  font-size: 12px; }

p {
  line-height: 1.5;
  color: #666;
  word-break: break-all; }
  p.muted {
    color: #a6a6a6; }

.muted {
  color: #a6a6a6; }

em {
  color: #FA4D24;
  font-weight: normal;
  font-style: normal; }

b {
  color: #333;
  font-weight: bolder; }

a {
  color: #666; }
  a, a:active, a:focus, a:visited, a:hover {
    text-decoration: none; }

.text-primary {
  color: #3888FB; }

.text-success {
  color: #09AA09; }

.text-info {
  color: #2dbbed; }

.text-warning {
  color: #ff8400; }

.text-danger {
  color: #FA4D24; }

.display-none, .DayPicker {
  display: none !important; }

.display-inline-block {
  display: inline-block !important; }

.display-block {
  display: block !important; }

.container, .container-fluid, html body .box, html body form .input-group + .muted, html body .form .input-group + .muted {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

.clearfix::after, .btns::after, .btns .btn::after {
  display: block;
  content: "";
  clear: both; }

.clearfix .l, .btns .l {
  float: left; }

.clearfix .r, .btns .r {
  float: right; }

.display-table, .tabs {
  display: table !important;
  width: 100%; }
  .display-table > *, .tabs > * {
    display: table-cell !important;
    vertical-align: middle !important; }
    .display-table > *.l, .tabs > *.l, .display-table > *.r, .tabs > *.r {
      float: none; }

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden; }

/* ----------------------------------------------------------------
	UI样式
-----------------------------------------------------------------*/
/*按钮*/
.btn {
  border: 1px solid transparent;
  display: inline-block;
  line-height: 1.5;
  color: #666;
  background: #ebebeb;
  border-radius: 5px;
  padding: 10px 15px;
  margin: 0;
  cursor: pointer;
  text-align: center;
  font-size: 14px; }
  .btn.btn-block {
    width: 100%;
    margin: 0 auto 15px;
    display: block; }
  .btn.btn-sm {
    padding: 3px 5px;
    border-radius: 3px; }
  .btn.btn-md {
    padding: 8px 15px;
    border-radius: 5px; }
  .btn.btn-lg {
    padding: 15px 30px;
    border-radius: 8px; }
  .btn.btn-br-no {
    border-radius: 0; }
  .btn.btn-br-sm {
    border-radius: 3px; }
  .btn.btn-br-md {
    border-radius: 5px; }
  .btn.btn-br-lg {
    border-radius: 8px; }
  .btn:hover:not(.unable), .btn:active:not(.unable), .btn:focus:not(.unable) {
    opacity: .8; }
  .btn.btn-primary {
    background: #3888FB;
    color: #fff; }
    .btn.btn-primary:disabled, .btn.btn-primary[disabled], .btn.btn-primary.unable {
      color: #6aa6fc;
      cursor: not-allowed; }
      .btn.btn-primary:disabled:hover, .btn.btn-primary:disabled:active, .btn.btn-primary:disabled:focus, .btn.btn-primary[disabled]:hover, .btn.btn-primary[disabled]:active, .btn.btn-primary[disabled]:focus, .btn.btn-primary.unable:hover, .btn.btn-primary.unable:active, .btn.btn-primary.unable:focus {
        opacity: 1; }
    .btn.btn-primary.btn-border {
      border: 1px solid #3888FB;
      color: #3888FB;
      background: none; }
  .btn.btn-info {
    background: #2dbbed;
    color: #fff; }
    .btn.btn-info:disabled, .btn.btn-info[disabled], .btn.btn-info.unable {
      color: #5ccaf1;
      cursor: not-allowed; }
      .btn.btn-info:disabled:hover, .btn.btn-info:disabled:active, .btn.btn-info:disabled:focus, .btn.btn-info[disabled]:hover, .btn.btn-info[disabled]:active, .btn.btn-info[disabled]:focus, .btn.btn-info.unable:hover, .btn.btn-info.unable:active, .btn.btn-info.unable:focus {
        opacity: 1; }
    .btn.btn-info.btn-border {
      border: 1px solid #2dbbed;
      color: #2dbbed;
      background: none; }
  .btn.btn-warning {
    background: #ff8400;
    color: #fff; }
    .btn.btn-warning:disabled, .btn.btn-warning[disabled], .btn.btn-warning.unable {
      color: #ff9d33;
      cursor: not-allowed; }
      .btn.btn-warning:disabled:hover, .btn.btn-warning:disabled:active, .btn.btn-warning:disabled:focus, .btn.btn-warning[disabled]:hover, .btn.btn-warning[disabled]:active, .btn.btn-warning[disabled]:focus, .btn.btn-warning.unable:hover, .btn.btn-warning.unable:active, .btn.btn-warning.unable:focus {
        opacity: 1; }
    .btn.btn-warning.btn-border {
      border: 1px solid #ff8400;
      color: #ff8400;
      background: none; }
  .btn.btn-success {
    background: #09AA09;
    color: #fff; }
    .btn.btn-success:disabled, .btn.btn-success[disabled], .btn.btn-success.unable {
      color: #0cda0c;
      cursor: not-allowed; }
      .btn.btn-success:disabled:hover, .btn.btn-success:disabled:active, .btn.btn-success:disabled:focus, .btn.btn-success[disabled]:hover, .btn.btn-success[disabled]:active, .btn.btn-success[disabled]:focus, .btn.btn-success.unable:hover, .btn.btn-success.unable:active, .btn.btn-success.unable:focus {
        opacity: 1; }
    .btn.btn-success.btn-border {
      border: 1px solid #09AA09;
      color: #09AA09;
      background: none; }
  .btn.btn-danger {
    background: #FA4D24;
    color: #fff; }
    .btn.btn-danger:disabled, .btn.btn-danger[disabled], .btn.btn-danger.unable {
      color: #fb7656;
      cursor: not-allowed; }
      .btn.btn-danger:disabled:hover, .btn.btn-danger:disabled:active, .btn.btn-danger:disabled:focus, .btn.btn-danger[disabled]:hover, .btn.btn-danger[disabled]:active, .btn.btn-danger[disabled]:focus, .btn.btn-danger.unable:hover, .btn.btn-danger.unable:active, .btn.btn-danger.unable:focus {
        opacity: 1; }
    .btn.btn-danger.btn-border {
      border: 1px solid #FA4D24;
      color: #FA4D24;
      background: none; }
  .btn.unable, .btn:disabled, .btn[disabled] {
    cursor: not-allowed;
    border: 1px solid #ebebeb !important;
    background: #ddd !important;
    color: #a6a6a6 !important; }
    .btn.unable:hover, .btn.unable:active, .btn.unable:focus, .btn:disabled:hover, .btn:disabled:active, .btn:disabled:focus, .btn[disabled]:hover, .btn[disabled]:active, .btn[disabled]:focus {
      opacity: 100; }

/*按钮组*/
.btns .btn {
  margin-left: -1px;
  border-radius: 0;
  float: left;
  position: relative; }
  .btns .btn:first-of-type {
    margin-left: 0; }
    .btns .btn:first-of-type.btn-br-sm {
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
    .btns .btn:first-of-type.btn-br-md {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .btns .btn:first-of-type.btn-br-lg {
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px; }
  .btns .btn:last-of-type.btn-br-sm {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .btns .btn:last-of-type.btn-br-md {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
  .btns .btn:last-of-type.btn-br-lg {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px; }

/*按钮组合，均等大小排列*/
.btn-groups > * {
  padding: 0 10px; }
  .btn-groups > *:first-child {
    padding-left: 0; }
  .btn-groups > *:last-child {
    padding-right: 0; }

.g_btns {
  padding: 10px 15px;
  font-size: 12px;
  background: #fff; }
  .g_btns .btn {
    margin-bottom: 0; }

/* ----------------------------------------------------------------
	定义代码片段 前缀hack已用autoprefixer-loader代替
-----------------------------------------------------------------*/
/*媒体查询*/
/*省略显示点点点,移动端通用*/
/*flex*/
.flex-box, .btn-groups {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  .flex-box.flex-v, .flex-v.btn-groups {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

.flex-inner.flex-1, .btn-groups > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.flex-inner.flex-2, .btn-groups > .flex-2 {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2; }

.flex-inner.flex-3, .btn-groups > .flex-3 {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3; }

.flex-inner.flex-4, .btn-groups > .flex-4 {
  -webkit-box-flex: 4;
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4; }

.flex-inner.flex-5, .btn-groups > .flex-5 {
  -webkit-box-flex: 5;
  -webkit-flex: 5;
  -ms-flex: 5;
  flex: 5; }

.flex-inner.flex-6, .btn-groups > .flex-6 {
  -webkit-box-flex: 6;
  -webkit-flex: 6;
  -ms-flex: 6;
  flex: 6; }

.flex-inner.flex-7, .btn-groups > .flex-7 {
  -webkit-box-flex: 7;
  -webkit-flex: 7;
  -ms-flex: 7;
  flex: 7; }

.flex-inner.flex-8, .btn-groups > .flex-8 {
  -webkit-box-flex: 8;
  -webkit-flex: 8;
  -ms-flex: 8;
  flex: 8; }

.flex-inner.flex-9, .btn-groups > .flex-9 {
  -webkit-box-flex: 9;
  -webkit-flex: 9;
  -ms-flex: 9;
  flex: 9; }

.flex-inner.flex-10, .btn-groups > .flex-10 {
  -webkit-box-flex: 10;
  -webkit-flex: 10;
  -ms-flex: 10;
  flex: 10; }

.flex-inner.flex-11, .btn-groups > .flex-11 {
  -webkit-box-flex: 11;
  -webkit-flex: 11;
  -ms-flex: 11;
  flex: 11; }

.flex-inner.flex-12, .btn-groups > .flex-12 {
  -webkit-box-flex: 12;
  -webkit-flex: 12;
  -ms-flex: 12;
  flex: 12; }

.flex-inner.flex-align-center, .btn-groups > .flex-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-inner.flex-pack-center, .btn-groups > .flex-pack-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex-inner.flex-pack-justify, .btn-groups > .flex-pack-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* ----------------------------------------------------------------
	手机端仿原生样式
-----------------------------------------------------------------*/
@media only screen and (max-device-width: 768px) {
  /*去掉点击链接和文本框对象的半透明覆盖（iOS）或者虚框（Android）*/
  a, h1, h2, h3, h4, h5, h6, span, b, i, input, textarea, select, label {
    -webkit-tap-hightlight-color: rgba(0, 0, 0, 0) !important; }
  /*禁用长按页面时弹出菜单（iOS下有效）*/
  body {
    -webkit-touch-callout: none !important; }
  /*消除原生外观，在iOS上加上这个属性才能给按钮和输入框自定义样式：*/
  button, input, textarea, select, label {
    -webkit-apperance: none !important; }
  /*点击效果去除高光*/
  i, span, div, li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important; }
  /*动画开启GPU渲染*/
  .action {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

#cnzz_stat_icon_1275648111 {
  visibility: hidden; }

html {
  font-size: "PingFang SC", "Microsoft Yahei", "Droid Sans", Helvetica, Arial, sans-serif;
  min-height: 100%;
  overflow: auto; }
  html body {
    height: auto;
    min-height: 100%;
    position: relative;
    background: #ebebeb;
    color: #666; }
    html body #app {
      padding-bottom: 75px; }
    html body .box {
      padding: 10px 15px;
      font-size: 12px;
      background: #fff; }
      html body .box.gap {
        margin-bottom: 15px; }
        html body .box.gap + .box {
          border-top: none; }
      html body .box.row {
        padding: 10px 0; }
      html body .box + .box {
        border-top: 1px solid #ebebeb; }
      html body .box .heading {
        margin-top: 0px; }
    html body .heading {
      margin: 10px 0; }
    html body .loading {
      text-align: center;
      margin: 10px auto; }
    html body ul.function + .function {
      margin-top: 10px; }
    html body ul.function li {
      height: 44px;
      line-height: 44px;
      font-size: 14px;
      border-bottom: 1px solid #ebebeb;
      background: #fff;
      cursor: pointer; }
      html body ul.function li .iconfont {
        color: #a6a6a6; }
      html body ul.function li img {
        height: 30px;
        width: 30px;
        border-radius: 50%;
        margin-top: 7px; }
      html body ul.function li span {
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        word-break: break-all; }
        html body ul.function li span.l {
          max-width: 25%; }
        html body ul.function li span.r {
          max-width: 60%; }
    html body .resize {
      cursor: pointer; }
    html body nav {
      width: 100%;
      display: block;
      background: #fff;
      position: fixed;
      left: 0;
      top: 45px;
      z-index: 99;
      margin-top: 0 !important; }
      html body nav + * {
        margin-top: 95px; }
      html body nav > div {
        text-align: center;
        cursor: pointer;
        padding: 10px 0;
        border-bottom: 1px solid #ebebeb; }
        html body nav > div.cur {
          color: #3888FB;
          border-bottom: 1px solid #3888FB; }
        html body nav > div span {
          line-height: 30px;
          display: block;
          width: 100%;
          border-right: 1px solid #ebebeb; }
    html body .full-width {
      width: 100% !important; }
    html body .baseInfo .form > * {
      margin-bottom: 0; }
    html body .baseInfo .form .input-group {
      padding: 0;
      line-height: 1.5; }
      html body .baseInfo .form .input-group input {
        width: 65%;
        border: 1px solid #bbb; }
        html body .baseInfo .form .input-group input:disabled, html body .baseInfo .form .input-group input[disabled] {
          border: none;
          background: none; }
      html body .baseInfo .form .input-group .label {
        width: 35%;
        text-align: right;
        padding-right: 10px; }
        html body .baseInfo .form .input-group .label input {
          width: 100%; }
    html body .baseInfo .form .input-group2 {
      padding: 0;
      line-height: 1.5; }
      html body .baseInfo .form .input-group2 input {
        width: 30%;
        border: 1px solid #bbb; }
        html body .baseInfo .form .input-group2 input:disabled, html body .baseInfo .form .input-group2 input[disabled] {
          border: none;
          background: none; }
      html body .baseInfo .form .input-group2 .label {
        width: 15%;
        text-align: right;
        padding-right: 10px; }
        html body .baseInfo .form .input-group2 .label input {
          width: 100%; }
    html body .baseInfo .add-btn {
      text-align: center;
      margin: 0;
      width: 50px;
      margin-left: -10%;
      height: 32px; }
    html body form > *, html body .form > * {
      margin-bottom: 15px; }
      html body form > *:last-child, html body .form > *:last-child {
        margin-bottom: 0; }
    html body form input, html body .form input {
      border: 1px solid #ddd;
      border-radius: 5px; }
      html body form input.input-block, html body .form input.input-block {
        width: 100%;
        display: block; }
        html body form input.input-block.no-border, html body .form input.input-block.no-border {
          border: none; }
    html body form textarea, html body .form textarea {
      border: 1px solid #ddd;
      padding: 7px 12px;
      border-radius: 5px;
      display: block;
      width: 100%;
      resize: none; }
    html body form .input-group, html body .form .input-group {
      background: #fff;
      padding: 10px 15px;
      line-height: 44px;
      border-bottom: 1px solid #ebebeb; }
      html body form .input-group:last-child, html body .form .input-group:last-child {
        border-bottom: none; }
      html body form .input-group > .iconfont, html body .form .input-group > .iconfont {
        font-size: 20px;
        float: left;
        width: 10%; }
      html body form .input-group.no-border, html body .form .input-group.no-border {
        border: none; }
      html body form .input-group + .muted, html body .form .input-group + .muted {
        margin: 10px auto; }
      html body form .input-group input, html body .form .input-group input {
        width: 85%;
        border: none; }
      html body form .input-group input.input-border, html body .form .input-group input.input-border {
        border: 1px solid #bbb; }
      html body form .input-group input.input-no-radius, html body .form .input-group input.input-no-radius {
        border-radius: 0; }
      html body form .input-group .r, html body .form .input-group .r {
        width: 32%;
        padding-left: 10px;
        text-align: right; }
        html body form .input-group .r .btn, html body .form .input-group .r .btn {
          margin: 0;
          font-size: 12px;
          padding: 8px 0px; }
          html body form .input-group .r .btn.btn-grey, html body .form .input-group .r .btn.btn-grey {
            border: 1px solid #ccc;
            color: #a6a6a6;
            background: none; }
        html body form .input-group .r .iconfont, html body .form .input-group .r .iconfont {
          float: none;
          font-size: 20px; }

/* ----------------------------------------------------------------
	修改插件样式
-----------------------------------------------------------------*/
.pop-mask .pop h4, .pop-mask .pop p {
  color: #fff; }

.DayPicker {
  background: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000; }
  .DayPicker abbr[title], .DayPicker acronym[title] {
    text-decoration: none; }
  .DayPicker .DayPicker-Footer {
    text-align: center; }

html body .picker .area-select.medium .ant-select {
  width: 31%; }
  html body .picker .area-select.medium .ant-select:first-child {
    margin-left: 0; }

html body .picker .ant-select-selection {
  border: 1px solid #bbb; }

html body .picker .ant-select-selection--single {
  height: 32px; }

html body .picker .ant-select-selection__rendered {
  line-height: 32px; }

html body .picker .picker-item {
  height: 32px;
  width: 32% !important;
  margin-right: 1%;
  border: 1px solid #bbb !important; }

.distpicker select {
  background: #fff;
  height: 32px;
  border: 1px solid #ccc;
  width: 95%;
  padding-left: 5%;
  cursor: pointer;
  webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

.distpicker select.s_select {
  width: 32%;
  margin-right: 1%; }

.img-groups li {
  width: 120px;
  height: 120px;
  display: inline-block;
  padding: 0 7.5px;
  margin-bottom: 7.5px;
  cursor: pointer; }
  .img-groups li img {
    width: 100%;
    height: 100%; }
  .img-groups li.add {
    width: 120px;
    border: 1px solid #ccc;
    text-align: center; }
    .img-groups li.add i {
      line-height: 120px;
      font-size: 25px; }
  .img-groups li .close {
    position: absolute;
    top: 0;
    right: 7.5px;
    height: 32px;
    line-height: 32px;
    background: rgba(0, 0, 0, 0.5);
    margin: 0 0;
    width: 32px;
    text-align: center;
    color: #fff;
    font-size: 16px; }

.tabs {
  background: #fff; }
  .tabs .item {
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    width: 20%; }
    .tabs .item.active {
      border-color: #3888FB; }
      .tabs .item.active > * {
        color: #3888FB; }

.rec {
  color: red !important; }

.clearfix:after, .btns:after, .btns .btn:after {
  content: "";
  display: table;
  /* 也可以设置为block */
  clear: both; }

.pop-mask {
  z-index: 99999999; }

.search-box .search-inner {
  height: 35px;
  line-height: 35px;
  background: #fff;
  margin-top: 8px;
  display: inline-block;
  width: 80%;
  border-radius: 10000px; }
  .search-box .search-inner .iconfont {
    margin-right: 5px; }
  .search-box .search-inner input {
    width: 90%;
    border: none;
    outline: none; }

.search-box .search-city {
  float: right;
  text-align: center;
  height: 35px;
  line-height: 35px;
  margin-top: 8px;
  width: 15%; }

.search-box .tip {
  float: left;
  font-size: 10px; }

#map {
  background: #f5f5f5;
  height: 500px;
  position: relative; }
  #map .pointMes {
    position: absolute;
    background: #fff;
    border: 1px solid #ebebeb;
    padding: 10px; }
    #map .pointMes .l {
      width: 50px;
      float: left; }
      #map .pointMes .l img {
        width: 30px;
        height: 30px;
        border-radius: 50%; }
    #map .pointMes .r {
      float: left; }
      #map .pointMes .r p {
        font-size: 12px !important;
        margin: 0 0 5px; }
        #map .pointMes .r p .star {
          color: #ff8400; }

#searchList {
  width: 90%;
  max-height: 300px;
  overflow: auto;
  background: #fff;
  color: #a6a6a6;
  position: fixed;
  left: 50%;
  top: 100px;
  margin-left: -45%;
  list-style: none; }
  #searchList li {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px dashed #ebebeb;
    cursor: pointer; }
    #searchList li:last-of-type {
      border-bottom: none; }
    #searchList li p {
      height: 100%;
      line-height: 44px;
      width: 90%;
      float: left;
      margin-bottom: 0; }
    #searchList li .iconfont {
      float: right;
      height: 100%;
      line-height: 44px; }

.marker {
  width: 50px;
  height: 60px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative; }
  .marker img {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -13px;
    top: 10px; }

.help {
  position: fixed;
  right: 10px;
  bottom: 60px;
  margin: auto;
  background-color: white;
  width: 35px;
  height: 35px;
  border: 1.5px solid #ccc;
  border-radius: 3px; }
  .help .help-img {
    width: 100%; }

.my-hs-container {
  position: fixed;
  bottom: 20px;
  width: 260px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0; }
  .my-hs-container .my-hs {
    color: white;
    width: 80px;
    height: 50px;
    float: left;
    line-height: 50px;
    background-color: #F90;
    text-align: center;
    border-radius: 4px; }
  .my-hs-container .my-cr {
    color: white;
    width: 80px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    line-height: 50px;
    background-color: #3888FB;
    text-align: center;
    border-radius: 4px; }
  .my-hs-container .my-msg {
    color: white;
    width: 80px;
    height: 50px;
    float: right;
    line-height: 50px;
    background-color: #7db635;
    text-align: center;
    border-radius: 4px; }

.my-cr-container {
  position: fixed;
  bottom: 80px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0; }

.redbag {
  position: fixed;
  height: 100px;
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 30px;
  display: block;
  z-index: 999; }

.district-button {
  position: fixed;
  height: 40px;
  line-height: 40px;
  font-size: 19px;
  text-align: center;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 80px;
  display: block;
  z-index: 999;
  background-color: #F90;
  color: white;
  border-radius: 4px; }

.my-shop-container {
  position: fixed;
  bottom: 80px;
  right: 0px;
  width: 50%; }

.list-index-container {
  position: fixed;
  bottom: 80px;
  left: 0px;
  width: 50%; }
  .list-index-container .invite {
    background-color: #3888FB; }

.my-shop {
  color: white;
  width: 100px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  line-height: 50px;
  background-color: #F90;
  text-align: center;
  border-radius: 4px; }

.bottom-bar {
  position: fixed;
  height: 70px;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 999; }
  .bottom-bar .half {
    width: 50%;
    float: left; }
    .bottom-bar .half .button {
      color: white;
      width: 100px;
      height: 50px;
      margin-left: auto;
      margin-right: auto;
      line-height: 50px;
      background-color: #F90;
      text-align: center;
      border-radius: 4px; }
    .bottom-bar .half .tip {
      line-height: 20px;
      text-align: center;
      background-color: white; }
    .bottom-bar .half .invite {
      background-color: #3888FB; }
@charset "UTF-8";
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* 半透明背景 */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1000;
  /* 确保在其他元素之上 */ }

.modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  width: 80%;
  max-width: 500px;
  text-align: center; }

.modal-links {
  margin-bottom: 15px; }

.modal-links a {
  margin: 0 10px;
  color: #007bff;
  text-decoration: none; }

.modal-options {
  margin-bottom: 15px; }

.modal-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 15px; }

.login-button {
  background-color: #28a745;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer; }

.guest-button {
  background-color: #316dde;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer; }

.close-button {
  background-color: #6c757d;
  color: white;
  padding: 8px 12px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px; }
