﻿.img-auto,
.img-mh100,
.img-w100 {
  max-height: 100%;
}
blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  border: 0;
}
a,
body,
button,
caption,
input,
select,
td,
textarea,
th {
  font-family: -apple-system, "Noto Sans", "Helvetica Neue", Helvetica,
    "Nimbus Sans L", Arial, "Liberation Sans", "PingFang SC", "Hiragino Sans GB",
    "Noto Sans CJK SC", "Source Han Sans SC", "Source Han Sans CN",
    "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti",
    SimHei, "WenQuanYi Zen Hei Sharp", sans-serif;
  font-size: 0.16rem;
  color: #333;
}
address,
caption,
cite,
code,
dfn,
em,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
th,
var {
  font-weight: 400;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}
body,
html {
  margin: 0 auto;
  width: 100%;
  height: auto;
  min-width: 320px;
  max-width: 100%;
  overflow-x: scroll;

}
body {
  background: #fff;
}
li,
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
a,
button,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button,
input,
select,
textarea {
  outline: 0;
  background: 0 0;
  -webkit-appearance: none;
  border-radius: 0;
}
.ly-fixed-bottom .fixed-box,
.ly-fixed-top .fixed-box {
  position: fixed;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
a,
button,
input[type="button"],
input[type="submit"],
select {
  cursor: pointer;
}
input[type="button"]:disabled,
input[type="submit"]:disabled {
  opacity: 1;
  -webkit-opacity: 1;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 0.16rem !important;
  color: grey !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  font-size: 0.16rem !important;
  color: grey !important;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 0.16rem !important;
  color: grey !important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 0.16rem !important;
  color: grey !important;
}
.ly-box,
.ly-fixed-bottom .fixed-box,
.ly-fixed-top .fixed-box {
  box-sizing: border-box;
}
.ly-top-ib,
.ly-ver-cen {
  display: inline-block;
  vertical-align: top;
}
.ly-cen-ib {
  display: inline-block;
  vertical-align: middle;
}
.ly-ver-cen {
  height: 100%;
}
.ly-fl {
  float: left;
}
.ly-fr {
  float: right;
}
.ly-wh100,
.ly-wh100-b {
  width: 100%;
  height: 100%;
}
.ly-wh100-b {
  display: block;
}
.ly-fixed-bottom .fixed-btn,
.ly-fixed-top .fixed-btn,
.ly-flex1 {
  flex: 1;
}
.ly-flexc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ly-fixed-bottom .fixed-box,
.ly-fixed-top .fixed-box,
.ly-flexc-sa,
.ly-flexc-sb,
.ly-flexc-y {
  display: flex;
  align-items: center;
}
.ly-flexc-x {
  display: flex;
  justify-content: center;
}
.ly-fixed-bottom .fixed-box,
.ly-fixed-top .fixed-box,
.ly-flexc-sb {
  justify-content: space-between;
}
.ly-flexc-sa {
  justify-content: space-around;
}
.ly-flex-newline {
  flex-wrap: wrap;
}
.ly-vihide {
  visibility: hidden;
}
.ly-scroll {
  -webkit-overflow-scrolling: touch;
}
.ly-disable-touch {
  touch-action: none;
}
.ly-fixed-top,
.ly-fixed-top .fixed-box {
  height: 0.5rem;
}
.ly-fixed-top .fixed-box {
  box-shadow: 0.02pxrem 0.04rem 0.03rem rgba(100, 101, 102, 0.08);
  top: 0;
}
.ly-fixed-top .fixed-btn {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.ly-fixed-bottom,
.ly-fixed-bottom .fixed-box {
  height: 1rem;
}
.ly-fixed-bottom .fixed-box {
  box-shadow: -0.02pxrem 0.04rem 0.03rem rgba(100, 101, 102, 0.08);
  bottom: 0;
}
.ly-fixed-bottom .fixed-btn {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.ly-content {
  margin: 0 auto;
  width: 320px;
  height: auto;
}
.img-auto {
  width: auto;
  height: auto;
  max-width: 100%;
}
.img-w100 {
  width: 100%;
  height: auto;
}
.img-h100,
.img-mw100 {
  width: auto;
  max-width: 100%;
}
.img-h100 {
  height: 100%;
}
.img-mh100 {
  height: auto;
}
.txt-blod {
  font-weight: 700;
}
.txt-normal {
  font-weight: 400;
}
.txt-light {
  font-weight: lighter;
}
.txt-l {
  text-align: left;
}
.txt-c {
  text-align: center;
}
.txt-r {
  text-align: right;
}
.txt-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.txt-mellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
  overflow: hidden;
}
.txt-nowrap {
  white-space: nowrap;
}
.txt-newline {
  white-space: pre-wrap;
  word-wrap: normal;
  word-break: break-all;
}
.clearfix {
  display: block;
  clear: both;
  float: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 0.01px;
  border: 0.01px solid transparent;
  overflow: hidden;
}
.tip-primary {
  color: #fff;
}
.tip-second {
  color: #fe7704;
}
.tip-success {
  color: #4cd964;
}
.tip-warning {
  color: #f0ad4e;
}
.tip-error {
  color: #dd524d;
}
.tip-import {
  color: red;
}
.char-normal {
  color: #333;
}
.char-inverse {
  color: #fff;
}
.char-placeholder {
  color: grey;
}
.char-disable {
  color: #ccc;
}
.fs-default {
  font-size: 0.16rem;
}
.fs-title {
  font-size: 0.22rem;
}
.fs-middle {
  font-size: 0.2rem;
}
.fs-small {
  font-size: 0.14rem;
}
.fs-mini {
  font-size: 0.12rem;
}
.row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.row .col-1 {
  flex: 0 1 4.16667%;
}
.row .col-2 {
  flex: 0 1 8.33333%;
}
.row .col-3 {
  flex: 0 1 12.5%;
}
.row .col-4 {
  flex: 0 1 16.66667%;
}
.row .col-5 {
  flex: 0 1 20.83333%;
}
.row .col-6 {
  flex: 0 1 23.2%;
}
.row .col-7 {
  flex: 0 1 29.16667%;
}
.row .col-8 {
  flex: 0 1 33.33333%;
}
.row .col-9 {
  flex: 0 1 37.5%;
}
.row .col-10 {
  flex: 0 1 41.66667%;
}
.row .col-11 {
  flex: 0 1 45.83333%;
}
.row .col-12 {
  flex: 0 1 50%;
}
.row .col-13 {
  flex: 0 1 54.16667%;
}
.row .col-14 {
  flex: 0 1 58.33333%;
}
.row .col-15 {
  flex: 0 1 62.5%;
}
.row .col-16 {
  flex: 0 1 66.66667%;
}
.row .col-17 {
  flex: 0 1 70.83333%;
}
.row .col-18 {
  flex: 0 1 75%;
}
.row .col-19 {
  flex: 0 1 79.16667%;
}
.row .col-20 {
  flex: 0 1 83.33333%;
}
.row .col-21 {
  flex: 0 1 87.5%;
}
.row .col-22 {
  flex: 0 1 91.66667%;
}
.row .col-23 {
  flex: 0 1 95.83333%;
}
.row .col-24 {
  flex: 0 1 100%;
}
.hidden {
  display: none !important;
}
.visible {
  display: block !important;
}
.visible-iblock {
  display: inline-block;
}
.visible-iflex {
  display: inline-flex;
}
.visible-i {
  display: inline;
}
@media (max-width: 1200px) {
  .row {
    display: flex;
    align-items: center;
  }
  .row .col-xl-1 {
    flex: 0 1 4.16667%;
  }
  .row .col-xl-2 {
    flex: 0 1 8.33333%;
  }
  .row .col-xl-3 {
    flex: 0 1 12.5%;
  }
  .row .col-xl-4 {
    flex: 0 1 16.66667%;
  }
  .row .col-xl-5 {
    flex: 0 1 20.83333%;
  }
  .row .col-xl-6 {
    flex: 0 1 25%;
  }
  .row .col-xl-7 {
    flex: 0 1 29.16667%;
  }
  .row .col-xl-8 {
    flex: 0 1 33.33333%;
  }
  .row .col-xl-9 {
    flex: 0 1 37.5%;
  }
  .row .col-xl-10 {
    flex: 0 1 41.66667%;
  }
  .row .col-xl-11 {
    flex: 0 1 45.83333%;
  }
  .row .col-xl-12 {
    flex: 0 1 50%;
  }
  .row .col-xl-13 {
    flex: 0 1 54.16667%;
  }
  .row .col-xl-14 {
    flex: 0 1 58.33333%;
  }
  .row .col-xl-15 {
    flex: 0 1 62.5%;
  }
  .row .col-xl-16 {
    flex: 0 1 66.66667%;
  }
  .row .col-xl-17 {
    flex: 0 1 70.83333%;
  }
  .row .col-xl-18 {
    flex: 0 1 75%;
  }
  .row .col-xl-19 {
    flex: 0 1 79.16667%;
  }
  .row .col-xl-20 {
    flex: 0 1 83.33333%;
  }
  .row .col-xl-21 {
    flex: 0 1 87.5%;
  }
  .row .col-xl-22 {
    flex: 0 1 91.66667%;
  }
  .row .col-xl-23 {
    flex: 0 1 95.83333%;
  }
  .row .col-xl-24 {
    flex: 0 1 100%;
  }
  .hidden-xl {
    display: none !important;
  }
  .visible-xl {
    display: block !important;
  }
  .visible-iblock-xl {
    display: inline-block;
  }
  .visible-iflex-xl {
    display: inline-flex;
  }
  .visible-i-xl {
    display: inline;
  }
}
@media (max-width: 960px) {
  .row {
    display: flex;
    align-items: center;
  }
  .row .col-lg-1 {
    flex: 0 1 4.16667%;
  }
  .row .col-lg-2 {
    flex: 0 1 8.33333%;
  }
  .row .col-lg-3 {
    flex: 0 1 12.5%;
  }
  .row .col-lg-4 {
    flex: 0 1 16.66667%;
  }
  .row .col-lg-5 {
    flex: 0 1 20.83333%;
  }
  .row .col-lg-6 {
    flex: 0 1 25%;
  }
  .row .col-lg-7 {
    flex: 0 1 29.16667%;
  }
  .row .col-lg-8 {
    flex: 0 1 33.33333%;
  }
  .row .col-lg-9 {
    flex: 0 1 37.5%;
  }
  .row .col-lg-10 {
    flex: 0 1 41.66667%;
  }
  .row .col-lg-11 {
    flex: 0 1 45.83333%;
  }
  .row .col-lg-12 {
    flex: 0 1 50%;
  }
  .row .col-lg-13 {
    flex: 0 1 54.16667%;
  }
  .row .col-lg-14 {
    flex: 0 1 58.33333%;
  }
  .row .col-lg-15 {
    flex: 0 1 62.5%;
  }
  .row .col-lg-16 {
    flex: 0 1 66.66667%;
  }
  .row .col-lg-17 {
    flex: 0 1 70.83333%;
  }
  .row .col-lg-18 {
    flex: 0 1 75%;
  }
  .row .col-lg-19 {
    flex: 0 1 79.16667%;
  }
  .row .col-lg-20 {
    flex: 0 1 83.33333%;
  }
  .row .col-lg-21 {
    flex: 0 1 87.5%;
  }
  .row .col-lg-22 {
    flex: 0 1 91.66667%;
  }
  .row .col-lg-23 {
    flex: 0 1 95.83333%;
  }
  .row .col-lg-24 {
    flex: 0 1 100%;
  }
  .hidden-lg {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
  .visible-iblock-lg {
    display: inline-block;
  }
  .visible-iflex-lg {
    display: inline-flex;
  }
  .visible-i-lg {
    display: inline;
  }
}
@media (max-width: 720px) {
  .row {
    display: flex;
    align-items: center;
  }
  .row .col-md-1 {
    flex: 0 1 4.16667%;
  }
  .row .col-md-2 {
    flex: 0 1 8.33333%;
  }
  .row .col-md-3 {
    flex: 0 1 12.5%;
  }
  .row .col-md-4 {
    flex: 0 1 16.66667%;
  }
  .row .col-md-5 {
    flex: 0 1 20.83333%;
  }
  .row .col-md-6 {
    flex: 0 1 25%;
  }
  .row .col-md-7 {
    flex: 0 1 29.16667%;
  }
  .row .col-md-8 {
    flex: 0 1 33.33333%;
  }
  .row .col-md-9 {
    flex: 0 1 37.5%;
  }
  .row .col-md-10 {
    flex: 0 1 41.66667%;
  }
  .row .col-md-11 {
    flex: 0 1 45.83333%;
  }
  .row .col-md-12 {
    flex: 0 1 50%;
  }
  .row .col-md-13 {
    flex: 0 1 54.16667%;
  }
  .row .col-md-14 {
    flex: 0 1 58.33333%;
  }
  .row .col-md-15 {
    flex: 0 1 62.5%;
  }
  .row .col-md-16 {
    flex: 0 1 66.66667%;
  }
  .row .col-md-17 {
    flex: 0 1 70.83333%;
  }
  .row .col-md-18 {
    flex: 0 1 75%;
  }
  .row .col-md-19 {
    flex: 0 1 79.16667%;
  }
  .row .col-md-20 {
    flex: 0 1 83.33333%;
  }
  .row .col-md-21 {
    flex: 0 1 87.5%;
  }
  .row .col-md-22 {
    flex: 0 1 91.66667%;
  }
  .row .col-md-23 {
    flex: 0 1 95.83333%;
  }
  .row .col-md-24 {
    flex: 0 1 100%;
  }
  .hidden-md {
    display: none !important;
  }
  .visible-md {
    display: block !important;
  }
  .visible-iblock-md {
    display: inline-block;
  }
  .visible-iflex-md {
    display: inline-flex;
  }
  .visible-i-md {
    display: inline;
  }
}
@media (max-width: 540px) {
  .row {
    display: flex;
    align-items: center;
  }
  .row .col-sm-1 {
    flex: 0 1 4.16667%;
  }
  .row .col-sm-2 {
    flex: 0 1 8.33333%;
  }
  .row .col-sm-3 {
    flex: 0 1 12.5%;
  }
  .row .col-sm-4 {
    flex: 0 1 16.66667%;
  }
  .row .col-sm-5 {
    flex: 0 1 20.83333%;
  }
  .row .col-sm-6 {
    flex: 0 1 25%;
  }
  .row .col-sm-7 {
    flex: 0 1 29.16667%;
  }
  .row .col-sm-8 {
    flex: 0 1 33.33333%;
  }
  .row .col-sm-9 {
    flex: 0 1 37.5%;
  }
  .row .col-sm-10 {
    flex: 0 1 41.66667%;
  }
  .row .col-sm-11 {
    flex: 0 1 45.83333%;
  }
  .row .col-sm-12 {
    flex: 0 1 50%;
  }
  .row .col-sm-13 {
    flex: 0 1 54.16667%;
  }
  .row .col-sm-14 {
    flex: 0 1 58.33333%;
  }
  .row .col-sm-15 {
    flex: 0 1 62.5%;
  }
  .row .col-sm-16 {
    flex: 0 1 66.66667%;
  }
  .row .col-sm-17 {
    flex: 0 1 70.83333%;
  }
  .row .col-sm-18 {
    flex: 0 1 75%;
  }
  .row .col-sm-19 {
    flex: 0 1 79.16667%;
  }
  .row .col-sm-20 {
    flex: 0 1 83.33333%;
  }
  .row .col-sm-21 {
    flex: 0 1 87.5%;
  }
  .row .col-sm-22 {
    flex: 0 1 91.66667%;
  }
  .row .col-sm-23 {
    flex: 0 1 95.83333%;
  }
  .row .col-sm-24 {
    flex: 0 1 100%;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  .visible-iblock-sm {
    display: inline-block;
  }
  .visible-iflex-sm {
    display: inline-flex;
  }
  .visible-i-sm {
    display: inline;
  }
}
@media (max-width: 360px) {
  .row {
    display: flex;
    align-items: center;
  }
  .row .col-xs-1 {
    flex: 0 1 4.16667%;
  }
  .row .col-xs-2 {
    flex: 0 1 8.33333%;
  }
  .row .col-xs-3 {
    flex: 0 1 12.5%;
  }
  .row .col-xs-4 {
    flex: 0 1 16.66667%;
  }
  .row .col-xs-5 {
    flex: 0 1 20.83333%;
  }
  .row .col-xs-6 {
    flex: 0 1 25%;
  }
  .row .col-xs-7 {
    flex: 0 1 29.16667%;
  }
  .row .col-xs-8 {
    flex: 0 1 33.33333%;
  }
  .row .col-xs-9 {
    flex: 0 1 37.5%;
  }
  .row .col-xs-10 {
    flex: 0 1 41.66667%;
  }
  .row .col-xs-11 {
    flex: 0 1 45.83333%;
  }
  .row .col-xs-12 {
    flex: 0 1 50%;
  }
  .row .col-xs-13 {
    flex: 0 1 54.16667%;
  }
  .row .col-xs-14 {
    flex: 0 1 58.33333%;
  }
  .row .col-xs-15 {
    flex: 0 1 62.5%;
  }
  .row .col-xs-16 {
    flex: 0 1 66.66667%;
  }
  .row .col-xs-17 {
    flex: 0 1 70.83333%;
  }
  .row .col-xs-18 {
    flex: 0 1 75%;
  }
  .row .col-xs-19 {
    flex: 0 1 79.16667%;
  }
  .row .col-xs-20 {
    flex: 0 1 83.33333%;
  }
  .row .col-xs-21 {
    flex: 0 1 87.5%;
  }
  .row .col-xs-22 {
    flex: 0 1 91.66667%;
  }
  .row .col-xs-23 {
    flex: 0 1 95.83333%;
  }
  .row .col-xs-24 {
    flex: 0 1 100%;
  }
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
  .visible-iblock-xs {
    display: inline-block;
  }
  .visible-iflex-xs {
    display: inline-flex;
  }
  .visible-i-xs {
    display: inline;
  }
}
