.bazi-index {
  background: url(/images/ai/bazi-index-bg.png) no-repeat top;
  background-size: 100% auto;
  padding-top: 3.3rem;
}
.bazi-index .card {
  min-height: calc(100vh - 3.3rem);
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  padding: 0.4rem 0.32rem 0.32rem;
  background: linear-gradient(180deg, #fee6c1 0%, #f7f3e9 35%);
}
.bazi-index .card .marry-title {
  padding: 0.3rem 0 0.2rem;
  font-size: 0.32rem;
  font-weight: bold;
}
.bazi-title {
  width: 3.3rem;
  height: 0.8rem;
  font-size: 0.44rem;
  color: #333333;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin: auto;
}
.bazi-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 0.16rem);
  width: 0.54rem;
  height: 0.26rem;
  background: url(/images/ai/bazi-xiangyun.png) no-repeat center;
  background-size: 100% auto;
}
.bazi-title::before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 0.16rem);
  width: 0.54rem;
  height: 0.26rem;
  background: url(/images/ai/bazi-xiangyun.png) no-repeat center;
  background-size: 100% auto;
  /* 水平翻转 */
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}
.bazi-index .card .box {
  width: 6.82rem;
  margin: 0.3rem auto 0.5rem;
  padding: 0.12rem 0.32rem;
  background: #fff;
  border-radius: 0.2rem;
}
.bazi-index .card .item {
  width: 100%;
  overflow: hidden;
  height: 1rem;
  overflow: hidden;
  border-bottom: 1px dashed #e5e5e5;
}
.bazi-index .card .item:last-child {
  border-bottom: none;
}
.bazi-index .card .item .left {
  width: 1.4rem;
  height: 1rem;
  line-height: 0.98rem;
  font-size: 0.32rem;
  color: #333333;
  float: left;
  font-weight: bold;
  /* 文字两端对齐 */
  text-align: justify;
  text-align-last: justify;
  -webkit-text-align-last: justify;
  -moz-text-align-last: justify;

  /* 确保在移动端浏览器中正常工作 */
  word-spacing: -0.2em;
  letter-spacing: normal;
  position: relative;
  padding-right: 0.1rem;
}
.bazi-index .card .item .left::after {
  content: ":";
  position: absolute;
  right: 0;
  top: 0;
  width: 0.04rem;
  height: 0.24rem;
}
.bazi-index .card .item .right {
  float: left;
  width: calc(100% - 1.5rem);
  padding-left: 0.3rem;
}
.bazi-index .card .item .date {
  background: url(/images/ai/date-icon.png) no-repeat right;
  background-size: 0.26rem;
}
.bazi-index .card .item .right input {
  height: 1rem;
  width: 100%;
  background: none;
  font-size: 0.3rem;
  border: none;
}
.bazi-index .card .item .sex span {
  width: 1.3rem;
  height: 1rem;
  line-height: 1rem;
  padding-left: 0.46rem;
  font-size: 0.3rem;
  display: inline-block;
  position: relative;
  color: #595757;
}
.bazi-index .card .item .sex span::before {
  content: "";
  width: 0.36rem;
  height: 0.36rem;
  position: absolute;
  left: 0;
  top: calc(50% - 0.18rem);
  background: url(/images/ai/bazi-choose-bg.png) no-repeat left center;
  background-size: 0.36rem;
}
.bazi-index .card .item .sex span.active::before {
  background: url(/images/ai/bazi-choose.png) no-repeat left center;
  background-size: 0.36rem;
}
.bazi-index .card .item .marry span {
  width: 1.16rem;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.3rem;
  color: #999999;
  text-align: center;
  border-radius: 0.6rem;
  border: 1px solid #e8b964;
  display: inline-block;
  margin: 0.2rem 0.2rem 0 0;
}
.bazi-index .card .item .marry .active {
  color: #fff;
  background: #e8b964;
}

.bazi-index .card .btn {
  width: 6.8rem;
  height: 0.78rem;
  line-height: 0.78rem;
  font-size: 0.32rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background: url(/images/ai/bazi-index-btn.png) no-repeat center;
  background-size: 100% auto;
  margin: auto;
  font-family: Source Han Serif CN, Source Han Serif CN;
}

