﻿@charset "utf-8";

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
menu,
dl,
dt,
dd,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  border: 0;
  padding: 0;
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

body,
th,
td,
button,
input,
select,
textarea {
  font-family: "PingFang-SC-Regular", "Helvetica", "sans-serif", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue";
  font-size: 0.24rem;
  line-height: 1;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input,
button,
select {
  overflow: visible;
  vertical-align: middle;
  outline: none;
  -webkit-appearance: none;
  border: none;
  background: none;
}

ul,
ol,
dl {
  list-style-type: none;
}

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

i,
em {
  font-style: normal;
}

a {
  color: #333;
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: middle;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

html {
  font-size: 50px;
}

body {
  background: #F5F6FA;
  overflow-x: hidden;
  ;
}

input::-webkit-input-placeholder {
  color: #9E9DAA;
}

textarea::-webkit-input-placeholder {
  color: #9E9DAA;
}

/*display*/
.dn {
  display: none;
}

.db {
  display: block !important;
}

/*img*/
.img {
  max-width: 100%;
}

.img10 {
  width: 100%;
}

.img100 {
  width: 100%;
  height: 100%;
}

.imgcover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*其他*/
.rel {
  position: relative !important;
}

.ovh {
  overflow: hidden !important;
  ;
}

.bgf {
  background: #fff !important;
}

/*浮动*/
.fl {
  float: left;
}

.fr {
  float: right !important;
}

.clear:after {
  display: block;
  content: "clear";
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear {
  *zoom: 1;
}

/*flex*/
.flex {
  display: flex;
}

.flex1 {
  flex: 1;
}

.flex2 {
  flex: 2;
}

.flex-align {
  display: flex;
  align-items: center;
}

/*垂直对齐*/
.flex-stretch {
  display: flex;
  align-items: stretch;
}

/**/
.flex-center {
  display: flex;
  justify-content: center;
}

/*位于中间*/
.flex-center-align {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*水平对齐,垂直对齐*/
.flex-between {
  display: flex;
  justify-content: space-between;
}

/*两端对齐*/
.flex-around {
  display: flex;
  justify-content: space-around;
}

/*居中对齐*/
.flex-end {
  display: flex;
  justify-content: flex-end;
}

/*右侧对齐*/
.flex-wrap {
  flex-direction: row;
  flex-wrap: wrap;
}

/*换行*/
.flex-column {
  display: flex;
  flex-direction: column;
}

/*font*/
/*新增字体*/
.ti2 {
  text-indent: 2em;
}

.tc {
  text-align: center;
}

.tl {
  text-align: left !important;
}

.tr {
  text-align: right;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

/*color*/
.cfff {
  color: #fff !important;
}

.c666 {
  color: #666 !important;
}

.c000 {
  color: #000 !important;
}

.c999 {
  color: #999 !important;
}

.cff0 {
  color: #FF0000 !important;
}

.cff6 {
  color: #FF6A00 !important;
}

/*radius*/
.radius0 {
  border-radius: 0rem !important;
  -webkit-border-radius: 0rem;
  overflow: hidden;
}

.radius50 {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
}

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

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

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

/*margin*/
.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 0.1rem !important;
}

.mt20 {
  margin-top: 0.2rem !important;
}

/*content*/
.content {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*1px边框*/
.flastno>.borb:last-child:before {
  display: none;
}

.borr {
  position: relative;
}

.borr:before {
  position: absolute;
  display: block;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #E7EAEE;
}

.bort {
  position: relative;
}

.bort:before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #E7EAEE;
}

.borb {
  position: relative;
}

.borb:before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #E7EAEE;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {

  .fline,
  .borb:before,
  .bort:before {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }

  .borr:before {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
  }
}

@media only screen and (-webkit-min-device-pixel-ratio:3) {

  .fline,
  .borb:before,
  .bort:before {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
  }

  .borr:before {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
  }
}

/*dropload*/
.dropload-up,
.dropload-down {
  position: relative;
  height: 0;
  overflow: hidden;
  font-size: 12px;
  /* 开启硬件加速 */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.dropload-down {
  height: 50px;
}

.dropload-refresh,
.dropload-update,
.dropload-load,
.dropload-noData {
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.dropload-load .loading {
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  margin: 6px;
  border: 2px solid #FF6A00;
  border-bottom-color: transparent;
  vertical-align: middle;
  -webkit-animation: rotate 0.75s linear infinite;
  animation: rotate 0.75s linear infinite;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*遮罩层*/
.pop {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 80;
}

.pop.active {
  display: block;
}

.pop.show {
  -webkit-animation: dopopshow 0.4s;
  animation: dopopshow 0.4s;
}

@keyframes dopopshow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes dopopshow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.pop.hide {
  -webkit-animation: dopophide 0.4s;
  animation: dopophide 0.4s;
}

@keyframes dopophide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes dopophide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*公共样式*/
.tier-close {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  width: 0.44rem;
  height: 0.44rem;
  text-align: center;
  line-height: 0.44rem;
  color: #666;
}

.tier-title {
  text-align: center;
  padding-top: 0.4rem;
  font-size: 0.32rem;
  font-weight: 600;
  color: #26283F;
  line-height: 0.32rem;
}

.tier-center {
  position: fixed;
  left: 50%;
  top: 50%;
  background: #FFFFFF;
  border-radius: 0.08rem;
  z-index: 90;
}

.tier-down {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFFFFF;
  border-radius: 0.08rem 0.08rem 0 0;
  z-index: 90;
}

.tier-body {
  padding: 0.4rem;
  font-size: 0.28rem;
  color: #666666;
  line-height: .48rem;
}

.tier-foot {
  padding: 0 0.4rem 0.4rem;
}

.tier-foot-btn {
  height: 0.88rem;
  background: #F8F8FA;
  border-radius: 0.08rem;
  font-size: .32rem;
  color: #26283F;
}

.tier-foot-btn~.tier-foot-btn {
  margin-left: .2rem;
}

.iknow-pop .confirm-cancel {
  background: #FF6A00;
  color: #fff;
}

.open-msg .confirm-confirm {
  background: #FF6A00;
  color: #fff;
}

/*公共弹窗*/
.tier-pop {
  display: none;
  width: 6.4rem;
  z-index: 100;
}

.tier-pop.active {
  display: block;
}

.tier-pop.show {
  -webkit-animation: tiershow 0.3s both;
  animation: tiershow 0.3s both;
}

@keyframes tiershow {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes tiershow {
  0% {
    -webkit-transform: scale(0.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

.tier-pop.hide {
  -webkit-animation: tierhide 0.3s both;
  animation: tierhide 0.3s both;
}

@keyframes tierhide {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  40% {
    transform: scale(0.5);
    opacity: 0;
  }

  100% {
    transform: scale(0);
    opacity: 0;
  }
}

@-webkit-keyframes tierhide {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }

  40% {
    -webkit-transform: scale(0.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}

/***** weui *****/
.weui-picker-container {
  height: 100% !important;
  background: rgba(0, 0, 0, 0.3);
}

/*van-toast*/
@-webkit-keyframes van-fade-in {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes van-fade-in {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes van-fade-out {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes van-fade-out {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@-webkit-keyframes van-rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes van-rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.van-fade-enter-active {
  -webkit-animation: .3s van-fade-in both ease-out;
  animation: .3s van-fade-in both ease-out
}

.van-fade-leave-active {
  -webkit-animation: .3s van-fade-out both ease-in;
  animation: .3s van-fade-out both ease-in
}

.van-toast {
  position: fixed;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  box-sizing: content-box;
  width: 88px;
  max-width: 70%;
  min-height: 88px;
  padding: 16px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  white-space: pre-wrap;
  text-align: center;
  word-break: break-all;
  background-color: rgba(0, 0, 0, .7);
  border-radius: 8px;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0)
}

.van-toast--unclickable {
  overflow: hidden
}

.van-toast--unclickable * {
  pointer-events: none
}

.van-toast--html,
.van-toast--text {
  width: -webkit-fit-content;
  width: fit-content;
  min-width: 96px;
  min-height: 0;
  padding: 8px 12px
}

.van-toast--html .van-toast__text,
.van-toast--text .van-toast__text {
  margin-top: 0
}

.van-toast--top {
  top: 20%
}

.van-toast--bottom {
  top: auto;
  bottom: 20%
}

.van-toast__icon {
  font-size: .6rem;
  line-height: 1.2;
}

.van-icon__image {
  display: block;
  width: 1em;
  height: 1em;
  object-fit: contain;
}

.van-toast__loading {
  padding: 4px;
  color: #fff
}

.van-toast__text {
  margin-top: 8px
}

.van-loading__spinner {
  position: relative;
  display: inline-block;
  width: 30px;
  max-width: 100%;
  height: 30px;
  max-height: 100%;
  vertical-align: middle;
  -webkit-animation: van-rotate .8s linear infinite;
  animation: van-rotate .8s linear infinite
}

.van-loading__spinner--spinner {
  -webkit-animation-timing-function: steps(12);
  animation-timing-function: steps(12)
}

.van-loading__spinner--spinner i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.van-loading__spinner--spinner i::before {
  display: block;
  width: 2px;
  height: 25%;
  margin: 0 auto;
  background-color: currentColor;
  border-radius: 40%;
  content: ' '
}

.van-loading__spinner--spinner i:nth-of-type(1) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  opacity: 1
}

.van-loading__spinner--spinner i:nth-of-type(2) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  opacity: .9375
}

.van-loading__spinner--spinner i:nth-of-type(3) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: .875
}

.van-loading__spinner--spinner i:nth-of-type(4) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  opacity: .8125
}

.van-loading__spinner--spinner i:nth-of-type(5) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  opacity: .75
}

.van-loading__spinner--spinner i:nth-of-type(6) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: .6875
}

.van-loading__spinner--spinner i:nth-of-type(7) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  opacity: .625
}

.van-loading__spinner--spinner i:nth-of-type(8) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  opacity: .5625
}

.van-loading__spinner--spinner i:nth-of-type(9) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  opacity: .5
}

.van-loading__spinner--spinner i:nth-of-type(10) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  opacity: .4375
}

.van-loading__spinner--spinner i:nth-of-type(11) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  opacity: .375
}

.van-loading__spinner--spinner i:nth-of-type(12) {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: .3125
}

.van-loading__spinner--circular {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}

.van-loading__circular {
  display: block;
  width: 100%;
  height: 100%
}

.van-loading__circular circle {
  -webkit-animation: van-circular 1.5s ease-in-out infinite;
  animation: van-circular 1.5s ease-in-out infinite;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round
}

@-webkit-keyframes van-circular {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120
  }
}

@keyframes van-circular {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120
  }
}