@font-face {
  font-family: "GothamRounded-Light";
  src: url("../fonts/GothamRounded-Light.otf");
}

@font-face {
  font-family: "GothamRounded-Medium";
  src: url("../fonts/GothamRounded-Medium.otf");
}

@font-face {
  font-family: "GothamRounded-Bold";
  src: url("../fonts/GothamRounded-Bold.otf");
}

body,
html {
  max-width: 600px;
  margin: 0 auto;
}

html {
  background-color: #f5f5f5;
}

.AjaxForm input.error-ipt-tip {
  border-bottom: 1px solid #fcd3d3;
}

.AjaxForm input.ok-ipt-tip {
  border-bottom: 1px solid #8dbee2;
}

.AjaxForm span.form-tip {
  height: 26px;
  line-height: 26px;
  vertical-align: middle;
  margin-left: 20px;
  display: none;
}

.AjaxForm .ok-tip {
  display: none;
}

.AjaxForm .error-tip {
  display: block;
}

.AjaxForm .ok-tip em {
  background: url(../images/tsok.png) center center no-repeat !important;
}

.AjaxForm .error-tip em {
  background: url(../images/error.png) 4px center no-repeat !important;
}

.AjaxForm span.form-tip em {
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  background: url(../images/mistake.png) 4px center no-repeat;
}

/* 简体-繁体 */
.language-tab-img,
.language-tab {
  display: flex;
  position: absolute;
  top: 0;
  z-index: 2;
  top: 0;
  right: 0;
  margin: 2em;
  display: none;
}

.language-tab-img img {
  width: 8em;
  height: 3em;
  display: none;
}

.language-tab div {
  z-index: 3;
  width: 4em;
  height: 3em;
  display: none;
}

/*输入框提示字体颜色*/
.clientAddress::-moz-placeholder {
  color: #999;
  font-size: 0.12rem !important;
  font-family: "GothamRounded-Light";
}
.clientAddress::-webkit-input-placeholder {
  color: #999;
  font-size: 0.12rem !important;
  font-family: "GothamRounded-Light";
}
/* 个人资料保护法 */
.i-agree {
  color: #000000;
  padding: 0.2rem 0.16rem 0rem;
}

.i-agree-padding {
  padding: 0.2rem 0.1rem 0rem;
}

.i-agree .agree .choose {
  display: flex;
  /* justify-content: space-around; */
  align-items: center;
  margin-top: 0.2em;
}

.i-agree .agree .choose > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.i-agree .agree .choose label.agree {
  min-width: 5em;
}

.i-agree input[type="radio"i] {
  cursor: default;
  -webkit-appearance: radio;
  box-sizing: border-box;
  width: 1.5em;
  height: 1.5em;
  padding: initial;
  z-index: 100;
  opacity: 0;
  display: none;
}
.label-tips {
  padding-left: 0.2rem;
}
.i-agree .agree .position-radio .select-section {
  display: flex;
  align-items: start;
  justify-content: center;
}

.i-agree .agree .position-radio .agree,
.i-agree .agree .position-radio .desc-more {
  font-family: "GothamRounded-Light";
  margin-left: 0.05rem;
}
.i-agree .agree .position-radio {
  position: relative;
}

.i-agree .agree .position-radio .select-img {
  width: 1.3em;
  height: 1.3em;
  /* margin-bottom: -2.5em; */
}

.input_validation-failed,
.error-ipt-tip {
  border-bottom: 1px solid #ff0000 !important;
  color: red;
}

.activity-end {
  height: 100vh;
}

.activity-end .cont {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.activity-end .cont p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 20px;
  margin-top: 20px;
  text-align: center;
}

.activity-end .cont img {
  display: block;
  width: 63px;
  margin: 0 auto;
}

.pop-form__box .form-box .row-provice-city {
  /* display: flex; */
}

.pop-form__box .form-box .row-provice-city .ipt,
.template-5 .form-content .row-provice-city .ipt {
  width: 30%;
  float: left;
}

.pop-form__box .form-box .row-provice-city .ipt select,
.template-5 .form-content .row-provice-city .ipt select {
  width: 100%;
}

