.backend-setting {
  height: 100%;
  padding: 0.5rem;
  background-color: white;
  font-size: 0.25rem;
}
.backend-setting .title {
  margin-bottom: 0.4rem;
  font-size: 0.3rem;
}
.backend-setting .item {
  margin-bottom: 0.4rem;
}
.backend-setting .item .label {
  margin-bottom: 0.2rem;
}
.backend-setting .item .text-area {
  width: 6rem;
  border: 1px solid black;
  padding: 0.06rem;
}
.backend-setting .btn {
  width: 3rem;
  height: 0.5rem;
  margin: 0 auto;
  font-size: 0.25rem;
  line-height: 0.5rem;
}

.user-add {
  float: right;
}
.user-table-content {
  padding-top: 60px;
}

.tk-list.table {
  border-spacing: 0;
  border-collapse: collapse;
  display: table;
  width: 100%;
}

.tk-list.table .tr {
  display: table-row;
}

.tk-list.table .tr .td {
  padding: 6px 2px;
  display: table-cell;
}

.tk-list.table .tr .td.td-title {
  font-size: 16px;
  /* font-weight: 500; */
  color: #999;
  white-space: nowrap;
  width: 86px;
}

.tk-list.table .tr .td.td-value {
  font-size: 16px;
  /* font-weight: 500; */
  color: #333333;
}

.introduction-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
}

.introduction-wrapper .content-img {
  flex-grow: 1;
  overflow-y: auto;
}

.introduction-wrapper .content-img img {
  width: 100%;
}

.introduction-wrapper .content-operate {
  height: 80px;
  width: 100%;
  position: relative;
  margin-bottom: constant(safe-area-inset-bottom);
  margin-bottom: env(safe-area-inset-bottom);
}

