body,
p {
  margin: 0;
}

body {
  width: 100%;
  max-width: 640px;
  margin: auto;
  overflow-y: auto;
  background-size: cover !important;
}

* {
  box-sizing: border-box;
}

img,
a {
  display: block;
}

a,
a:hover,
a:link {
  text-decoration: none;
}

video {
  object-fit: fill !important;
  display: block;
  border: none;
}

input {
  outline: none;
}

.display {
  display: none !important;
}

.ma {
  margin: auto;
}

.bg {
  background-color: #FFFCF3;
  min-height: 100vh;
}

.havaFooter {
  padding-bottom: 4.4rem;
}

:root {
  --white: #fff;
  --font: #000;
  --text: #999;
  --shodow: 0 2px 10px rgba(125, 126, 128, 0.2);
}

.re {
  position: relative;
}

.text-center {
  text-align: center;
}

.overflow {
  overflow: hidden;
}

.box {
  padding: 0 0.5rem;
}

.safe-area-bottom {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

.vip-sign {
  position: relative;
}

.vip-sign .vip-img {
  width: 1rem !important;
  position: absolute;
  top: -0.45rem;
  left: -0.6rem;
}

header {
  height: 2rem;
  padding: 0 0.8rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFE0C4;
  color: var(--font);
}

header .left {
  display: flex;
  align-items: center;
  font-size: 0.825rem;
  font-weight: bold;
}

header .switchView img {
  width: 1rem;
}

footer {
  position: fixed;
  z-index: 99;
  width: 100%;
  max-width: 640px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: flex;
  align-items: center;
  background-color: transparent;
  padding: 2rem 0 0.5rem;
}

footer .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.85rem;
  color: #888;
}

footer .item img {
  width: 1.2rem;
}

footer .item div {
  font-size: 0.5rem;
}

footer .active {
  color: #FC836E;
}

.container {
  border-radius: 0.15rem;
  background-color: var(--white);
  padding: 0.5rem;
}

