a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: 0 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 14px;
  padding-top: constant(safe-area-inset-top);
  /* //为导航栏+状态栏的高度 88px */
  padding-left: constant(safe-area-inset-left);
  /* //如果未竖屏时为0 */
  padding-right: constant(safe-area-inset-right);
  /* //如果未竖屏时为0 */
  padding-bottom: constant(safe-area-inset-bottom);
  /* //为底下圆弧的高度 34px */
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.aBtn,
a {
  color: #000;
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}

.aBtn,
.aBtn:focus,
.aBtn:hover,
.aBtn:link,
.aBtn:visited,
a,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  text-decoration: none;
}

::selection {
  background: #fff;
  color: #333;
}

::-moz-selection {
  background: #fff;
  color: #333;
}

::-webkit-selection {
  background: #fff;
  color: #333;
}

li {
  list-style-type: none;
}

.flexbox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.col-left {
  align-items: flex-start;
}
.col-end {
  align-items: flex-end;
}
.start {
  justify-content: flex-start;
}

.around {
  justify-content: space-around;
}

.between {
  justify-content: space-between;
}

.end {
  justify-content: flex-end;
}

@keyframes CPAnimate {
  from {
    transform: translate(0, 0);
  }

  to {
    transform: translate(0, 10px);
  }
}

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

  100% {
    transform: translate(60px);
  }
}

