* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: PingFang SC;
}
html {
  width: 100%;
  height: 100%;
  font-size: 0.32rem;
}
body {
  max-width: 750px;
  background-size: cover;
  margin: 0 auto;
  background: rgb(246, 246, 246);
}
img {
  display: block;
  max-width: 100%;
}
.login_box {
  padding: 0.8rem 0.9rem;
  text-align: center;
}
.login_box .login_title {
  font-size: 0.44rem;
  line-height: 1.1;
}
.login_logo {
  width: 2rem;
  margin: 0.4rem auto 0;
}
.login_logo img {
  width: 100%;
}
.login_form {
  width: 100%;
  margin-top: 0.6rem;
}
.login_form_col {
  border: 1px solid #9ea9ae;
  background: #f9fafe;
  border-radius: 0.8rem;
  height: 0.8rem;
  margin-top: 0.4rem;
  padding: 0 0.3rem 0 0.6rem;
  display: flex;
  align-items: center;
}
.login_form_col input {
  display: block;
  width: 100%;
  flex: 1;
  outline: none;
  border: none;
  font-size: 0.32rem;
  background: transparent;
  color: #666666;
}
.login_form_col .code {
  width: 2rem;
  height: 100%;
  background: #ccc;
}
.login_form_col .getcode_btn {
  font-size: 0.3rem;
  color: #f84f74;
}
.login_form_agree {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
}
.login_form_agree {
  color: #999999;
  font-size: 0.26rem;
}
.login_form_agree > a {
  color: #ff5277;
}
.checkbox {
  position: relative;
  width: 0.36rem;
  height: 0.36rem;
  margin-right: 0.1rem;
}
.checkbox input {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
}
.checkbox input + span {
  width: 100%;
  height: 100%;
  border: 1px solid #9ea9ae;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.checkbox input:checked + span {
  background: #ff5277;
  border-color: #ff5277;
}
.checkbox input:checked + span::before {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  font-size: 0.28rem;
  transform: translate(-50%, -50%);
}
.login_form_order {
  margin-top: 0.2rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.28rem;
}
.login_form_order > a {
  color: #666666;
}
.login_form_btn,
.block-button {
  width: 100%;
  background: linear-gradient(to bottom, #fb787a, #f84f74);
  background-size: 100%;
  height: 0.88rem;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: bold;
  font-size: 0.32rem;
  margin-top: 0.4rem;
  border-radius: 0.5rem;
  color: #fff;
}
.mask {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.display {
  display: none !important;
}
.dig {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10001;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main {
  padding-bottom: 1rem;
}
.tabbar {
  position: fixed;
  bottom: 0;
  display: flex;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  height: 1.1rem;
  padding: 0 0.1rem;
  z-index: 3;
}
.tabbar_col {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.tabbar_col .icon {
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
}
.tabbar_col img:nth-of-type(2) {
  display: none;
}
.tabbar_col > p {
  font-size: 0.24rem;
  color: #9AA6CE;
}
.tabbar_col.active img:nth-of-type(1) {
  display: none;
}
.tabbar_col.active .icon {
  z-index: 2;
  border-radius: 50%;
  overflow: hidden;
}
.tabbar_col.active img:nth-of-type(2) {
  display: block;
  width: 100%;
  height: 100%;
}
.tabbar_col.active > p {
  color: #E95875;
}


.vipicon {
  position: absolute;
  top: 0;
  right: 0;
  width: .5rem;
  height: .3rem;
  background: #E95875;
  color: #fff;
  border-radius: .1rem;
  font-size: .2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.vipicon.no {
  background: #777777;
}














.home-box1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f9fafe;
  padding: 0.2rem 0.3rem;
}
.home-box1 .logo {
  height: 0.68rem;
  font-weight: bold;
  font-size: .34rem;
  color: #fe4972;
  display: flex;
  align-items: center;
}
.home-box1 .switch-box {
  display: flex;
  align-items: center;
}
.home-box1 .switch-box .item {
  border: 1px solid #E95875;
  box-sizing: border-box;
  border-right: 0;
  color: #E95875;
  display: flex;
  align-items: center;
  padding: 0 0.3rem;
  height: 0.68rem;
  font-size: 0.28rem;
  position: relative;
}
.home-box1 .switch-box .item:first-child {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.home-box1 .switch-box .item:last-child {
  border-right: 1px solid #b5c0e2;
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.home-box1 .switch-box .item .icon {
  width: 0.38rem;
  height: 0.38rem;
  margin-right: 0.1rem;
}
.home-box1 .switch-box .item .icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.home-box1 .switch-box .item .icon .active {
  display: none;
}
.home-box1 .switch-box .item.active {
  color: #ffffff;
  background: #E95875;
}
.home-box1 .switch-box .item.active .icon img {
  display: none;
}
.home-box1 .switch-box .item.active .icon img.active {
  display: block;
}
.home-box2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.3rem;
  background: #fff;
}
.home-box2 .l-box {
  padding-top: 0.3rem;
}
.home-box2 .l-box .date {
  display: flex;
  align-items: center;
  font-size: 0.36rem;
  color: #646464;
  margin-bottom: 0.12rem;
}
.home-box2 .l-box .date svg {
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  margin-left: 0.1rem;
  fill: #666666;
}
.home-box2 .l-box .status {
  font-size: 0.28rem;
  color: #646464;
}
.home-box2 .l-box .month {
  padding: 0 0.2rem;
  font-size: 0.24rem;
  margin-right: 0.2rem;
  border-radius: 0.4rem;
  line-height: 0.4rem;
  color: #666666;
  border: 1px solid transparent;
}
.home-box2 .l-box .month.active {
  color: #f84f74;
  border-color: #f84f74;
  background: rgba(248, 79, 116, 0.1);
}
.home-box2 .r-box {
  display: flex;
  align-items: center;
}
.home-box2 .r-box img {
  display: block;
  width: 1rem;
}
.home-box2 .r-box .txt {
  font-size: 0.22rem;
  text-align: center;
  color: #f84f74;
  border: 1px solid rgba(248, 79, 116, .3);
  padding: .1rem .2rem;
  border-radius: .5rem;
}
.home-box3 {
  border-bottom: 0.16rem solid #f9fafe;
  padding-top: .3rem;
  background: #fff;
}
.home-box3 .status-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0 0.4rem;
}
.home-box3 .status-box .item {
  display: flex;
  align-items: center;
  margin-right: 0.2rem;
  font-size: 0.24rem;
  color: #999999;
}
.home-box3 .status-box .item .block {
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 0.06rem;
  margin-right: 0.08rem;
}
.home-box3 .status-box .item .icon {
  margin-right: 0.08rem;
}
.home-box3 .status-box .item .icon img {
  display: block;
  width: 0.3rem;
  height: auto;
}
.home-box3 .status-box .r-icon {
}
.home-box3 .status-box .r-icon svg {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  fill: #999999;
}
.kp-box {
  width: 6.28rem;
  border-radius: 0.2rem;
  border: 1px solid #fd4d76;
  height: 10.6rem;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-sizing: border-box;
  padding-bottom: 0.3rem;
}
.kp-box .top {
  height: 0.36rem;
  background: #fffbff;
  border-bottom: 1px solid #fd4d76;
  display: flex;
  align-items: center;
  padding: 0 0.2rem;
  width: 100%;
}
.kp-box .top .circular {
  width: 0.15rem;
  height: 0.15rem;
  border: 1px solid #f84f74;
  margin-right: 0.1rem;
  border-radius: 50%;
}
.kp-box .content {
  flex: 1;
  overflow: auto;
  padding: 0.3rem 0.4rem;
}
.kp-box .content .boxtitle {
  font-size: 0.32rem;
  color: #333333;
  text-align: center;
}
.kp-box .content .item {
  margin-bottom: 0.3rem;
}
.kp-box .content .item .title {
  display: flex;
  align-items: center;
  font-size: 0.32rem;
  color: #333333;
  margin-bottom: 0.1rem;
}
.kp-box .content .item .title .icon {
  display: flex;
  align-items: center;
}
.kp-box .content .item .title .icon img {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
}
.kp-box .content .item .title .block {
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 0.04rem;
  margin-right: 0.1rem;
}
.kp-box .content .item .txt {
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #666666;
}
.kp-box .btn {
  width: 4.58rem;
  height: 0.8rem;
  border-radius: 0.5rem;
  line-height: 0.8rem;
  text-align: center;
  font-size: 0.28rem;
  background: linear-gradient(to bottom, #fb787a, #f84f74);
  color: #ffffff;
  margin-top: 0.3rem;
}
.bg-title {
  font-size: 0.36rem;
  line-height: 0.5rem;
  padding: 0 0.2rem;
  position: relative;
  display: flex;
  align-items: center;
  color: #494949;
}
.bg-title svg {
  display: block;
  width: 0.34rem;
  height: 0.34rem;
  position: relative;
  z-index: 2;
  margin-left: 0.1rem;
}
.bg-title span {
  position: relative;
  z-index: 2;
}
.bg-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.24rem;
  border-radius: 0.06rem;
  background: #ffedf3;
}
.home-box4 {
  padding: 0.5rem 0 0;
  background-color: #fff;
}
.home-box4 .date-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.3rem;
}
.home-box4 .date-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.3rem;
  margin-bottom: 0.2rem;
}
.home-box4 .date-box .bg-title {
  font-size: 0.32rem;
}
.home-box4 .date-box .btns {
  display: flex;
  align-items: center;
}
.home-box4 .date-box .btns .btn {
  width: 1.4rem;
  text-align: center;
  height: 0.46rem;
  line-height: 0.46rem;
  position: relative;
  font-size: 0.28rem;
  color: #999999;
  border: 1px dashed #999;
  border-radius: 0.1rem;
  font-size: 0.24rem;
  margin-left: 0.2rem;
}
.home-box4 .date-box .btns .btn.active {
  background: #fe4972;
  border: 1px solid #fe4972;
  color: #ffffff;
}
.home-box4 .date-box .btns .btn .icon {
  position: absolute;
  top: -0.4rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: auto;
  height: 0.4rem;
}
.home-box4 .status-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.3rem;
}
.home-box4 .status-box .bg-title {
  font-size: 0.28rem;
}
.home-box4 .status-box .btn {
  width: 1.8rem;
  height: 0.52rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.32rem;
  border: 1px solid #959cb1;
  border-radius: 0.5rem;
  font-size: 0.24rem;
  color: #98a7d0;
}
.home-box4 .status-box .btn svg,
.home-box4 .status-box .btn img {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
  fill: #98a7d0;
}
.home-box4 .status-box .btn.noborder {
  border: none;
  color: #666666;
  font-size: 0.28rem;
  width: auto;
}
.home-box4 .status-items {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0.3rem;
}
.status-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.status-items > p {
  padding: .3rem;
  text-align: center;
  font-size: .3rem;
  color: #666;
  width: 100%;
}
.home-box4 .status-items .l-box {
  padding: 0.3rem 0.4rem 0.3rem 0;
  height: 1.5rem;
  border-right: 1px solid #eaeaea;
}
.home-box4 .status-items .l-box .icon {
  width: 0.72rem;
  height: 0.72rem;
  border: 1px solid #aebad4;
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-box4 .status-items .l-box .icon svg {
  display: block;
  width: 0.34rem;
  height: 0.34rem;
  border: none;
}
.home-box4 .status-items .l-box p {
  font-size: 0.3rem;
  text-align: center;
  margin-top: 0.1rem;
  color: #999999;
}
.status-items .right-box {
  display: flex;
  flex-wrap: wrap;
}
.status-items .s-item {
  width: 25%;
  text-align: center;
  margin-bottom: 0.3rem;
}
.status-items .s-item .icon {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto 0.1rem;
  position: relative;
}
.status-items .s-item .icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.status-items .s-item .icon .del,
.status-items .s-item .icon .check {
  display: block;
  position: absolute;
  top: -0.19rem;
  right: -0.19rem;
  width: 0.38rem;
  height: 0.38rem;
  line-height: 0.38rem;
  border-radius: 50%;
  background: #ff4a75;
  color: #ffffff;
  text-align: center;
  display: none;
}
.status-items .s-item .icon .del::after {
  content: "";
  width: 0.2rem;
  height: 0.04rem;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.status-items .s-item .icon .check::after {
  content: "✓";
  font-size: 0.28rem;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.status-items .s-item.ischeck .icon .check {
  display: block;
}
.status-items .s-item.isedit .del {
  display: block;
}
.status-items .s-item p {
  font-size: 0.24rem;
  text-align: center;
  margin-top: 0.1rem;
  color: #666666;
}
.nodata {
  padding: 0.6rem 0 0.3rem;
  width: 100%;
}
.nodata img {
  display: block;
  width: 5.3rem;
  height: auto;
  margin: 0 auto;
}
.home-box5 {
  display: flex;
  align-items: center;
  margin: 0.3rem;
  border: 1px solid #bdc1da;
  border-radius: 0.2rem;
  height: 0.92rem;
  padding: 0 0.3rem;
  font-size: 0.3rem;
  color: #8382a3;
}
.home-box5 svg,
.home-box5 img {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
}
.home-box5 > p {
  flex: 1;
  margin: 0 0.2rem;
}
.home-box5 svg {
  fill: #8382a3;
}
.fixed-bottom-box {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 7.5rem;
  box-sizing: border-box;
  padding: 0 0.2em;
  height: 1rem;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  z-index: 2;
  border-top: 1px solid #e2e2e2;
}



header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 7.5rem;
  box-sizing: border-box;
  padding: 0 0.2em;
  height: 1rem;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  z-index: 9;
}
header .txt {
  text-align: center;
  font-size: 0.32rem;
  width: 100%;
}
header .txt .switch-btns {
  display: flex;
  justify-content: center;
}
header .txt .switch-btns a {
  display: block;
  border: 1px solid #E95875;
  border-right: none;
  padding: 0 0.3rem;
  height: 0.68rem;
  line-height: 0.68rem;
  color: #E95875;
}
header .txt .switch-btns a:first-child {
  border-top-left-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
}
header .txt .switch-btns a:last-child {
  border-right: 1px solid #E95875;
  border-top-right-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}
header .txt .switch-btns a.active {
  background: #E95875;
  color: #ffffff;
}
header .back {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  left: 0.2rem;
  transform: translateY(-50%);
  padding: .1rem;
}
header .back img {
  width: 100%;
  height: 100%;
}
header .r-oper {
  position: absolute;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%);
}
header .r-oper .button {
  display: block;
  height: 0.52rem;
  line-height: 0.52rem;
  background: #ff4a75;
  padding: 0 0.24rem;
  font-size: 0.24rem;
  color: #ffffff;
  border-radius: 0.4rem;
}
header .r-oper .button.default {
  color: #333333;
  background: none;
  font-size: 0.3rem;
  padding: 0;
}



.page_main {
  padding: 1rem 0 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.page_content {
  width: 100%;
  height: 100%;
  padding: 0.3rem;
  overflow-y: auto;
}



.info_form {
  padding: 0 .3rem;
  background: #fff;
  border-radius: .2rem;
}
.info_form_col {
  min-height: 1rem;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .2rem 0;
}
.info_form_col .headphoto {
  width: .9rem;
  height: .9rem;
}
.info_form_col .headphoto img {
  width: 100%;
  border-radius: 50%;
  height: 100%;
}
.info_form_col > p {
  flex: 1;
  text-align: right;
}

.info_form_col label {
  font-size: .3rem;
  font-weight: bold;
}
.info_form_col .icon_right {
  width: .26rem;
}

.info_form_col .email {
  display: flex;
  align-items: center;
  font-size: .3rem;
  color: #999;
}
.info_form_col .email div {
  margin-left: .2rem;
  height: .52rem;
  width: 1rem;
  border-radius: .6rem;
  background: #FE7297;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .26rem;
  font-weight: bold;
  line-height: 1;
}



.popup {
  background: #fff;
  border-radius: .16rem;
  width: 6rem;
  padding: .3rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10001;
  display: none;
}
.popup_title {
  text-align: center;
  font-weight: 600;
  font-size: .34rem;
}
.popup_btn {
  width: 100%;
  height: .9rem;
  display: flex;
}
.popup_btn > div {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .3rem;
  line-height: 1;
  cursor: pointer;
}
.popup_btn > div:first-of-type {
  background: #777777;
  color: #fff;
}
.popup_btn > div:last-of-type {
  background: #FE7297;
  color: #fff;
}
.popup_form {
  width: 100%;
  padding: .3rem 0;
}
.popup_form_col {
  border-bottom: 1px solid #dedede;
  display: flex;
  margin-bottom: .26rem;
  align-items: center;
  width: 100%;
  height: .9rem;
}
.popup_form_col input {
  width: 100%;
  flex: 1;
  border: none;
  font-size: .3rem;
  outline: none;
}







.vip_head {
  position: relative;
  margin: .3rem;
}

.vip_head img {
  width: 100%;
}
.vip_head > .vip_head_inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 .3rem;
}
.vip_head_info {
  width: 1px;
  flex: 1;
  margin-left: .3rem;
}
.vip_head_info > div {
  font-weight: bold;
  font-size: 0.3rem;
}
.vip_head_info > p {
  font-size: 0.24rem;
  font-weight: bold;
  color: #999;
  margin-top: 0.08rem;
}
.vip_head_headphoto {
  width: .8rem;
  height: .8rem;
}
.vip_head_headphoto > img {
  width: 100%;
  height:100%
}
.tuiding {
  margin-left: .2rem;
  height: .52rem;
  width: 1.1rem;
  border-radius: .6rem;
  color: #FE7297;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .26rem;
  font-weight: bold;
  line-height: 1;
  border: 1px solid #fe4972;
}

.vip_bb {
  margin-top: 0.4rem;
  width: 100%;
  border-top-right-radius: .3rem;
  border-top-left-radius: .3rem;
  background: #fff;
  padding: .7rem .3rem .3rem;
}

.vip_list {
  width: 100%;
  display: flex;
}
.vip_col {
  width: 1.6rem;
  height: 2.2rem;
  background: #fff;
  margin-right: 0.2rem;
  border-radius: 0.2rem;
  padding: 0.34rem 0;
  border: 1px solid rgba(233, 88, 117, .3);
}
.vip_col .title {
  font-size: 0.28rem;
  font-weight: bold;
  text-align: center;
}
.vip_col .price {
  margin-top: 0.5rem;
  font-weight: bold;
  font-size: 0.22rem;
  text-align: center;
}
.vip_col .price span {
  font-size: 0.3rem;
}
.vip_col.active {
  border: 0;
  background: #E95875;
}
.vip_col.active .title {
  color: #fff;
}
.vip_col.active .price {
  color: #fff;
}

.vip_msg {
  font-size: .28rem;
  margin-top: .5rem;
  padding: 0 .3rem;
}
.vip_btn {
  width: 6rem;
  height: .78rem;
  border-radius: .78rem;
  background: #E95875;
  color: #fff;
  margin: .5rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}





.tuiding_box {
  padding: .2rem .3rem;
  background: #fff;
  border-radius: .2rem;
  margin: .3rem .26rem;
}
.tuiding_col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .3rem;
  padding: .2rem 0;
}
.tuiding_btn {
  height: .7rem;
  border-radius: .7rem;
  background: #FE7297;
  width: 2rem;
  color: #fff;
  font-size: .26rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: .4rem auto 0;
}
.tuiding_msg {
  margin-top: .8rem;
  font-size: .3rem;
  line-height: 1.8;
  color: #666;
}







.addstatus-container {
  background: #f9fafe;
  padding: 0.2rem 0.25rem;
  box-sizing: border-box;
  min-height: 100vh;
}
.addstatus-container .status-box {
  width: 7rem;
  margin: 0 auto;
  padding-top: 0.55rem;
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
}
.addstatus-container .status-box .status-top {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 0.57rem;
  background: url(../image/status-top2.png) no-repeat top left;
  background-size: 100% auto;
}
.addstatus-container .status-box.first {
  padding-top: 0.44rem;
}
.addstatus-container .status-box.first .status-top {
  height: 0.44rem;
  background: url(../image/status-top.png) no-repeat top left;
  background-size: 100% auto;
}
.addstatus-container .status-box:last-child .status-middle {
  border-bottom: 1px solid #989eba;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.status-middle {
  border-left: 1px solid #989eba;
  border-right: 1px solid #989eba;
  padding: 0.1rem 0.3rem;
}
.status-middle .date {
  width: 3rem;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  background: #9aa8cd;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.32rem;
  border-radius: 0.4rem;
}
.status-middle .title {
  padding-top: 0.2rem;
  font-size: 0.32rem;
  color: #333333;
  margin-bottom: 0.4rem;
}
.status-middle .s-item {
  width: 20%;
}
.diary-container {
  padding: 0.3rem;
}
.diary-container .title {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: .32rem;
}
.diary-container .title .title-l {
  font-size: 0.24rem;
  color: #73769c;
  border-right: 1px solid #55526a;
  padding-right: 0.15rem;
  line-height: 0.42rem;
  padding-left: 0.2rem;
}
.diary-container .title .title-l .p1 {
  font-size: 0.32rem;
  font-weight: bold;
  color: #555555;
}
.diary-container .title .title-r {
  font-size: 0.28rem;
  color: #555555;
  line-height: 0.42rem;
  padding-left: 0.15rem;
}
.diary-container textarea {
  margin-top: 0.26rem;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #FFD6DE;
  border-radius: 0.2rem;
  height: 65vh;
  background: #FFF5F7;
  padding: 0.2rem 0.3rem;
  font-size: 0.32rem;
}
.imgs {
  display: flex;
  flex-wrap: wrap;
}
.imgs .img-item {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #e2e2e2;
  border-radius: 0.2rem;
  position: relative;
  margin-top: 0.3rem;
  margin-right: 0.3rem;
}
#imgList {
  display: flex;
  flex-wrap: wrap;
}
.imgs .img-item:nth-child(4n) {
  margin-right: 0;
}
.imgs .img-item > img,
.imgs .img-item > svg {
  display: block;
  width: 100%;
  height: 100%;
}
.imgs .img-item.add > svg {
  fill: #b1b1b1;
}
.imgs .img-item.add > input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  outline: none;
  opacity: 0;
}
.imgs .img-item .del {
  display: block;
  position: absolute;
  top: -0.5em;
  right: -0.5em;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border-radius: 50%;
  background: #ff4a75;
  color: #ffffff;
  text-align: center;
}
.imgs .img-item .del::after {
  content: "";
  width: 0.2rem;
  height: 0.04rem;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.calendar-box {
  margin: 1rem auto 0;
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  border: 1px solid #cccccc;
  position: relative;
}
.calendar-box .items {
  width: 100%;
  height: 100%;
  position: relative;
}
.calendar-box .item {
  padding-top: 0.1rem;
  box-sizing: border-box;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: 0;
}
.calendar-box .item span {
  display: block;
  text-align: center;
  width: 0.4rem;
  line-height: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  border: 1px solid transparent;
  font-size: 0.24rem;
  cursor: pointer;
  position: absolute;
  z-index: 2;
}
/* .calendar-box .item span.today {
  border-color: #ff4a75;
  color: #ff4a75;
} */
.calendar-box .item span.active {
  /* border-color: #ff4a75;
  background: #ff4a75;
  color: #ffffff; */

  border-color: #ff4a75;
  color: #ff4a75;
}
.calendar-box .item span.pasttime {
  color: #999999;
}
.calendar-box .small-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #cccccc;
  border-radius: 50%;
  width: 4.1rem;
  height: 4.1rem;
}
.calendar-box .txt-box {
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../image/home/home-calendarbg.png) no-repeat center;
  background-size: auto 100%;
}
.calendar-box .txt-box p {
  font-size: 0.24rem;
  color: #666666;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 90%;
}
.calendar-box .txt-box p.p1 {
  top: 7%;
}
.calendar-box .txt-box p.p2 {
  top: 30%;
}
.calendar-box .txt-box p.p3 {
  bottom: 15%;
}
.calendar-box .txt-box p span {
  font-size: 0.32rem;
  margin: 0 0.1rem;
  color: #ff4a75;
  font-weight: bold;
}
.find-container {
  min-height: 100vh;
  background: linear-gradient(to bottom, #fed5de, #fdeff2);
  overflow: hidden;
}
.find-container .find-title {
  display: flex;
  align-items: center;
  padding: 0.2rem 0.3rem;
}
.find-container .find-title .date {
  font-size: 0.68rem;
  line-height: 0.68rem;
  font-weight: bold;
  color: #E95875;
  padding-right: 0.3rem;
  margin-right: 0.2rem;
  position: relative;
}
.find-container .find-title .date:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.08rem;
  height: 100%;
  background: #E95875;
  transform: rotate(15deg);
}
.find-container .find-title .txt {
  font-size: 0.32rem;
  font-weight: normal;
  color: #E95875;
  line-height: 0.34rem;
}
.find-container .find-box1 {
  padding: 0 0.3rem;
}
.find-container .find-box1 .nodata-box {
  position: relative;
}
.find-container .find-box1 .nodata-box img {
  display: block;
  width: 100%;
  height: auto;
}
.find-container .find-box1 .nodata-box .button {
  position: absolute;
  bottom: .8rem;
  left: 0.8rem;
  display: block;
  padding: 0 0.3rem;
  height: 0.64rem;
  line-height: 0.64rem;
  border-radius: 0.5rem;
  text-align: center;
  font-size: 0.28rem;
  background: linear-gradient(to bottom, #fb787a, #f84f74);
  color: #ffffff;
  width: 3rem;
  text-align: center;
}
.find-container .find-box1 .nodata-box .txt {
  font-size: 0.28rem;
  color: #777777;
  line-height: 1.8;
  position: absolute;
  top: 1.5rem;
  left: 0.8rem;
  width: calc(100% - 2rem);
  word-break: break-all;
}

.find-container .find-box1 .nodata-box .more {
  position: absolute;
  bottom: 0.8rem;
  right: 1rem;
  color: #666666;
  font-size: 0.3rem;
}
.find-container .find-box1 .hasdata-box {
  position: relative;
}
.find-container .find-box1 .hasdata-box img {
  display: block;
  width: 100%;
  height: auto;
}
.find-container .find-box1 .hasdata-box .rj-date {
  position: absolute;
  top: 0.35rem;
  left: 0.6rem;
  font-size: 0.32rem;
  color: #888bae;
}
.find-container .find-box1 .hasdata-box .txt {
  position: absolute;
  top: 1.4rem;
  left: 0.6rem;
  font-size: 0.32rem;
  line-height: 0.52rem;
  color: #666666;
  width: calc(100% - 2rem);
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.find-container .find-box1 .hasdata-box .more {
  position: absolute;
  bottom: 0.8rem;
  right: 1rem;
  color: #666666;
  font-size: 0.32rem;
}
.find-container .find-box2 {
  padding: 0.4rem 0.4rem;
}
.find-container .find-box2 .menu-title {
  font-size: 0.36rem;
  color: #888bae;
}
.find-container .find-box2 .menus {
  display: flex;
  flex-wrap: wrap;
}
.find-container .find-box2 .menus .menu-item {
  width: 30%;
  margin-right: 5%;
  background: #ffffff;
  border-radius: 0.2rem;
  padding: 0.2rem 0;
  margin-top: 0.3rem;
  position: relative;
}
.find-container .find-box2 .menus .menu-item:nth-child(3n) {
  margin-right: 0;
}
.find-container .find-box2 .menus .menu-item img {
  display: block;
  width: 1rem;
  height: 1rem;
  margin: 0 auto 0.1rem;
}
.find-container .find-box2 .menus .menu-item p {
  text-align: center;
  font-size: 0.28rem;
  color: #888888;
}
.find-container .find-box2 .menus .menu-item .vip {
  position: absolute;
  top: -0.2rem;
  right: -25%;
  line-height: 0.4rem;
  font-size: 0.32rem;
  color: #ffffff;
  background: #f79400;
  padding: 0 0.3rem;
  z-index: 2;
}
.news-list .news-item {
  display: flex;
  align-items: center;
  border-top: 1px solid #dddddd;
  padding: 0.2rem 0.3rem;
}
.news-list .news-item:last-child {
  border-bottom: 1px solid #dddddd;
}
.news-list .news-item .left {
  flex: 1;
  overflow: hidden;
  margin-right: 0.3rem;
  padding: 0.2rem 0;
  height: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-list .news-item .left .p1 {
  color: #333333;
  font-size: 0.32rem;
  line-height: 0.44rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.news-list .news-item .left .p2 {
  font-size: 0.28rem;
  color: #666666;
}
.news-list .news-item .img {
  width: 3rem;
  height: 2rem;
  overflow: hidden;
}
.news-list .news-item .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.newdetail {
  padding: 0.3rem;
  border-top: 1px solid #dddddd;
}
.newdetail .newdetail-title {
  font-size: 0.36rem;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.2rem;
}
.newdetail .desc {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  font-size: 0.28rem;
  color: #666666;
  margin-bottom: 0.3rem;
}
.newdetail .detail-content {
  font-size: 0.32rem;
  color: #333333;
  line-height: 1.4;
}
.newdetail .detail-content img {
  display: block;
  max-width: 100%;
  margin: 0.2rem 0;
}
.joke-container {
  min-height: 100vh;
  background: #f6f6f6;
}
.joke-container .navbar {
  width: 100%;
  overflow-x: auto;
  border-top: 1px solid #dddddd;
  background: #ffffff;
  white-space: nowrap;
}
.joke-container .navbar::-webkit-scrollbar {
  display: none;
}
.joke-container .navbar .item {
  display: inline-block;
  padding: 0 0.3rem;
  line-height: 0.8rem;
  position: relative;
  font-size: 0.32rem;
  color: #777777;
}
.joke-container .navbar .item.active {
  color: #333333;
}
.joke-container .navbar .item.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  height: 4px;
  border-radius: 0.4rem;
  background: #ff4a75;
}
.joke-container .joke-box {
  width: calc(100% - 0.6rem);
  min-height: calc(100vh - 3.8rem);
  margin: 0.3rem auto;
  background: #ffffff;
  border: 1px solid #a7a399;
  border-radius: 0.2rem;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0.3rem;
}
.joke-container .joke-box .img {
  width: 100%;
  height: 3rem;
  border-radius: 0.2rem;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.joke-container .joke-box .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.joke-container .joke-box .joke-content {
  font-size: 0.32rem;
  line-height: 1.4;
}
.joke-container .block-button {
  margin: 0.3rem auto 0;
  box-sizing: border-box;
  width: calc(100% - 0.6rem);
}
.diarylist .top-img img {
  display: block;
  width: 100%;
  height: auto;
}
.diarylist .top {
  padding: 0.2rem 0 0;
  margin: 0 0.3rem 0.3rem;
  font-size: 0.32rem;
  color: #666666;
  border-bottom: 1px solid #dddddd;
}
.diarylist .top p {
  margin-bottom: 0.2rem;
}
.diarylist .top p span {
  color: #fd4d76;
  margin: 0 0.1rem;
}
.diary-item {
  position: relative;
  padding: 0 0.3rem 0.3rem 1rem;
  box-sizing: border-box;
}
.diary-item:last-child .left::after {
  content: none;
}
.itemimg {
  display: flex;
  margin-top: .2rem;
}

.itemimg img {
  width: 1rem;
  height: 1rem;
  margin-right: .2rem;
  border: 1px solid #dedede;
}
.diary-item .left {
  position: absolute;
  top: 0;
  left: 0.3rem;
  width: 0.5rem;
  height: 100%;
}
.diary-item .left::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% - 0.8rem);
  top: 0.6rem;
  left: 50%;
  transform: translateX(-50%);
  background: #cccddf;
}
.diary-item .left .block {
  position: relative;
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #f5f6f8;
  margin: 0.1rem auto 0;
}
.diary-item .left .block::before,
.diary-item .left .block::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.diary-item .left .block::before {
  width: 0.24rem;
  height: 0.24rem;
  background: #cccddf;
  z-index: 2;
}
.diary-item .left .block::after {
  width: 0.06rem;
  height: 0.06rem;
  background: #ffffff;
  z-index: 3;
}
.diary-item.today .left .block {
  background: #fde6ed;
}
.diary-item.today .left::after {
  background: #fb5177;
}
.diary-item.today .left .block::before {
  background: #fb5177;
}
.diary-item .right {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  border-radius: 0.2rem;
  overflow: hidden;
  padding: 0.3rem;
}
.diary-item .right .r-t {
  display: flex;
  align-items: center;
}
.diary-item .right .r-t .r-t-l {
  font-size: 0.28rem;
  color: #777777;
  border-right: 1px solid #55526a;
  padding-right: 0.15rem;
  line-height: 0.42rem;
  padding-left: 0.2rem;
}
.diary-item .right .r-t .r-t-l .p1 {
  font-size: 0.32rem;
  font-weight: bold;
  color: #555555;
}
.diary-item .right .r-t .r-t-m {
  font-size: 0.28rem;
  color: #555555;
  line-height: 0.42rem;
  padding-left: 0.15rem;
}
.diary-item .right .r-t .r-t-r {
  flex: 1;
}
.diary-item .right .r-t .r-t-r img {
  display: block;
  width: 100%;
  height: auto;
}
.diary-item .right .r-content {
  background: #fef3f1;
  color: #666666;
  padding: 0.2rem 0.3rem;
  border-radius: 0.2rem;
  margin-top: 0.3rem;
}
.diary-item .right .r-content p {
  font-size: 0.32rem;
  line-height: 0.44rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.decision-container {
  overflow: hidden;
  position: relative;
}
.decision-container .bg {
  display: block;
  width: 100%;
  height: auto;
}
.decision-container .q-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 0.36rem;
  color: #7d5d5a;
  top: 29.4%;
}
.decision-container .btns {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  position: absolute;
  bottom: 8%;
  left: 0;
}
.decision-container .btns > a {
  display: block;
  width: 2.8rem;
  height: 0.88rem;
  line-height: 0.88rem;
  text-align: center;
  border-radius: 0.5rem;
  border: 1px solid #926b5f;
  color: #ffffff;
  background: #dbb69b;
  margin-right: 0.5rem;
}
.decision-container .btns > a:last-child {
  margin-right: 0;
}
.turntableBox {
  position: absolute;
  top: 36.8%;
  left: 50%;
  transform: translateX(-50%);
}
.turntableBox .turnplate {
  width: 6rem;
  height: 6rem;
  margin: 0 auto;
  position: relative;
}
.turntableBox .turnplate canvas {
  width: 100%;
  height: 100%;
}
.turntableBox .turnplate img {
  width: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hot-q-container {
  min-height: 100vh;
  background: #f9f9fb;
}
.hot-q-container .q-list {
  padding: 0.3rem;
}
.hot-q-container .q-list .q-item {
  background: #ffffff;
  margin-bottom: 0.3rem;
  border-radius: 0.2rem;
  height: 1.1rem;
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  color: #777777;
}
.hot-q-container .q-list .q-item .icon {
  display: block;
  width: 0.46rem;
  height: 0.46rem;
  background: url(../image/find/q-item-icon1.png) no-repeat center;
  background-size: 100% auto;
}
.hot-q-container .q-list .q-item .p1 {
  flex: 1;
  margin: 0 0.2rem;
  font-size: 0.28rem;
  color: #333333;
}
.hot-q-container .q-list .q-item:nth-child(3n-2) .icon {
  background: url(../image/find/q-item-icon1.png) no-repeat center;
  background-size: 100% auto;
}
.hot-q-container .q-list .q-item:nth-child(3n-1) .icon {
  background: url(../image/find/q-item-icon2.png) no-repeat center;
  background-size: 100% auto;
}
.hot-q-container .q-list .q-item:nth-child(3n) .icon {
  background: url(../image/find/q-item-icon3.png) no-repeat center;
  background-size: 100% auto;
}
.myquestion {
  min-height: 100vh;
  background: #f6f6f6;
  position: relative;
}
.myquestion .nodata {
  padding-top: 30vh;
}
.myquestion .nodata img {
  display: block;
  width: 70%;
}
.myquestion .nodata > a {
  display: block;
  width: 4.1rem;
  height: 0.84rem;
  line-height: 0.84rem;
  text-align: center;
  border-radius: 0.5rem;
  text-align: center;
  font-size: 0.32rem;
  background: linear-gradient(to bottom, #fb787a, #f84f74);
  color: #ffffff;
  margin: 0.3rem auto;
}
.myquestion .question-list {
  padding: 0.3rem;
}
.myquestion .question-list .question-item {
  display: flex;
  align-items: center;
  height: 1rem;
  background: #ffffff;
  padding: 0 0.3rem;
  margin-bottom: 0.3rem;
}
.myquestion .question-list .question-item > p {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 0.2rem;
  border-right: 1px solid #e2e2e2;
  margin-right: 0.2rem;
}
.myquestion .question-list .question-item > a {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
}
.myquestion .question-list .question-item > a svg {
  display: block;
  width: 100%;
  height: 100%;
}
.addquestion {
  height: 100vh;
  background: #f6f6f6;
  padding: 0 0.3rem;
}
.addquestion .container {
  background: #ffffff;
  height: calc(100vh - 1.6rem);
  border-radius: 0.2rem;
  margin-top: 0.3rem;
  display: flex;
  flex-direction: column;
}
.addquestion .container .top {
  height: 1.1rem;
  border-bottom: 1px solid #ededed;
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
}
.addquestion .container .top input {
  display: block;
  border: none;
  outline: none;
  background: none;
  flex: 1;
}
.addquestion .container .middle {
  flex: 1;
  overflow-y: auto;
  padding: 0.3rem 0.5rem 0;
}
.addquestion .container .middle .question-item {
  display: flex;
  align-items: center;
  height: 0.9rem;
  margin-bottom: 0.3rem;
}
.addquestion .container .middle .question-item > .no {
  display: block;
  width: 0.58rem;
  height: 0.58rem;
  line-height: 0.58rem;
  font-size: 0.32rem;
  text-align: center;
  border-radius: 50%;
  background: #f9fafe;
  margin-right: 0.28rem;
}
.addquestion .container .middle .question-item .input-box {
  flex: 1;
  display: flex;
  align-items: center;
  background: #f9fafe;
  overflow: hidden;
  padding: 0 0.2rem 0 0.36rem;
  height: 0.9rem;
}
.addquestion .container .middle .question-item .input-box input {
  flex: 1;
  outline: none;
  border: none;
  background: none;
}
.addquestion .container .middle .question-item .input-box .del {
  width: 0.4rem;
  height: 0.4rem;
  cursor: pointer;
  padding: 0.1rem;
  box-sizing: content-box;
}
.addquestion .container .middle .question-item .input-box .del svg {
  display: block;
  width: 100%;
  height: 100%;
}
.addquestion .container .button {
  display: block;
  width: 3.7rem;
  height: 0.9rem;
  line-height: 0.9rem;
  text-align: center;
  border-radius: 0.5rem;
  text-align: center;
  font-size: 0.32rem;
  background: linear-gradient(to bottom, #fb787a, #f84f74);
  color: #ffffff;
  margin: 0.3rem auto;
}
.guard {
  min-height: 100vh;
  background: linear-gradient(to bottom, #fed5de, #fdeff2);
  overflow: hidden;
}
.guard_top {
  display: flex;
}
.guard_top > div {
  width: 50%;
  flex: 1;
  margin-right: .3rem;
  background: #fff;
  border-radius: .2rem;
  height: 3.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: .3rem;
  position: relative;
}
.guard_top > div img {
  width: 2.2rem;
}
.guard_top > div > p {
  position: absolute;
  top: .5rem;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #EF788F;
  font-size: .3rem;
}
.guard_top > div:last-of-type {
  margin-right: 0;
}
.guard-box {
  padding: 0.3rem;
}
.guard-box .menus {
}
.guard-box .menus .menu-item {
  display: flex;
  align-items: center;
  background: #ffffff;
  margin-bottom: 0.3rem;
  border-radius: 0.2rem;
  padding: 0 0.3rem;
  height: 1.5rem;
}
.guard-box .menus .menu-item > img {
  display: block;
  width: .6rem;
  height: .6rem;
}
.guard-box .menus .menu-item > p {
  flex: 1;
  margin: 0 0.3rem;
  font-size: 0.28rem;
}
.guard-box .menus .menu-item > svg {
  display: block;
  width: 0.36rem;
  height: 0.36rem;
}
.friend {
  height: 100vh;
  background: #f6f6f6;
  padding: 0 0.3rem;
}
.friend .container {
  background: #ffffff;
  border-radius: 0.2rem;
  margin-top: 0.3rem;
  display: flex;
  flex-direction: column;
}
.friend .container .item {
  height: 1.1rem;
  border-bottom: 1px solid #ededed;
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
}
.friend .container .item input {
  display: block;
  border: none;
  outline: none;
  background: none;
  flex: 1;
}
.friend .container .item:last-child {
  border-bottom: 0;
}
.friend .button {
  display: block;
  width: 100%;
  height: 0.9rem;
  line-height: 0.9rem;
  text-align: center;
  border-radius: 0.5rem;
  text-align: center;
  font-size: 0.32rem;
  background: linear-gradient(to bottom, #fb787a, #f84f74);
  color: #ffffff;
  margin: 0.3rem auto;
}



.user {
  min-height: 100vh;
  position: relative;
  background: #f9fafe;
  box-sizing: border-box;
  padding: 1.6rem 0.3rem 0.3rem;
}
.user .user-bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.user_info {
  display: flex;
  align-items: center;
  padding: .3rem;
  background: #fff;
  width: 100%;
  border-radius: .3rem;
  position: relative;
  z-index: 2;
}
#logout {
  position: absolute;
  right: 0;
  top: 0;
  color: #FE7297;
  padding: .2rem .3rem;
}
.user_info .headimg {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.3rem;
}
.user_info .headimg img {
  width: 100%;
  height: 100%;
}
.user_info .name {
  font-size: 0.28rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user_info .edit {
  display: block;
  width: 0.34rem;
  margin-left: .2rem;
}


.user_vip {
  width: 100%;
  margin-top: .24rem;
  position: relative;
}
.user_vip > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 0 .3rem;
}
.user_vip_icon {
  width: 1rem;
  margin-right: .3rem;
}
.user_vip_text {
  width: 100%;
  flex: 1;
}
.user_vip_text > p:first-of-type {
  color: #A12E4C;
  font-size: .32rem;
}
.user_vip_text > p:last-of-type {
  color: #A12E4C;
  margin-top: .1rem;
  font-size: .26rem;
}
.user_vip_btn {
  width: 1.5rem;
  height: .6rem;
  border-radius: .6rem;
  color: #fff;
  background: #FE7297;
  font-size: .24rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user_tongji {
  width: 100%;
  margin-top: .24rem;
  display: flex;
}
.user_tongji > a {
  width: 50%;
  margin-right: .24rem;
  height: 1.7rem;
  background: url(../image/me/tongji_bg.png) no-repeat;
  background-size: cover;
  border: .3rem;
  display: flex;
  align-items: center;
  padding-left: .3rem;
}
.user_tongji > a:last-of-type {
  margin-right: 0;
}
.tongji_icon {
  width: .6rem;
  margin-right: .2rem;
}
.user_tongji > a > p {
  width: 1.5rem;
  font-size: .3rem;
}
.tongji_icon_arrow {
  width: .24rem;
}

.user_items {
  width: 100%;
  background: #ffffff;
  border-radius: 0.3rem;
  padding: .3rem;
  margin-top: .24rem;
}
.user_items_title {
  font-size: .32rem;
  padding-left: .2rem;
  color: #303030;
}
.user_items_list {
  margin-top: .3rem;
  display: flex;
  flex-wrap: wrap;
}
.user_items_list > a {
  width: 25%;
  margin-top: .24rem;
  padding: .2rem 0;
}
.user_items_list > a .icon {
  width: .9rem;
  height: .9rem;
  margin: 0 auto;
}
.user_items_list > a .icon img {
  width: 100%;
  height: 100%;
}
.user_items_list > a > p {
  font-size: .28rem;
  text-align: center;
  margin-top: .1rem;
}

.feedback {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 7.5rem;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  display: none;
}
.feedback .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  border-radius: 0.1rem;
  width: 6.3rem;
  padding: 0.3rem 0.5rem;
}
.feedback .box .title {
  text-align: center;
  font-size: 0.36rem;
  color: #333333;
}
.feedback .box .content {
  text-align: center;
  font-size: 0.3rem;
  padding: 0.4rem 0;
  color: #555555;
}
.feedback .box .btns {
  display: flex;
  justify-content: space-between;
}
.feedback .box .btns .btn {
  cursor: pointer;
  width: 40%;
  height: 0.8rem;
  line-height: 0.8rem;
  color: #666666;
  background: #cfcfcf;
  text-align: center;
}
.feedback .box .btns .btn.primary {
  background: #f84f74;
  color: #ffffff;
}
.userinfo-page {
  height: 100vh;
  background: #f6f6f6;
  padding: 0 0.3rem;
}
.userinfo-page .container {
  background: #ffffff;
  border-radius: 0.2rem;
  margin-top: 0.3rem;
  display: flex;
  flex-direction: column;
}
.userinfo-page .container .item {
  height: 1.1rem;
  border-bottom: 1px solid #ededed;
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.userinfo-page .container .item .label {
  font-size: 0.3rem;
}
.userinfo-page .container .item .content {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.userinfo-page .container .item input {
  display: block;
  border: none;
  outline: none;
  background: none;
  text-align: right;
}
.userinfo-page .container .item .content > label {
  display: flex;
  align-items: center;
  margin-left: 0.2rem;
}
.userinfo-page .container .item .content > label input {
  margin-right: 0.1rem;
}
.userinfo-page .container .item .headcontent {
  position: relative;
}
.userinfo-page .container .item .headcontent input {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
.userinfo-page .container .item .headimg {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
}
.userinfo-page .container .item:last-child {
  border-bottom: 0;
}
.userinfo-page .button {
  display: block;
  width: 100%;
  height: 0.9rem;
  line-height: 0.9rem;
  text-align: center;
  border-radius: 0.5rem;
  text-align: center;
  font-size: 0.32rem;
  background: linear-gradient(to bottom, #fb787a, #f84f74);
  color: #ffffff;
  margin: 0.3rem auto;
}
.aboutus-page {
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.aboutus-page .container {
  padding-top: 10vh;
  flex: 1;
  box-sizing: border-box;
}
.aboutus-page .container .logo {
  width: 1.6rem;
  margin: 0 auto 0.2rem;
}
.aboutus-page .container .logo > img {
  display: block;
  width: 100%;
}
.aboutus-page .container .title {
  text-align: center;
  font-size: 0.36rem;
}
.aboutus-page .container .version {
  font-size: 0.32rem;
  text-align: center;
}
.aboutus-page .footer {
  text-align: center;
}
.aboutus-page .footer .contactus {
  display: inline-flex;
  align-items: center;
  font-size: 0.28rem;
  color: #fe4972;
}
.aboutus-page .footer .contactus svg {
  display: block;
  width: 0.44rem;
  height: 0.44rem;
  margin-right: 0.1rem;
  fill: #fe4972;
}
.aboutus-page .footer .agreement {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0;
}
.aboutus-page .footer .agreement > a {
  display: block;
  font-size: 0.28rem;
  color: #777777;
  padding: 0 0.5rem;
  border-right: 1px solid #d2d2d2;
}
.aboutus-page .footer .agreement > a:last-child {
  border-right: 0;
}
.settings-page {
}
.settings-page .img {
  width: 100%;
  margin: 0 auto;
  padding-top: 0.5rem;
}
.settings-page .img img {
  display: block;
  width: 100%;
  height: auto;
}
.settings-page .picker-date-items {
  width: 6rem;
  margin: 0.3rem auto 0;
}
.settings-page .picker-date-items .picker-item .title {
  color: #9a9a9a;
  font-size: 0.28rem;
  padding: 0.2rem;
}
.settings-page .picker-date-items .picker-item .picker {
  position: relative;
  background: #f9fafe;
  border: 1px solid #9fa8af;
  height: 0.9rem;
  border-radius: 0.9rem;
  display: flex;
  align-items: center;
  padding: 0 0.3rem;
}
.settings-page .picker-date-items .picker-item .picker select,
.settings-page .picker-date-items .picker-item .picker .layui-unselect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.settings-page .picker-date-items .picker-item .picker .layui-unselect .layui-select-title {
  opacity: 0;
}
.settings-page .picker-date-items .picker-item .picker .icon {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
}
.settings-page .picker-date-items .picker-item .picker > p {
  flex: 1;
  margin: 0 0.2rem;
  font-size: 0.32rem;
  color: #ef557a;
}
.settings-page .picker-date-items .picker-item .picker svg {
  fill: #97a4d1;
  display: block;
  width: 0.36rem;
  height: 0.36rem;
}
.settings-page .button {
  display: block;
  width: 100%;
  height: 0.9rem;
  line-height: 0.9rem;
  text-align: center;
  border-radius: 0.5rem;
  text-align: center;
  font-size: 0.32rem;
  background: linear-gradient(to bottom, #fb787a, #f84f74);
  color: #ffffff;
  margin: 0.5rem auto;
}
.chart-page {
  min-height: 100vh;
  background: linear-gradient(to bottom, #fed5de, #fdeff2);
}
.chart-page .box {
  background: #ffffff;
  border-radius: 0.2rem;
  padding: 0.3rem;
  width: 6.9rem;
  margin: 0 auto;
  border: 1px solid #a1a7b6;
  margin-top: 0.3rem;
}
.chart-page .box .chartbox {
  width: 100%;
  height: 5rem;
}
.chart-page .box .box-title {
  font-size: 0.32rem;
  color: #a1a7b6;
  margin-bottom: 0.2rem;
}
.chart-page .title {
  display: flex;
  align-items: center;
  padding: 0.3rem 0.3rem 0;
}
.chart-page .title .title-img {
  display: block;
  flex: 1;
  font-weight: bold;
  font-size: .32rem;
}
.chart-page .title .title-img img {
  display: block;
  width: 100%;
  height: auto;
}
.chart-page .title .time {
  border: 1px solid #a1a7b6;
  background: #ffffff;
  color: #a1a7b6;
  border-radius: 0.5rem;
  line-height: 0.6rem;
  font-size: 0.24rem;
  padding: 0 0.2rem;
  margin-left: 0.2rem;
}
.record-page {
  min-height: 100vh;
  background: #fef9f9;
}
.record-page .total-box {
  border: 1px solid #ebc28d;
  width: 6.9rem;
  margin: 0.3rem auto 0;
  border-radius: 0.2rem;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem;
}
.record-page .total-box .item {
  flex: 1;
  border-right: 1px solid #ebc28d;
  text-align: center;
  font-size: 0.32rem;
  color: #ebc28d;
}
.record-page .total-box .item:last-child {
  border-right: 0;
}
.record-page .total-box .item .p1 {
  font-size: 0.4rem;
  color: #5e4f55;
  margin-top: 0.1rem;
  font-weight: bold;
}
.record-page .list-box {
  border: 1px solid #ebc28d;
  width: 6.9rem;
  margin: 0.3rem auto 0;
  border-radius: 0.2rem;
  background: #ffffff;
  height: 70vh;
}
.record-page .list-box .box-top {
  height: 1rem;
  border-bottom: 1px dashed #ebc28d;
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.record-page .list-box .box-top .status-items {
  display: flex;
  align-items: center;
}
.record-page .list-box .box-top .status-items .item {
  display: flex;
  align-items: center;
  font-size: 0.28rem;
  color: #666666;
  margin-right: 0.2rem;
}
.record-page .list-box .box-top .status-items .item .block {
  width: 0.5rem;
  height: 0.2rem;
  border-radius: 0.4rem;
  margin-right: 0.1rem;
}
.record-page .list-box .box-top .year {
  border: 1px solid #ebc28d;
  background: #ffffff;
  color: #ebc28d;
  border-radius: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.24rem;
  padding: 0 0.2rem;
  width: 1.8rem;
  position: relative;
  text-align: center;
}
.record-page .list-box .box-top .year input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.record-page .list-box .list {
  height: calc(100% - 1rem);
  overflow-y: auto;
}
.record-page .list-box .list .item {
  display: flex;
  align-items: center;
  padding: 0.2rem 0.3rem;
  border-bottom: 1px dashed #ebc28d;
}
.record-page .list-box .list .item:last-child {
  border-bottom: none;
}
.record-page .list-box .list .item .left {
  flex: 1;
}
.record-page .list-box .list .item .left p {
  font-size: 0.32rem;
  color: #ebc28d;
}
.record-page .list-box .list .item .left .status {
  width: 3rem;
}
.record-page .list-box .list .item .left .status .block {
  display: block;
  width: 0.5rem;
  height: 0.3rem;
  border-radius: 0.4rem;
  margin-top: 0.1rem;
}
.record-page .list-box .list .item .right {
  position: relative;
}
.record-page .list-box .list .item .right .bg {
  display: block;
  width: 2rem;
}
.record-page .list-box .list .item .right .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  font-size: 0.32rem;
  color: #636363;
  box-sizing: border-box;
  padding-left: 0.3rem;
  padding-top: 0.16rem;
}
