@charset "utf-8";
@import url(./iconfont.css);

* {
  -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,
pre,
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,
textarea {
  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: #EFEFEF;
  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%;
  object-fit: cover;
}

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

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

.ovh {
  overflow: hidden !important;
  ;
}

.bgf {
  background: #fff !important;
}

.bgf8a {
  background: #F8F8FA !important;
}

.opacity0 {
  opacity: 0;
}

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

.fr {
  float: right !important;
}

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

.clearfix {
  *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*/
.bold {
  font-weight: bold;
}

.dinpro {
  font-family: 'DINPro';
}

.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;
}

.iconfont {
  font-size: inherit;
}

.fz20 {
  font-size: 0.2rem !important;
}

.fz22 {
  font-size: 0.22rem !important;
}

.fz24 {
  font-size: 0.24rem !important;
}

.fz26 {
  font-size: 0.26rem !important;
}

.fz28 {
  font-size: 0.28rem !important;
}

.fz30 {
  font-size: 0.30rem !important;
}

.fz32 {
  font-size: 0.32rem !important;
}

.fz36 {
  font-size: 0.36rem !important;
}

.fz40 {
  font-size: 0.40rem !important;
}

.fz44 {
  font-size: 0.44rem !important;
}

.fz52 {
  font-size: 0.52rem !important;
}

.fz60 {
  font-size: 0.60rem !important;
}

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

.c666 {
  color: #666 !important;
}

.c000 {
  color: #000 !important;
}

.c999 {
  color: #999 !important;
}

.cff0 {
  color: #FF0000 !important;
}

.cff0 {
  color: #FF0000 !important;
}

.cff4 {
  color: #FF4E3C !important;
}

.cbbb {
  color: #bbbbbb !important;
}

.c828 {
  color: #828282 !important;
}

.cfe7 {
  color: #FE724D !important;
}

.ce97 {
  color: #E97900 !important;
}

.c13b {
  color: #13B9C7 !important;
}

.c313 {
  color: #313033 !important;
}

.ce53 {
  color: #E53E12 !important;
}

.c4d7 {
  color: #4D74FF !important;
}

.c12c {
  color: #12C8B9 !important;
}

.c282 {
  color: #282828 !important;
}

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

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

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

.wsp {
  white-space: nowrap;

}

/*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;
}

.ovn {
  overflow: hidden;
}

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

.mt6 {
  margin-top: 0.06rem !important;
}

.mt4 {
  margin-top: 0.04rem !important;
}

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

.mt8 {
  margin-top: 0.08rem !important;
}

.mt14 {
  margin-top: 0.14rem !important;
}

.mt12 {
  margin-top: 0.12rem !important;
}

.mt16 {
  margin-top: 0.16rem !important;
}

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

.mt24 {
  margin-top: 0.24rem !important;
}

.mt28 {
  margin-top: 0.28rem !important;
}

.mt30 {
  margin-top: 0.3rem !important;
}

.mt32 {
  margin-top: 0.32rem !important;
}

.mt40 {
  margin-top: 0.4rem !important;
}

.mt50 {
  margin-top: 0.5rem !important;
}

.mt60 {
  margin-top: 0.6rem !important;
}

.mt80 {
  margin-top: 0.8rem !important;
}

.ml12 {
  margin-left: 0.12rem;
}

.ml8 {
  margin-left: 0.08rem;
}

.ml10 {
  margin-left: 0.10rem;
}

.ml16 {
  margin-left: 0.16rem;
}

.ml10 {
  margin-left: 0.10rem;
}

.ml4 {
  margin-left: 0.04rem;
}

.ml20 {
  margin-left: 0.20rem;
}

.ml32 {
  margin-left: 0.32rem;
}

.mr8 {
  margin-right: .08rem;
}

.mr10 {
  margin-right: .1rem;
}

.mr20 {
  margin-right: .2rem;
}

.m28 {
  margin-left: 0.28rem;
  margin-right: 0.28rem;
}

.mb10 {
  margin-bottom: .1rem;
}

.p32 {
  padding-left: 0.32rem;
  padding-right: 0.32rem;
}

.pt0 {
  padding-top: 0 !important;
}

.pt10 {
  padding-top: .1rem !important;
}

.pt2 {
  padding-top: .02rem !important;
}

.pt4 {
  padding-top: .04rem !important;
}

.pt6 {
  padding-top: .06rem !important;
}

.pt8 {
  padding-top: .08rem !important;
}

.pt10 {
  padding-top: .1rem !important;
}

.pt12 {
  padding-top: .12rem !important;
}

.pt14 {
  padding-top: .14rem !important;
}

.pt16 {
  padding-top: .16rem !important;
}

.pt20 {
  padding-top: .2rem !important;
}


.pb0 {
  padding-bottom: 0 !important;
}

.pb10 {
  padding-bottom: 0.1rem !important;
}

.pb16 {
  padding-bottom: 0.16rem !important;
}

.pb20 {
  padding-bottom: .2rem !important;
}

.pb32 {
  padding-bottom: .32rem !important;
}


.pt80 {
  padding-top: 0.8rem !important;
}

.pb100 {
  padding-bottom: 1rem !important;
}

.pt112 {
  padding-top: 1.12rem !important;
}

.pb120 {
  padding-bottom: 1.2rem !important;
}

.pb200 {
  padding-bottom: 2rem !important;
}

.pb220 {
  padding-bottom: 2.2rem !important;
}

/*fline*/
.fline {
  position: relative;
  overflow: hidden;
  height: 1px;
  background: #EAEAEA;
}

.fhor {
  position: relative;
  overflow: hidden;
  height: .2rem;
  background: #f2f2f2;
}

.w100 {
  width: 100% !important;
}

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

.minh {
  min-height: 100vh;
}

.minp {
  min-height: 10rem;
}

/*1px边框*/
.lastnob>.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: #bbb;
}

