html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  letter-spacing: 0.01rem;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  font-family: '微软雅黑';
}
.wrapper {
  width: 100%;
  max-width: 640px;
  min-height: 100%;
  background: url('../img/webview.png');
  background-size: 100% 100%;
  overflow-y: auto;
  margin-top: 0.8rem;
}
.wrapper::-webkit-scrollbar {
  display: none;
}
header {
  width: 100%;
  text-align: center;
}
header .titleImg {
  width: 4.5rem;
  margin-top: 0.38rem;
}
header .title {
  text-align: center;
}
header .title img {
  width: 5.5rem;
}
header .title p {
  font-size: 0.26rem;
  color: #fff;
  margin-top: -0.45rem;
}
.clock {
  width: 0.55rem;
  height: 0.6rem;
  position: absolute;
  top: 3.1rem;
  left: 0.2rem;
}
.persons {
  width: 100%;
  text-align: center;
}
.persons p {
  font-size: 0.28rem;
  padding-top: 0.34rem;
  padding-bottom: 0.13rem;
}
.persons .portrait {
  display: flex;
  align-items: center;
  justify-content: center;
}
.persons .portrait .person-portrait {
  display: flex;
  align-items: center;
}
.persons .portrait .person-portrait img {
  margin-right: 0.1rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
}
.persons .portrait .ellipsis {
  width: 0.5rem;
  height: 0.05rem;
}
.btn {
  height: 0.58rem;
  margin-top: 0.23rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 0 0.23rem;
  box-sizing: border-box;
}
.btn a {
  display: inline-block;
  font-size: 0.28rem;
  width: 2.75rem;
  height: 0.58rem;
  line-height: 0.58rem;
  text-align: center;
  background: #ff967f;
  border: 0.03rem solid #3c3c3c;
  border-radius: 0.23rem;
}
.btn a:last-child {
  z-index: 1;
}
.btn p {
  color: #fff;
}
.calendar {
  margin: 0 0.35rem;
  border: 0.03rem solid #492275;
  background: #fff7f5;
  padding: 0.27rem 0.23rem;
  margin-top: 0.32rem;
  position: relative;
  border-radius: 0.15rem;
}
.calendar .book {
  width: 1.5rem;
  height: 1.09rem;
  position: absolute;
  top: -1rem;
  right: 0.2rem;
}
.calendar .time-msg {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.calendar .time-msg .time {
  flex: 1;
  height: 1.35rem;
  border: 0.02rem solid #492275;
  background: #ffffff;
  border-radius: 0.05rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  margin-right: 0.06rem;
  position: relative;
}
.calendar .time-msg .time span {
  color: #240b5e;
}
.calendar .time-msg .time .day {
  font-size: 0.7rem;
}
.calendar .time-msg .time .year-month {
  font-size: 0.24rem;
}
.calendar .time-msg .time .middle {
  z-index: 1;
  position: absolute;
  right: -0.14rem;
  top: 0;
}
.calendar .time-msg .time .middle p {
  width: 0.18rem;
  height: 0.04rem;
  border: 0.01rem solid #535353;
  border-radius: 0.01rem;
  background: #00ac5a;
  margin: 0.13rem 0;
}
.calendar .time-msg .msg {
  flex: 3;
  height: 1.36rem;
  border: 0.02rem solid #492275;
  background: #ffffff;
  border-radius: 0.05rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.calendar .time-msg .msg dt {
  margin-right: 0.15rem;
  margin-left: 0.3rem;
}
.calendar .time-msg .msg dt img {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
}
.calendar .time-msg .msg dd {
  margin-inline-start: 0;
}
.calendar .time-msg .msg dd .name {
  font-size: 0.26rem;
  color: #191919;
}
.calendar .time-msg .msg dd .small-msg {
  font-size: 0.24rem;
  color: #4c4c4c;
}
.calendar .time-msg .msg dd .small-msg .line {
  padding: 0 0.2rem;
}
.list {
  margin: 0 0.35rem;
  border: 0.03rem solid #492275;
  background: #ffffff;
  padding: 0.27rem 0.23rem;
  margin-top: 0.15rem;
  margin-bottom: 0.35rem;
  border-radius: 0.15rem;
  padding: 0.4rem 0.23rem;
}
.list .list-title {
  height: 0.7rem;
  background: #fff377;
  border-radius: 0.03rem;
  font-size: 0.24rem;
  color: #240b5e;
  display: flex;
  align-items: center;
}
.list .list-title p {
  flex: 1;
  text-align: center;
}
.list .list-content {
  min-height: 4rem;
}
.list .list-content li {
  border-bottom: 0.01rem solid #ebebeb;
  height: 2rem;
  display: flex;
  align-items: center;
}
.list .list-content li .ranking-today {
  height: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-left: 0.3rem;
}
.list .list-content li .ranking-today p {
  font-size: 0.32rem;
  color: #00bc65;
}
.list .list-content li .ranking-today .list-person {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.list .list-content li .ranking-today .list-person img {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
}
.list .list-content li .nickname {
  flex: 1;
  font-size: 0.26rem;
  color: #2b2b2b;
  text-align: center;
}
.list .list-content li .count {
  flex: 1;
  font-size: 0.24rem;
  color: #626262;
  text-align: center;
}
.list .list-content li:first-child .list-person {
  background: url('../img/level1.png') no-repeat;
  background-position: 0.01rem 0.1rem;
  background-size: 1.08rem 1.16rem;
}
.list .list-content li:nth-child(2) .list-person {
  background: url('../img/level2.png') no-repeat;
  background-position: 0.01rem 0.1rem;
  background-size: 1.08rem 1.16rem;
}
.list .list-content li:nth-child(3) .list-person {
  background: url('../img/level3.png') no-repeat;
  background-position: 0.03rem 0.1rem;
  background-size: 1.08rem 1.16rem;
}
.list .list-content li:last-child {
  border-bottom: none;
}
.mark,
.datemark {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.datemark {
  display: none;
  top: 18%;
}
.mark p,
.datemark p {
  width: 2rem;
  height: 0.6rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.1rem;
  color: #fff;
  text-align: center;
  line-height: 0.6rem;
  font-size: 0.26rem;
}
.datemark p {
  width: 3.5rem;
}
.marka {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(105, 95, 95, 0.3);
  z-index: 2;
  display: none;
}
.marka .marking {
  position: absolute;
  bottom: -5.65rem;
  left: 0;
  width: 100%;
  background: #fff;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  padding-top: 0.65rem;
  padding-bottom: 0.5rem;
}
.marka .marking p {
  padding-left: 0.35rem;
  font-size: 0.3rem;
}
.marka .marking ul {
  padding: 0.3rem 0;
  height: 4.5rem;
  overflow-y: auto;
}
.marka .marking ul li {
  font-size: 0.3rem;
  text-align: center;
  line-height: 0.8rem;
  color: #a3a3a3;
}
.marka .marking ul li.active {
  color: #262628;
  background: #f6f7fc;
}
.marka .marking span {
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  font-size: 0.36rem;
  border-radius: 50%;
  border: 1px solid #ccc;
  text-align: center;
}
.marka .marking span:hover {
  color: skyblue;
  border-color: skyblue;
}
.marka .marking span:active {
  color: skyblue;
  border-color: skyblue;
}
.test {
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.layui-laydate {
  top: 342px !important;
}
.stickDay {
  font-weight: normal !important;
}
