* {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent; }

.yh-item {
  white-space: pre-wrap;
  word-break: break-all;
  outline: none; }
  .yh-item div, .yh-item span, .yh-item input, .yh-item button, .yh-item input, .yh-item textarea {
    font-size: inherit;
    font-family: inherit;
    color: inherit; }
  .yh-item input {
    border: none; }
  .yh-item textarea {
    resize: none; }
  .yh-item div, .yh-item div:focus, .yh-item textarea:focus, .yh-item input:focus, .yh-item button:focus {
    outline: none; }

.rotate-bottom {
  transform: rotate(45deg); }

.rotate-right {
  transform: rotate(-45deg); }

.rotate-left {
  transform: rotate(135deg); }

.pointer-none {
  pointer-events: none; }

.flex {
  display: flex; }

.flex1 {
  flex: 1; }

.aic {
  align-items: center; }

.jcc {
  justify-content: center; }

.jce {
  justify-content: flex-end; }

.col {
  flex-direction: column; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

button {
  border: none; }

.hide {
  display: none; }

html {
  background: #f5f5f5; }

#root {
  min-height: 100%;
  width: 800px;
  margin: 0 auto;
  background: #FFF; }

#endPage {
  font-weight: 700; }

.yh-item {
  padding: 10px 40px; }

.border {
  border: 1px solid #d9d9d9;
  border-radius: 2px; }

.arrow {
  border: solid #d9d9d9;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  margin-bottom: 4px;
  height: 0;
  width: 0; }

.yh-item .error-tip {
  margin-top: 6px;
  display: block;
  margin-left: 10px;
  color: #E23333;
  font-size: 12px; }

.yh-item .item-content {
  background: #FFF;
  height: 30px;
  margin-top: 10px;
  box-sizing: border-box;
  color: rgba(28, 32, 29, 0.8);
  font-size: 14px; }

.placeholder {
  color: rgba(28, 32, 29, 0.4);
  font-size: 14px; }

.endPage {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFF; }
  .endPage .yh-item {
    padding: 0; }
  .endPage .text {
    margin-top: 10px;
    font-size: 14px;
    color: rgba(28, 32, 29, 0.6); }

.ml-10 {
  margin-left: 10px; }

.yh-radio-cmpt .item-content {
  height: auto;
  background: transparent; }

.yh-radio-cmpt .radio-item {
  margin-bottom: 6px;
  line-height: 20px;
  color: rgba(28, 32, 29, 0.8);
  font-size: 14px; }

.yh-radio-cmpt .item-inner {
  min-height: 20px;
  display: inline-block;
  margin-left: 22px; }

.yh-radio-cmpt .radio-item input[type="checkbox"] + .item-inner::before,
.yh-radio-cmpt .radio-item input[type="radio"] + .item-inner::before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #9b9b9b;
  top: 4px;
  left: -22px; }

.yh-radio-cmpt .radio-item input[type="radio"] + .item-inner::before {
  border-radius: 100%; }

.yh-radio-cmpt .radio-item input[type="checkbox"] + .item-inner::before {
  border-radius: 2px; }

.yh-radio-cmpt .radio-item input {
  display: none; }

