@charset "UTF-8";
.page-main[data-v-d79ec2be] {
  width: 100%;
  max-width: 38.25rem;
  margin: 0 auto;
}
.slide-leave-active[data-v-d79ec2be],
.slide-enter-active[data-v-d79ec2be] {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slide-enter[data-v-d79ec2be],
.slide-leave-to[data-v-d79ec2be] {
  max-height: 0;
  opacity: 0;
}
.slide-enter-to[data-v-d79ec2be],
.slide-leave[data-v-d79ec2be] {
  max-height: 3.13rem;
  opacity: 1;
}
.swiper-pagination-bullet[data-v-d79ec2be] {
  width: 0.63rem;
  height: 0.63rem;
  margin: 0 0.5rem !important;
}
@media screen and (max-width: 1024px) {
.page-main[data-v-d79ec2be] {
    width: 88%;
}
.swiper-pagination-bullet[data-v-d79ec2be] {
    width: 9px;
    height: 9px;
    margin: 0 0.5rem 0 0 !important;
}
.swiper-pagination-bullet[data-v-d79ec2be]:nth-last-child(1) {
    margin-right: 0 !important;
}
}
/* 超出一行省略号显示 */
/* 超出${line}行省略号显示 */
/* 美化占位符 placeholder 样式 */
/* 隐藏滚动条 */
.form-item-box[data-v-d79ec2be] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}
.form-item-box .form-item-content[data-v-d79ec2be] {
  width: 50%;
}
.form-item-box .form-item-content[data-v-d79ec2be]:nth-child(1) {
  margin-right: 1rem;
}
.form-item-box .form-item-label[data-v-d79ec2be] {
  margin-bottom: 0.5rem;
}
.form-item-box .form-item-label .form-item-subTitle[data-v-d79ec2be] {
  font-family: Open Sans, sans-serif;
  font-size: 0.56rem;
  font-style: normal;
  font-weight: 600;
  color: #031d40;
}
.form-item-box .form-item-label .sub-label[data-v-d79ec2be] {
  font-family: Open Sans, sans-serif;
  font-size: 0.44rem;
  font-style: normal;
  font-weight: 400;
  color: "#031D40";
}
.form-item-box .form-item-card[data-v-d79ec2be] {
  box-sizing: border-box;
}
.form-item-box .form-item-card .form-item-card-group[data-v-d79ec2be] {
  position: relative;
}
.form-item-box .form-item-card .form-item-card-group .input-wrapper[data-v-d79ec2be] {
  position: relative;
}
.form-item-box .form-item-card .form-item-card-group .input-wrapper .form-item-input[data-v-d79ec2be] {
  font-family: Open Sans, sans-serif;
  font-size: 0.56rem;
  font-style: normal;
  font-weight: 400;
  box-sizing: border-box;
  width: 100%;
  height: 1.44rem;
  padding: 0 0.5rem;
  padding: 0 1.56rem 0 0.5rem;
  border: 2px solid #bec7cc;
  border-radius: 5px;
}
.form-item-box .form-item-card .form-item-card-group .input-wrapper .img-cvv[data-v-d79ec2be] {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 1.28rem;
  height: 0.81rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-item-box .form-item-card .form-item-card-group .input-wrapper .eye[data-v-d79ec2be] {
  position: absolute;
  top: 50%;
  right: 1.88rem;
  width: 0.88rem;
  height: 0.88rem;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-item-box .form-item-card .form-item-card-group .input-wrapper .eye.expire-date[data-v-d79ec2be] {
  right: 10px;
}
.form-item-box .form-item-error[data-v-d79ec2be] {
  font-family: Open Sans, sans-serif;
  font-size: 0.5rem;
  font-style: normal;
  font-weight: 400;
  margin-top: 4px;
  line-height: 0.66rem;
  color: #c22;
}
.form-item-box .form-item-error-border[data-v-d79ec2be] {
  border-color: #c22 !important;
}
.change-form-item-box-style[data-v-d79ec2be] {
  margin-bottom: 0.75rem !important;
}
@media screen and (max-width: 1024px) {
.form-item-box[data-v-d79ec2be] {
    margin-bottom: 0.5rem;
}
.form-item-box .form-item-content[data-v-d79ec2be] {
    line-height: 0;
}
.form-item-box .form-item-content[data-v-d79ec2be]:nth-child(1) {
    margin-right: 9px;
}
.form-item-box .form-item-label[data-v-d79ec2be] {
    margin-bottom: 4px;
}
.form-item-box .form-item-label .form-item-subTitle[data-v-d79ec2be] {
    font-family: Open Sans, sans-serif;
    font-size: 0.44rem;
    font-style: normal;
    font-weight: 600;
    line-height: 0.59rem;
    color: #031d40;
}
.form-item-box .form-item-label .sub-label[data-v-d79ec2be] {
    font-family: Open Sans, sans-serif;
    font-size: 0.44rem;
    font-style: normal;
    font-weight: 400;
    color: "#031D40";
}
.form-item-box .form-item-card .form-item-card-group .input-wrapper .form-item-input[data-v-d79ec2be] {
    padding: 0 1.56rem 0 0.5rem;
}
.form-item-box .form-item-card .form-item-card-group .input-wrapper .form-item-input2[data-v-d79ec2be] {
    padding: 0 2.66rem 0 0.5rem;
}
.form-item-box .form-item-error[data-v-d79ec2be] {
    font-family: Open Sans, sans-serif;
    font-size: 0.44rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.59rem;
}
}
@charset "UTF-8";
.page-main[data-v-f3e0af04] {
  width: 100%;
  max-width: 38.25rem;
  margin: 0 auto;
}
.slide-leave-active[data-v-f3e0af04],
.slide-enter-active[data-v-f3e0af04] {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slide-enter[data-v-f3e0af04],
.slide-leave-to[data-v-f3e0af04] {
  max-height: 0;
  opacity: 0;
}
.slide-enter-to[data-v-f3e0af04],
.slide-leave[data-v-f3e0af04] {
  max-height: 3.13rem;
  opacity: 1;
}
.swiper-pagination-bullet[data-v-f3e0af04] {
  width: 0.63rem;
  height: 0.63rem;
  margin: 0 0.5rem !important;
}
@media screen and (max-width: 1024px) {
.page-main[data-v-f3e0af04] {
    width: 88%;
}
.swiper-pagination-bullet[data-v-f3e0af04] {
    width: 9px;
    height: 9px;
    margin: 0 0.5rem 0 0 !important;
}
.swiper-pagination-bullet[data-v-f3e0af04]:nth-last-child(1) {
    margin-right: 0 !important;
}
}
/* 超出一行省略号显示 */
/* 超出${line}行省略号显示 */
/* 美化占位符 placeholder 样式 */
/* 隐藏滚动条 */
.drop-down[data-v-f3e0af04] {
  position: relative;
  display: inline-block;
}
.drop-down .drop-down-title[data-v-f3e0af04] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  cursor: pointer;
}
.drop-down .drop-down-title .drop-down-icon[data-v-f3e0af04],
.drop-down .drop-down-title .drop-down-userIcon[data-v-f3e0af04] {
  display: inline-block;
}
.drop-down .drop-down-title .drop-down-icon[data-v-f3e0af04] {
  width: 0.63rem;
  height: 0.63rem;
}
.drop-down .drop-down-title .drop-down-userIcon[data-v-f3e0af04] {
  width: 1rem;
  height: 1rem;
  margin-right: 4px;
  border-radius: 50%;
  position: relative;
}
.drop-down .drop-down-title .drop-down-userIcon.unread[data-v-f3e0af04]::after {
  content: " ";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 8px;
  height: 8px;
  background-color: #e02d3c;
  border-radius: 50%;
}
.drop-down .drop-down-title .drop-down-userIcon img[data-v-f3e0af04] {
  width: 100%;
  height: 100%;
  vertical-align: baseline;
}
.drop-down .drop-button[data-v-f3e0af04] {
  margin-right: 7px;
  font-family: "Open Sans", sans-serif;
  font-size: 0.5rem;
  font-weight: 400;
  line-height: 0.66rem;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  background-color: #163049;
}
.drop-down .drop-down-list[data-v-f3e0af04] {
  position: absolute;
  right: 0;
  z-index: 10;
  box-sizing: border-box;
  padding: 12px 12px 0;
  background: #fff;
  border: 1px solid #c29d5c;
  border-radius: 5px;
}
.drop-down .drop-down-list .drop-down-li[data-v-f3e0af04] {
  box-sizing: border-box;
  padding: 2px 3px;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 0.5rem;
  font-weight: 400;
  line-height: 0.66rem;
  color: #163049;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}
.drop-down .drop-down-list .drop-down-li.unread[data-v-f3e0af04]::after {
  content: " ";
  position: absolute;
  right: -5px;
  top: 3px;
  width: 8px;
  height: 8px;
  background-color: #e02d3c;
  border-radius: 50%;
}
.drop-down .drop-down-list .drop-down-li[data-v-f3e0af04]:hover {
  background: #eaeef0;
  border-radius: 5px;
}
.drop-down .drop-down-list .drop-down-li img[data-v-f3e0af04] {
  width: 0.44rem;
  height: 10px;
  margin-left: 11px;
}
.drop-down .down[data-v-f3e0af04],
.drop-down .up[data-v-f3e0af04] {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.drop-down .down[data-v-f3e0af04] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUBAMAAAB/pwA+AAAAIVBMVEUAAADCnlu/n1jBnVzCnVvCnFzCnVzDnVy/mlq/n2DCnVz1o+IRAAAACnRSTlMAzxCAb7+vfzAgJcsdZwAAAEBJREFUCNdjoALgFAaRjg1AgmWVAQMD86oCIJNJajEDg9VCBZCc4ioD5lVCQAZYGCwIEQYJQoWBglCgFsRAFQAA2esK404B9NkAAAAASUVORK5CYII=);
}
.drop-down .up[data-v-f3e0af04] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUBAMAAAB/pwA+AAAAHlBMVEUAAADCnly/n2DBnVzCnFzDnlzCnVy/mlq/l1jCnVxE8xK6AAAACXRSTlMAzxB/b7+vMCAlN1/WAAAAOklEQVQI12OgDlBNgrGYJCcqQJmKM2cKwQQnWwKFIYIGzEBhiCADA0SYeaYBiHAAMtlFQHKGDVRwFAAeDQn1lVKLhwAAAABJRU5ErkJggg==);
}
.drop-down .area-code-popover.fade-enter-active[data-v-f3e0af04],
.drop-down .area-code-popover.fade-leave-active[data-v-f3e0af04] {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.drop-down .area-code-popover.fade-enter[data-v-f3e0af04],
.drop-down .area-code-popover.fade-leave-to[data-v-f3e0af04] {
  opacity: 0;
}

/*# sourceMappingURL=app~._src_components_BaseUi_D.191e63fc.css.map*/