.pop-form__box .form-box .row-provice-city .ipt:nth-of-type(2) {
  margin-left: 5%;
  margin-right: 5%;
}

.template-2 .form-content .row-provice-city {
  background-color: #1fb1f4;
}

.template-5 .form-content .row-provice-city {
  background-color: transparent;
}

.template-5 .form-content .row-provice-city .ipt {
  background: #fff;
}

.template-temp form .form-content .row-provice-city {
  /* display: flex; */
}

.template-temp form .form-content .row-provice-city .ipt {
  width: 30%;
  float: left;
}

.template-temp form .form-content .row-provice-city .ipt select {
  width: 100%;
}

.template-temp form .form-content .row-provice-city .ipt:nth-of-type(2) {
  margin-left: 5%;
  margin-right: 5%;
}

/*信息提示框*/
.errormotify {
  position: fixed;
  top: 35%;
  left: 50%;
  width: 220px;
  padding: 0;
  margin: 0 0 0 -110px;
  z-index: 9999;
  background: #ea4335;
  color: #fff;
  font-size: 14px;
  line-height: 1.5em;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.errormotify .motify-inner {
  padding: 10px 10px;
  text-align: center;
  /* word-wrap: break-word; */
  word-break: keep-all;
}

.errormotify .motify-inner span {
  display: inline-block;
  width: 22px;
  height: 23px;
  background: url(../images/error.png) no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 0.2rem;
}

.okmotify {
  position: fixed;
  top: 25%;
  left: 50%;
  width: 220px;
  padding: 0;
  margin: 0 0 0 -110px;
  z-index: 9999;
  background: #01b4bf;
  color: #fff;
  font-size: 14px;
  line-height: 1.5em;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.okmotify .motify-inner {
  padding: 10px 10px;
  text-align: center;
  word-wrap: break-word;
}

.okmotify .motify-inner span {
  display: inline-block;
  width: 22px;
  height: 23px;
  background: url(../images/tsok.png) no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 0.2rem;
}

.loadbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.2);
}

.loadbox .loader {
  font-size: 20px;
  margin: 15% auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: loadbox 1.3s infinite linear;
  animation: loadbox 1.3s infinite linear;
}

.loadbox .loadertip {
  text-align: center;
  font-size: 2rem;
  color: #fff;
  margin-top: -5rem;
}

@-webkit-keyframes loadbox {
  0%,
  100% {
    box-shadow: 0em -3em 0em 0.2em #ffffff, 2em -2em 0 0em #ffffff,
      3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff,
      0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff,
      -3em 0em 0 -0.5em #ffffff, -2em -2em 0 0em #ffffff;
  }

  12.5% {
    box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 0.2em #ffffff,
      3em 0em 0 0em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff,
      -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff,
      -2em -2em 0 -0.5em #ffffff;
  }

  25% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 0em #ffffff,
      3em 0em 0 0.2em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 -0.5em #ffffff,
      -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff,
      -2em -2em 0 -0.5em #ffffff;
  }

  37.5% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff,
      3em 0em 0 0em #ffffff, 2em 2em 0 0.2em #ffffff, 0em 3em 0 0em #ffffff,
      -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff,
      -2em -2em 0 -0.5em #ffffff;
  }

  50% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff,
      3em 0em 0 -0.5em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 0.2em #ffffff,
      -2em 2em 0 0em #ffffff, -3em 0em 0 -0.5em #ffffff,
      -2em -2em 0 -0.5em #ffffff;
  }

  62.5% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff,
      3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 0em #ffffff,
      -2em 2em 0 0.2em #ffffff, -3em 0em 0 0em #ffffff,
      -2em -2em 0 -0.5em #ffffff;
  }

  75% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff,
      3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff,
      0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0.2em #ffffff,
      -2em -2em 0 0em #ffffff;
  }

  87.5% {
    box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 -0.5em #ffffff,
      3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff,
      0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0em #ffffff,
      -2em -2em 0 0.2em #ffffff;
  }
}