.yh-radio-cmpt .radio-item input[type="radio"]:checked + .item-inner::before {
  border-color: #0DBC6F; }

.yh-radio-cmpt .radio-item input[type="radio"]:checked + .item-inner::after {
  content: '';
  box-shadow: inset 0 0 0 4px #0DBC6F;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border-color: #0DBC6F;
  border-radius: 100%;
  left: -18px;
  position: absolute;
  top: 8px; }

.yh-radio-cmpt .radio-item input[type="checkbox"]:checked + .item-inner::before {
  background: #0DBC6F;
  border-color: #0DBC6F; }

.yh-radio-cmpt .radio-item input[type="checkbox"]:checked + .item-inner::after {
  content: '';
  position: absolute;
  box-sizing: border-box;
  border: 2px solid #FFF;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  width: 5px;
  height: 8px;
  top: 11px;
  left: -18px; }

.yh-item .other {
  margin-top: 16px;
  width: 100%;
  padding: 10px;
  color: rgba(28, 32, 29, 0.8);
  font-size: 14px; }

.yh-item .horizontal .radio-item {
  display: inline-block;
  margin-right: 30px; }
  .yh-item .horizontal .radio-item:last-child {
    margin-right: 0; }

.yh-input-cmpt .textarea-wrap {
  height: auto; }

.yh-input-cmpt .yh-input {
  height: 100%;
  width: 100%;
  padding: 0 10px;
  color: rgba(28, 32, 29, 0.8);
  font-size: 14px; }
  .yh-input-cmpt .yh-input::-webkit-input-placeholder {
    color: rgba(28, 32, 29, 0.4);
    font-size: 14px; }

.yh-input-cmpt .yh-textarea {
  border: none;
  height: 54px;
  padding: 6px 10px;
  color: rgba(28, 32, 29, 0.8);
  font-size: 14px; }
  .yh-input-cmpt .yh-textarea::-webkit-input-placeholder {
    color: rgba(28, 32, 29, 0.4);
    font-size: 14px; }

.yh-input-cmpt .number .suffix {
  font-size: 12px;
  color: rgba(28, 32, 29, 0.5);
  margin-right: 10px;
  max-width: 50%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.yh-area-cmpt .item-content {
  height: auto;
  background: transparent; }

.yh-area-cmpt .content-wrap {
  margin-right: 6px; }
  .yh-area-cmpt .content-wrap:last-child {
    margin-right: 0; }

.yh-area-cmpt .select-content {
  background: #FFF;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  color: rgba(28, 32, 29, 0.8);
  font-size: 14px; }
  .yh-area-cmpt .select-content .arrow {
    margin-top: -4px; }
  .yh-area-cmpt .select-content .flex1 {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 0;
    white-space: nowrap; }

.yh-area-cmpt .extra-info {
  width: 100%;
  margin-top: 6px;
  height: 54px;
  padding: 6px 10px;
  color: rgba(28, 32, 29, 0.8);
  font-size: 14px; }
  .yh-area-cmpt .extra-info::-webkit-input-placeholder {
    color: rgba(28, 32, 29, 0.4);
    font-size: 14px; }

.yh-area-cmpt .modal-content {
  height: 492px;
  width: 100%;
  background: #ffffff; }

.yh-area-cmpt .modal {
  align-items: flex-end; }

.yh-text-cmpt .item-content {
  height: auto;
  margin: 0;
  background: transparent; }

.yh-text-cmpt .yh-text {
  line-height: 1.5; }

.yh-text-cmpt .editor {
  text-align: center; }

.yh-text-cmpt img {
  max-width: 100%; }

.yh-select-cmpt .item-content {
  padding: 0 10px; }

.yh-select-cmpt .select-content {
  padding-right: 2px;
  overflow: hidden;
  color: rgba(28, 32, 29, 0.8);
  font-size: 14px; }
  .yh-select-cmpt .select-content .flex1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.yh-date-cmpt .item-content {
  padding: 0 10px; }

.yh-date-cmpt .date-dropdown {
  z-index: 200;
  position: absolute;
  background: #FFF;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05); }
  .yh-date-cmpt .date-dropdown .date-panel {
    padding: 0 8px;
    width: 280px;
    border-right: 1px solid #f0f0f0; }
  .yh-date-cmpt .date-dropdown .date-header {
    height: 41px;
    border-bottom: 1px solid #f0f0f0; }
    .yh-date-cmpt .date-dropdown .date-header button {
      background: none;
      height: 100%;
      width: 20px; }
  .yh-date-cmpt .date-dropdown .date-content {
    flex: 1;
    background: 0; }
  .yh-date-cmpt .date-dropdown .date-footer {
    height: 43px;
    border-top: 1px solid #f0f0f0; }
  .yh-date-cmpt .date-dropdown .item-container {
    cursor: pointer;
    padding: 0 4px; }
    .yh-date-cmpt .date-dropdown .item-container:hover .date-item {
      background: #f5f5f5; }
    .yh-date-cmpt .date-dropdown .item-container:hover .select {
      color: #FFF;
      background: #0DBC6F; }
  .yh-date-cmpt .date-dropdown .date-table {
    color: rgba(0, 0, 0, 0.65); }
  .yh-date-cmpt .date-dropdown .date-item {
    pointer-events: none;
    border-radius: 2px;
    display: inline-block;
    height: 24px;
    min-width: 24px;
    line-height: 24px;
    text-align: center;
    transition: background .3s,border .3s; }
  .yh-date-cmpt .date-dropdown .ok {
    cursor: pointer;
    border: none;
    padding: 2px 10px;
    border-radius: 2px;
    height: 24px;
    position: absolute;
    right: 7px;
    top: 9px;
    font-size: 14px;
    background: #0DBC6F;
    color: #FFF; }
  .yh-date-cmpt .date-dropdown .disable {
    color: rgba(0, 0, 0, 0.25);
    background: none; }
  .yh-date-cmpt .date-dropdown .today {
    border: 1px solid #0DBC6F; }
  .yh-date-cmpt .date-dropdown .select {
    color: #FFF;
    background: #0DBC6F; }
  .yh-date-cmpt .date-dropdown .header-icon {
    pointer-events: none;
    color: rgba(0, 0, 0, 0.25);
    position: relative;
    display: inline-block;
    width: 7px;
    height: 7px; }
  .yh-date-cmpt .date-dropdown .prev::before, .yh-date-cmpt .date-dropdown .super-prev::before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 7px;
    height: 7px;
    border: 0 solid currentColor;
    border-width: 1.5px 0 0 1.5px;
    content: ''; }
  .yh-date-cmpt .date-dropdown .super-prev::after {
    position: absolute;
    top: 4px;
    left: 4px;
    display: inline-block;
    width: 7px;
    height: 7px;
    border: 0 solid currentColor;
    border-width: 1.5px 0 0 1.5px;
    content: ''; }
  .yh-date-cmpt .date-dropdown .time-container {
    height: 190px;
    overflow-y: scroll;
    width: 56px;
    border-right: 1px solid #f0f0f0; }
  .yh-date-cmpt .date-dropdown .time-item {
    height: 28px; }
  .yh-date-cmpt .date-dropdown .time-select {
    height: 41px;
    border-bottom: 1px solid #f0f0f0; }
  .yh-date-cmpt .date-dropdown .month-item {
    padding: 18px 12px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65); }
  .yh-date-cmpt .date-dropdown .month-content {
    pointer-events: none;
    height: 24px;
    width: 60px;
    text-align: center;
    line-height: 24px; }
  .yh-date-cmpt .date-dropdown .month-acitve {
    background: #0DBC6F;
    border-radius: 2px;
    color: #FFF; }

.yh-map-cmpt .item-content {
  height: auto; }

.yh-map-cmpt .map-content {
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  padding: 0 10px;
  color: rgba(28, 32, 29, 0.8);
  font-size: 14px; }

.yh-map-cmpt .tip {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #36ABE0; }

.yh-map-cmpt .loc-container {
  width: 100%;
  height: 170px;
  display: none; }

.yh-map-cmpt .loc-info {
  padding: 10px 0 0;
  color: rgba(28, 32, 29, 0.8);
  font-size: 12px;
  line-height: 18px; }

.yh-map-cmpt .re-loc {
  margin-top: 6px;
  color: #36ABE0; }

.yh-map-cmpt .address {
  padding-bottom: 6px; }

.yh-map-cmpt .locaiton {
  height: 16px;
  width: 16px;
  margin-right: 4px; }

.yh-map-cmpt .lat-lng {
  line-height: 18px;
  margin-top: 6px; }

.yh-item .yh-button-cmpt {
  width: 100px;
  height: 32px;
  background: #0DBC6F;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
  cursor: default; }
  .yh-item .yh-button-cmpt:hover {
    color: #fff;
    background-color: #2ec981; }

.yh-item .disable {
  color: rgba(0, 0, 0, 0.25);
  background-color: rgba(153, 153, 153, 0.4); }

.yh-image-cmpt .item-content {
  background: transparent;
  height: auto;
  margin: 0; }

.yh-image-cmpt .default-item-content {
  height: 150px;
  text-align: center; }

.yh-image-cmpt .image {
  max-width: 100%; }

.yh-image-cmpt .end-page-image {
  text-align: center;
  margin-bottom: 10px; }
  .yh-image-cmpt .end-page-image .image {
    margin: 0 auto; }
  .yh-image-cmpt .end-page-image .default-image {
    height: 150px; }

.image-first {
  padding-top: 0;
  margin-top: 0; }

.default-image {
  height: 40px;
  margin-top: 55px; }

.yh-picker {
  z-index: 1;
  overflow: auto;
  cursor: pointer;
  max-height: 200px;
  background: #FFF;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05); }
  .yh-picker .picker-item {
    color: rgba(28, 32, 29, 0.8);
    font-size: 14px;
    line-height: 20px;
    padding: 4px 12px; }
  .yh-picker .item-active {
    background: #f5f5f5; }
  .yh-picker .item-select {
    background: rgba(13, 188, 111, 0.1); }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: red;
  z-index: 100; }

.pc {
  width: 100px; }

.yh-item .yh-describe {
  padding-top: 6px;
  line-height: 1.5;
  color: rgba(28, 32, 29, 0.6);
  font-size: 14px; }
  .yh-item .yh-describe p:empty {
    height: 14px; }

.yh-title {
  font-weight: bold; }
  .yh-title .text {
    color: rgba(28, 32, 29, 0.9);
    font-size: 16px;
    line-height: 24px; }
  .yh-title .required {
    position: absolute;
    top: 7px;
    margin-right: 2px;
    margin-top: 6px;
    line-height: 0;
    color: #E23333;
    font-size: 16px;
    margin-left: -10px;
    width: 8px; }

.yh-item .yh-label {
  padding: 0 10px;
  border-radius: 16px;
  margin-left: 20px;
  height: 26px;
  line-height: 20px;
  font-size: 20px; }

.yh-item .label-1 {
  border: 2px solid #36ABE0;
  color: #36ABE0; }

.yh-item .label-2 {
  border: 1px solid #F49375;
  color: #F49375; }
