@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

address, cite, dfn, em, var {
  font-style: normal; }

code, kbd, pre, samp {
  font-family: couriernew, courier, monospace; }

ul, ol {
  list-style: none; }

a, a:hover, a.active {
  text-decoration: none; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

legend {
  color: #000; }

fieldset, img {
  border: 0; }

button, input, select, textarea {
  font-size: 100%; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  background: #ffffff; }

.weui-dialog {
  max-width: 8.000000rem; }

.weui-dialog__title {
  font-size: 18Px; }
  [data-dpr="2"] .weui-dialog__title {
    font-size: 36Px; }
  [data-dpr="3"] .weui-dialog__title {
    font-size: 54Px; }

.weui-dialog__bd {
  font-size: 15Px;
  min-height: 0.800000rem; }
  [data-dpr="2"] .weui-dialog__bd {
    font-size: 30Px; }
  [data-dpr="3"] .weui-dialog__bd {
    font-size: 45Px; }

.weui-dialog__ft {
  font-size: 18Px;
  line-height: 1.280000rem; }
  [data-dpr="2"] .weui-dialog__ft {
    font-size: 36Px; }
  [data-dpr="3"] .weui-dialog__ft {
    font-size: 54Px; }

.weui-icon_toast.weui-loading {
  margin: 0.800000rem 0 0;
  width: 1.013333rem;
  height: 1.013333rem; }

.weui-toast.weui_loading_toast {
  width: 3.000000rem;
  min-height: 3.000000rem; }

.weui_loading_toast .weui-toast_content {
  font-size: 14Px; }
  [data-dpr="2"] .weui_loading_toast .weui-toast_content {
    font-size: 28Px; }
  [data-dpr="3"] .weui_loading_toast .weui-toast_content {
    font-size: 42Px; }

@media screen and (min-width: 13.65333rem) {
  .weui-dialog {
    width: 50%; } }

/* 模拟iso时间插件 */
.rolldate-container {
  font-size: 20Px; }
  [data-dpr="2"] .rolldate-container {
    font-size: 40Px; }
  [data-dpr="3"] .rolldate-container {
    font-size: 60Px; }

.rolldate-container .rolldate-panel {
  height: 7.28rem !important; }

.rolldate-container header {
  line-height: 1.6rem !important;
  font-size: 18Px; }
  [data-dpr="2"] .rolldate-container header {
    font-size: 36Px; }
  [data-dpr="3"] .rolldate-container header {
    font-size: 54Px; }

.rolldate-container .rolldate-dim {
  height: 1.81333rem !important; }

.rolldate-container .rolldate-wrapper > div {
  height: 4.61333rem !important;
  line-height: 0.96rem !important; }

.rolldate-container .rolldate-wrapper li {
  height: 0.96rem !important; }

.rolldate-container .rolldate-btn {
  font-size: 16Px; }
  [data-dpr="2"] .rolldate-container .rolldate-btn {
    font-size: 32Px; }
  [data-dpr="3"] .rolldate-container .rolldate-btn {
    font-size: 48Px; }

.rolldate-container .rolldate-content {
  top: 0.53333rem !important; }

.rolldate-container .rolldate-wrapper ul {
  margin-top: 1.81333rem !important; }

.mask {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.3); }

.showMessage {
  width: 2.000000rem;
  position: fixed;
  transform: translate(-50%, -50%);
  top: 20%;
  left: 50%;
  z-index: 10001;
  opacity: 1;
  text-align: center;
  padding: 0.266667rem;
  border-radius: 0.133333rem; }

.showMessage.error {
  background-color: #fff;
  border: 1px solid #91d5ff; }

.showMessage.success {
  background-color: #fff;
  border: 1px solid red; }

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

input, textarea, input::placeholder, textarea::placeholder {
  font-family: sans-serif; }

/*radio样式 -- start ---*/
input[type="radio"] {
  height: 0.426667rem;
  width: 0.426667rem; }

input[type="radio"] + span::before {
  content: "\a0";
  display: inline-block;
  vertical-align: middle;
  font-size: 11Px;
  width: 0.240000rem;
  height: 0.240000rem;
  border-radius: 50%;
  border: 1px solid #69aaec;
  text-indent: .5em;
  line-height: 1;
  padding: 0.106667rem;
  margin-bottom: 0.053333rem; }
  [data-dpr="2"] input[type="radio"] + span::before {
    font-size: 22Px; }
  [data-dpr="3"] input[type="radio"] + span::before {
    font-size: 33Px; }

input[type="radio"]:checked + span::before {
  background-color: #69aaec;
  background-clip: content-box;
  border: 1px solid #69aaec !important; }

input[type="radio"] {
  position: absolute;
  opacity: 0; }

.radio-group label {
  display: inline-block;
  width: 1.066667rem;
  margin-left: -0.093333rem;
  padding-left: 0.093333rem; }

/*radio样式 -- start ---*/
/*checkbox 样式--start*/
input[type="checkbox"] {
  -webkit-appearance: none;
  vertical-align: middle;
  margin-top: 0;
  background: #fff;
  border: #999 solid 1px;
  border-radius: 0.040000rem;
  height: 0.426667rem;
  width: 0.426667rem;
  position: relative; }

input[type="checkbox"]:checked {
  background: #108EE9; }

input[type=checkbox]:checked::after {
  content: '';
  top: 0.133333rem;
  left: 0.093333rem;
  position: absolute;
  background: transparent;
  border: #fff solid 2px;
  border-top: none;
  border-right: none;
  height: 25%;
  width: 50%;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/*checkbox 样式--end*/
.hide {
  display: none; }

.iconfont {
  font-size: 17Px;
  padding: 0  0.066667rem; }
  [data-dpr="2"] .iconfont {
    font-size: 34Px; }
  [data-dpr="3"] .iconfont {
    font-size: 51Px; }

.wrap-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0.213333rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.42);
  z-index: 999;
  display: none; }

.confirm-dialog {
  display: block;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 7.200000rem;
  background-color: #FFFFFF;
  border-radius: 0.186667rem;
  padding-top: 0.200000rem; }

.confirm-dialog .header {
  padding-top: 0.333333rem;
  background-color: #fff;
  text-align: center;
  color: #000000;
  font-weight: 400;
  font-size: 18Px; }
  [data-dpr="2"] .confirm-dialog .header {
    font-size: 36Px; }
  [data-dpr="3"] .confirm-dialog .header {
    font-size: 54Px; }

.confirm-dialog .dialog-content {
  min-height: 0.533333rem;
  padding: 0.133333rem 0.200000rem;
  text-align: center;
  color: #888888;
  font-size: 0.400000rem; }

.confirm-dialog .dialog-foot {
  text-align: center;
  padding: 0.333333rem 0.266667rem 0.333333rem 0;
  position: relative; }

.confirm-dialog .dialog-foot .btn-primary {
  width: 2.400000rem;
  height: 0.906667rem;
  color: #fff;
  font-size: 15Px;
  border: 1px solid #108ee9;
  border-radius: 0.133333rem;
  background: #108ee9;
  text-align: center;
  margin-right: 0.320000rem;
  box-sizing: border-box; }
  [data-dpr="2"] .confirm-dialog .dialog-foot .btn-primary {
    font-size: 30Px; }
  [data-dpr="3"] .confirm-dialog .dialog-foot .btn-primary {
    font-size: 45Px; }

.confirm-dialog .dialog-foot .btn-default {
  width: 2.400000rem;
  height: 0.906667rem;
  color: #108ee9;
  font-size: 15Px;
  border: 1px solid #108ee9;
  border-radius: 0.133333rem;
  background: #fff;
  text-align: center;
  box-sizing: border-box; }
  [data-dpr="2"] .confirm-dialog .dialog-foot .btn-default {
    font-size: 30Px; }
  [data-dpr="3"] .confirm-dialog .dialog-foot .btn-default {
    font-size: 45Px; }

/* weui默认表单样式 */
.weui-cells {
  padding: 0 4%;
  margin-top: 0;
  font-size: 0.400000rem; }
  .weui-cells .weui-cell {
    padding: 0;
    background-color: #ffffff;
    min-height: 1.306667rem;
    border-bottom: solid #DDDDDD;
    border-top: none;
    border-bottom-width: 1Px;
    display: flex;
    align-items: flex-start; }
    [data-dpr="2"] .weui-cells .weui-cell {
      border-bottom-width: 2Px; }
    [data-dpr="3"] .weui-cells .weui-cell {
      border-bottom-width: 3Px; }
    .weui-cells .weui-cell .weui-cell__hd {
      color: #888888;
      font-size: 0.400000rem;
      margin-right: 1.333333rem; }
      .weui-cells .weui-cell .weui-cell__hd .weui-label {
        width: 2.066667rem;
        text-align: center;
        padding-top: 0.333333rem; }
    .weui-cells .weui-cell .weui-cell__bd {
      padding-top: 0.333333rem;
      min-height: 0.973333rem; }
      .weui-cells .weui-cell .weui-cell__bd .weui-input {
        font-size: 0.400000rem;
        color: #000000;
        height: 0.533333rem;
        line-height: 0.533333rem; }
      .weui-cells .weui-cell .weui-cell__bd .errMsg {
        margin-top: 0.133333rem;
        color: #F4333C;
        display: block;
        font-size: 0.346667rem; }
  .weui-cells .weui-cell:last-child {
    border-bottom: none; }

.weui-cells::before {
  display: none; }

.weui-cell::before {
  display: none; }

.weui-btn {
  width: 92%;
  height: 1.253333rem;
  background-color: #1182F4;
  margin: 0.426667rem auto 0;
  font-size: 0.480000rem;
  border-radius: 0.133333rem; }

.weui-btn.weui-btn_default {
  background-color: #f8f8f8; }

/* 修改选中的默认样式 */
.weui-cell__ft input[type="radio"] + span::before {
  border: transparent;
  background-color: transparent;
  margin-bottom: 0.266667rem; }

.weui-cell__ft input[type="radio"]:checked + span::before {
  border: transparent !important; }

.weui-picker-modal .weui-cells {
  padding: 0; }
  .weui-picker-modal .weui-cells .weui-cell {
    padding: 0 4%; }

.toolbar .toolbar-inner {
  height: 1.200000rem;
  line-height: 1.200000rem; }

.toolbar .title {
  line-height: 1.200000rem; }

.toolbar .picker-button {
  height: 1.200000rem;
  line-height: 1.200000rem;
  color: #1182F4; }

.toolbar, .toolbar .title {
  font-size: 0.480000rem;
  background-color: #ffffff;
  border-bottom: 1px solid #DDDDDD;
  border-bottom-width: 1Px; }
  [data-dpr="2"] .toolbar, [data-dpr="2"] .toolbar .title {
    border-bottom-width: 2Px; }
  [data-dpr="3"] .toolbar, [data-dpr="3"] .toolbar .title {
    border-bottom-width: 3Px; }

.weui-cells_radio .weui-check:checked + .weui-icon-checked:before {
  font-size: 0.480000rem;
  color: #1182F4; }

[class*=" weui-icon-"]:before, [class^=weui-icon-]:before {
  margin-right: 0.666667rem; }

/*start-list-cells*/
.ui-cells {
  overflow: hidden;
  line-height: 1.306667rem;
  color: #BBBBBB;
  padding: 0  0.533333rem 0  0.586667rem;
  font-size: 0.400000rem;
  background: #fff; }
  .ui-cells .ui-lf {
    float: left;
    width: 5.653333rem;
    display: inline-block; }
    .ui-cells .ui-lf:nth-of-type(1) {
      width: 1.600000rem;
      margin-right: 1.546667rem;
      color: #BBBBBB; }
    .ui-cells .ui-lf:nth-of-type(2) {
      color: #000000; }
  .ui-cells .ui-rt {
    float: right; }

/*end-list-cells*/
/*start-switch*/
.weui-switch-cp__box {
  width: 1.386667rem;
  height: 0.853333rem;
  opacity: 1;
  border-radius: 1.333333rem;
  margin-top: 0.240000rem; }

.weui-switch-cp__input {
  position: absolute !important; }

.weui-switch-cp__input:checked ~ .weui-switch-cp__box, .weui-switch:checked {
  border-color: #1182F4;
  background-color: #1182F4; }

.weui-switch-cp__box::before {
  width: 1.333333rem;
  height: 0.800000rem;
  border-radius: 0.400000rem; }

.weui-switch-cp__box:after {
  width: 0.800000rem;
  height: 0.800000rem;
  background: #FFFFFF;
  opacity: 1;
  border-radius: 0.400000rem; }

.weui-switch-cp__input:checked ~ .weui-switch-cp__box:after, .weui-switch:checked:after {
  transform: translateX( 0.533333rem); }

/*start-end*/
/*arrow-start*/
.rt-arrow {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 0.333333rem;
  min-height: 0.973333rem; }
  .rt-arrow::after {
    content: '';
    height: 8Px;
    width: 8Px;
    border-top-width: 2Px;
    border-right-width: 2Px;
    border-bottom-width: 0;
    border-left-width: 0;
    border-color: #c8c8cd;
    border-style: solid;
    position: absolute;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: 0.213333rem; }
    [data-dpr="2"] .rt-arrow::after {
      height: 16Px; }
    [data-dpr="3"] .rt-arrow::after {
      height: 24Px; }
    [data-dpr="2"] .rt-arrow::after {
      width: 16Px; }
    [data-dpr="3"] .rt-arrow::after {
      width: 24Px; }
    [data-dpr="2"] .rt-arrow::after {
      border-top-width: 4Px; }
    [data-dpr="3"] .rt-arrow::after {
      border-top-width: 6Px; }
    [data-dpr="2"] .rt-arrow::after {
      border-right-width: 4Px; }
    [data-dpr="3"] .rt-arrow::after {
      border-right-width: 6Px; }

/*arrow-end*/
.weui-select-modal .weui-cells {
  max-height: 10rem; }

.main {
  background: #F5F5F9;
  font-size: 15Px;
  position: relative; }
  [data-dpr="2"] .main {
    font-size: 30Px; }
  [data-dpr="3"] .main {
    font-size: 45Px; }
  .main .content {
    background: #ffffff;
    color: #303030; }
    .main .content .item-group {
      padding: 0.200000rem 0;
      margin: 0  0.400000rem;
      box-sizing: border-box;
      border: none; }
      .main .content .item-group > label:nth-child(1) {
        width: 2.400000rem;
        text-align: left;
        margin-left: 0.186667rem;
        display: inline-block;
        color: #303030;
        box-sizing: border-box;
        position: relative;
        line-height: 0.906667rem;
        vertical-align: top; }
        .main .content .item-group > label:nth-child(1).accessFor {
          vertical-align: top; }
        .main .content .item-group > label:nth-child(1).necessary::before {
          content: '*';
          color: #F4333C;
          top: 0;
          font-size: 15Px;
          left: -8Px;
          position: absolute; }
          [data-dpr="2"] .main .content .item-group > label:nth-child(1).necessary::before {
            font-size: 30Px; }
          [data-dpr="3"] .main .content .item-group > label:nth-child(1).necessary::before {
            font-size: 45Px; }
          [data-dpr="2"] .main .content .item-group > label:nth-child(1).necessary::before {
            left: -16Px; }
          [data-dpr="3"] .main .content .item-group > label:nth-child(1).necessary::before {
            left: -24Px; }
      .main .content .item-group > div {
        width: 71%;
        display: inline-block;
        position: relative;
        white-space: normal; }
        .main .content .item-group > div.addPeers, .main .content .item-group > div.addDeclaration {
          width: 100%;
          text-align: center;
          color: #108EE9; }
        .main .content .item-group > div.time::after {
          content: " ";
          display: inline-block;
          height: 6Px;
          width: 6Px;
          border-top-width: 2Px;
          border-right-width: 2Px;
          border-bottom-width: 0;
          border-left-width: 0;
          border-color: #c8c8cd;
          border-style: solid;
          -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
          transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
          position: absolute;
          top: 45%;
          margin-top: -0.053333rem;
          right: 2px; }
          [data-dpr="2"] .main .content .item-group > div.time::after {
            height: 12Px; }
          [data-dpr="3"] .main .content .item-group > div.time::after {
            height: 18Px; }
          [data-dpr="2"] .main .content .item-group > div.time::after {
            width: 12Px; }
          [data-dpr="3"] .main .content .item-group > div.time::after {
            width: 18Px; }
          [data-dpr="2"] .main .content .item-group > div.time::after {
            border-top-width: 4Px; }
          [data-dpr="3"] .main .content .item-group > div.time::after {
            border-top-width: 6Px; }
          [data-dpr="2"] .main .content .item-group > div.time::after {
            border-right-width: 4Px; }
          [data-dpr="3"] .main .content .item-group > div.time::after {
            border-right-width: 6Px; }
        .main .content .item-group > div span {
          height: 0.906667rem;
          line-height: 0.853333rem;
          text-indent: 2px;
          display: inline-block; }
        .main .content .item-group > div input[type="text"],
        .main .content .item-group > div input[type="number"] {
          border: none;
          height: 0.906667rem;
          width: 100%;
          text-indent: 2px; }
        .main .content .item-group > div textarea {
          border: none;
          margin-top: 0.133333rem;
          width: 100%;
          text-indent: 2px; }
        .main .content .item-group > div input[type="text"]::placeholder,
        .main .content .item-group > div input[type="number"]::placeholder,
        .main .content .item-group > div textarea::placeholder {
          color: #BBBBBB;
          font-family: sans-serif;
          font-size: 15Px; }
          [data-dpr="2"] .main .content .item-group > div input[type="text"]::placeholder, [data-dpr="2"]
          .main .content .item-group > div input[type="number"]::placeholder, [data-dpr="2"]
          .main .content .item-group > div textarea::placeholder {
            font-size: 30Px; }
          [data-dpr="3"] .main .content .item-group > div input[type="text"]::placeholder, [data-dpr="3"]
          .main .content .item-group > div input[type="number"]::placeholder, [data-dpr="3"]
          .main .content .item-group > div textarea::placeholder {
            font-size: 45Px; }
        .main .content .item-group > div label.errMsg {
          color: #F4333C;
          font-size: 12Px; }
          [data-dpr="2"] .main .content .item-group > div label.errMsg {
            font-size: 24Px; }
          [data-dpr="3"] .main .content .item-group > div label.errMsg {
            font-size: 36Px; }
      .main .content .item-group .upload-photo-tips {
        width: 100%;
        font-size: 12Px; }
        [data-dpr="2"] .main .content .item-group .upload-photo-tips {
          font-size: 24Px; }
        [data-dpr="3"] .main .content .item-group .upload-photo-tips {
          font-size: 36Px; }
        .main .content .item-group .upload-photo-tips div {
          width: 100%; }
        .main .content .item-group .upload-photo-tips .upload-photo-tips-tip {
          color: #5e5e5e;
          margin-top: 0.066667rem; }
        .main .content .item-group .upload-photo-tips .upload-photo-tips-support {
          color: #1d1d1d;
          margin-top: 0.213333rem; }
      .main .content .item-group .weui-cells {
        margin-top: 0.266667rem;
        display: flex;
        width: 100%;
        padding: 0;
        flex-wrap: wrap; }
        .main .content .item-group .weui-cells .weui-cell {
          width: 33.3%;
          display: flex;
          flex-direction: column;
          align-items: center;
          border-bottom-width: 0; }
          .main .content .item-group .weui-cells .weui-cell .weui-uploader__files {
            font-size: 13Px; }
            [data-dpr="2"] .main .content .item-group .weui-cells .weui-cell .weui-uploader__files {
              font-size: 26Px; }
            [data-dpr="3"] .main .content .item-group .weui-cells .weui-cell .weui-uploader__files {
              font-size: 39Px; }
          .main .content .item-group .weui-cells .weui-cell .weui-uploader__input-box {
            width: 80%;
            min-height: 2.400000rem;
            border: none; }
    .main .content .item {
      padding: 0.200000rem 0;
      margin: 0  0.400000rem;
      box-sizing: border-box;
      border: none; }
      .main .content .item > label:nth-child(1) {
        width: 55%;
        text-align: left;
        margin-left: 0.186667rem;
        display: inline-block;
        color: #303030;
        box-sizing: border-box;
        position: relative;
        line-height: 0.906667rem;
        vertical-align: top; }
        .main .content .item > label:nth-child(1).accessFor {
          vertical-align: top; }
        .main .content .item > label:nth-child(1).necessary::before {
          content: '*';
          color: #F4333C;
          top: 0;
          font-size: 15Px;
          left: -8Px;
          position: absolute; }
          [data-dpr="2"] .main .content .item > label:nth-child(1).necessary::before {
            font-size: 30Px; }
          [data-dpr="3"] .main .content .item > label:nth-child(1).necessary::before {
            font-size: 45Px; }
          [data-dpr="2"] .main .content .item > label:nth-child(1).necessary::before {
            left: -16Px; }
          [data-dpr="3"] .main .content .item > label:nth-child(1).necessary::before {
            left: -24Px; }
      .main .content .item div {
        width: 41%;
        display: inline-block;
        position: relative;
        white-space: normal; }
    .main .content .textAlign {
      text-align: right;
      padding-right: 0.266667rem; }
    .main .content .go-out-hide, .main .content .nucleicAcidTest-hide, .main .content .contactOutsiders-hide, .main .content .contacInfected-hide {
      display: none; }
  .main .line {
    height: 0.320000rem;
    background: #F5F5F9;
    display: block; }
  .main .ui-declare {
    display: none; }
  .main .pdr20 {
    padding-right: 0.266667rem; }
  .main .nodata {
    text-align: center; }
  .main .bottom {
    box-sizing: border-box;
    background: #F5F5F9;
    border: none;
    text-align: center; }
    .main .bottom .btn-primary {
      border: none;
      border-radius: 0.066667rem;
      width: calc(100vw - 0.800000rem);
      margin: 0.400000rem 0;
      height: 1.253333rem;
      background: #1182F4;
      color: #fff;
      font-size: 18Px; }
      [data-dpr="2"] .main .bottom .btn-primary {
        font-size: 36Px; }
      [data-dpr="3"] .main .bottom .btn-primary {
        font-size: 54Px; }
    .main .bottom .back {
      margin-top: 0; }
  .main .noborder {
    border: none !important; }
  .main .border-bottom {
    border-bottom-width: 1Px;
    border-color: #F5F5F9 !important;
    border-bottom-style: solid !important; }
    [data-dpr="2"] .main .border-bottom {
      border-bottom-width: 2Px; }
    [data-dpr="3"] .main .border-bottom {
      border-bottom-width: 3Px; }

.search-content .search-content-title {
  padding: 0.266667rem 0  0.280000rem 0.800000rem;
  box-sizing: border-box;
  border-bottom-width: 1Px;
  border-color: #F5F5F9;
  border-bottom-style: solid; }
  [data-dpr="2"] .search-content .search-content-title {
    border-bottom-width: 2Px; }
  [data-dpr="3"] .search-content .search-content-title {
    border-bottom-width: 3Px; }

.search-content .accordion {
  padding: 0.133333rem 0; }
  .search-content .accordion .item {
    height: 1.840000rem;
    line-height: 0.800000rem;
    border-bottom-width: 1Px;
    border-color: #F5F5F9;
    border-bottom-style: solid;
    position: relative;
    margin: 0  0.400000rem; }
    [data-dpr="2"] .search-content .accordion .item {
      border-bottom-width: 2Px; }
    [data-dpr="3"] .search-content .accordion .item {
      border-bottom-width: 3Px; }
    .search-content .accordion .item::after {
      content: " ";
      display: inline-block;
      height: 6Px;
      width: 6Px;
      border-bottom-width: 2Px;
      border-right-width: 2Px;
      border-top-width: 0;
      border-left-width: 0;
      border-color: #c8c8cd;
      border-style: solid;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 20%;
      margin-top: -0.053333rem;
      right: 0.333333rem; }
      [data-dpr="2"] .search-content .accordion .item::after {
        height: 12Px; }
      [data-dpr="3"] .search-content .accordion .item::after {
        height: 18Px; }
      [data-dpr="2"] .search-content .accordion .item::after {
        width: 12Px; }
      [data-dpr="3"] .search-content .accordion .item::after {
        width: 18Px; }
      [data-dpr="2"] .search-content .accordion .item::after {
        border-bottom-width: 4Px; }
      [data-dpr="3"] .search-content .accordion .item::after {
        border-bottom-width: 6Px; }
      [data-dpr="2"] .search-content .accordion .item::after {
        border-right-width: 4Px; }
      [data-dpr="3"] .search-content .accordion .item::after {
        border-right-width: 6Px; }
    .search-content .accordion .item.arrow-up::after {
      -webkit-transform: rotate(225deg);
      transform: rotate(225deg); }
    .search-content .accordion .item .item-name {
      font-size: 15Px;
      color: #000000;
      width: 80%; }
      [data-dpr="2"] .search-content .accordion .item .item-name {
        font-size: 30Px; }
      [data-dpr="3"] .search-content .accordion .item .item-name {
        font-size: 45Px; }
      .search-content .accordion .item .item-name .item-icon {
        background-image: url("../../common/assets/person.png");
        background-size: 100%;
        width: 0.533333rem;
        height: 0.440000rem;
        display: inline-block;
        margin-right: 0.133333rem;
        margin-bottom: -0.040000rem; }
    .search-content .accordion .item .item-time {
      font-size: 14Px;
      color: #888888;
      padding: 0  0.600000rem 0  0.586667rem;
      display: flex;
      width: 100%; }
      [data-dpr="2"] .search-content .accordion .item .item-time {
        font-size: 28Px; }
      [data-dpr="3"] .search-content .accordion .item .item-time {
        font-size: 42Px; }
      .search-content .accordion .item .item-time .left {
        flex: 1; }
      .search-content .accordion .item .item-time .right {
        flex: 2;
        text-align: right;
        padding-right: 0.133333rem; }
  .search-content .accordion .item-info {
    padding: 0.213333rem 0.533333rem; }
    .search-content .accordion .item-info .item-group {
      padding: 0.080000rem 0; }
      .search-content .accordion .item-info .item-group label:nth-child(1) {
        line-height: 0.666667rem; }
      .search-content .accordion .item-info .item-group div {
        width: 60%; }
        .search-content .accordion .item-info .item-group div span {
          height: 0.693333rem;
          line-height: 0.666667rem; }
          .search-content .accordion .item-info .item-group div span.unconfirm {
            color: #FF7714; }
          .search-content .accordion .item-info .item-group div span.approve {
            color: #1AAA00; }
          .search-content .accordion .item-info .item-group div span.reject {
            color: #F4333C; }
          .search-content .accordion .item-info .item-group div span.qrtext {
            width: calc(100vw * 0.42);
            text-align: center;
            white-space: nowrap; }
    .search-content .accordion .item-info .item-tips {
      border-style: solid;
      border-color: #1AAA00;
      border-width: 0.5Px;
      border-radius: 0.133333rem;
      text-align: center;
      background: rgba(26, 170, 0, 0.1); }
      [data-dpr="2"] .search-content .accordion .item-info .item-tips {
        border-width: 1Px; }
      [data-dpr="3"] .search-content .accordion .item-info .item-tips {
        border-width: 1.5Px; }
      .search-content .accordion .item-info .item-tips .item-tips-context {
        display: inline-block;
        padding: 0.320000rem 1.533333rem;
        font-size: 14Px; }
        [data-dpr="2"] .search-content .accordion .item-info .item-tips .item-tips-context {
          font-size: 28Px; }
        [data-dpr="3"] .search-content .accordion .item-info .item-tips .item-tips-context {
          font-size: 42Px; }

.checkbox {
  padding: 0.266667rem 0.400000rem;
  text-align: left; }
  .checkbox label {
    font-size: 0.320000rem;
    color: #6A6A6A; }
  .checkbox input[type="checkbox"] {
    border: #999 solid 1px; }
  .checkbox input[type="checkbox"]:checked {
    background: #108EE9;
    border: #999 solid 1px; }

#appointment {
  display: block; }

#health-declaration {
  display: none; }

.hide {
  display: none; }

.pdr80 {
  padding-right: 1.066667rem; }

.weui-navbar__item.weui-bar__item--on {
  color: #108EE9;
  background-color: #ffffff;
  border-bottom-width: 2Px;
  border-color: #108EE9;
  border-bottom-style: solid; }
  [data-dpr="2"] .weui-navbar__item.weui-bar__item--on {
    border-bottom-width: 4Px; }
  [data-dpr="3"] .weui-navbar__item.weui-bar__item--on {
    border-bottom-width: 6Px; }

.weui-navbar__item {
  font-size: 15Px;
  text-decoration: none !important;
  background-color: #ffffff;
  color: #303030;
  padding: 0.293333rem 0 !important; }
  [data-dpr="2"] .weui-navbar__item {
    font-size: 30Px; }
  [data-dpr="3"] .weui-navbar__item {
    font-size: 45Px; }

.weui-navbar {
  position: fixed !important; }

.weui-navbar + .weui-tab__bd {
  padding-top: 1.546667rem; }

.weui-dialog__hd {
  padding-left: 0.600000rem; }

.weui-dialog {
  width: 7.200000rem;
  border-radius: 0.186667rem; }

.weui-dialog__hd {
  text-align: left; }

.modal-content.addPeersform {
  padding: 0.133333rem 0.360000rem; }
  .modal-content.addPeersform .form-group {
    padding: 0 !important;
    margin: 0 0 0.320000rem 0;
    box-sizing: border-box; }
    .modal-content.addPeersform .form-group div {
      text-align: left; }
      .modal-content.addPeersform .form-group div.sex {
        text-align: left; }
      .modal-content.addPeersform .form-group div input[type="text"],
      .modal-content.addPeersform .form-group div input[type="number"] {
        height: 0.960000rem;
        width: 100%;
        text-indent: 0.200000rem;
        text-align: left;
        border-color: #e8e8ec !important;
        border-style: solid !important;
        border-width: 1Px;
        border-radius: 0.106667rem; }
        [data-dpr="2"] .modal-content.addPeersform .form-group div input[type="text"], [data-dpr="2"]
        .modal-content.addPeersform .form-group div input[type="number"] {
          border-width: 2Px; }
        [data-dpr="3"] .modal-content.addPeersform .form-group div input[type="text"], [data-dpr="3"]
        .modal-content.addPeersform .form-group div input[type="number"] {
          border-width: 3Px; }
      .modal-content.addPeersform .form-group div input::placeholder {
        color: #BBBBBB; }
  .modal-content.addPeersform .follower-photos {
    display: flex;
    flex-wrap: wrap; }
    .modal-content.addPeersform .follower-photos .weui-cell {
      width: 33.3%;
      display: flex;
      flex-direction: column;
      align-items: center;
      border-bottom-width: 0; }
      .modal-content.addPeersform .follower-photos .weui-cell .weui-uploader__files {
        font-size: 12Px; }
        [data-dpr="2"] .modal-content.addPeersform .follower-photos .weui-cell .weui-uploader__files {
          font-size: 24Px; }
        [data-dpr="3"] .modal-content.addPeersform .follower-photos .weui-cell .weui-uploader__files {
          font-size: 36Px; }
      .modal-content.addPeersform .follower-photos .weui-cell .weui-uploader__input-box {
        width: 100%;
        min-height: 1.800000rem;
        border: none; }

.colorBlue {
  color: #108EE9; }

.inline-block {
  display: inline-block; }

.followersList .follower-item {
  padding: 0.266667rem 0;
  margin: 0  0.400000rem; }
  .followersList .follower-item .delicon {
    padding: 0  0.200000rem 0  0.066667rem;
    vertical-align: super; }
  .followersList .follower-item .follower-item-name span {
    padding-right: 0.480000rem; }
  .followersList .follower-item .follower-item-ID {
    color: #888888;
    font-size: 12Px; }
    [data-dpr="2"] .followersList .follower-item .follower-item-ID {
      font-size: 24Px; }
    [data-dpr="3"] .followersList .follower-item .follower-item-ID {
      font-size: 36Px; }

.error {
  color: red;
  text-align: center;
  display: none; }

.weui-dialog__ft {
  display: block !important;
  line-height: 1.680000rem; }

.weui-dialog__ft .confirm-btn {
  color: #fff;
  border: 1px solid #108ee9;
  border-radius: 0.133333rem;
  background: #108ee9;
  text-align: center;
  margin-right: 0.320000rem;
  padding: 0.133333rem 0.800000rem;
  box-sizing: border-box; }

.weui-dialog__ft .cancel-btn {
  color: #108ee9;
  border: 1px solid #108ee9;
  border-radius: 0.133333rem;
  background: #fff;
  text-align: center;
  padding: 0.133333rem 0.800000rem;
  box-sizing: border-box; }

.noborder {
  border: none !important; }

/*radio -start*/
.radio-group.sex {
  color: #69aaec;
  display: inline-block;
  width: 6.080000rem;
  text-align: left;
  position: relative;
  height: 0.906667rem;
  line-height: 0.906667rem; }
  .radio-group.sex input[type="radio"] + span::before {
    width: 0.533333rem;
    height: 0.533333rem;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1Px; }
    [data-dpr="2"] .radio-group.sex input[type="radio"] + span::before {
      border-width: 2Px; }
    [data-dpr="3"] .radio-group.sex input[type="radio"] + span::before {
      border-width: 3Px; }
  .radio-group.sex span {
    display: inline-block;
    padding: 0 0 0  0.133333rem; }

/*radio -end*/
.notScroll {
  overflow: hidden;
  height: 100vh; }

.weui-picker__hd {
  padding: 0.533333rem 0.400000rem;
  font-size: 0.373333rem !important;
  border-bottom: 1px solid #ccc; }

.weui-picker__action {
  color: #108EE9; }

.weui-picker__indicator {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc; }