@keyframes loadbox {
  0%,
  100% {
    box-shadow: 0em -3em 0em 0.2em #ffffff, 2em -2em 0 0em #ffffff,
      3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff,
      0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff,
      -3em 0em 0 -0.5em #ffffff, -2em -2em 0 0em #ffffff;
  }

  12.5% {
    box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 0.2em #ffffff,
      3em 0em 0 0em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff,
      -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff,
      -2em -2em 0 -0.5em #ffffff;
  }

  25% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 0em #ffffff,
      3em 0em 0 0.2em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 -0.5em #ffffff,
      -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff,
      -2em -2em 0 -0.5em #ffffff;
  }

  37.5% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff,
      3em 0em 0 0em #ffffff, 2em 2em 0 0.2em #ffffff, 0em 3em 0 0em #ffffff,
      -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff,
      -2em -2em 0 -0.5em #ffffff;
  }

  50% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff,
      3em 0em 0 -0.5em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 0.2em #ffffff,
      -2em 2em 0 0em #ffffff, -3em 0em 0 -0.5em #ffffff,
      -2em -2em 0 -0.5em #ffffff;
  }

  62.5% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff,
      3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 0em #ffffff,
      -2em 2em 0 0.2em #ffffff, -3em 0em 0 0em #ffffff,
      -2em -2em 0 -0.5em #ffffff;
  }

  75% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff,
      3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff,
      0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0.2em #ffffff,
      -2em -2em 0 0em #ffffff;
  }

  87.5% {
    box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 -0.5em #ffffff,
      3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff,
      0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0em #ffffff,
      -2em -2em 0 0.2em #ffffff;
  }
}

.loading_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
}

.loading_box .spinner {
  width: 60px;
  height: 60px;
  position: relative;
}