@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;
  }
}

/*公共上滑弹窗*/
.tier-popup {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

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

.tier-popup.show {
  -webkit-animation: tierupshow .3s both;
  animation: tierupshow .3s both ease-out;
}

@keyframes tierupshow {
  0% {
    transform: translate(0, 100%);
  }

  100% {
    transform: translate(0, 0);
  }
}

@-webkit-keyframes tierupshow {
  0% {
    -webkit-transform: translate(0, 100%);
  }

  100% {
    -webkit-transform: translate(0, 0);
  }
}

.tier-popup.hide {
  -webkit-animation: tieruphide .3s both;
  animation: tieruphide .3s both ease-in;
}

@keyframes tieruphide {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(0, 100%);
  }
}

@-webkit-keyframes tieruphide {
  0% {
    -webkit-transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(0, 100%);
  }
}

/*下拉选择*/
.pselect-pop {
  background: #fff;
  border-radius: 0.08rem 0.08rem 0rem 0rem;
}

.pselect-pop .tier-title {
  padding: 0.28rem 0 0 0.32rem;
  text-align: left;
}

.pselect-body {
  margin-top: 0.2rem;
  padding: 0 0.32rem 0.2rem;
  max-height: 50vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.pselect-body .pselect-li {
  position: relative;
  margin-top: .2rem;
  padding: 0 0.2rem;
  height: 0.88rem;
  background: #F8F8FA;
  border-radius: 0.08rem;
  font-size: 0.28rem;
  color: #26283F;
}

.pselect-body .pselect-li.on {
  color: #FF6A00;
  font-weight: bold;
}

.pselect-body .pselect-li.on::before {
  position: absolute;
  right: 0.2rem;
  top: 0;
  line-height: 0.88rem;
  font-family: 'iconfont';
  content: "\e60f";
}

/***** 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: 3rem;
  max-width: 70%;
  min-height: 0.88rem;
  padding: 0.2rem;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  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
  }
}

/**/
/*开屏动画*/
.contentpop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.contentpop .contentpop-text {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  border-radius: 90px;
  background: #bbb;
  opacity: 1;
  animation-duration: 1.2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: c2;
}

@keyframes c2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(.222);
    -moz-transform: scale(.222);
    -o-transform: scale(.222);
    transform: scale(.222);
    -ms-transform: scale(.222);
  }

  50% {
    opacity: .4;
    -webkit-transform: scale(.622);
    -moz-transform: scale(.622);
    -o-transform: scale(.622);
    transform: scale(.622);
    -ms-transform: scale(.622);
  }

  98% {
    opacity: .2;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
  }

  100% {
    opacity: 0;
  }
}

/*swiper-box*/
.swiper-box {
  position: fixed !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000 !important;
  transform: translateX(-200%);
  background-color: #000000;
}

.swiper-box .swiper-slide {
  padding: 15% 2%;
}

.swiper-box .swiper-slide img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-box.on {
  transform: translateX(0);
}

.swiper-box-close {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  z-index: 10;
  color: #fff;
}