
#app[data-v-fc8e1aae]{
  width: 100%;
  min-height: 100%;
  background: url(/images/bg.af96c10.png) no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
   /*background: red;*/
}
router-view[data-v-fc8e1aae]{
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.webdown_box[data-v-fc8e1aae]
{
  position:absolute;
  top: 0;
  right: 0.5rem;
}
.webdown_box img[data-v-fc8e1aae]
{
    width: 2.4rem;
    height: 1.9rem;
}
.appBox[data-v-fc8e1aae] {
  width: 100vw;height: 100vh;background: #fff;
  display: flex;align-items: center;justify-content: center;
}
.snake-spinner[data-v-fc8e1aae] {
  width: 100px;
  height: 20px;
  position: relative;
}
.snake-spinner span[data-v-fc8e1aae] {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #3cefff;
  opacity: 0.5;
  border-radius: 20px;
  animation: snake-fc8e1aae 1s infinite ease-in-out;
}
.snake-spinner span[data-v-fc8e1aae]:nth-child(1) {
  left: 0px;
  animation-delay: 0s;
}
.snake-spinner span[data-v-fc8e1aae]:nth-child(2) {
  left: 20px;
  animation-delay: 0.2s;
}
.snake-spinner span[data-v-fc8e1aae]:nth-child(3) {
  left: 40px;
  animation-delay: 0.4s;
}
.snake-spinner span[data-v-fc8e1aae]:nth-child(4) {
  left: 60px;
  animation-delay: 0.6s;
}
.snake-spinner span[data-v-fc8e1aae]:nth-child(5) {
  left: 80px;
  animation-delay: 0.8s;
}
@keyframes snake-fc8e1aae {
0% {
    opacity: 0.3;
    transform: translateY(0px);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}
50% {
    opacity: 1;
    transform: translateY(-10px);
    background-color: #fc2f70;
    box-shadow: 0px 20px 3px rgba(0, 0, 0, 0.05);
}
100% {
    opacity: 0.3;
    transform: translateY(0px);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}
}


/*通用样式*/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  /* -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; */
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  min-height: 100%;
  position: relative;
  font-size: 0.16rem;
  background: #fff;
  /*百分百撑起高度*/
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  font-family: -apple-system, "Helvetica Neue", Arial, "PingFang SC",
    "Hiragino Sans GB", STHeiti, "Microsoft YaHei", "Microsoft JhengHei",
    "Source Han Sans SC", "Noto Sans CJK SC", "Source Han Sans CN",
    "Noto Sans SC", "Source Han Sans TC", "Noto Sans CJK TC",
    "WenQuanYi Micro Hei", SimSun, sans-serif;
  color: #404040;
  overflow-y: scroll;
  background-color: #fff;
}

li {
  list-style: none;
}

a,
button,
input,
optgroup,
select,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*去掉a、input和button点击时的蓝色外边框和灰色半透明背景*/
}

input {
  -webkit-user-select: auto;
}

.font-10 {
  font-size: 0.5rem;
}

.font-12 {
  font-size: 0.6rem;
}

.font-13 {
  font-size: 0.65rem;
}

.font-14 {
  font-size: 0.7rem;
}

.font-15 {
  font-size: 0.75rem;
}

.font-16 {
  font-size: 0.8rem;
}

.font-18 {
  font-size: 0.9rem;
}

.color-1a1a1a {
  color: #1a1a1a;
}

.color-4d4d4d {
  color: #4d4d4d;
}

.color-e45667 {
  color: #e45667;
}

.color-e56767 {
  color: #e56767;
}

.color-999999 {
  color: #999999;
}

.color-e5e5e5 {
  color: #e5e5e5;
}

.color-ffffff {
  color: #ffffff;
}

.cf4 {
  color: #9b9292;
}

.bg-color-f5f5f5 {
  background-color: #f5f5f5;
}

.bg-color-ffffff {
  background-color: #ffffff;
}

.bg-color-59baff {
  background-color: #59baff;
}

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

.font-bolder {
  font-weight: bolder; 
}

.clear {
  clear: both;
}

.fLeft {
  float: left;
}

.fRight {
  float: right;
}

.oneLine {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.twoLine {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
}

.yiHang {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.mt-5 {
  margin-top: 0.25rem;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 0.25rem;
}

.ml-5 {
  margin-left: 0.25rem;
}

.ml-4 {
  margin-left: 0.2rem;
}

.ml-10 {
  margin-left: 0.5rem;
}

.mr-5 {
  margin-right: 0.25rem;
}

.clears {
  *zoom: 1;
}

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

/* 弹性布局 */

.flex {
  display: flex;
}

.flexable {
  display: flex;
  align-items: center;
}
.flexColumn {
  flex-direction: column;
}
.column {
  flex-direction: column;
}
.jusCenter {
  justify-content: center;
}
.jusSpaceAround {
  justify-content: space-around;
}
.jusAround {
  justify-content: space-around;
}
.jusSpaceBetween {
  justify-content: space-between;
}
.jusBetween {
  justify-content: space-between;
}
.jusEnd {
  justify-content: flex-end;
}
.flexWrap {
  flex-wrap: wrap;
}
.flex1 {
  flex: 1;
}

/* 字体 */

.f18 {
  font-size: 2.4vw;
}
.f20 {
  font-size: 2.6vw;
}
.f22 {
  font-size: 2.9vw;
}
.f24 {
  font-size: 3.2vw;
}
.f26 {
  font-size: 3.5vw;
}
.f28 {
  font-size: 3.7vw;
}
.f30 {
  font-size: 4vw;
}
.f32 {
  font-size: 4.2vw;
}
.f36 {
  font-size: 4.8vw;
}
.f38 {
  font-size: 5vw;
}
.f40 {
  font-size: 5.3vw;
}
.f46 {
  font-size: 6.1vw;
}
.f48 {
  font-size: 6.4vw;
}
.f50 {
  font-size: 6.6vw;
}
.fBold {
  font-weight: bold;
}
.fBolder {
  font-weight: bolder;
}
.tCenter {
  text-align: center;
}
.f500 {
  font-weight: 500;
}

/* 颜色 */

.cfff {
  color: #fff;
}
.cfe {
  color: #fefefe;
}
.c999 {
  color: #999999;
}
.c666 {
  color: #666666;
}
.c222 {
  color: #222222;
}
.c333 {
  color: #333333;
}
.cf5 {
  color: #f5f5f5;
}

.van-dialog__message {
  font-size: 16px !important;
}

/* 定位 */

.p_rel {
  position: relative;
}

.p_abs {
  position: absolute;
}
@font-face {
  font-family: YouSheBiaoTiHei;
  src: url([object Module]);
  font-weight: normal;
  font-style: normal;
}