.loading_box .spinner .container1 > div,
.loading_box .spinner .container2 > div,
.loading_box .spinner .container3 > div {
  width: 14px;
  height: 14px;
  background-color: #1fb1f4;

  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.loading_box .spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.loading_box .spinner .container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.loading_box .spinner .container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.loading_box .spinner .circle1 {
  top: 0;
  left: 0;
}

.loading_box .spinner .circle2 {
  top: 0;
  right: 0;
}

.loading_box .spinner .circle3 {
  right: 0;
  bottom: 0;
}

.loading_box .spinner .circle4 {
  left: 0;
  bottom: 0;
}

.loading_box .spinner .container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.loading_box .spinner .container3 .circle1 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.loading_box .spinner .container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.loading_box .spinner .container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.loading_box .spinner .container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.loading_box .spinner .container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.loading_box .spinner .container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.loading_box .spinner .container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.loading_box .spinner .container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.loading_box .spinner .container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.loading_box .spinner .container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.activityTempdecs-box,
.activityCustom {
  width: 88%;
  margin: 0 auto;
}

.activityCustom * {
  max-width: 100%;
}

.activityBanner {
  opacity: 0;
}

.appoint-dialog-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(88, 88, 88, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
}
.appoint-dialog-mask.none {
  display: none !important;
}
.appoint-dialog-mask .appoint-dialog {
  width: 91%;
}
.appoint-dialog .appoint-dialog-title img {
  display: block;
  width: 100%;
}
.appoint-dialog .appoint-box {
  background-color: #ff8900;
  border-radius: 10px;
}
.appoint-dialog .appoint-dialog-content {
  background-color: #fff2de;
  padding-bottom: 0.16rem;
  border-radius: 10px;
}
.appoint-dialog .appoint-dialog-content-item {
  font-size: 0.13rem;
  padding: 0.16rem 0 0;
  font-family: "GothamRounded-Medium";
  text-align: center;
}
.appoint-dialog .appoint-dialog-table {
  width: 91%;
  margin: 0.16rem auto 0;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.appoint-dialog .appoint-dialog-content p {
  font-size: 0.08rem;
  padding: 0.04rem 0.16rem;
  font-family: "GothamRounded-Light";
  text-align: center;
  word-break: keep-all;
}
.appoint-dialog .appoint-dialog-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.appoint-dialog .appoint-dialog-table table tr {
  border: 1px solid #fff2de;
}
.appoint-dialog .appoint-dialog-table table tr td {
  padding: 0.1rem 0;
  text-align: center;
  border: 1px solid #fff2de;
}
.appoint-dialog .appoint-dialog-table .circle {
  width: 0.16rem;
  height: 0.16rem;
  margin: 0 auto;
  border-radius: 50%;
  background-color: rgba(255, 137, 0, 0.2);
}
.appoint-dialog .appoint-dialog-table .circle.choosed {
  background: url(../images/dialog/choosed-icon.png) no-repeat center center;
  background-size: 100% 100%;
  border: none;
}
.appoint-dialog .appoint-dialog-footer {
  padding: 0.16rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.appoint-dialog .appoint-dialog-footer-btn {
  width: 1rem;
  height: 0.3rem;
  margin-right: 0.5rem;
  line-height: 0.3rem;
  text-align: center;
  background-color: #fff;
  font-size: 0.15rem;
  color: #ff8900;
  font-family: "GothamRounded-Bold";
  border-radius: 0.15rem;
}
.appoint-dialog .appoint-dialog-footer-btn:last-child {
  margin-right: 0;
}
.appoint-dialog .appoint-dialog-table {
  max-height: 50vh;
  overflow-y: scroll;
}
.appoint-dialog thead {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #fff;
}

.appoint-dialog .select-box {
  width: 91%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.appoint-dialog .select-box-date {
  flex: 1;
  text-align: center;
  margin-right: 0.2rem;
}
.appoint-dialog .select-box-date:last-child {
  margin-right: 0;
}
.appoint-dialog .select-box-date-title {
  margin-bottom: 0.1rem;
  line-height: 0.24rem;
  color: #fff;
  font-size: 0.13rem;
  background: #ff8900;
  border-radius: 0.05rem;
}
.appoint-dialog .select-box-date-box {
  display: flex;
}
.appoint-dialog .select-box-date-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 0.24rem;
  margin-right: 0.1rem;
  text-align: center;
  background-color: #fff;
  border-radius: 0.05rem;
}
.appoint-dialog .select-box-date-content:last-child {
  margin-right: 0;
}
.appoint-dialog .select-box-date-content .time {
  flex: 1;
  padding-left: 0.06rem;
  text-align: center;
  font-family: "GothamRounded-Light";
}
.appoint-dialog .select-box-date-content .icon {
  width: 0.1rem;
  height: 0.1rem;
  margin: 0 0.06rem 0 0.03rem;
  background: url(../images/arrow-bottom.png) center center no-repeat;
  background-size: 100%;
}

.whatsapp-dialog-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(88, 88, 88, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
}
.whatsapp-dialog-mask.none {
  display: none !important;
}
.whatsapp-pop {
  width: 91%;
  padding: .15rem .1rem;
  background-color: rgba(255, 137, 0, 1);
  border-radius: .1rem;
  overflow: hidden;
}
.whatsapp-pop .whatsapp-pop-title {
  margin-bottom: .1rem;
  text-align: center;
  font-family: "GothamRounded-Bold";
  font-size: .16rem;
  color: #fff;
}
.whatsapp-pop .whatsapp-pop-content-box {
  padding: .06rem .1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: .06rem;
}
.whatsapp-pop .whatsapp-pop-content {
  font-family: "GothamRounded-Light";
  font-size: .1rem;
  color: rgba(21, 21, 21, 1);
}
.whatsapp-pop .whatsapp-btn {
  padding: .04rem .06rem;
  display: flex;
  align-items: center;
  background-color: rgba(227, 229, 233, 1);
  border-radius: .06rem;
}
.whatsapp-pop .whatsapp-btn img {
  width: .2rem;
  margin-right: .04rem;
}
.whatsapp-pop .whatsapp-btn-text {
  font-family: "GothamRounded-Bold";
  font-size: .16rem;
  color: rgba(21, 21, 21, 1);
}