
.headerNavBar{
  background: #ffffff;
}
.headerNavBar .van-icon {
  color: #828282;
}

#app {
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 0.4rem;
}
.router {
  width: 100%;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f8f8f8;
  -webkit-overflow-scrolling: touch;
}
.dis {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 5.33333rem;
  height: 5.33333rem;
}
p {
  padding: 0;
  margin: 0;
}

.svg-icon[data-v-dc49ef06] {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.svg-external-icon[data-v-dc49ef06] {
  background-color: currentColor;
  -webkit-mask-size: cover!important;
          mask-size: cover!important;
  display: inline-block;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

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

input,
button,
select,
textarea {
  outline: none;
}

p {
  padding: 0;
  margin: 0;
}

/* page change */
.back-enter-active,
.back-leave-active,
.forward-enter-active,
.forward-leave-active {
  will-change: transform;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  position: absolute;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
}

.back-enter {
  opacity: 0.75;
  -webkit-transform: translate3d(-50%, 0, 0) !important;
          transform: translate3d(-50%, 0, 0) !important;
}

.back-enter-active {
  z-index: -1 !important;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}

.back-leave-active {
  -webkit-transform: translate3d(100%, 0, 0) !important;
          transform: translate3d(100%, 0, 0) !important;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}

.forward-enter {
  -webkit-transform: translate3d(100%, 0, 0) !important;
          transform: translate3d(100%, 0, 0) !important;
}

.forward-enter-active {
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}

.forward-leave-active {
  z-index: -1;
  opacity: 0.65;
  -webkit-transform: translate3d(-50%, 0, 0) !important;
          transform: translate3d(-50%, 0, 0) !important;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}

.aabbccddee {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 5.33333rem;
  height: 5.33333rem;
  background: red;
}
.contentComponentsBox {
  position: relative;
  width: 100%;
  height: 100%;
}
.contentComponentsBox .van-nav-bar__content {
  background: #ff0000;
}
.contentComponentsBox .van-nav-bar__content .van-nav-bar__title {
  color: white;
}
.contentComponentsBox .van-nav-bar .van-icon {
  color: white;
}
.contentComponentsBox .contentDiv {
  position: relative;
  width: 100%;
  overflow: auto;
}
.contentComponentsBox .contentAdd0 {
  height: calc(100vh - 1.4rem);
  height: -webkit-calc(100vh - 1.4rem);
}
.contentComponentsBox .contentAdd1 {
  height: calc(100vh - 2.9rem);
  height: -webkit-calc(100vh - 2.9rem);
}
.contentComponentsBox .contentAdd2 {
  height: calc(100vh - 4.4rem);
  height: -webkit-calc(100vh - 4.4rem);
}
.contentComponentsBox .contentAdd3 {
  height: calc(100vh - 5.9rem);
  height: -webkit-calc(100vh - 5.9rem);
}
.contentComponentsBox .rightText {
  color: white;
}
.contentComponentsBox .bottomBtn {
  position: fixed;
  bottom: 0;
  width: 100%;
}