.bazi-detail {
  background: linear-gradient(180deg, #fee6c1 0%, #f7f3e9 35%);
  padding: 0.34rem 0.34rem 1.4rem;
}
.bazi-detail .card {
  width: 6.82rem;
  min-height: 3rem;
  background: url("/images/ai/list-card-bg.png") no-repeat top #fffdf7;
  background-size: auto 0.8rem;
  margin: 0.3rem auto;
  padding: 0.55rem 0.22rem 0.3rem;
  font-size: 0.28rem;
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.bazi-detail .title {
  width: 2.98rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 0.36rem;
  color: #333333;
  background: url(/images/ai/bazi-title-box.png) no-repeat center;
  background-size: 100% auto;
}
.bazi-detail .card .s-title {
  width: 100%;
  margin: 0.4rem auto 0.1rem;
  font-size: 0.32rem;
  color: #333333;
  font-weight: 600;
}
.bazi-detail .card .jk-title {
  padding: 0.2rem 0.2rem 0.1rem;
  position: relative;
  display: inline-block;
  width: auto;
  z-index: 2;
}
.bazi-detail .card .jk-title::after {
  content: "";
  width: 90%;
  height: 0.2rem;
  border-radius: 0.1rem;
  background: #e8b964;
  position: absolute;
  left: 5%;
  bottom: 0.1rem;
  z-index: -1;
}
.bazi-detail .card .jk-s-title {
  width: 100%;
  font-weight: bold;
  font-size: 0.32rem;
  margin-bottom: 0.2rem;
}
.bazi-detail .card .jk-text {
  width: 80% !important;
  padding-left: 0.2rem !important;
  justify-content: flex-start !important;
  text-align: left !important;
  line-height: 0.4rem !important;
}
.bazi-detail .card .content .text {
  font-size: 0.28rem;
  color: #333333;
  line-height: 0.45rem;
}
.bazi-detail .card .content .text .p {
  margin-bottom: 0.05rem;
}
.bazi-detail .bazi-minpan {
  width: 100%;
  border-radius: 0.2rem;
  border: 1px solid #e4d9c3;
}
.bazi-detail .bazi-minpan .item {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #e4d9c3;
  display: flex;
}
.bazi-detail .bazi-minpan .item:last-child {
  border-bottom: none;
}
.bazi-detail .bazi-minpan .item span {
  width: 20%;
  padding: 0.2rem 0;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #e4d9c3;
  line-height: 0.5rem;
  text-align: center;
  font-size: 0.24rem;
  color: #3e3a39;
}
.bazi-detail .bazi-minpan .item span:last-child {
  border-right: none;
}
.bazi-detail .bazi-minpan .item .name {
  color: #999999;
}
.bazi-detail .bazi-minpan .w30 {
  width: 30% !important;
}
.bazi-detail .bazi-minpan .date {
  width: 80% !important;
  padding-left: 0.4rem !important;
  justify-content: flex-start !important;
}

.t-w4 {
  width: 4rem !important;
}
.t-w36 {
  width: 3.6rem !important;
}
.phone-info {
  width: 100%;
}
.phone-info .info {
  margin-bottom: 0.5rem;
}
.phone-info .info div {
  display: flex;
  font-size: 0.28rem;
  color: #999999;
  margin: 0.1rem 0;
}
.phone-info .info div span {
  width: 1.7rem;
  color: #333333;
  margin-right: 0.2rem;
  display: inline-block;
  font-weight: bold;
  /* 文字两端对齐 */
  text-align: justify;
  text-align-last: justify;
  -webkit-text-align-last: justify;
  -moz-text-align-last: justify;

  /* 确保在移动端浏览器中正常工作 */
  word-spacing: -0.2em;
  letter-spacing: normal;
  position: relative;
  padding: 0 0.15rem 0 0.2rem;
}
.phone-info .info div span::after {
  content: ":";
  position: absolute;
  right: 0;
  top: 0;
  width: 0.04rem;
  height: 0.24rem;
}
.phone-info .info div span::before {
  content: "·";
  position: absolute;
  left: 0;
  top: -0.1rem;
  width: 0.04rem;
  height: 0.24rem;
  font-size: 0.5rem;
}
.phone-info .number .center-line {
  overflow: hidden;
  display: block;
  clear: both;
}
.phone-info .number {
  width: 6.06rem;
  margin: auto;
  line-height: 0;
}
.phone-info .number .gird {
  overflow: hidden;
  height: 0.9rem;
  border: 0.01rem solid #e4d9c3;
  border-right: none;
}
.phone-info .number .gird span {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
.phone-info .number .gird span:last-child {
  position: relative;
}
.phone-info .number .gird span:last-child i {
  width: 1px;
  background: #e4d9c3;
  height: 1rem;
  position: absolute;
  top: 0;
  right: 0;
}
.phone-info .number .gird .bg-col {
  background: #fff7ed;
}
.phone-info .number .jiexi {
  border-left: 0.01rem solid #e4d9c3;
  border-bottom: 1px solid #e4d9c3;
  overflow: hidden;
  max-width: calc("100% - 0.53rem");
  margin-left: 0.275rem;
  display: inline-block;
  float: left;
}
.phone-info .number .jiexi .jx-title {
  width: 1.65rem;
  writing-mode: initial;
  padding-top: 0;
  line-height: 0.9rem;
  color: #8f7169;
  background: #fff7ed;
}
.phone-info .number .jiexi span {
  font-size: 0.24rem;
  line-height: 0.33rem;
  padding-top: 0.15rem;
  position: relative;
  color: #000;
}
.phone-info .number .jiexi .new-jx {
  display: inline-block;
}
.phone-info .number .jiexi .new-jx div {
  width: 100%;
  display: inline-block;
}
.phone-info .number .jiexi .new-jx .jx-num {
  text-align: right;
  padding-right: 0.05rem;
  box-sizing: border-box;
}
.phone-info .number span {
  border-right: 0.01rem solid #e4d9c3;
  width: 0.55rem;
  text-align: center;
  line-height: 0.9rem;
  height: 0.9rem;
  display: block;
  float: left;
  box-sizing: border-box;
}

.car-num {
  font-size: 0.28rem;
  color: #999999;
  margin: 0.2rem auto 0.5rem;
}
.car-info {
  width: 100%;
  border: 1px solid #e4d9c3;
  border-radius: 0.1rem;
  margin: auto;
}
.car-info div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.28rem;
  color: #333333;
  border-bottom: 1px solid #e4d9c3;
}
.car-info div:last-child {
  border-bottom: none;
}
.car-info div span {
  width: 33.33%;
  padding: 0.2rem 0;
  text-align: center;
  border-right: 1px solid #e4d9c3;
}
.car-info div span:last-child {
  border-right: none;
}

.report-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.report-dialog .box {
  width: 5.94rem;
  height: 4.5rem;
  background: url("/images/ai/report-bg.png") no-repeat top;
  background-size: 100% 100%;
  padding: 0.8rem 0.3rem;
  text-align: center;
}
.report-dialog .text {
  padding: 0.4rem 0.2rem 0.6rem;
  color: #000000;
  font-size: 0.28rem;
  line-height: 0.45rem;
}
.report-dialog .btn {
  margin: auto !important;
}
.van-overlay {
  z-index: 9999;
}
.van-uploader__upload {
  background-color: #d9d9d9 !important;
}
.van-uploader__upload-icon {
  color: #333333 !important;
}

.shouxiang-img {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 0.4rem;
}
.shouxiang-img div {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.shouxiang-img .sx {
  width: 1.88rem;
  height: 1.88rem;
  margin: 0 0.2rem;
  background: #999999;
}
.shouxiang-img .l-t {
  font-size: 0.28rem;
  padding-right: 0.25rem;
  background: url("/images/ai/sx-left.png") no-repeat right;
  background-size: 0.2rem auto;
  padding-top: 0.02rem;
}
.shouxiang-img .r-t {
  font-size: 0.28rem;
  padding-left: 0.25rem;
  background: url("/images/ai/sx-right.png") no-repeat left;
  background-size: 0.2rem auto;
  padding-top: 0.02rem;
}

.mx-tips {
  font-size: 0.28rem;
  margin: 0.3rem auto 0.2rem;
}
.mx-tips div {
  line-height: 0.45rem;
}
.mx-tips div:first-child {
  font-weight: bold;
}
.mianxiang-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.3rem;
}
.mianxiang-img img {
  width: 3.5rem;
  height: 3.5rem;
  background: #999999;
}
.zj-add-user {
  width: 1.64rem;
  height: 0.48rem;
  background: url("/images/ai/add-user.png") no-repeat center;
  background-size: 100% 100%;
  margin: 0.3rem 0 0.2rem;
}
.zj-del {
  position: absolute;
  right: 0;
  top: 0.2rem;
}
.wst-zeji-fw {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.wst-zeji-fw span {
  width: 2.2rem;
  font-weight: 400;
  text-align: center;
  line-height: 1rem;
  font-size: 0.24rem;
}
.select-day-popup-title {
  overflow: hidden;
  font-size: 0.28rem;
  padding: 0 0.2rem;
  border-bottom: 1px solid #f1f2f6;
}
.select-day-popup-title .comfir {
  float: right;
  color: #bf242a;
  text-align: right;
}
.select-day-popup-title .cancel {
  float: left;
}
.select-day-popup-title span {
  height: 0.8rem;
  line-height: 0.8rem;
  display: block;
  width: 1.2rem;
}
.fs-item-icon {
  background: url("/images/ai/fs-arrow-icon.png") no-repeat right;
  background-size: 0.26rem 0.14rem;
}
.lq-add-user {
  width: 1.64rem;
  height: 0.48rem;
  background: url("/images/ai/add-user-lq.png") no-repeat center;
  background-size: 100% 100%;
  margin: 0.3rem 0 0.2rem;
}