/**app.wxss**/
.container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 200rpx 0;
  box-sizing: border-box;
} 
pages {
  position: relative;
  z-index: 9999998;
  background: #fff;
}
.wx-switch-input{
  width:80rpx !important;
  height:44rpx !important
}
.wx-switch-input::before{
  width:80rpx !important;
  height: 44rpx !important;
}
.wx-switch-input::after{
  width: 42rpx !important;
  height: 44rpx !important;
  margin-top: -3rpx;
}

.red{
  color: #FF0000;
}
view ,text{
  /* 苹方-简 常规体 */
  font-family: PingFangSC-Regular, sans-serif;
}

.very_samll {
  /* 苹方-简 极细体 */
  font-family: PingFangSC-Ultralight, sans-serif;
}

.samll {
  /* 苹方-简 细体 */
  font-family: PingFangSC-Light, sans-serif;
}

/* //苹方-简 纤细体
font-family: PingFangSC-Thin, sans-serif;
  */
.dark {
  /* 苹方-简 中黑体 */
  font-family: PingFangSC-Medium, sans-serif;
}

.dark_thick {
  /* 苹方-简 中粗体 */
  font-family: PingFangSC-Semibold, sans-serif;
}
view{
  word-break:break-all;
}
  /* 隐藏滚动条 */
  ::-webkit-scrollbar {
    width: 0;
    height: 0;
    color: transparent;
}