.mask {
  width: 100%;
  max-width: 640px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.dig {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
}

.nodata {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.5rem;
  color: #888;
}

.publicBtn {
  background-color: #FFD28E;
  color: var(--font);
  font-size: 0.6rem;
  padding: 0.3rem 0.5rem;
  border-radius: 0.35rem;
  min-width: 3.4rem;
  text-align: center;
  border: 0.08rem solid var(--font);
}

.typeList {
  background-color: var(--white);
  border-radius: 0.25rem;
  padding: 1.5rem;
  width: calc(100vw - 1rem);
}

.typeList .title {
  font-size: 0.7rem;
  font-weight: bold;
  color: var(--font);
  text-align: center;
}

.typeList .creator {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0.5rem 0;
}

.typeList .creator .btn {
  background-color: #FC836E;
  color: var(--white);
  margin: 0.8rem 0;
  width: 4rem;
  height: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.6rem;
}

.typeList .confirm {
  justify-content: flex-start;
}

.typeList .layui-btn {
  width: 7rem;
}

.confirm {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 1rem 0 0.5rem;
}

.confirm .layui-btn,
.confirm .cancel {
  font-size: 0.625rem;
}

.confirm .cancel {
  height: 38px;
  line-height: 38px;
  padding: 0 18px;
  background-color: #f9f9f9;
  color: #888;
  font-size: 14px;
  border-radius: 2px;
  margin-right: 0.5rem;
}

.inventory {
  width: 100%;
}

.inventory .item {
  display: flex;
  background-color: var(--white);
  align-items: flex-start;
  padding: 0.35rem;
  border-radius: 0.5rem;
  border: 1px solid var(--font);
  height: 2.6rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
  padding-left: 1rem;
  position: relative;
}

.inventory .item::before {
  content: '';
  background-color: #FFE0C3;
  width: 0.75rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.inventory .btn {
  border: 1px solid var(--font);
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 4px;
  margin-right: 0.25rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inventory .btn img {
  width: 60%;
}

.inventory .right {
  width: calc(100% - 1rem);
  padding-left: 0.25rem;
}

.inventory .firstNmae {
  font-size: 0.7rem;
  font-weight: bold;
  color: var(--font);
  line-height: 1;
  margin-bottom: 0.45rem;
}

.inventory .date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #888;
  font-size: 0.5rem;
  padding-right: 0.25rem;
}

.inventory .date i {
  font-size: 0.7rem;
}

.inventory .child {
  margin-top: 0.8rem;
}

.inventory .childItem {
  padding-bottom: 0.8rem;
  display: flex;
  align-items: flex-start;
}

.inventory .childItem:last-child {
  padding-bottom: 0;
}

.inventory .childName {
  font-size: 0.7rem;
  color: var(--font);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.inventory .complete .firstBtn {
  background-color: #FC836E;
}

.inventory .complete .childItem .childBtn {
  background-color: transparent;
}

.inventory .complete .complete .childBtn {
  background-color: #FC836E;
}

.inventory .item .complete .childBtn {
  background-color: #FC836E;
}

.inventory .finished .firstNmae,
.inventory .finished .date span,
.inventory .finished .childName {
  color: #888;
  text-decoration: line-through;
}

.addBtn {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  position: fixed;
  z-index: 998;
  right: 0.25rem;
  bottom: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.layui-btn {
  background-color: #FC836E;
}

.task {
  border-radius: 0.25rem;
  padding: 1.5rem 0.4rem;
  width: calc(100% - 1rem);
  max-width: calc(640px - 1rem);
}

.task .title {
  font-size: 0.7rem;
  font-weight: bold;
  color: var(--font);
  text-align: center;
}

.task .inventory-details {
  padding-top: 2rem;
}

.task .bd,
.task .layui-form {
  width: 100%;
}

.task .switch {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.8rem 0;
  font-size: 0.6rem;
  color: var(--font);
}

.task .switch .item {
  width: 2.6rem;
  height: 1.4rem;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--font);
  border: 0.08rem solid var(--font);
  border-radius: 0.3rem;
  margin: 0 0.5rem;
}

.task .switch .active {
  background-color: #FFD28E;
}

.task .flex {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 0.8rem;
  font-size: 0.6rem;
}

.task .label {
  padding-right: 0.2rem;
  white-space: nowrap;
  color: var(--color);
  padding-left: 0.4rem;
  position: relative;
}

.task .label img {
  width: 0.8rem;
  position: absolute;
  left: -0.5rem;
  top: 40%;
  transform: translateY(-50%);
}

.task .must::before {
  content: '*';
  position: absolute;
  left: 0;
  top: 0.25rem;
  font-size: 0.5rem;
  color: #f56c6c;
}

.task .layui-input-wrap,
.task .layui-input,
.task .layui-form-select {
  width: 100%;
  height: 1.2rem;
}

.task .img-list {
  width: 100%;
}

.task .img-list blockquote {
  background-color: var(--white);
}

.task .addChild,
.task .uploadImg,
.task .addTiXing {
  background-color: #FC836E;
  color: var(--white);
  margin: 0.8rem auto;
  width: 4rem;
  height: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.6rem;
}

.task .addTiXing {
  width: 5rem;
  height: 1.2rem;
  margin: 0 0 0 1rem;
}

.task .deleteChild {
  margin-left: 0.25rem;
  white-space: nowrap;
  color: #409EFF;
  font-size: 0.5rem;
}

.task .layui-btn {
  width: 7rem;
}

.weekModel {
  font-size: 14px;
}

.weekModel .weekHead {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
  color: #777;
  padding: 0.35rem 0;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}

.weekModel .weekHead .goToday {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15%;
  height: 60%;
  width: 1rem;
  background-color: #FC836E;
  color: var(--white);
  font-size: 0.45rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.laydate-day-mark {
  font-size: 14px !important;
}

.laydate-day-mark::after {
  top: initial;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%);
}

.weekModel .weekText {
  margin: 0 3rem;
}

.weekModel .weekMain .weekFlex {
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.weekModel .weekMain .weekItem {
  color: var(--font);
  flex: 1;
  text-align: center;
  height: 33px;
  line-height: 33px;
  font-size: 14px;
}

.weekModel .weekMain .todayActive {
  border: 1px solid #FC836E;
}

.weekModel .weekMain .active {
  background-color: #FC836E;
  color: var(--white);
}

.weekModel .weekMain .haveThing {
  position: relative;
}

.weekModel .weekMain .haveThing::before {
  content: '';
  width: 0.2rem;
  height: 0.2rem;
  background-color: #f56c6c;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.index .fenge {
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.index .choiseDate {
  margin: 0.5rem 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0.05rem solid var(--font);
  border-radius: 0.5rem;
}

.index .choiseDate .nowDate {
  font-size: 0.5rem;
  color: var(--text);
}

.index .choiseDate .nowDate span {
  color: #FF2A05;
  font-weight: bold;
  font-size: 0.725rem;
  margin-left: 0.5rem;
}

.index .title {
  font-size: 0.725rem;
  font-weight: bold;
  color: var(--color);
}

.index .choiseType {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: var(--white);
}

.index .index-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem;
}

.index .viewContainer {
  height: calc(100vh - 11.5rem);
  overflow-y: auto;
}

.index .listView,
.index .girdView {
  height: 100%;
}

.index .laydate-btns-clear {
  display: none !important;
}

.index .girdView {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.index .girdView .girdItem {
  width: 49%;
  height: 10rem;
  border: 1px solid #ebebeb;
  border-radius: 0.2rem;
  overflow: hidden;
  background-color: var(--white);
  margin-bottom: 0.35rem;
}

.index .girdView .girdName {
  font-size: 0.7rem;
  font-weight: bold;
  text-align: center;
  padding: 0.5rem 0;
  color: var(--color);
  background-color: var(--white);
}

.index .girdView .girdContainer {
  overflow-y: auto;
  width: 100%;
  height: calc(100% - 1.8rem);
  padding: 0 0.3rem;
}

.index .girdView .inventory .title {
  font-size: 0.6rem;
}

.index .girdView .inventory .item {
  height: 2.1rem;
}

.index .girdView .inventory .btn {
  width: 0.5rem;
  height: 0.5rem;
}

.index .girdView .inventory .firstNmae {
  font-size: 0.5rem;
}

.index .girdView .inventory .date {
  font-size: 0.4rem;
}

.index .girdView .inventory .date i {
  font-size: 0.5rem;
}

.index .girdView .inventory .child {
  margin-top: 0.5rem;
}

.index .girdView .inventory .childName {
  font-size: 0.6rem;
  margin-bottom: 0.3rem;
}

.view .switchType {
  margin: 0.5rem 0;
  display: flex;
  border: 0.05rem solid var(--font);
  padding: 0.8rem 1rem 0.5rem 1rem;
  border-radius: 0.3rem;
}

.view .switchType .item {
  width: 3.2rem;
  height: 1.2rem;
  border: 0.08rem solid var(--font);
  background-color: transparent;
  font-size: 0.7rem;
  color: var(--font);
  font-weight: bold;
  margin-right: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.3rem;
}

.view .switchType .active {
  background-color: #FFD28E;
}

.view .viewChoiseTime {
  border: 0.05rem solid var(--font);
  border-radius: 0.3rem;
  overflow: hidden;
}

.view .choiseType .publicBtn {
  border: none;
  font-weight: bold;
}

.view .viewMain {
  width: 100%;
}

.view .viewMain .viewBox {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0.15rem;
}

.view .viewMain .layui-laydate-static {
  width: 100%;
  box-shadow: none;
  border: none;
}

.view .viewMain .layui-laydate-main,
.view .viewMain .layui-laydate-main table {
  width: 100%;
}

.view .viewMain .laydate-btns-clear {
  display: none !important;
}

.view .taskMain {
  border-top: 1px solid #ebebeb;
  width: 100%;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 4rem;
}

.view .taskMain .taskItem {
  width: 100%;
  border-radius: 0.35rem;
  border: 0.08rem solid var(--font);
  padding: 0.2rem;
  padding-left: 1rem;
  font-size: 0.685rem;
  font-weight: bold;
  color: var(--font);
  margin-bottom: 0.5rem;
  position: relative;
  overflow: hidden;
}

.view .taskMain .yueTitle {
  font-size: 0.725rem;
  font-weight: bold;
  margin: 0.5rem 0;
}

.view .taskMain .taskItem .taskText {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* 设置n行，也包括1 */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.view .taskMain .taskItem::before {
  content: '';
  width: 0.55rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #B5D0ED;
}

.view .layui-laydate-footer {
  display: none;
}

.imgContainer {
  position: relative;
  width: 4rem;
  height: 4rem;
}

.imgContainer .removeImg {
  width: 1rem;
  height: 1rem;
  background-color: #333;
  color: var(--white);
  font-size: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  border-radius: 50%;
}

.focusPage .switchType {
  margin: 0.5rem 0;
  display: flex;
  border: 0.05rem solid var(--font);
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
}

.focusPage .switchType .item {
  width: 3.2rem;
  height: 1.2rem;
  border: 0.08rem solid var(--font);
  background-color: transparent;
  font-size: 0.7rem;
  color: var(--font);
  font-weight: bold;
  margin-right: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.3rem;
}

.focusPage .switchType .active {
  background-color: #FFD28E;
}

.focusPage .focusBox {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.focusPage .timeline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 1rem;
}

.focusPage .btn {
  width: 7rem;
  height: 2rem;
  background-color: var(--font);
  color: var(--white);
  margin: 1.5rem auto 0;
  border-radius: 1rem;
  font-size: 0.8rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.focusPage .choise {
  font-size: 0.65rem;
  padding: 0 1rem;
}

.focusPage .recordContainer {
  background-color: var(--white);
  border: 0.08rem solid var(--font);
  border-radius: 0.35rem;
}

.focusPage .recordContainer .task {
  padding: 0.5rem;
  width: 100%;
  margin: auto;
  background-color: var(--white);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.focusPage .recordMain {
  width: 100%;
  height: 56vh;
  overflow-y: auto;
}

.focusPage .record {
  width: 96%;
  margin: 0.5rem auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0.05rem solid var(--font);
  padding: 0.4rem;
  padding-left: 1rem;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
}

.focusPage .record .type {
  color: var(--color);
  font-size: 0.725rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}

.focusPage .record .date {
  color: #888;
  font-size: 0.5rem;
}

.focusPage .record .right {
  font-size: 0.65rem;
  color: var(--color);
}

.focusPage .record::before {
  content: '';
  width: 0.5rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FFE0C3;
}

.timeModel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  position: relative;
  background-image: url(../img/default.svg);
  background-size: 100% 100%;
}

.timeModel div,
.timeModel span {
  font-weight: bold;
  font-size: 2rem;
  color: var(--color);
}

.circle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
}

.circleContent {
  fill: none;
  stroke: #FFC4BA;
  stroke-linecap: butt;
  stroke-width: 1.5rem;
  stroke-dasharray: 10px, 42.33333333px;
}

.circleplan {
  fill: none;
  stroke: #FF401F;
  stroke-linecap: butt;
  stroke-width: 1.5rem;
  stroke-dasharray: 10px 3140px;
}

.setTime {
  width: 100%;
  max-width: 640px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 100vw;
  background-color: #FFFCF3;
  z-index: 998;
  transition: all 0.2s linear;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.setTime .controls {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.35rem;
  font-size: 1.2rem;
  color: var(--font);
  background-color: #FFE0C4;
}

.setTime .controls .exit {
  font-weight: bold;
  color: #6C6C6C;
}

.setTime .controls .music img {
  width: 1.2rem;
}

.setTime .timeModel {
  border: none;
}

.setTime .timeline {
  margin-top: 5rem;
}

.setTime .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.setTime .statusBtn {
  width: 6rem;
  text-align: center;
  padding: 0.3rem 0.6rem;
  border-radius: 1rem;
  font-size: 0.7rem;
  background-color: var(--font);
  color: var(--white);
  font-weight: bold;
}

.setTime .end {
  background-color: var(--font);
  color: var(--white);
}

.choiseMusic {
  width: 100%;
  max-width: 640px;
  height: 60vh;
  overflow-y: auto;
  background-color: var(--white);
  position: fixed;
  top: 100vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9991;
  border-radius: 0.3rem 0.3rem 0 0;
  transition: all 0.2s linear;
}

.choiseMusic .vip-img {
  top: 40%;
  transform: translateY(-50%);
  left: -1.2rem;
}

.choiseMusic .item {
  width: 96%;
  margin: 0.25rem auto;
  border-radius: 0.2rem;
  border: 1px solid var(--font);
  padding: 0.8rem 1rem 0.8rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.7rem;
  font-weight: bold;
  color: var(--font);
}

.choiseMusic .active {
  color: var(--color);
  border-color: var(--color);
}

.choiseMusic .play_audio {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}

.choiseMusic .playBtn img {
  width: 1.5rem;
}

.statistic {
  display: flex;
  flex-direction: column;
}

.statistic .switchType {
  margin: 0.5rem 0;
  display: flex;
  border: 0.05rem solid var(--font);
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
}

.statistic .switchType .item {
  width: 3.2rem;
  height: 1.2rem;
  border: 0.08rem solid var(--font);
  background-color: transparent;
  font-size: 0.7rem;
  color: var(--font);
  font-weight: bold;
  margin-right: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.3rem;
}

.statistic .switchType .active {
  background-color: #FFD28E;
}

.statistic .modeChoise {
  display: flex;
  align-items: center;
  background-color: var(--white);
  border: 0.08rem solid var(--font);
  border-radius: 1rem;
}

.statistic .modeChoise .item {
  flex: 1;
  width: 3.2rem;
  height: 1.5rem;
  background-color: transparent;
  font-size: 0.7rem;
  color: var(--font);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 1rem;
  line-height: 1.2rem;
}

.statistic .modeChoise .active {
  border: 1px solid var(--font);
  color: var(--white);
  background-color: var(--font);
}

.statistic .modeChoise .vip-img {
  left: 0;
}

.statistic .way {
  background-color: transparent;
  margin: 1rem 0;
}

.statistic .way .item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.5rem;
  text-align: center;
}

.statistic .way .item .next,
.statistic .way .item .prev {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #888;
}

.statistic .way .item .date {
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 1;
  padding: 0 2rem;
}

.statistic .way .item .flex {
  margin: 0 0.2rem;
}

.statistic .way .item .flex .title {
  margin-bottom: 0.35rem;
  font-size: 0.6rem;
  font-weight: bold;
}

.statistic .way .item .flex input {
  text-align: center;
}

.statistic .dataList {
  padding-top: 0.9rem;
}

.statistic .dataList .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.statistic .dataList .dataItem {
  width: calc((100% - 0.4rem)/2);
  border: 1px solid var(--font);
  padding: 0.3rem;
  border-radius: 0.25rem;
  margin-bottom: 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--white);
}

.statistic .dataList .name {
  font-size: 0.7rem;
  color: var(--font);
  font-weight: bold;
  margin-bottom: 0.8rem;
}

.statistic .dataList .num {
  font-weight: bold;
  font-size: 0.5rem;
  color: var(--font);
  display: flex;
  align-items: flex-end;
}

.statistic .dataList .num span {
  font-size: 1.5rem;
  color: var(--color);
  line-height: 1;
  font-weight: normal;
}

.user .userHead {
  width: 100%;
  background-color: #FFE0C4;
  padding: 0.5rem 1rem 1.5rem;
  border-radius: 0 0 1rem 1rem;
  position: relative;
}

.user .signout {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.5rem;
}

.user .signout a {
  width: 4rem;
  height: 1.4rem;
  border: 0.1rem solid var(--font);
  font-size: 0.7rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--font);
  border-radius: 0.5rem;
  background-color: #FC836E;
}

.user .info {
  display: flex;
  align-items: center;
}

.user .headImg {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  margin-right: .6rem;
}

.user .name {
  font-weight: bold;
  font-size: 0.6rem;
  color: var(--font);
  margin-bottom: 0.3rem;
}

.user .registerTime {
  font-size: 0.5rem;
  color: var(--font);
}

.user .isVip {
  position: absolute;
  right: 1rem;
  top: 3rem;
  min-width: 3rem;
  height: 1.2rem;
  background-color: var(--color);
  border-radius: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2rem;
  font-size: 0.7rem;
  padding: 0 1rem;
}

.user .isVip img {
  width: 1.5rem;
}

.user .userMain {
  width: calc(100% - 1rem);
  margin: 1rem auto;
  padding: 0 0.5rem;
  border: 0.08rem solid var(--font);
  border-radius: 0.5rem;
}

.user .userMain .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.2rem;
  border-top: 1px solid #DEDEDE;
  font-size: 0.7rem;
  color: var(--font);
  font-weight: bold;
}

.user .userMain .flex i {
  font-size: 0.75rem;
  color: #B1B1B1;
  font-weight: normal;
}

.user .userMain .flex:first-child {
  border-top: none;
}

.user .userMain .label {
  display: flex;
  align-items: center;
}

.user .userMain .label img {
  width: 1rem;
  margin-right: 0.5rem;
}

.user .changeBg {
  width: 5rem;
  margin: 1rem auto 0;
  background-color: #FFD28E;
  border: 0.1rem solid var(--font);
  color: var(--font);
  text-align: center;
  padding: 0.35rem 0;
  border-radius: 0.35rem;
  font-size: 0.6rem;
  font-weight: bold;
}

.contact {
  width: 100%;
  padding: 2rem 0.5rem 0;
  overflow-y: auto;
  background-color: var(--white);
  min-height: 100vh;
}

.contact img {
  max-width: 100%;
  height: auto !important;
}

.vip {
  width: calc(100% - 1rem);
  margin: auto;
  padding-top: 2rem;
  position: relative;
}

.vip .list {
  padding-top: 0.5rem;
}

.vip .list .item {
  width: 100%;
  border: 0.08rem solid var(--font);
  padding: 0.5rem 0.8rem;
  border-radius: 0.25rem;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.vip .list .item .name {
  font-size: 0.7rem;
  font-weight: bold;
  color: var(--color);
}

.vip .list .item .discount {
  font-size: 0.55rem;
  color: #888;
}

.vip .list .item .price {
  color: #FF5133;
  font-size: 0.6rem;
}

.vip .list .item .price span {
  font-size: 0.825rem;
  font-weight: bold;
}

.vip .list .active {
  background-color: #FFD28E;
}

.vip .equity {
  border: 0.08rem solid var(--font);
  border-radius: 0.25rem;
  padding: 1rem 0.5rem 0.5rem;
  background-color: var(--white);
  margin-bottom: 0.5rem;
}

.vip .equity .title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.vip .equity .title div {
  line-height: 1;
  font-size: 0.7rem;
  font-weight: bold;
  margin: 0 1.2rem;
}

.vip .equity .title hr {
  width: 3rem;
  border-color: var(--font);
}

.vip .equity .equityList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.vip .equity .equityList .item {
  text-align: center;
  color: var(--font);
  font-size: 0.5rem;
  font-weight: bold;
  width: 25%;
  margin-bottom: 0.5rem;
}

.vip .equity .equityList img {
  width: 2rem;
  margin: auto;
  margin-bottom: 0.25rem;
}

.vip .equity .fu {
  font-size: 0.6rem;
  font-weight: bold;
  color: var(--text);
  margin-top: 1rem;
}

.vip .buy {
  width: 50%;
  margin: 2rem auto;
  background-color: var(--font);
  text-align: center;
  color: var(--white);
  font-size: 0.725rem;
  font-weight: bold;
  padding: 0.3rem 2rem;
  border-radius: 1rem;
}

.navbar {
  width: 100%;
  max-width: 640px;
  height: 2rem;
  background-color: #FFE0C4;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.5rem;
  font-size: 0.7rem;
  font-weight: bold;
  color: var(--font);
}

.navbar i {
  font-size: 1.2rem;
  color: #888;
}

.unsubscribe {
  padding: 2rem 0.5rem 0;
}

.unsubscribe .title {
  padding: 0.5rem 0;
  color: var(--color);
  font-size: 0.7rem;
  font-weight: bold;
  line-height: 1;
}

.unsubscribe .list {
  padding-top: 0.5rem;
}

.unsubscribe .list .item {
  width: 100%;
  border: 1px solid var(--font);
  padding: 0.5rem 0.8rem;
  border-radius: 0.25rem;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.unsubscribe .list .item .name {
  font-size: 0.85rem;
  font-weight: bold;
  color: var(--color);
}

.unsubscribe .list .item .discount {
  font-size: 0.5rem;
  color: #888;
}

.unsubscribe .list .item .price {
  color: #f56c6c;
  font-size: 0.6rem;
}

.unsubscribe .list .item .price span {
  font-size: 0.825rem;
  font-weight: bold;
}

.unsubscribe .text {
  font-size: 0.65rem;
  padding-left: 1rem;
  line-height: 1;
  color: var(--font);
  font-weight: bold;
  margin-bottom: 0.8rem;
  min-height: 50vh;
}

.unsubscribe .btn {
  background-color: var(--font);
  color: var(--white);
  width: 8rem;
  height: 1.6rem;
  border-radius: 1rem;
  font-size: 0.725rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem auto;
}

.creatorType {
  height: 100vh;
  padding-top: 2rem;
  overflow-y: auto;
}

.creatorType .item {
  width: 94%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.5rem auto 0;
  border-radius: 0.25rem;
  border: 1px solid #ebebeb;
  padding: 0.3rem;
}

.creatorType .item .name {
  font-size: 0.725rem;
  color: var(--font);
  font-weight: bold;
}

.creatorType .item .contorls {
  display: flex;
  align-items: center;
}

.creatorType .item i {
  font-size: 0.9rem;
  font-weight: bold;
  position: relative;
  top: 0.1rem;
}

.creatorType .item .fa-edit {
  color: var(--color);
}

.creatorType .item .fa-trash {
  color: #888;
  margin-left: 0.5rem;
}

.creatorType .addType {
  width: 80%;
  background-color: var(--color);
  color: #000;
  padding: 0.3rem 0;
  position: fixed;
  left: 50%;
  bottom: 0.5rem;
  transform: translateX(-50%);
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  border-radius: 0.25rem;
}

.addTypeModel {
  width: 90vw;
  padding: 1rem 0.5rem;
  background-color: var(--white);
  border-radius: 0.5rem;
  display: block;
}

.addTypeModel .title {
  font-size: 0.725rem;
  font-weight: bold;
}

.addTypeModel .layui-input {
  font-size: 0.55rem;
  margin: 0.5rem 0;
}

.addTypeModel .flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.login {
  width: calc(100vw - 1rem);
  margin: auto;
}

.login .logo {
  width: 4rem;
  height: 4rem;
  background-color: var(--font);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4rem auto 1rem;
  color: var(--white);
  font-size: 0.7rem;
  overflow: hidden;
}

.login .logo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.login .title {
  text-align: center;
  font-size: 0.7rem;
  font-weight: bold;
  color: var(--font);
  margin-bottom: 2rem;
}

.login .item {
  width: 80%;
  margin: 0.5rem auto;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem;
  background-color: var(--white);
  border: 0.08rem solid var(--font);
  align-items: center;
  border-radius: 0.5rem;
}

.login .item .label img {
  width: 1rem;
}

.login .item input {
  font-size: 0.7rem;
  border: none;
  width: calc(100% - 1.5rem);
  font-weight: bold;
  flex: 1;
  padding-left: .3rem;
}

.login .item .layui-form-danger:focus {
  border-color: transparent !important;
  box-shadow: none !important;
}

.login .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
}

.login .flex .layui-btn {
  width: 80%;
  background-color: var(--font);
  border-radius: 1rem;
  font-size: 0.725rem;
  font-weight: bold;
}

.login .flex .btn {
  color: var(--font);
  font-size: 0.725rem;
  font-weight: bold;
}


.getCode {
  font-size: 0.6rem;
  font-weight: bold;
  width: 3.8rem;
  text-align: center;
}

.layui-layer-btn a {
  font-size: 14px !important;
}

.mask2 {
  width: 100%;
  max-width: 640px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}

.custom {
  width: 100%;
  max-width: 640px;
  height: 80vh;
  position: fixed;
  bottom: -80vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999999;
  background-color: var(--white);
  border-radius: 1rem 1rem 0 0;
  transition: 0.3s all linear;
}

.custom .title {
  font-size: 0.725rem;
  font-weight: bold;
  text-align: center;
  padding: 0.5rem 0;
  background-color: var(--white);
  border-radius: 1rem 1rem 0 0;
}

.custom .custom_list {
  width: calc(100% - 0.7rem);
  height: calc(100% - 6.5rem);
  overflow-y: auto;
  border: 1px solid #000;
  margin: auto;
  border-radius: 0.5rem;
  padding: 0.5rem;
}

.custom .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.725rem;
  font-weight: bold;
  padding-top: 0.275rem;
  border-top: 1px solid #ebebeb;
}

.custom .flex input {
  margin: 0 0.35rem;
  border: 1px solid #FFD28E;
  border-radius: 8px;
  text-align: center;
  width: 2.4rem;
  height: 1.4rem;
}

.custom .layui-btn {
  height: 1.6rem;
  line-height: 1.6rem;
  display: block;
  width: calc(100% - 2rem);
  margin: 1rem auto 0;
}

.custom .item {
  background-color: var(--white);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  padding: 0.3rem;
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  position: relative;
  font-size: 0.725rem;
  color: var(--font);
  font-weight: bold;
  margin-bottom: 0.35rem;
}

.custom .item::before {
  content: '';
  width: 0.7rem;
  height: 100%;
  background-color: #FC836E;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.3rem 0 0 0.3rem;
}

.custom .deleteTX {
  font-weight: normal;
  font-size: 0.6rem;
  color: #409EFF;
}

.bgPage {
  padding: 2rem 0.5rem 0;
}

.bgPage .title {
  padding: 0.3rem;
  font-weight: bold;
  font-size: 0.725rem;
  color: #f56c6c;
}

.bgPage .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #000;
  border-radius: 0.1rem;
  padding: 0.5rem;
  background-color: var(--white);
}

.bgPage .list .item {
  width: 48%;
  margin-bottom: 0.5rem;
  border: 2px solid transparent;
  border-radius: 0.35rem;
  overflow: hidden;
}

.bgPage .list .active {
  border: 2px solid #000;
}

.bgPage .list .color {
  border-radius: 0.35rem;
  height: 5rem;
}

.bgPage .bgImg {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #000;
  border-radius: 0.1rem;
  padding: 0.5rem;
  background-color: var(--white);
}

.bgPage .bgImg .item {
  width: 48%;
  margin-bottom: 0.5rem;
  border: 2px solid transparent;
  border-radius: 0.35rem;
  overflow: hidden;
  text-align: center;
  font-size: 0.6rem;
  font-weight: bold;
  position: relative;
}

.bgPage .bgImg .item .dddel {
  position: absolute;
  top: 0;
  right: 0;
}

.bgPage .bgImg .item img {
  margin-bottom: 0.3rem;
  height: 2rem;
}

.bgPage .bgImg .active {
  border: 2px solid #000;
}

.bgPage .layui-btn {
  display: block;
  margin: 2rem auto;
}

.youxianList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: var(--white);
  border: 1px solid var(--font);
  padding: 0.5rem;
  border-radius: 0.35rem;
}

.youxianList .item {
  width: 46%;
  display: flex;
  align-items: center;
  font-size: 0.5rem;
  font-weight: bold;
  color: var(--font);
  margin: 0.5rem 0;
}

.youxianList .item .point {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background-color: #f56c6c;
  margin-right: 0.2rem;
}

.youxianList .item:nth-of-type(2) .point {
  background-color: gold;
}

.youxianList .item:nth-of-type(3) .point {
  background-color: palevioletred;
}

.youxianList .item:nth-of-type(4) .point {
  background-color: skyblue;
}

.leibieList {
  background-color: var(--white);
  border: 1px solid var(--font);
  padding: 0.5rem;
  padding-bottom: 0;
  border-radius: 0.35rem;
  margin-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.leibieList .item {
  width: 46%;
  display: flex;
  margin-bottom: 0.5rem;
  font-size: 0.5rem;
  font-weight: bold;
  color: var(--font);
}

.tongjiTitle {
  margin: 0.5rem 0;
  color: var(--font);
  font-size: 0.725rem;
  font-weight: bold;
}


#childList .flex .btn {
  border: 1px solid var(--font);
  width: 1.2rem;
  height: 0.75rem;
  border-radius: 4px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: .3rem;
  padding: .1rem;
  box-sizing: border-box;
}
#childList .flex .btn img {
  width: 100%;
  height: 100%;
}


#childList .flex .btn.active {
  background-color: #FC836E;
}



#yyyyss .layui-laydate-content td.haveThing {
  position: relative;
}

#yyyyss .layui-laydate-content td.haveThing::before {
  content: '';
  width: 0.2rem;
  height: 0.2rem;
  background-color: #f56c6c;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}