@-webkit-keyframes scaleDiv {
  0% {
    transform: scale(1); /*开始为原始大小*/
  }
  25% {
    transform: scale(1.05); /*放大1.1倍*/
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.05);
  }
}
@keyframes moveImg {
  0% {
    top: 0;
    left: 10%;
    right: 10%;
    width: 80%;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    left: 5%;
    right: 5%;
    width: 90%;
    top: -2rem;
  }
}
@keyframes scaleLove {
  from {
    width: 1.84rem;
  }
  to {
    width: 2rem;
  }
}
@keyframes scaleAir {
  from {
    width: 1.79rem;
  }
  to {
    width: 1.95rem;
  }
}
@keyframes animateImg {
  to {
    background-position: 0 -6.84rem;
    /* opacity: 1; */
  }
}
@-webkit-keyframes shaky-slow {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  2% {
    -webkit-transform: translate(-1px, 1.5px) rotate(1.5deg);
  }
  4% {
    -webkit-transform: translate(1.3px, 0px) rotate(-0.5deg);
  }
  6% {
    -webkit-transform: translate(1.4px, 1.4px) rotate(-2deg);
  }
  8% {
    -webkit-transform: translate(-1.3px, -1px) rotate(-1.5deg);
  }
  10% {
    -webkit-transform: translate(1.4px, 0px) rotate(-2deg);
  }
  12% {
    -webkit-transform: translate(-1.3px, -1px) rotate(-2deg);
  }
  14% {
    -webkit-transform: translate(1.5px, 1.3px) rotate(1.5deg);
  }
  16% {
    -webkit-transform: translate(1.5px, -1.5px) rotate(-1.5deg);
  }
  18% {
    -webkit-transform: translate(1.3px, -1.3px) rotate(-2deg);
  }
  20% {
    -webkit-transform: translate(1px, 1px) rotate(-0.5deg);
  }
  22% {
    -webkit-transform: translate(1.3px, 1.5px) rotate(-2deg);
  }
  24% {
    -webkit-transform: translate(-1.4px, -1px) rotate(2deg);
  }
  26% {
    -webkit-transform: translate(1.3px, -1.3px) rotate(0.5deg);
  }
  28% {
    -webkit-transform: translate(1.6px, -1.6px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translate(-1.3px, -1.3px) rotate(-1.5deg);
  }
  32% {
    -webkit-transform: translate(-1px, 0px) rotate(2deg);
  }
  34% {
    -webkit-transform: translate(1.3px, 1.3px) rotate(-0.5deg);
  }
  36% {
    -webkit-transform: translate(1.3px, 1.6px) rotate(1.5deg);
  }
  38% {
    -webkit-transform: translate(1.3px, -1.6px) rotate(1.5deg);
  }
  40% {
    -webkit-transform: translate(-1.4px, -1px) rotate(-0.5deg);
  }
  42% {
    -webkit-transform: translate(-1.4px, 1.3px) rotate(-0.5deg);
  }
  44% {
    -webkit-transform: translate(-1.6px, 1.4px) rotate(0.5deg);
  }
  46% {
    -webkit-transform: translate(-2.1px, -1.3px) rotate(-0.5deg);
  }
  48% {
    -webkit-transform: translate(1px, 1.6px) rotate(1.5deg);
  }
  50% {
    -webkit-transform: translate(1.6px, 1.6px) rotate(1.5deg);
  }
  52% {
    -webkit-transform: translate(-1.4px, 1.6px) rotate(0.5deg);
  }
  54% {
    -webkit-transform: translate(1.6px, -1px) rotate(-2deg);
  }
  56% {
    -webkit-transform: translate(1.3px, -1.6px) rotate(-2deg);
  }
  58% {
    -webkit-transform: translate(-1.3px, -1.6px) rotate(0.5deg);
  }
  60% {
    -webkit-transform: translate(1.3px, 1.6px) rotate(-0.5deg);
  }
  62% {
    -webkit-transform: translate(0px, 0px) rotate(-1.5deg);
  }
  64% {
    -webkit-transform: translate(-1.6px, -1.6px) rotate(-2deg);
  }
  66% {
    -webkit-transform: translate(1.6px, -1.6px) rotate(0.5deg);
  }
  68% {
    -webkit-transform: translate(0px, -1.6px) rotate(-2deg);
  }
  70% {
    -webkit-transform: translate(-1.6px, 1px) rotate(1.5deg);
  }
  72% {
    -webkit-transform: translate(-1.6px, 1.6px) rotate(2deg);
  }
  74% {
    -webkit-transform: translate(1.3px, -1.6px) rotate(-0.5deg);
  }
  76% {
    -webkit-transform: translate(1.4px, 1px) rotate(-0.5deg);
  }
  78% {
    -webkit-transform: translate(-1px, 1.4px) rotate(2deg);
  }
  80% {
    -webkit-transform: translate(1.4px, 1.6px) rotate(2deg);
  }
  82% {
    -webkit-transform: translate(-1.6px, -1.6px) rotate(-0.5deg);
  }
  84% {
    -webkit-transform: translate(-1.4px, 1.4px) rotate(-2deg);
  }
  86% {
    -webkit-transform: translate(1px, 1.4px) rotate(-2deg);
  }
  88% {
    -webkit-transform: translate(-1.4px, 1.4px) rotate(-1.5deg);
  }
  90% {
    -webkit-transform: translate(-1.6px, -1.6px) rotate(-2deg);
  }
  92% {
    -webkit-transform: translate(-1.6px, 1.6px) rotate(2deg);
  }
  94% {
    -webkit-transform: translate(-1.6px, -1.6px) rotate(-2deg);
  }
  96% {
    -webkit-transform: translate(-1.4px, 1.3px) rotate(-2deg);
  }
  98% {
    -webkit-transform: translate(1.3px, 1px) rotate(-0.5deg);
  }
}
@-webkit-keyframes swing1 {
  0% {
    -webkit-transform: rotate(-10deg);
  }
  10% {
    -webkit-transform: rotate(10deg);
  }
  20% {
    -webkit-transform: rotate(-10deg);
  }
  30% {
    -webkit-transform: rotate(10deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
  }
  60% {
    -webkit-transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(-10deg);
  }
  90% {
    -webkit-transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
  }
}
/* @font-face { */
/* font-family: "SourceHanSans"; */
/* src: url("苹方字体.ttf"); */
/* font-weight: normal; */
/* font-style: normal; */
/* color: #333; */
/* } */
/* @font-face { */
/* font-family: "SourceHanSansBold"; */
/* src: url("苹方bold.ttf"); */
/* font-weight: bold; */
/* font-style: normal; */
/* color: #000; */
/* } */
/* .font-hanSan, */
/* .font-PingFang { */
/* font-family: SourceHanSans; */
/* } */
/* .font-hanSanBold, */
/* .font-PingFangBold { */
/* font-size: 14px; */
/* font-family: SourceHanSansBold; */
/* } */
@font-face {
  font-family: Muiicons;
  font-weight: 400;
  font-style: normal;
  src: url(mui.ttf) format("truetype");
}
.textOverflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yourclass {
  background: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.popup {
  display: none;
}
.dialog button {
  border: none;
}
.dialog-close {
  position: absolute;
  width: 0.65rem;
  height: 0.65rem;
  padding: 0;
  left: 48%;
  bottom: 0;
  opacity: 0;
  border-radius: 50%;
}
.dialog-ok {
  bottom: 34%;
  left: 36.5%;
  position: absolute;
  padding: 0.11rem 0.35rem;
  border-radius: 0.2rem;
  opacity: 0;
}
#isOver {
  width: 6.02rem;
  height: 7.02rem;
  background: url("image/tip.png");
  background-size: 100% 100%;
  position: relative;
}
.current-date {
  position: absolute;
  color: #fff;
  font-size: 0.42rem;
  width: 100%;
  top: 8%;
  font-weight: 600;
}
.current-date span {
  font-size: 0.42rem;
  font-weight: 600;
}
.next-date {
  position: absolute;
  font-size: 0.28rem;
  color: #fff;
  width: 100%;
  top: 18%;
  transform: scale(0.917);
}
.next-date span {
  font-size: 0.28rem;
}
.isOver-table {
  width: 94%;
  position: absolute;
  left: 3%;
  right: 3%;
  top: 45%;
}
.isOver-table tr {
  padding: 0.025rem 0;
}
.isOver-table td {
  font-size: 14px;
  width: 25%;
  text-align: center;
}
.isOver-table td:nth-child(2) {
  width: 18%;
}
.isOver-table td:nth-child(3) {
  width: 32%;
}
#isOver img {
  width: 0.6rem;
  height: 0.6rem;
}
/* .layui-layer-content {
  font-size: 12px !important;
}
.layui-layer {
  background: transparent !important;
  box-shadow: none !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  top: 25% !important;
} */
.layui-layer[type="page"] {
  background: transparent !important;
  box-shadow: none !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  top: 25% !important;
}
.layui-layer[type="dialog"] {
  top: 40% !important;
}
:focus {
  outline: none;
}
.footer-hr {
  width: 0.35rem;
  border: none;
  border-top: 1px solid #fff;
}
.font-circle {
  color: #e7daf1;
  font-size: 0.24rem;
  transform: scale(0.7);
  margin: 0 0.1rem;
}
.resetImg {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #b5b5b5;
  box-shadow: 2px 2px 2px #a5a5a5;
}
#mask-ios {
  width: 100%;
  height: 100vh;
  background: url("http://activity.folkcam.cn/common/image/ios-mask.png");
  background-size: 100% 100%;
}
#mask-android {
  width: 100%;
  height: 100vh;
  background: url("http://activity.folkcam.cn/common/image/android-mask.png");
  background-size: 100% 100%;
}
.layui-layer.layui-layer-page.mask {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
}
@media screen and (min-width: 1280px) {
  .explite-wrap {
    width: 95%;
    margin: 10px auto;
  }
}
@media screen and (max-width: 1280px) {
  .explite-wrap {
    width: 90%;
    margin: 10px auto;
  }
}
.explite-wrap {
  font-family: "NSimSun";
}
.explite-wrap p {
  line-height: 1.5;
  margin-bottom: 5px;
}
.explite-wrap h6 {
  margin: 5px;
}
.explite-wrap h1 {
  font-size: 18px;
  font-family: "黑体";
  margin-bottom: 10px;
}
.explite-wrap p > b {
  font-family: "微软雅黑";
  line-height: 1.5;
}
.comm-card {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 #cacaca;
}
.showTwo {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hideText {
  position: relative;
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
}

.hideText::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 40px;
  background: -webkit-linear-gradient(left, transparent, #fff 55%);
  background: -o-linear-gradient(right, transparent, #fff 55%);
  background: -moz-linear-gradient(right, transparent, #fff 55%);
  background: linear-gradient(to right, transparent, #fff 55%);
}
.arrow-right {
  border: solid #999;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.header-bar-nav {
  /* -webkit-box-shadow: 0 2px 2px #eee; */
  /* box-shadow: 0 2px 2px #eee; */
}
.bar.header-bar {
  height: 10vh;
  z-index: 10;
  padding-right: 10px;
  padding-left: 20px;
  border-bottom: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding-top: 0.4rem;
  padding-bottom: 0.2rem;
  box-shadow: unset;
  padding-top: calc(constant(safe-area-inset-top) + 0.4rem);
  padding-top: calc(env(safe-area-inset-top) + 0.4rem);
}
.wrap-content {
  height: 90vh;
  overflow: auto;
}
.bar.header-bar .header-title {
  right: 25%;
  left: 25%;
  display: inline-block;
  overflow: hidden;
  width: auto;
  margin: 0;
  text-overflow: ellipsis;
  font-family: "微软雅黑";
}
.bar .header-title {
  font-size: 18px;
  font-weight: 600;
  /* line-height: 44px; */
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  color: #000;
  font-family: "微软雅黑";
}
.bar .header-pull-left {
  width: 0.3rem;
  height: 0.3rem;
  border: solid #999;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  margin-bottom: 0.1rem;
  transform: rotate(-45deg);
  -webkit-transform: rotate(135deg);
}
.bar .header-pull-right {
  font-size: 16px;
  font-weight: 600;
  font-family: "黑体";
}
/* confirm */
.layui-layer.layui-layer-page.confirm {
  top: 40% !important;
  text-align: center;
}
#confirm {
  width: 75%;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  border-radius: 13px;
}
#confirm .popup-btn-wrap {
  height: 44px;
  border-top: 1px solid #f5f5f5;
}
#confirm .confirm-wrap {
  padding: 0.5rem 1rem;
}
#confirm .popup-inner {
  font-size: 16px;
}
#confirm .popup-button {
  font-size: 17px;
  line-height: 44px;
  position: relative;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  padding: 0 5px;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* color: #007aff; */
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-flex: 1;
  position: relative;
}
#confirm .popup-button:first-of-type:after {
  position: absolute;
  z-index: 15;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  display: block;
  width: 1px;
  height: 100%;
  content: "";
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  background-color: rgba(0, 0, 0, 0.2);
}
.layui-layer.layui-layer-loading {
  left: calc(50% - 35px) !important;
}