.introduction-wrapper .content-operate .button {
  display: block;
  position: absolute;
  height: 50px;
  border-radius: 35px;
  color: white;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  background: linear-gradient(to right, #fd917f, #febf40);
  bottom: 5px;
  right: 20px;
  left: 20px;
}

.offline-ticket-detail {
  background-color: white;
  padding: 10px;
  height: 100%;
  overflow-y: auto;
}

.span-title {
  color: #000;
  font-weight: 400;
  font-size: 20px;
}

.extra-data .basic-info-title {
  font-size: 16px;
  color: #999;
  white-space: nowrap;
  width: 86px;
  padding: 6px 2px;
}

.offline-ticket-detail .am-steps-item-tail:after {
  left: -8px !important;
}

.offline-ticket-detail .am-steps-vertical .am-steps-item-tail {
  padding: 10px 0 2px 0 !important;
  left: 13px !important;
}

.offline-ticket-detail .am-steps-vertical .am-steps-item-title {
  margin-top: -3px;
  font-size: 15px;
  font-family: Arial;
  font-weight: 400;
  color: #666666;
}

.circle {
  width: 10px;
  height: 10px;
  border: 2px solid #999999;
  border-radius: 50%;
}

.patientDetail {
  background-color: white;
  padding: 10px;
  height: 100%;
  overflow-y: auto;
}

.share-init {
  background-color: white;
  padding: 30px;
  height: 100%;
  overflow-y: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.share-init .input-pwd {
  display: inline-block;
  height: 38px;
  border: 1px solid #f5f5f5;
  border-radius: 20px;
  width: 240px;
  padding: 4px 10px;
  background: #f5f5f5;
  text-align: center;
}

.share-init .content-op,
.share-init .content-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.share-init .content-op {
  margin-top: 60px;
}

.share-init .content-info img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 4px;
}

.share-init .btn-open {
  display: inline-block;
  height: 38px;
  border: 1px solid #409eff;
  border-radius: 20px;
  width: 240px;
  padding: 4px 10px;
  background: #409eff;
  color: white;
  text-align: center;
  margin: 20px 0 4px 0;
  font-size: 16px;
}

.page {
  z-index: 1;
  position: relative;
  overflow: auto;
  justify-content: flex-start;
  padding-top: 0;
  font-family: PingFangSC-Semibold, PingFang SC;
}

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

.flex-row {
  display: flex;
}

.f-bold {
  font-weight: bold;
}

.f-600 {
  font-weight: 600;
}

.mod-block {
  margin: 0 11px 22px 11px;
  background-color: #ffffff;
  padding: 11px;
  box-shadow: 0px 1px 4px 0px rgba(148, 230, 225, 0.2);
  border-radius: 10px;
}

.li-num {
  flex: 0 0 18px;
  margin-right: 9px;
  border: 2px solid #757575;
  display: inline-table;
  height: 18px;
  border-radius: 50%;
  color: #757575;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.bd1 {
  z-index: auto;
}

.mod1 {
  z-index: 2;
  position: relative;
  align-items: center;
}

.mod1 img {
  z-index: 1;
  width: 100%;
}

.mod1 .block {
  z-index: 2;
  position: absolute;
  bottom: 5px;
  right: 0;
  left: 0;
  text-align: center;
}

.mod1 .block .word {
  font-size: 28px;
  line-height: 39px;
  margin: 0 22px;
}

.mod1 .block .info {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin: 11px 22px 28px 22px;
}

.mod2.mod-block {
  box-shadow: 0px 1px 6px 0px rgba(148, 230, 225, 0.2);
  border-radius: 11px;
  z-index: 3;
}

.mod2.mod-block .flex-row {
  justify-content: space-around;
}

.mod2 img {
  z-index: 1;
  width: 66px;
  height: 66px;
}

.mod2 .word {
  font-size: 18px;
  color: #222222;
}

.mod3 .title,
.mod4 .title {
  font-size: 18px;
  color: #222222;
  margin-bottom: 11px;
}

.mod3 .item,
.mod4 .item {
  margin-bottom: 8px;
}

.mod3 .item .word {
  font-size: 15px;
  color: #222222;
}

.mod3 .item .info {
  font-size: 15px;
  font-weight: 400;
  color: #757575;
}

.mod4 .item .info {
  font-size: 15px;
  font-weight: 400;
  color: #222222;
  line-height: 22px;
}

.content-operate-check{
  display: flex;
  align-items: center;
  margin: 11px 0 22px 0;
}

.content-operate-check .btn-operate {
  margin: 0 20px 0 20px;
  height: 50px;
  border-radius: 28px;
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
  line-height: 50px;
  flex: 1;
}

.content-operate .btn-operate {
  margin: 11px 58px 22px 58px;
  height: 44px;
  border-radius: 28px;
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
  line-height: 44px;
}

.content-project {
  z-index: 2;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(231, 175, 84, 0.1);
}

.content-project .project-title {
  font-size: 18px;
  color: #222222;
  margin-bottom: 10px;
}

.content-project .project-items {
  padding: 5px 8px 8px 8px;
  border-radius: 8px;
  background: #fef9f4;
}

.content-project .project-item .item-name {
  font-size: 15px;
  font-weight: 500;
  color: #222222;
  margin-top: 8px;
  margin-bottom: 4px;
}

.content-project .project-item .item-content {
  font-size: 14px;
  font-weight: 400;
  color: #757575;
  line-height: 18px;
}

.page {
  z-index: 1;
  position: relative;
  overflow: auto;
  justify-content: flex-start;
  padding-top: 0;
  font-family: PingFangSC-Semibold, PingFang SC;
}

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

.flex-row {
  display: flex;
}

.f-bold {
  font-weight: bold;
}

.f-600 {
  font-weight: 600;
}

.mod-block {
  margin: 0 11px 22px 11px;
  background-color: #ffffff;
  padding: 11px;
  box-shadow: 0px 1px 4px 0px rgba(148, 230, 225, 0.2);
  border-radius: 10px;
}

.li-num {
  flex: 0 0 18px;
  margin-right: 9px;
  border: 2px solid #757575;
  display: inline-table;
  height: 18px;
  border-radius: 50%;
  color: #757575;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.bd1 {
  z-index: auto;
}

.mod1 {
  z-index: 2;
  position: relative;
  align-items: center;
}

.mod1 img {
  z-index: 1;
  width: 100%;
}

.mod1 .block {
  z-index: 2;
  position: absolute;
  bottom: 5px;
  right: 0;
  left: 0;
  text-align: center;
}

.mod1 .block .word {
  font-size: 28px;
  line-height: 39px;
  margin: 0 22px;
}

.mod1 .block .info {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin: 11px 22px 28px 22px;
}

.mod2.mod-block {
  box-shadow: 0px 1px 6px 0px rgba(148, 230, 225, 0.2);
  border-radius: 11px;
  z-index: 3;
}

.mod2.mod-block .flex-row {
  justify-content: space-around;
}

.mod2 img {
  z-index: 1;
  width: 66px;
  height: 66px;
}

.mod2 .word {
  font-size: 18px;
  color: #222222;
}

.mod3 .title,
.mod4 .title {
  font-size: 18px;
  color: #222222;
  margin-bottom: 11px;
}

.mod3 .item,
.mod4 .item {
  margin-bottom: 8px;
}

.mod3 .item .word {
  font-size: 15px;
  color: #222222;
}

.mod3 .item .info {
  font-size: 15px;
  font-weight: 400;
  color: #757575;
}

.mod4 .item .info {
  font-size: 15px;
  font-weight: 400;
  color: #222222;
  line-height: 22px;
}

.content-operate-check{
  display: flex;
  align-items: center;
  margin: 11px 0 22px 0;
}

.content-operate-check .btn-operate {
  margin: 0 20px 0 20px;
  height: 50px;
  border-radius: 28px;
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
  line-height: 50px;
  flex: 1;
}

.content-operate .btn-operate {
  margin: 11px 58px 22px 58px;
  height: 44px;
  border-radius: 28px;
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
  line-height: 44px;
}

.content-project {
  z-index: 2;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(231, 175, 84, 0.1);
}

.content-project .project-title {
  font-size: 18px;
  color: #222222;
  margin-bottom: 10px;
}

.content-project .project-items {
  padding: 5px 8px 8px 8px;
  border-radius: 8px;
  background: #fef9f4;
}

.content-project .project-item .item-name {
  font-size: 15px;
  font-weight: 500;
  color: #222222;
  margin-top: 8px;
  margin-bottom: 4px;
}

.content-project .project-item .item-content {
  font-size: 14px;
  font-weight: 400;
  color: #757575;
  line-height: 18px;
}

.tips {
  margin-top: 100px;
  text-align: center;
  font-size: 20px;
}

.consult-record-item {
  margin-bottom: 2.66666667vw;
  display: flex;
  justify-content: space-between;
}
.consult-record-item .title {
  font-size: 3.73333333vw;
  font-weight: 400;
  color: #4a4a4a;
  padding-bottom: 3.73333333vw;
}
.consult-record-item .title .required {
  color: #f24340;
}
.consult-record-item .content {
  display: flex;
  align-items: center;
}
.consult-record-item .content .input {
  height: 10.66666667vw;
  min-height: 10.66666667vw;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 10.66666667vw;
  border-radius: 1.6vw;
  color: #222222;
  padding: 0;
}
.consult-record-item .content .input input,
.consult-record-item .content .input textarea {
  padding: 2.66666667vw;
  font-size: 3.73333333vw;
  font-weight: 400;
}
.consult-record-item .content .input-count {
  width: 92vw;
}
.consult-record-item .content .input-textarea {
  width: 86.66666667vw !important;
  height: auto !important;
  padding: 0 2.66666667vw !important;
  min-height: 10.66666667vw !important;
}
.consult-record-item .content .input-textarea .am-textarea-control {
  padding-top: 2.66666667vw;
  padding-bottom: 2.66666667vw;
}
.consult-record-item .content .input-textarea .am-textarea-control textarea {
  font-size: 3.73333333vw;
  max-height: 42.66666667vw;
  padding: 0;
  line-height: 5.33333333vw;
  min-height: 5.33333333vw;
}

.consult-form {
  background: #fafafa;
  overflow: auto;
}
.consult-form .block {
  background: #ffffff;
  padding: 4vw 2vw;
  margin: 2.13333333vw 0;
}
.consult-form .block .item {
  margin-bottom: 2.66666667vw;
  display: flex;
  justify-content: space-between;
}
.consult-form .block .item .title {
  font-size: 3.73333333vw;
  font-weight: 400;
  color: #4a4a4a;
  padding-bottom: 2.66666667vw;
}
.consult-form .block .item .title .required {
  color: #f24340;
}
.consult-form .block .item .content {
  display: flex;
  align-items: center;
}
.consult-form .block .item .content .input {
  height: 10.66666667vw;
  min-height: 10.66666667vw;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 10.66666667vw;
  border-radius: 1.6vw;
  color: #222222;
  padding: 0;
}
.consult-form .block .item .content .input input {
  padding: 2.66666667vw;
  font-size: 3.73333333vw;
  font-weight: 400;
}
.consult-form .block .item .content .input-picker {
  display: inline-block;
  min-width: 41.33333333vw;
  text-align: center;
  flex: 1;
  font-size: 2.93333333vw;
}
.consult-form .block .item .content .input-picker .place-holder {
  font-weight: 400;
  color: #757575;
}
.consult-form .block .item .content .between {
  flex: 0;
  margin: 0 0.8vw;
  font-size: 3.73333333vw;
}
.consult-form .block .item .content .input-count {
  width: 92vw;
}
.consult-form .block .item .content .input-name,
.consult-form .block .item .content .input-age {
  width: 42.66666667vw;
}
.consult-form .block .item .content .my-tag {
  width: 18.13333333vw;
  height: 8vw;
  background: #f4f4f5;
  border-radius: 1.6vw;
  line-height: 8vw;
  text-align: center;
  margin-right: 4vw;
  font-size: 3.73333333vw;
  font-weight: 400;
  color: #222222;
}
.consult-form .block .item .content .my-tag.am-tag-active {
  color: #ffffff;
  background: #4ad0c2;
}
.consult-form .block .item .content .my-tag.am-tag-active::before {
  content: none;
}
.consult-form .q-op {
  margin-top: 8vw;
  margin-bottom: 7.6vw;
  display: flex;
  justify-content: center;
}
.consult-form .q-op .btn {
  width: 78.66666667vw;
  height: 10.66666667vw;
  background: #1fbbb9;
  border-radius: 1.6vw;
  font-size: 3.73333333vw;
  font-weight: 600;
  color: #ffffff;
  line-height: 10.66666667vw;
}

.enti-index {
  padding: 10px;
  background-color: #fbfbfa;
  padding-bottom: 20px;
  min-height: 100%;
}

.poster-index {
  height: 100%;
  background-color: #fbfbfa;
  padding-bottom: 20px;
}
.poster-index .poster-bottom {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(192, 192, 192, 0.1);
  position: fixed;
  bottom: 0;
}
.poster-index .bottom-title {
  padding: 20px 20px 0 20px;
  color: #757575;
  font-size: 16px;
  text-align: center;
}
.poster-index .bottom-buttons {
  margin-top: 35px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding-bottom: 30px;
}
.poster-index .bottom-buttons .buttons-left {
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  font-weight: 600;
  width: 40%;
  height: 40px;
  color: #54675E;
  background: #f4f4f5;
  border-radius: 25px;
}
.poster-index .bottom-buttons .buttons-right {
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: white;
  font-weight: 600;
  width: 40%;
  height: 40px;
  background: linear-gradient(337deg, #94e6e1 0%, #1fbbb9 100%);
  border-radius: 25px;
}

.question-item {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px 15px;
}
.question-item .item-title {
  font-size: 18px;
  font-weight: bold;
  color: #222222;
}
.question-item .item-title .required {
  color: #ff6d56;
  margin-left: 5px;
}
.question-item .item-single-content {
  font-size: 16px;
  font-weight: normal;
  color: #222222;
  margin-top: 10px;
  padding: 10px 4px;
}
.question-item .item-single-content.checked {
  background-color: #f4fcfc;
  border-radius: 8px;
}
.question-item .my-radio .am-radio {
  padding: 2.5px;
  border: 1px solid rgba(47, 53, 64, 0.25);
  border-radius: 50%;
  margin-right: 5px;
}
.question-item .my-radio .am-radio.am-radio-checked {
  background-color: #1fbbb9;
  border: 1px solid #1fbbb9;
}
.question-item .my-radio .am-radio.am-radio-checked .am-radio-inner::after {
  border-color: white;
}
.question-item .my-radio .am-radio .am-radio-inner::after {
  top: -1.5px;
  right: 6px;
  width: 6px;
  height: 12px;
}
.question-item .item-text-area {
  margin-top: 20px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.questionnaire-index {
  background: #fafafa;
  padding-bottom: 1px;
}
.questionnaire-index .q-title {
  text-align: center;
  background: white;
  font-size: 19px;
  font-weight: bold;
  padding: 15px 0 20px 0;
}
.questionnaire-index .q-item {
  margin: 10px;
}
.questionnaire-index .q-op {
  margin: 20px 15px;
}
.questionnaire-index .q-op .btn {
  height: 40px;
  background: linear-gradient(337deg, #94e6e1 0%, #1fbbb9 100%);
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  line-height: 40px;
}

.report-item {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.report-item .item-title {
  font-size: 16px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-weight: 600;
  margin-top: 20px;
  background: #1fbbb9;
  border-radius: 16px;
  color: white;
  height: 30px;
  align-items: center;
  padding: 0 15px;
}
.report-item .item-title .item-title-text {
  margin-left: 15px;
}
.report-item .item-content {
  width: 100%;
  margin-top: 15px;
  line-height: 20px;
}
.report-item .item-content .item-content-title {
  background: #f4fcfc;
  border-radius: 4px;
  color: #1fbbb9;
  padding: 4px 6px;
}
.report-item .item-content .item-content-text {
  margin-top: 10px;
  color: #4a4a4a;
}
.report-item .item-warn {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-top: 20px;
  width: 100%;
  min-height: 50px;
}
.report-item .item-warn .item-warn-title {
  height: 40px;
  border-radius: 10px 10px 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10px;
  background-color: #FF8B4D;
  line-height: 20px;
}
.report-item .item-warn .item-warn-title .item-warn-title-text {
  height: 20px;
  font-weight: 600;
  color: white;
  line-height: 20px;
}
.report-item .item-warn .item-warn-content {
  padding: 10px;
  color: #ff8b4d;
  background-color: #FFFAF6;
  line-height: 20px;
}

.result-item {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.result-item .item-title {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  line-height: 25px;
}
.result-item .line {
  width: 90px;
  height: 1px;
  background: #1fbbb9;
  border-radius: 2px;
}

.report-index {
  padding: 10px;
  background-color: #fbfbfa;
  padding-bottom: 20px;
}
.report-index .detail {
  margin-top: 10px;
  background-color: white;
  padding-top: 20px;
  padding-left: 10px;
  border-radius: 9px;
  padding-bottom: 20px;
}
.report-index .detail .title {
  font-size: 18px;
}
.report-index .detail .subtitle {
  margin-top: 10px;
  font-size: 16px;
  color: #8c8c8c;
}
.report-index .chart-avatar-div {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.report-index .chart-avatar {
  width: 50px;
  height: 50px;
  border-radius: 60px;
  margin-top: 20px;
}
.report-index .chart-username {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  line-height: 23px;
  text-align: center;
}
.report-index .chart-result {
  margin-top: 6px;
  color: #757575;
  width: 100%;
  text-align: center;
}
.report-index .chart-chart {
  margin-top: 10px;
}
.report-index .introduction {
  margin-top: 15px;
  border-radius: 9px;
  padding: 10px;
  background-color: white;
}
.report-index .introduction .desc {
  margin-top: 6px;
  line-height: 20px;
  color: #757575;
}
.report-index .help {
  display: flex;
  margin-top: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.report-index .help .help-info {
  margin-left: 30px;
  width: 150px;
  height: 33px;
  font-size: 21px;
  font-weight: 600;
  color: #222222;
  text-align: center;
  line-height: 33px;
}
.report-index .help .help-button {
  padding: 4px 15px;
  background: #f65589;
  border-radius: 26px;
  height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
}
.report-index .help .help-but-text {
  font-weight: 600;
  color: #ffffff;
  line-height: 23px;
}
.report-index .help .help-icon {
  width: 20px;
  height: 20px;
}
.report-index .intro-title {
  display: flex;
  flex-direction: row;
}
.report-index .intro-title .column {
  background-color: #1fbbb9;
  width: 4px;
  height: 15px;
  border-radius: 4px;
}
.report-index .intro-title .text {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  margin-left: 5px;
}
.report-index .pic-img {
  width: 100%;
}
.report-index .eva-note {
  margin: 10px;
  font-size: 12px;
  color: #4a4a4a;
  line-height: 16px;
}
.report-index .org-mp {
  margin-top: 10px;
  background: #ffffff;
  border-radius: 16px;
  border: 2px solid #f65589;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.report-index .org-mp .mp-img {
  width: 22px;
  height: 35px;
}
.report-index .org-mp .mp-text {
  margin-left: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #f65589;
  line-height: 25px;
}

.paint {
  display: grid;
  grid-template-columns: repeat(25, 20px);
  /* 25 columns with 20px width each */
  grid-template-rows: repeat(25, 20px);
  /* 25 rows with 20px height each */
  gap: 0;
  /* No gap between cells */
}
.paint .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid black;
  width: 100%;
  height: 100%;
  font-size: 10px;
  /* Adjust font size if needed */
  box-sizing: border-box;
  /* Include border in the element's width and height */
  position: relative;
  /* Required for positioning the dot */
  background-color: lightyellow;
  /* Default background color */
}
.paint .grid-item::after {
  content: '';
  position: absolute;
  width: 4px;
  /* Adjust size of the dot */
  height: 4px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.paint .grid-item.black {
  background-color: black;
  color: white;
  /* Ensure text is visible on black background */
}

.record-list-wrapper {
  background-color: #ffffff;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
  -webkit-overflow-scrolling: auto;
}
.record-list-wrapper .title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.34rem;
  color: #323232;
  line-height: 0.4rem;
  margin-top: 0.53rem;
  margin-left: 0.48rem;
}
.record-list-wrapper .list-wrapper {
  margin-top: 0.37rem;
  margin-left: 0.48rem;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
}
.record-list-wrapper .list-wrapper .item {
  margin-right: 0.34rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.28rem;
  color: #323232;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.record-list-wrapper .list-wrapper .item .name-wrapper {
  display: flex;
  align-items: center;
}
.record-list-wrapper .list-wrapper .item .img-avatar {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.3rem;
  margin-bottom: 0.2rem;
}
.record-list-wrapper .list-wrapper .item .img-icon {
  width: 0.3rem;
  height: 0.3rem;
  margin-left: 0.1rem;
}
.record-list-wrapper .detail-wrapper {
  margin-top: 0.2rem;
  margin-bottom: 0.79rem;
}
.record-list-wrapper .detail-wrapper .q-title {
  padding: 0.29rem 0.48rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.28rem;
  color: #ffffff;
  background: #4ec1c3;
}
.record-list-wrapper .detail-wrapper .part-wrapper .part-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.28rem;
  color: #313131;
  line-height: 0.33rem;
  padding: 0.23rem 0.48rem;
  background: rgba(78, 193, 195, 0.1);
}
.record-list-wrapper .detail-wrapper .part-wrapper .table .tr {
  border: 0.01rem solid #4ec1c3;
  border-bottom: none;
}
.record-list-wrapper .detail-wrapper .part-wrapper .table .tr:last-child {
  border-bottom: 0.01rem solid #4ec1c3;
}
.record-list-wrapper .detail-wrapper .part-wrapper .table .tr .td {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.28rem;
  color: #313131;
  text-align: left;
  padding: 0.24rem 0.48rem;
  line-height: 0.33rem;
}
.record-list-wrapper .detail-wrapper .part-wrapper .table .tr .td.first {
  border-right: 0.01rem solid #4ec1c3;
}

.setting-wrapper {
  height: 100%;
  background-color: #ffffff;
}
.setting-wrapper .tabs-wrapper {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}
.setting-wrapper .tabs-wrapper .tab {
  width: 50%;
  text-align: center;
}
.setting-wrapper .tabs-wrapper .tab-item {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.28rem;
  color: #666666;
  line-height: 0.4rem;
  position: relative;
  display: inline-block;
  padding: 0.23rem 0;
}
.setting-wrapper .tabs-wrapper .tab-item.selected {
  color: #4ec1c3;
}
.setting-wrapper .tabs-wrapper .tab-item.selected::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.56rem;
  height: 0.04rem;
  background: #4ec1c3;
  border-radius: 0.02rem;
}
.setting-wrapper .content-wrapper {
  height: calc(100% - 1.3rem);
  overflow: auto;
  margin-top: 0.4rem;
}
.setting-wrapper .content-wrapper .list-wrapper {
  margin: 0 0.4rem;
  margin-bottom: 1rem;
}
.setting-wrapper .content-wrapper .list-wrapper .list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.26rem 0.15rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.34rem;
  color: #323232;
  background: rgba(78, 193, 195, 0.1);
  border-radius: 0.1rem 0.1rem 0rem 0rem;
  border-bottom: 0.01rem solid #cbcbcb;
}
.setting-wrapper .content-wrapper .list-wrapper .list-item:last-child {
  border: none;
}
.setting-wrapper .content-wrapper .list-wrapper .item-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.setting-wrapper .content-wrapper .list-wrapper .icon {
  flex: 0 0 0.14rem;
  height: 0.26rem;
}

.tab-icon {
  width: 0.42rem;
  height: 0.39rem;
}
.am-tab-bar-bar {
  height: 1rem;
}
.am-tab-bar-bar .am-tab-bar-tab-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.2rem;
  color: #666666;
  line-height: 0.24rem;
}
.am-tab-bar-item {
  background-color: #ffffff;
}

.backend-landing {
  width: 100%;
}
.backend-landing .top .hi-below {
  position: absolute;
  margin-top: -1.5rem;
  top: 0;
  left: 12%;
  right: 8%;
  object-fit: contain;
  width: 80%;
  height: 5.87rem;
  z-index: -1;
}
.backend-landing .top .hi {
  width: 3.35rem;
  height: 1.34rem;
  margin-top: 16%;
  margin-left: 11%;
  z-index: 100;
}
.backend-landing .top .welcome {
  margin-left: 15%;
  font-size: 0.42rem;
  margin-top: 0.41rem;
  font-weight: 600;
  color: #343434;
}
.backend-landing .top .desc {
  margin-left: 15%;
  margin-right: 10%;
  margin-top: 0.41rem;
  font-weight: 400;
  font-size: 0.25rem;
  color: #777777;
  text-align: left;
  font-style: normal;
}
.backend-landing .center-color {
  width: 2.3rem;
  height: 3rem;
  left: -0.8rem;
  position: absolute;
  bottom: 20%;
}
.backend-landing .bottom-color {
  width: 2rem;
  height: 3rem;
  right: 0;
  left: 110%;
  position: absolute;
  bottom: 0;
}
.backend-landing .start-but {
  position: fixed;
  bottom: 15%;
  width: 60%;
  height: 0.62rem;
  border-radius: 0.31rem;
  border: 0.01rem solid #4EC1C3;
  margin-left: 20%;
  margin-right: 20%;
  font-weight: 400;
  font-size: 0.24rem;
  color: #4ec1c3;
  line-height: 0.62rem;
  text-align: center;
}

.chat-content {
  width: 100vw;
  height: 100vh;
}

.landing {
  width: 100%;
}
.landing .top .hi-below {
  position: absolute;
  margin-top: -1.5rem;
  top: 0;
  left: 12%;
  right: 8%;
  object-fit: contain;
  width: 80%;
  height: 5.87rem;
  z-index: -1;
}
.landing .top .hi {
  width: 3.35rem;
  height: 1.34rem;
  margin-top: 16%;
  margin-left: 11%;
  z-index: 100;
}
.landing .top .welcome {
  margin-left: 15%;
  font-size: 0.42rem;
  margin-top: 0.41rem;
  font-weight: 600;
  color: #343434;
}
.landing .top .desc {
  margin-left: 15%;
  margin-right: 10%;
  margin-top: 0.41rem;
  font-weight: 400;
  font-size: 0.25rem;
  color: #777777;
  text-align: left;
  font-style: normal;
}
.landing .center-color {
  width: 2.3rem;
  height: 3rem;
  left: -0.8rem;
  position: absolute;
  bottom: 20%;
}
.landing .bottom-color {
  width: 2rem;
  height: 3rem;
  right: 0;
  left: 110%;
  position: absolute;
  bottom: 0;
}
.landing .start-but {
  position: fixed;
  bottom: 15%;
  width: 60%;
  height: 0.62rem;
  border-radius: 0.31rem;
  border: 0.01rem solid #4EC1C3;
  margin-left: 20%;
  margin-right: 20%;
  font-weight: 400;
  font-size: 0.24rem;
  color: #4ec1c3;
  line-height: 0.62rem;
  text-align: center;
}

.role {
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
}
.role .content-wrapper {
  width: 100vw;
}
.role .slider.am-carousel {
  height: 6rem !important;
}
.role .slider-item .top .top-title {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.role .slider-item .top .top-title .gender-img {
  margin-left: 0.25rem;
  object-fit: contain;
  width: 0.35rem;
  height: 0.35rem;
}
.role .slider-item .top .top-title .title {
  margin-left: 8%;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.3rem;
  color: #521d00;
  line-height: 0.35rem;
  text-align: left;
  font-style: normal;
}
.role .slider-item .top .baby-img {
  width: 100%;
  height: 5.1rem;
  object-fit: contain;
}
.role .info-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 10%;
  position: relative;
}
.role .info-item .info-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.23rem;
  color: #323232;
  line-height: 0.27rem;
  font-style: normal;
}
.role .info-item .info-area .info-item-field {
  text-align: center;
  margin-bottom: 0.2rem;
}
.role .info-item .info-area .info-item-field .name-img {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1.3rem;
  height: 0.5rem;
  transform: translate(-40%, -35%);
  z-index: -1;
}
.role .info-item .arrow {
  width: 0.58rem;
  height: 0.58rem;
  background: #e5ffff;
  border-radius: 50%;
}
.role .bottom {
  padding-bottom: 1rem;
  width: 100vw;
}
.role .next-but {
  background: linear-gradient(311deg, #87d0fe 0%, #2ecfd2 100%);
  font-family: PingFangSC, PingFang SC;
  color: #ffffff;
  width: 80%;
  height: 0.62rem;
  border-radius: 0.31rem;
  font-weight: 400;
  font-size: 0.24rem;
  line-height: 0.62rem;
  text-align: center;
  margin: 0 auto;
}

html,
body,
#root {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
html body > iframe,
body body > iframe,
#root body > iframe {
  pointer-events: none;
}

