@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.icon {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

html,
body {
  width: 100%;
  height: 100%;
}

.page-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 750px;
  margin: 0 auto;
}
.page-box .header {
  display: flex;
  height: 44px;
  line-height: 44px;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
}
.page-box .header .close img {
  width: 10px;
}
.page-box .header .text {
  font-size: 16px;
  color: #000;
}
.page-box .header .left,
.page-box .header .right {
  width: 50px;
}
.page-box .page-container {
  flex: 1;
  overflow-y: scroll;
  overflow-x: hidden;
  box-sizing: border-box;
  padding-bottom: 100px;
}
.page-box .page-container .banner {
  width: 100%;
}
.page-box .page-container .banner img {
  width: 100%;
  height: auto;
}
.page-box .page-container .page-title {
  text-align: center;
  box-sizing: border-box;
  padding: 25px 0 20px 0;
}
.page-box .page-container .page-title .text {
  font-size: 27px;
  font-weight: bold;
  color: #1F1F1F;
  margin-bottom: 6px;
}
.page-box .page-container .page-title .desc {
  color: #999999;
  font-size: 12px;
}
.page-box .page-container .page-list {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-box .page-container .page-list .item {
  width: 48%;
  border-radius: 7.5px;
  overflow: hidden;
  background: white;
  margin-bottom: 10px;
}
.page-box .page-container .page-list .item .image-box {
  width: 100%;
}
.page-box .page-container .page-list .item .image-box img {
  width: 100%;
  height: 94px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-box .page-container .page-list .item .name {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 50px;
  font-size: 13px;
  color: #1F1F1F;
}
.page-box .page-container .page-list .item .price {
  box-sizing: border-box;
  padding: 0 10px 10px 10px;
  color: #CF2711;
  font-size: 18px;
}
.page-box .page-container .page-list .item .price text {
  font-size: 12px;
}
.page-box .page-container .page-fujia {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-box .page-container .page-fujia .item {
  width: 48%;
  box-sizing: border-box;
  padding: 20px 0;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 10px;
}
.page-box .page-container .page-fujia .item .badge {
  width: 30px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 10px;
  text-align: center;
  border-radius: 7.5px 0px 7.5px 0px;
}
.page-box .page-container .page-fujia .item.yellow {
  background: #FFFBF3;
  border: 1px solid #FBE9C3;
}
.page-box .page-container .page-fujia .item.pink {
  background: #FFF3F3;
  border: 1px solid #FFE0E0;
}
.page-box .page-container .page-fujia .item.blue {
  background: #ECF5FF;
  border: 1px solid #CCE5FF;
}
.page-box .page-container .page-fujia .item.purple {
  background: #F9F3FF;
  border: 1px solid #EDD9FF;
}
.page-box .page-container .page-fujia .item .badge.yellow {
  color: #593215;
  background: linear-gradient(to right, #FBEAC4, #E4C48B);
}
.page-box .page-container .page-fujia .item .badge.blue {
  color: #ffffff;
  background: #007BF1;
}
.page-box .page-container .page-fujia .item .title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 12px;
  text-align: center;
}
.page-box .page-container .page-fujia .item .desc {
  color: #656565;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.page-box .footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0 25px 0;
  background: white;
}
.page-box .footer .item {
  flex: 1;
  text-align: center;
  font-size: 12px;
  color: #999;
}
.page-box .footer .item .icon {
  width: 24px;
  height: 24px;
  margin: 0 auto;
  margin-bottom: 5px;
}
.page-box .footer .item .icon img {
  width: 100%;
  height: 100%;
}
.page-box .footer .item .icon img:nth-child(2) {
  display: none;
}
.page-box .footer .item .icon img:nth-child(1) {
  display: block;
}
.page-box .footer .item.active .text {
  color: #E02A52;
}
.page-box .footer .item.active .icon img:nth-child(1) {
  display: none;
}
.page-box .footer .item.active .icon img:nth-child(2) {
  display: block;
}
.page-box .btn-footer {
  box-sizing: border-box;
  padding: 10px 15px 22px 15px;
}
.page-box .btn-footer .btn-item {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  background: #007BF1;
  color: white;
  font-size: 16px;
}
.page-box .btn-footer .btn-item.red {
  background: #E02A52;
}

.details .title {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  box-sizing: border-box;
  padding: 5px 15px;
}
.details .page-container .img-box {
  display: flex;
}
.details .page-container .img-box img {
  width: 100%;
}
.details .page-container .bold {
  font-weight: bold;
  margin: 5px 0;
}
.details .page-container .color-blue {
  color: #1684FC;
  margin-right: 2.5px;
  font-size: 5px;
  display: inline-block;
}
.details .page-container .text-box {
  font-size: 16px;
  color: #101010;
  line-height: 30px;
  letter-spacing: 1px;
  box-sizing: border-box;
  padding: 0 15px 25px 15px;
}
.details .pay-footer {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.details .pay-footer .left {
  display: flex;
  box-sizing: border-box;
  padding: 10px 5px 10px 15px;
  font-size: 12px;
  color: #333;
}
.details .pay-footer .left .price {
  display: flex;
  margin-right: 10px;
  flex-direction: column;
  justify-content: space-around;
}
.details .pay-footer .left .price span {
  color: #E02A52;
  font-size: 15px;
}
.details .pay-footer .left .item {
  margin-right: 10px;
}
.details .pay-footer .left .item .icon {
  height: auto;
}
.details .pay-footer .left .item .icon img {
  width: 24px;
  height: 24px;
}
.details .pay-footer .left .item .text {
  margin-top: 4px;
}
.details .pay-footer .right {
  width: 150px;
  height: 100%;
  background: #E02A52;
  color: white;
  text-align: center;
  line-height: 65px;
}

.liucheng {
  width: 100%;
}
.liucheng .page-container {
  background: #f8f8f8;
}
.liucheng .content {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
  flex: 1;
  overflow-y: scroll;
}
.liucheng .item-wrap {
  width: 100%;
  background: white;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 10px;
  display: flex;
}
.liucheng .item-wrap .left {
  width: 26px;
  height: 26px;
  line-height: 26px;
  background: #E02A52;
  text-align: center;
  border-radius: 50%;
  color: white;
  margin-right: 20px;
}
.liucheng .item-wrap .right .label {
  font-size: 16px;
  color: #101010;
  line-height: 26px;
  font-weight: bold;
}
.liucheng .item-wrap .right .text {
  font-size: 16px;
  color: #101010;
  line-height: 26px;
}
.liucheng .item-wrap .right .desc {
  font-size: 12px;
  color: #101010;
  line-height: 21px;
  margin-top: 5px;
}
.liucheng .desc-box {
  width: 100%;
  background: white;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.liucheng .desc-box .label {
  font-size: 16px;
  font-weight: bold;
  color: #101010;
  margin-bottom: 10px;
}
.liucheng .desc-box .text {
  font-size: 12px;
  color: #7B7B7B;
  line-height: 20px;
  letter-spacing: 1px;
}

.pay .page-container {
  box-sizing: border-box;
  padding: 0 15px;
}
.pay .money-box {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 0;
  text-align: center;
  border-bottom: 1px solid #EDEDED;
}
.pay .label {
  font-size: 15px;
  color: #1F1F1F;
  margin-bottom: 10px;
}
.pay .money {
  font-size: 30px;
  font-weight: bold;
  color: #CF2711;
}
.pay .money text {
  font-size: 20px;
}
.pay .order {
  width: 100%;
  margin-top: 25px;
}
.pay .order .label {
  font-size: 14px;
  color: #1F1F1F;
}
.pay .order .goods-name {
  background: #F7F9FB;
  color: #1F1F1F;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  border-radius: 7.5px;
  box-sizing: border-box;
  padding: 0 15px;
  overflow: hidden;
  /* 确保超出的文本被裁剪 */
  white-space: nowrap;
  /* 确保文本在一行内显示 */
  text-overflow: ellipsis;
  /* 超出的文本显示为省略号 */
  margin-top: 15px;
}
.pay .btn-item {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #CF2711;
  text-align: center;
  color: white;
  border-radius: 7.5px;
  margin-top: 40px;
}
.pay .desc {
  font-size: 12px;
  text-align: center;
  color: #999999;
  height: 40px;
  margin-top: 10px;
}

.pay-success .page-container {
  box-sizing: border-box;
  padding: 0 15px;
}
.pay-success .icon-success {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-top: 40px;
}
.pay-success .icon-success img {
  width: 100%;
}
.pay-success .price {
  width: 100%;
  text-align: center;
  color: #E02A52;
  font-size: 20px;
  font-weight: bold;
}
.pay-success .price span {
  font-size: 14px;
}
.pay-success .desc {
  text-align: center;
  color: #000000;
  font-size: 14px;
  margin: 10px;
}
.pay-success .order {
  width: 100%;
  margin-top: 25px;
}
.pay-success .order .label {
  font-size: 14px;
  color: #1F1F1F;
}
.pay-success .order .item-wrap {
  background: #F7F9FB;
  border-radius: 7.5px;
  box-sizing: border-box;
  padding: 0 15px;
  line-height: 40px;
}
.pay-success .order .item-wrap .bottom-box {
  display: flex;
  justify-content: space-between;
}
.pay-success .order .item-wrap .bottom-box .neirong {
  color: #E02A52;
  font-size: 14px;
}
.pay-success .kefu-box {
  text-align: center;
  margin-top: 25px;
}
.pay-success .kefu-box .text {
  font-size: 14px;
  color: #101010;
  line-height: 25px;
}
.pay-success .kefu-box .kefu-btn {
  width: 80%;
  text-align: center;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  color: white;
  background: #027AFF;
  margin: 15px auto;
}
.pay-success .order .goods-name {
  color: #1F1F1F;
  font-size: 14px;
  height: 40px;
  overflow: hidden;
  /* 确保超出的文本被裁剪 */
  white-space: nowrap;
  /* 确保文本在一行内显示 */
  text-overflow: ellipsis;
  /* 超出的文本显示为省略号 */
  margin-top: 15px;
}

.user {
  width: 100%;
  background: #f8f8f8;
}
.user .header {
  background: white;
}
.user .page-container {
  box-sizing: border-box;
  padding: 0 15px;
}
.user .userinfo {
  width: 100%;
  display: flex;
  padding: 20px 15px;
  box-sizing: border-box;
}
.user .userinfo .img-box img {
  width: 75px;
  height: 75px;
}
.user .userinfo .name {
  line-height: 75px;
  font-size: 19px;
  color: #1F1F1F;
  font-weight: bold;
  padding-left: 15px;
}
.user .list {
  width: 100%;
  background: white;
  box-sizing: border-box;
  padding: 10px 15px 0 15px;
}
.user .list .item {
  width: 100%;
  border-bottom: 1px solid #EDEDED;
  display: flex;
  height: 50px;
}
.user .list .item .left {
  display: flex;
}
.user .list .item .left .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.user .list .item .left .icon img {
  width: 19px;
  height: 19px;
}
.user .list .item .left .text {
  color: #1F1F1F;
  font-size: 15px;
  line-height: 50px;
  padding-left: 10px;
}
.user .list .item:last-child {
  border: none;
}
.user .page-wrap {
  background: white;
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
  margin-bottom: 10px;
}
.user .page-wrap .label-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  line-height: 20px;
}
.user .page-wrap .label-wrap .text {
  color: #101010;
  font-size: 14px;
  font-weight: bold;
}
.user .page-wrap .label-wrap .desc {
  color: #101010;
  font-size: 14px;
}
.user .page-wrap .flex-box {
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.user .page-wrap .flex-box .item {
  flex: 1;
  text-align: center;
}
.user .page-wrap .flex-box .item .text {
  color: #010101;
  font-size: 14px;
  text-align: center;
}
.user .page-wrap .flex-box .item .icon {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.user .page-wrap .flex-box .item .icon img {
  width: 20px;
  height: 20px;
  margin: 0 auto;
}
.user .page-wrap .flex-box .price-item {
  flex: 1;
  text-align: center;
}
.user .page-wrap .flex-box .price-item .price {
  color: #E02A52;
  font-size: 20px;
  font-weight: bold;
}
.user .page-wrap .flex-box .price-item .text {
  color: #010101;
  font-size: 11px;
  text-align: center;
  margin-top: 5px;
}
.user .page-wrap .btn-item {
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  color: white;
  border-radius: 5px;
  background: #E02A52;
}
.user .list-wrap {
  background: white;
  width: 100%;
}
.user .list-wrap .item {
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  border-bottom: 1px solid #f8f8f8;
}
.user .list-wrap .item .label {
  font-size: 16px;
  color: #010101;
}
.user .list-wrap .item .icon {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.user .list-wrap .item .icon img {
  width: 15px;
  height: 15px;
}
.user .login-out {
  width: 100%;
  background: white;
  color: #E02A52;
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  border-radius: 5px;
  margin-top: 10px;
  text-align: center;
}

.about {
  padding: 0 15px;
  box-sizing: border-box;
  background: #f8f8f8;
}
.about .logo {
  text-align: center;
  margin-top: 35px;
}
.about .logo img {
  width: 120px;
  height: 120px;
}
.about .logo .name {
  font-size: 18px;
  color: #101010;
  font-weight: bold;
  margin-top: 15px;
}
.about .logo .desc {
  font-size: 12px;
  margin-top: 5px;
  color: #101010;
}
.about .page-wrap {
  margin-bottom: 15px;
  background: white;
  margin-top: 20px;
  width: 100%;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px 15px;
}
.about .page-wrap .item {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  font-size: 15px;
  color: #010101;
}
.about .page-desc {
  text-align: center;
  font-size: 14px;
  color: #010101;
  margin-top: 40px;
  line-height: 35px;
}
.about .list-wrap {
  background: white;
  width: 100%;
}
.about .list-wrap .item {
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  border-bottom: 1px solid #f8f8f8;
}
.about .list-wrap .item .label {
  font-size: 16px;
  color: #010101;
}
.about .list-wrap .item .icon {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.about .list-wrap .item .icon img {
  width: 15px;
  height: 15px;
}

.login .page-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.login .content {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
}
.login .logo {
  display: flex;
  justify-content: center;
}
.login .title {
  text-align: center;
  font-size: 18px;
  color: #1F1F1F;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
  margin-bottom: 50px;
}
.login .logo img {
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
.login .ipt-box {
  width: 100%;
  background: #F7F9FB;
  border-radius: 7.5px;
  height: 40px;
  line-height: 40px;
  color: #1F1F1F;
  font-size: 15px;
  margin: 0 auto;
  margin-bottom: 15px;
  box-sizing: border-box;
  padding: 0 15px;
}
.login .ipt-box input {
  width: 100%;
  height: 100%;
  line-height: 40px;
  outline: none;
  background: none;
  border: none;
}
.login .btn-item {
  width: 100%;
  border-radius: 7.5px;
  background: #CF2711;
  color: white;
  font-size: 15px;
  color: #FFFFFF;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 25px;
}
.login .desc-box {
  display: flex;
  width: 100%;
  margin-top: 14px;
}
.login .desc-box .icon {
  width: 19px;
  height: 19px;
}
.login .desc-box .icon img {
  width: 100%;
  height: 100%;
}
.login .desc-box .desc {
  font-size: 11px;
  color: #999999;
  margin-left: 2.5px;
}
.login .desc-box .desc span {
  color: #CF2711;
}

.order-list .normal {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.order-list .icon-normal {
  width: 100%;
  display: flex;
  justify-content: center;
}
.order-list .icon-normal img {
  width: 103.5px;
  height: 79px;
}
.order-list .normal .desc {
  font-size: 12px;
  color: #999999;
  text-align: center;
  margin-top: 15px;
}
.order-list .list {
  width: 100%;
  background: #F7F9FB;
  box-sizing: border-box;
  padding: 10px 15px;
}
.order-list .list .item .top {
  display: flex;
  justify-content: space-between;
}
.order-list .list .item {
  background: white;
  margin-bottom: 8px;
  border-radius: 7.5px;
  box-sizing: border-box;
  padding: 15px 15px;
}
.order-list .list .item .left {
  flex: 1;
}
.order-list .list .item .left .name {
  width: 205.5px;
  overflow: hidden;
  font-size: 15px;
  color: #000000;
  overflow: hidden;
  /* 确保超出的文本被裁剪 */
  white-space: nowrap;
  /* 确保文本在一行内显示 */
  text-overflow: ellipsis;
  /* 超出的文本显示为省略号 */
}
.order-list .list .item .left .desc {
  color: #999999;
  font-size: 12px;
  margin-top: 15px;
}
.order-list .list .item .right {
  display: flex;
  color: #CF2711;
  justify-content: center;
  flex-direction: column;
  font-size: 19px;
  font-weight: bold;
}
.order-list .list .item .right text {
  font-size: 12px;
  font-weight: normal;
}
.order-list .list .item .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  font-size: 14px;
}
.order-list .nav-box {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 10px 15px 0 15px;
  background: #F7F9FB;
}
.order-list .nav-box .item {
  background: white;
  height: 30px;
  width: 110px;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
  font-size: 14px;
  color: #101010;
  box-sizing: border-box;
  border: 1px solid #fff;
}
.order-list .nav-box .item.active {
  border: 1px solid #E02A52;
  background: #FFDEE5;
  color: #E02A52;
}

.order-details {
  /* pages/order/details.wxss */
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #f8f8f8;
}
.order-details .header {
  background-color: white;
}
.order-details .page-container {
  padding: 0 15px;
  box-sizing: border-box;
}
.order-details .label {
  font-size: 14px;
  color: #000000;
  margin: 10px;
}
.order-details .item-wrap {
  background: white;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 15px;
}
.order-details .jindu-text {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #101010;
}
.order-details .jindu-text .item {
  color: #999999;
}
.order-details .jindu-text .item.active {
  color: #101010;
}
.order-details .jindu-canvas {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  margin: 5px 0 15px 0;
}
.order-details .jindu-canvas .item {
  width: 20px;
  height: 20px;
}
.order-details .jindu-canvas .line {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.order-details .jindu-canvas .line div {
  height: 1px;
  width: 100%;
  background: #f8f8f8;
}
.order-details .jindu-canvas .item:nth-child(1) {
  margin-left: 10px;
}
.order-details .jindu-canvas .item img:nth-child(1) {
  display: block;
}
.order-details .jindu-canvas .item img:nth-child(2) {
  display: none;
}
.order-details .jindu-canvas .item.active img:nth-child(1) {
  display: none;
}
.order-details .jindu-canvas .item.active img:nth-child(2) {
  display: block;
}
.order-details .jindu-canvas .item img {
  width: 100%;
  height: 100%;
}
.order-details .desc-box {
  font-size: 12px;
  color: #999999;
  line-height: 20px;
}
.order-details .kefu-btn {
  width: 90%;
  text-align: center;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  color: white;
  background: #027AFF;
  margin: 15px auto;
}
.order-details .btn-item {
  width: calc(100% - 30px);
  background: #E02A52;
  height: 40px;
  line-height: 40px;
  color: white;
  margin: 0 auto;
  font-size: 15px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 15px;
}
.order-details .line-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 50px;
  line-height: 50px;
}
.order-details .line-item .right {
  font-size: 14px;
  color: #999999;
}
.order-details .red {
  color: #E02A52 !important;
}

.kefu {
  /* pages/kefu/kefu.wxss */
}
.kefu .title {
  font-size: 15px;
  color: #1F1F1F;
  margin-top: 30px;
  text-align: center;
}
.kefu .image-box {
  width: 100%;
  display: flex;
  justify-content: center;
}
.kefu .image-box img {
  width: 143.5px;
  height: 143.5px;
  margin-top: 17px;
}
.kefu .btn-item {
  width: 143.5px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  margin-top: 17px;
  background: #F7F9FB;
  border-radius: 7.5px;
}
.kefu .desc {
  text-align: center;
  font-size: 12px;
  color: #999;
  margin-top: 17px;
}

.fuwu-xieyi {
  /* pages/xieyi/fuwu.wxss */
  font-size: 14px;
  color: #434343;
  line-height: 25px;
}
.fuwu-xieyi .page-container {
  box-sizing: border-box;
  padding: 0 15px 60px 15px;
}
.fuwu-xieyi .title {
  font-size: 16px;
  color: #1F1F1F;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}
.fuwu-xieyi .desc {
  font-size: 12px;
  margin-top: 15px;
  color: #999;
  text-align: right;
  padding-bottom: 30px;
}

.yhq .normal {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.yhq .icon-normal {
  width: 100%;
  display: flex;
  justify-content: center;
}
.yhq .icon-normal img {
  width: 103.5px;
  height: 79px;
}
.yhq .normal .desc {
  font-size: 12px;
  color: #999999;
  text-align: center;
  margin-top: 15px;
}

.edit {
  /* pages/user/edit.wxss */
}
.edit page {
  background: #f8f8f8;
}
.edit .img-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: white;
}
.edit .text {
  margin-left: 15px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #1F1F1F;
}
.edit .img-wrap .item {
  width: 20%;
  display: flex;
  justify-content: center;
  height: 60px;
  position: relative;
  flex-direction: column;
}
.edit .img-wrap .item .headimg {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.edit .img-wrap .item .badge {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 5px;
  left: 10px;
}
.edit .nickname {
  background: white;
  display: flex;
  border-top: 1px solid #f8f8f8;
  box-sizing: border-box;
  padding: 5px 0 0 0;
}
.edit input {
  flex: 1;
  text-align: right;
  box-sizing: border-box;
  padding: 0 15px 0 0;
  outline: none;
  border: none;
}
.edit .btn-item {
  width: 95%;
  background: #E02A52;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 44px;
  line-height: 44px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
}/*# sourceMappingURL=index.css.map */