@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

p,
ul {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
iframe {
  margin: 0;
  padding: 0;
}

img,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
b {
  font-size: 100%;
  font-weight: normal;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
dfn,
em,
th,
var,
i,
em {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

a,
label,
button,
input,
select,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
}

input,
select,
button {
  font-size: 0.59733rem;
  vertical-align: baseline;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}

button::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
input[type='file'] > input[type='button']::-moz-focus-inner {
  border: none;
}

input[type='checkbox'],
input[type='radio'] {
  vertical-align: middle;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  margin: 0;
}

textarea {
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  overflow: auto;
  resize: none;
  font-size: 0.59733rem;
}

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

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #c1cad4;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #c1cad4;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #c1cad4;
}

body {
  margin: 0 auto;
  width: 16rem;
  font-size: 0.59733rem;
  position: relative;
}

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

.bg {
  background-color: #F7F4F8;
}

.bgfff {
  background-color: #fff;
}

.margin-0 {
  margin: 0;
}

.margin-xs {
  margin: 0.21333rem;
}

.margin-sm {
  margin: 0.42667rem;
}

.margin {
  margin: 0.64rem;
}

.margin-lg {
  margin: 0.85333rem;
}

.margin-xl {
  margin: 1.06667rem;
}

.margin-top-xs {
  margin-top: 0.21333rem;
}

.margin-top-sm {
  margin-top: 0.42667rem;
}

.margin-top {
  margin-top: 0.64rem;
}

.margin-top-lg {
  margin-top: 0.85333rem;
}

.margin-top-xl {
  margin-top: 1.06667rem;
}

.margin-right-xs {
  margin-right: 0.21333rem;
}

.margin-right-sm {
  margin-right: 0.42667rem;
}

.margin-right {
  margin-right: 0.64rem;
}

.margin-right-lg {
  margin-right: 0.85333rem;
}

.margin-right-xl {
  margin-right: 1.06667rem;
}

.margin-bottom-xs {
  margin-bottom: 0.21333rem;
}

.margin-bottom-sm {
  margin-bottom: 0.42667rem;
}

.margin-bottom {
  margin-bottom: 0.64rem;
}

.margin-bottom-lg {
  margin-bottom: 0.85333rem;
}

.margin-bottom-xl {
  margin-bottom: 1.06667rem;
}

.margin-left-xs {
  margin-left: 0.21333rem;
}

.margin-left-sm {
  margin-left: 0.42667rem;
}

.margin-left {
  margin-left: 0.64rem;
}

.margin-left-lg {
  margin-left: 0.85333rem;
}

.margin-left-xl {
  margin-left: 1.06667rem;
}

.margin-lr-xs {
  margin-left: 0.21333rem;
  margin-right: 0.21333rem;
}

.margin-lr-sm {
  margin-left: 0.42667rem;
  margin-right: 0.42667rem;
}

.margin-lr {
  margin-left: 0.64rem;
  margin-right: 0.64rem;
}

.margin-lr-lg {
  margin-left: 0.85333rem;
  margin-right: 0.85333rem;
}

.margin-lr-xl {
  margin-left: 1.06667rem;
  margin-right: 1.06667rem;
}

.margin-tb-xs {
  margin-top: 0.21333rem;
  margin-bottom: 0.21333rem;
}

.margin-tb-sm {
  margin-top: 0.42667rem;
  margin-bottom: 0.42667rem;
}

.margin-tb {
  margin-top: 0.64rem;
  margin-bottom: 0.64rem;
}

.margin-tb-lg {
  margin-top: 0.85333rem;
  margin-bottom: 0.85333rem;
}

.margin-tb-xl {
  margin-top: 1.06667rem;
  margin-bottom: 1.06667rem;
}

.padding-0 {
  padding: 0;
}

.padding-xs {
  padding: 0.21333rem;
}

.padding-sm {
  padding: 0.42667rem;
}

.padding {
  padding: 0.64rem;
}

.padding-lg {
  padding: 0.85333rem;
}

.padding-xl {
  padding: 1.06667rem;
}

.padding-top-xs {
  padding-top: 0.21333rem;
}

.padding-top-sm {
  padding-top: 0.42667rem;
}

.padding-top {
  padding-top: 0.64rem;
}

.padding-top-lg {
  padding-top: 0.85333rem;
}

.padding-top-xl {
  padding-top: 1.06667rem;
}

.padding-right-xs {
  padding-right: 0.21333rem;
}

.padding-right-sm {
  padding-right: 0.42667rem;
}

.padding-right {
  padding-right: 0.64rem;
}

.padding-right-lg {
  padding-right: 0.85333rem;
}

.padding-right-xl {
  padding-right: 1.06667rem;
}

.padding-bottom-xs {
  padding-bottom: 0.21333rem;
}

.padding-bottom-sm {
  padding-bottom: 0.42667rem;
}

.padding-bottom {
  padding-bottom: 0.64rem;
}

.padding-bottom-lg {
  padding-bottom: 0.85333rem;
}

.padding-bottom-xl {
  padding-bottom: 1.06667rem;
}

.padding-left-xs {
  padding-left: 0.21333rem;
}

.padding-left-sm {
  padding-left: 0.42667rem;
}

.padding-left {
  padding-left: 0.64rem;
}

.padding-left-lg {
  padding-left: 0.85333rem;
}

.padding-left-xl {
  padding-left: 1.06667rem;
}

.padding-lr-xs {
  padding-left: 0.21333rem;
  padding-right: 0.21333rem;
}

.padding-lr-sm {
  padding-left: 0.42667rem;
  padding-right: 0.42667rem;
}

.padding-lr {
  padding-left: 0.64rem;
  padding-right: 0.64rem;
}

.padding-lr-lg {
  padding-left: 0.85333rem;
  padding-right: 0.85333rem;
}

.padding-lr-xl {
  padding-left: 1.06667rem;
  padding-right: 1.06667rem;
}

.padding-tb-xs {
  padding-top: 0.21333rem;
  padding-bottom: 0.21333rem;
}

.padding-tb-sm {
  padding-top: 0.42667rem;
  padding-bottom: 0.42667rem;
}

.padding-tb {
  padding-top: 0.64rem;
  padding-bottom: 0.64rem;
}

.padding-tb-lg {
  padding-top: 0.85333rem;
  padding-bottom: 0.85333rem;
}

.padding-tb-xl {
  padding-top: 1.06667rem;
  padding-bottom: 1.06667rem;
}

/* ==================
          文本
 ==================== */
.text-xs {
  font-size: 0.42667rem;
}

.text-sm {
  font-size: 0.512rem;
}

.text-df {
  font-size: 0.59733rem;
}

.text-lg {
  font-size: 0.68267rem;
}

.text-xl {
  font-size: 0.768rem;
}

.text-xxl {
  font-size: 0.85333rem;
}

.text-sl {
  font-size: 1.28rem;
}

.text-xsl {
  font-size: 2.13333rem;
}

.text-Abc {
  text-transform: Capitalize;
}

.text-ABC {
  text-transform: Uppercase;
}

.text-abc {
  text-transform: Lowercase;
}

.text-price::before {
  content: '¥';
  font-size: 80%;
  margin-right: 0.08533rem;
}

.text-delete {
  text-decoration: line-through;
}

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

.text-bold {
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.text-content {
  line-height: 1.6;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-red,
.line-red,
.lines-red {
  color: #FF3333;
}

.text-orange,
.line-orange,
.lines-orange {
  color: #f37b1d;
}

.text-yellow,
.line-yellow,
.lines-yellow {
  color: #fbbd08;
}

.text-olive,
.line-olive,
.lines-olive {
  color: #8dc63f;
}

.text-green,
.line-green,
.lines-green {
  color: #39b54a;
}

.text-cyan,
.line-cyan,
.lines-cyan {
  color: #1cbbb4;
}

.text-blue,
.line-blue,
.lines-blue {
  color: #0081ff;
}

.text-purple,
.line-purple,
.lines-purple {
  color: #6739b6;
}

.text-mauve,
.line-mauve,
.lines-mauve {
  color: #9c26b0;
}

.text-pink,
.line-pink,
.lines-pink {
  color: #e03997;
}

.text-brown,
.line-brown,
.lines-brown {
  color: #a5673f;
}

.text-grey,
.line-grey,
.lines-grey {
  color: #8799a3;
}

.text-gray,
.line-gray,
.lines-gray {
  color: #aaaaaa;
}

.text-black,
.line-black,
.lines-black {
  color: #333333;
}

.text-white,
.line-white,
.lines-white {
  color: #ffffff;
}

.text-light {
  color: #bec6d1;
}

.text-blue {
  color: #0076fe;
}

.text-gray {
  color: #828592;
}

.text-999 {
  color: #999;
}

.text-ccc {
  color: #ccc;
}

.text-666 {
  color: #666;
}

.text-333 {
  color: #333;
}

.text-000 {
  color: #000;
}

.posRealative {
  position: relative;
}

.posAbsolute {
  position: absolute;
}

.fullScreen {
  position: absolute;
  width: 16rem;
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -8rem;
}

.margin-tb-xsl {
  margin-top: 1.70667rem;
  margin-bottom: 1.70667rem;
}

.padding-lr-sl {
  padding-left: 1.28rem;
  padding-right: 1.28rem;
}

.themeFont {
  color: #004abb;
}

.themeArea {
  background-color: #004abb;
  color: #fff;
}

.tabbar {
  position: fixed;
  z-index: 9;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 53px;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0px -2px 8px 0px rgba(41, 61, 95, 0.1);
          box-shadow: 0px -2px 8px 0px rgba(41, 61, 95, 0.1);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.tabbar .weui-tabbar {
  background-color: #fff;
  top: 0 !important;
}

.tabbar .weui-tabbar .weui-tabbar__item.weui-bar__item--on .weui-tabbar__label {
  color: #004ABB;
}

.tabbar .weui-tabbar .weui-tabbar__label {
  text-align: center;
  color: #999;
  font-size: 13px;
  line-height: 1.6;
}

.tabbar .weui-tabbar:before {
  display: none;
}

.custom-popup {
  width: 100%;
  position: fixed;
  z-index: 100;
  bottom: 0;
  border-radius: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.custom-popup.show {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.custom-popup .custom-dialog {
  width: 12.16rem;
  background: white;
  border-radius: 0.42667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.custom-popup .custom-dialog .dialog-handler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.custom-popup .custom-dialog .dialog-handler .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4.26667rem;
  height: 1.70667rem;
  border-radius: 0.85333rem;
  display: inline-block;
  margin: 0 0.512rem;
}

.custom-popup .custom-dialog .dialog-handler .btn.cancel {
  color: #004ABB;
  border: 1px solid #004ABB;
}

.custom-popup .custom-dialog .dialog-handler .btn.confirm {
  border: 1px solid #004ABB;
  background-color: #004ABB;
  color: #fff;
  -webkit-box-shadow: 0px 5px 12px 1px rgba(0, 74, 187, 0.25);
          box-shadow: 0px 5px 12px 1px rgba(0, 74, 187, 0.25);
}

.gotop {
  position: fixed;
  z-index: 4;
  right: 0;
  bottom: 4.26667rem;
  width: 1.49333rem;
  height: 1.49333rem;
  background: white;
  -webkit-box-shadow: 0.04267rem 0.08533rem 0.448rem 0 rgba(200, 200, 200, 0.44);
          box-shadow: 0.04267rem 0.08533rem 0.448rem 0 rgba(200, 200, 200, 0.44);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gotop .iconfont {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.pd {
  padding-bottom: calc(58px + constant(safe-area-inset-bottom)) !important;
  padding-bottom: calc(58px + env(safe-area-inset-bottom)) !important;
}
/*# sourceMappingURL=style.css.map */