@charset "utf-8";
/*******/
/***/
body {
  color: #18212C;
}

.main-box {
  min-height: 0;
  position: relative;
  z-index: 10;
}

@media (min-width: 992px) {
  * {
    -webkit-user-select: none;
    /* 用于兼容webkit浏览器，如Chrome和Safari */
    -moz-user-select: none;
    /* 用于兼容Firefox浏览器 */
    -ms-user-select: none;
    /* 用于兼容IE和Edge浏览器 */
    user-select: none;
  }
}
/* 无数据 */
.rmt-null-box {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  margin: 70px 0;
  font-size: 14px;
  line-height: 1em;
  color: #666;
}
.rmt-null-box .icon {
  width: 62px;
  height: 40px;
  display: block;
  margin: 0 auto;
}
.rmt-null-box .icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
}
.rmt-null-box .bot {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 13px 0 0;
  text-align: center;
}
.rmt-null-box .bot > * {
  margin: 0 6px;
}
.rmt-null-box .btn-underline {
  padding: 0;
}

@media (max-width: 991) {
  .rmt-null-box {
    margin: 1rem 0;
    font-size: .3rem;
  }
  .rmt-null-box .icon {
    width: 2.2rem;
    height: 1.64rem;
  }
  .rmt-null-box .bot {
    margin: .2rem 0 0;
  }
}
/* 公共标题 */
.rmt-heading-h2 {
  font-size: 24px;
  line-height: 1.32em;
}

@media (max-width: 991.98px) {
  .rmt-heading-h2 {
    font-size: .42rem;
    line-height: 1em;
  }
}
/* 公共-按钮 */
.rmt-form-btnbox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 32px 0 0;
}

.form-btn {
  width: 100%;
  height: 40px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  line-height: 1em;
  border: solid 1px;
  border-radius: 3px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.form-btn > * {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  line-height: inherit;
  color: inherit;
  pointer-events: auto;
}
.form-btn.btn-deft {
  background-color: #F4F4F4;
  border-color: #F4F4F4;
}
.form-btn.btn-primary {
  background-color: #034B9F;
  border-color: #034B9F;
}
.form-btn.btn-gray-line {
  background-color: transparent;
  border-color: #D0D1D2;
}
.form-btn[disabled], .form-btn.btn-disabled {
  background-color: #81A5CF !important;
  border-color: #81A5CF !important;
  color: #fff;
  cursor: not-allowed;
}
.form-btn[disabled] > *, .form-btn.btn-disabled > * {
  pointer-events: none;
}
.form-btn[disabled]::before, .form-btn.btn-disabled::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><circle cx="16" cy="16" r="14" stroke="%23ccc" stroke - width="4" fill="none"/></svg>');
  background-size: cover;
}

.btn-underline {
  display: inline-flex;
  box-shadow: 0px 2px 0px -1px currentColor;
  padding: .32em 0 0;
}

@media (min-width: 992px) {
  .form-btn:not(.btn-disabled, [disabled]):hover.btn-deft {
    background-color: #eee;
    border-color: #eee;
  }
  .form-btn:not(.btn-disabled, [disabled]):hover.btn-primary {
    background-color: #0D3B70;
    border-color: #0D3B70;
  }
  .form-btn:not(.btn-disabled, [disabled]):hover.btn-gray-line {
    border-color: #034B9F;
    color: #034B9F;
  }

  .btn-underline:hover {
    text-decoration: none;
    box-shadow: 0 3px 0 -1px currentColor;
    color: #18212C;
  }
}
@media (max-width: 991.98px) {
  .rmt-form-btnbox {
    display: block;
    margin: .65rem 0 0;
  }
  .rmt-form-btnbox > *:not(:last-child) {
    margin-bottom: .4rem;
  }

  .form-btn {
    height: .84rem;
    font-size: .32rem;
  }

  .btn-underline {
    padding: 0;
  }
}
/** 公共-header **/
.header {
  border-bottom: solid 1px #e5e5e5;
}

.header-logo {
  height: 100%;
  position: relative;
  display: block;
}
.header-logo a {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.pforms-header {
  width: 100%;
  height: 3.6rem;
  position: relative;
  background-color: #fff;
  color: #000;
  border-bottom: solid 1px #e5e5e5;
  z-index: 200;
}
.pforms-header .global-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pforms-header .global-inner::before, .pforms-header .global-inner::after {
  display: none;
}
.pforms-header .header-l {
  align-items: center;
}
.pforms-header .header-logo img {
  flex: none;
  display: block;
}
.pforms-header .btn-goSample {
  height: 24px;
  margin: 0 0 0 8px;
  border-radius: 4px;
  pointer-events: none;
  font-size: 12px;
  padding: 0 5px;
}
.pforms-header .btn-goSample > * {
  pointer-events: none;
}
.pforms-header .header-r {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  white-space: nowrap;
  color: inherit;
}
.pforms-header .header-r > * {
  height: 100%;
  position: relative;
  margin: 0 20px 0 0;
}
.pforms-header .header-r > *:last-child {
  margin: 0;
}
.pforms-header .header-lang-chonse > a span {
  color: inherit;
}
.pforms-header .header-lang-chonse svg {
  stroke: #000;
}
.pforms-header .header-person .name {
  color: inherit;
  display: block;
  max-width: 5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pforms-header .header-person svg path {
  fill: currentColor;
}

.lan-box {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

@media (max-width: 991.98px) {
  .pforms-header {
    height: 1.14rem;
    border-bottom: solid 1px #ddd;
  }
  .pforms-header .header-r {
    margin: 0 -0.2rem;
  }
  .pforms-header .header-r > * {
    margin: 0;
    padding: 0 0.2rem;
  }
  .pforms-header .btn-goSample {
    font-size: .22rem;
    width: auto;
    padding: 0 0.1rem;
    height: .4rem;
  }
  .pforms-header .header-person .name {
    display: none;
  }
}
/** 表单公共-footer **/
.pforms-footer {
  width: 100%;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #666;
  font-size: 14px;
  line-height: 1.7em;
}
.pforms-footer .global-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pforms-footer .global-inner::before, .pforms-footer .global-inner::after {
  display: none;
}
.pforms-footer .foot-copy {
  margin: 0;
}
.pforms-footer .foot-quicklink {
  margin: 0;
}
.pforms-footer .foot-quicklink > * {
  margin: 0 0 0 25px;
}

@media (min-width: 992px) {
  .pforms-footer a[href]:hover {
    color: #18212C;
  }
}
@media (max-width: 991.98px) {
  .pforms-footer {
    height: auto;
    padding: 0 0 0.4rem;
    font-size: .24rem;
    line-height: 1em;
  }
  .pforms-footer .global-inner {
    flex-direction: column;
  }
  .pforms-footer .foot-quicklink {
    margin: .35rem 0 0;
  }
  .pforms-footer .foot-quicklink > * {
    margin: 0 0.24rem;
  }
}
/** 表单公共-mainbox **/
.p-forms .main-box {
  padding: 10px 0;
  min-height: calc(100vh - 3.6rem - 3.2rem);
}
.p-forms .pforms-header {
  border-bottom: none;
}

.pform-submited-after {
  display: none;
}
.pform-submited-after .rmt-form-btnbox {
  margin-top: 100px;
}

.pform-submited-word {
  font-size: 14px;
  line-height: 1.375em;
  color: #666;
}
.pform-submited-word.succeed {
  padding: 0 0 0 38px;
  line-height: 1.32em;
  position: relative;
}
.pform-submited-word.succeed::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url("/img/forms/succeed-fill.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: calc((1.32em - 20px) * 0.5);
}
.pform-submited-word.succeed p {
  margin-bottom: 12px;
}
.pform-submited-word.succeed p:last-child {
  margin-bottom: 0;
}
.pform-submited-word.succeed a[href] {
  line-height: 1em;
  display: inline-flex;
  color: #034B9F;
  box-shadow: 0px 2px 0px -1px currentColor;
}

.pform-submited-handle {
  font-size: 14px;
  line-height: 1em;
  color: #666;
  margin: 25px 0 0;
}

@media (min-width: 992px) {
  .p-forms .main-box .global-inner {
    max-width: 350px;
    padding: 0;
  }

  .pforms-main-content {
    max-width: 332px;
    margin: 0 auto;
  }

  .pform-submited-word a[href]:hover {
    box-shadow: 0 3px 0 -1px currentColor;
  }
}
@media (max-width: 991.98px) {
  .p-forms .main-box {
    min-height: calc(100dvh - 1.14rem - 1.26rem);
    padding: .9rem 0;
  }

  .pform-submited-after .rmt-form-header {
    margin-bottom: .65rem;
  }
  .pform-submited-after .rmt-form-btnbox {
    margin-top: 1.5rem;
  }

  .pform-submited-word {
    font-size: .28rem;
    line-height: .44rem;
    color: inherit;
  }
  .pform-submited-word.succeed {
    padding: 0;
  }
  .pform-submited-word.succeed::before {
    position: static;
    margin: 0 0 .35rem;
    width: .64rem;
    height: .64rem;
  }
  .pform-submited-word.succeed p {
    margin: 0;
  }

  .pform-submited-handle {
    color: inherit;
    font-size: .28rem;
    line-height: 1em;
    margin: .5rem 0 0;
  }
}
/* 表单css */
.rmt-form-header {
  margin-bottom: 35px;
}

.rmt-head-stepnum {
  font-size: 14px;
  line-height: 1.32em;
  color: #666;
  margin: 8px 0 12px;
}

.rmt-form-lvtit {
  font-size: 32px;
  line-height: 1.3125em;
  color: #000;
}

.rmt-head-between {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.rmt-form {
  color: #18212C;
}

.form-group {
  position: relative;
  margin: 0 0 25px;
  font-size: 14px;
  line-height: 1.3em;
  color: #18212C;
}
.form-group:last-child {
  margin: 0;
}
.form-group.has-error .form-control {
  border-color: #b74134;
}
.form-group.has-error .cityAreaSelect-text {
  border-color: #b74134;
}
.form-group.has-error .help-block {
  display: block;
}

.help-block {
  color: #b74134;
  font-size: 12px;
  line-height: 1.67em;
  margin: 8px 0 0;
  display: none;
}
.help-block li {
  position: relative;
  padding: 0 0 0 13px;
}
.help-block li::before {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  position: absolute;
  left: 0;
  top: calc((1.67em - 3px) / 2);
  border-radius: 100%;
  background-color: #b74134;
}

.control-label {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 0 12px;
  font-size: 1em;
  line-height: 1em;
}
.control-label .tips {
  font-size: 12px;
  color: #999;
  margin: 8px 0 0;
}
.control-label.flex-v {
  display: block;
}

.forms-tooltip-box {
  position: relative;
  flex: none;
  display: block;
  margin: 0 0 0 6px;
  cursor: pointer;
}
.forms-tooltip-box:hover .forms-tooltip-dropdown, .forms-tooltip-box.show .forms-tooltip-dropdown, .forms-tooltip-box.is-hover .forms-tooltip-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transition: opacity 0.5s cubic-bezier(0.5, 0, 0, 0.75), transform 0.5s cubic-bezier(0.5, 0, 0, 0.75), visibility 0s 0s;
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 0, 0, 0.75), transform 0.5s cubic-bezier(0.5, 0, 0, 0.75), visibility 0s 0s;
}

.forms-tooltip-icon {
  display: block;
}
.forms-tooltip-icon img {
  width: 12px;
  height: 12px;
  display: block;
  object-fit: contain;
  object-position: center center;
}

.forms-tooltip-dropdown {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: calc(100% + 5px);
  z-index: 1010;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.5, 0, 0, 0.75), transform 0.5s cubic-bezier(0.5, 0, 0, 0.75), visibility 0s 0.5s;
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 0, 0, 0.75), transform 0.5s cubic-bezier(0.5, 0, 0, 0.75), visibility 0s 0.5s;
  transform: translate(-50%, -8px);
  -webkit-transform: translate(-50%, -8px);
}

.forms-tooltip-text {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px 20px;
  font-size: 14px;
  line-height: 1.43em;
  color: #18212C;
  inline-size: max-content;
  max-inline-size: min(calc(100vw - 48px), 400px);
  border-radius: 8px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  opacity: 1;
  text-align: left;
  border: solid 1px #DEE0E3;
  opacity: 1;
}
.forms-tooltip-text ul {
  margin: 7px 0 0;
}
.forms-tooltip-text li {
  position: relative;
  padding: 0 0 0 13px;
}
.forms-tooltip-text li::before {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  position: absolute;
  left: 0;
  top: calc((1.32em - 3px) / 2);
  border-radius: 100%;
  background-color: #18212C;
}

.form-control, .form-control[readonly] {
  width: 100%;
  height: 40px;
  display: block;
  background: #F4F4F4;
  position: relative;
  font-size: 1em;
  line-height: inherit;
  color: inherit;
  padding: 0 10px;
  border: solid 1px #F4F4F4;
  border-radius: 3px;
  box-shadow: none;
  outline: none;
}
.form-control[type='number'], .form-control[readonly][type='number'] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
.form-control[type='number']::-webkit-outer-spin-button, .form-control[type='number']::-webkit-inner-spin-button, .form-control[readonly][type='number']::-webkit-outer-spin-button, .form-control[readonly][type='number']::-webkit-inner-spin-button {
  -moz-appearance: textfield;
  -webkit-appearance: auto !important;
  appearance: auto !important;
}
.form-control:focus, .form-control[readonly]:focus {
  box-shadow: none;
  outline: none;
}
.form-control:not([disabled]):is(:focus), .form-control[readonly]:not([disabled]):is(:focus) {
  border-color: #D0D1D2;
  background-color: #F4F4F4;
}
.form-control::placeholder, .form-control[readonly]::placeholder {
  color: #999;
}
.form-control::-webkit-placeholder, .form-control[readonly]::-webkit-placeholder {
  color: #999;
}
.form-control::-moz-placeholder, .form-control[readonly]::-moz-placeholder {
  color: #999;
}

textarea.form-control {
  min-height: 70px;
  padding: 10px;
}
textarea.form-control.is-large {
  min-height: 90px;
}

.checkbox-group {
  position: relative;
}
.checkbox-group .check-input {
  display: none;
}
.checkbox-group .check-label {
  display: flex;
  position: relative;
  cursor: pointer;
  align-items: center;
}
.checkbox-group .check-icon {
  flex: none;
  display: block;
  margin: 0 5px 0 0;
}
.checkbox-group .check-icon .bi {
  width: 1em;
  height: 1em;
  display: block;
  border: solid 1px #666;
  border-radius: 3px;
}
.checkbox-group .check-text a[href] {
  color: #034B9F;
}
.checkbox-group.is-checked .check-icon .bi {
  background: url("/img/forms/checked.svg") no-repeat center center #034B9F;
  background-size: contain;
  border-color: #034B9F;
}

.rmt-form-other {
  margin: 25px 0 0;
  display: flex;
  line-height: 1em;
  font-size: 14px;
  justify-content: center;
}
.rmt-form-other > *:not(:last-child) {
  margin: 0 35px 0 0;
}

.rmt-form-handle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 12px 0 50px;
  font-size: 14px;
  line-height: 1.35em;
}
.rmt-form-handle .rmt-form-other {
  margin: 0;
  justify-content: flex-end;
}

.rmt-form-foot {
  width: 100%;
  position: relative;
  margin: 40px 0 0;
  font-size: 14px;
  line-height: 1.32em;
}
.rmt-form-foot .word {
  display: flex;
  justify-content: center;
  white-space: nowrap;
  position: relative;
  margin: 0 0 50px;
  color: #666;
}
.rmt-form-foot .word::before {
  content: '';
  display: block;
  background-color: #E2E3E3;
  height: 1px;
  width: calc(100% - 18px * 2);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.rmt-form-foot .word span {
  padding: 0 8px;
  display: block;
  position: relative;
  z-index: 5;
  background-color: #fff;
}
.rmt-form-foot .tips {
  color: #999;
  margin: 20px 0 0;
  text-align: center;
}

.rmt-form-pwdbox {
  width: 100%;
  position: relative;
}

.rmt-form-eyes {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  cursor: pointer;
  padding: 0 10px;
}
.rmt-form-eyes .bi {
  width: 16px;
  height: 16px;
  display: block;
  background: url("/img/forms/eyes-show.svg") no-repeat center center;
  background-size: contain;
  position: relative;
}
.rmt-form-eyes.is-hide .bi {
  background-image: url("/img/forms/eyes-hide.svg");
}

.rmt-vcode-group {
  display: flex;
}
.rmt-vcode-group .form-control {
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  margin: 0 16px 0 0;
  font-size: 1rem;
}
.rmt-vcode-group .form-control:last-child {
  margin: 0;
}

.rmt-vcode-imgs {
  width: 100%;
  height: 70px;
  display: block;
  background-color: #EEEEEE;
  position: relative;
  padding: 0 16px;
  margin: 0 0 25px;
}
.rmt-vcode-imgs .vcode-imgs {
  width: 66.67%;
  height: 100%;
  display: block;
  position: relative;
}
.rmt-vcode-imgs .vcode-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  pointer-events: none;
}
.rmt-vcode-imgs .icon-refresh {
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
  background: url("/img/forms/refresh.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 5;
}

.rmt-phone-group {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  border: solid 1px #fff;
  background: #f4f4f4;
}
.rmt-phone-group.is-focus {
  border: solid 1px #D0D1D2;
}
.rmt-phone-group .form-control {
  border: none;
}

.rmt-phone-area {
  padding: 0 10px;
  position: relative;
  display: flex;
  white-space: nowrap;
}
.rmt-phone-area::after {
  content: '';
  display: block;
  width: 1px;
  height: 18px;
  background-color: #DEDEDE;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.rmt-phone-area .area {
  margin: 0 5px 0 0;
}

.rmt-form-error {
  display: none;
  color: #b74134;
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 20px;
}

.rmt-relevancy-box {
  width: 100%;
  position: relative;
}
.rmt-relevancy-box.is-open .rmt-relevancy-dropdown {
  display: block;
}

.rmt-relevancy-dropdown {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  background-color: #fff;
  border: solid 1px #D0D1D2;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  z-index: 20;
  white-space: nowrap;
  font-size: 1em;
  line-height: 1.32em;
  color: #18212C;
  display: none;
  padding: 0 2px 0 0;
}

.rmt-relevancy-list {
  min-height: calc((1.32em + 18px) * 1.5);
  max-height: calc((1.32em + 18px) * 10);
  overflow: hidden;
  overflow-y: auto;
}
.rmt-relevancy-list::-webkit-scrollbar {
  width: 5px;
}
.rmt-relevancy-list::-webkit-scrollbar-track {
  background: none;
}
.rmt-relevancy-list::-webkit-scrollbar-thumb {
  background: #F4F4F4;
  border-radius: 3px;
}
.rmt-relevancy-list li {
  padding: 9px 10px;
  cursor: pointer;
}
.rmt-relevancy-list .nodata {
  text-align: left;
  color: #666;
}

.form-multidata-wrap {
  margin-bottom: 25px;
}

.form-multidata-item {
  position: relative;
  margin-bottom: 25px;
}
.form-multidata-item:first-child .form-multidata-item_hanlde {
  display: none;
}

.form-multidata-item_body {
  display: grid;
  grid-column-gap: 20px;
  grid-template-columns: 1fr 1fr 100px;
}
.form-multidata-item_body .form-group {
  margin: 0;
}

.form-multidata-item_hanlde {
  position: absolute;
  left: calc(100% + 20px);
  top: 26px;
  z-index: 20;
}

.btn-multidata-delete {
  width: 20px;
  height: 40px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.btn-multidata-delete .bi {
  flex: none;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  border: solid 1.5px #D0D1D2;
  position: relative;
}
.btn-multidata-delete .bi::after {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background-color: #666;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.form-multidata-tool {
  width: 100%;
  display: flex;
  position: relative;
}
.form-multidata-tool .form-btn {
  width: 106px;
}

.rmt-select-dropdown {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  background-color: #fff;
  border: solid 1px #D0D1D2;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  z-index: 20;
  white-space: nowrap;
  font-size: 1em;
  line-height: 1.32em;
  color: #18212C;
  display: none;
  padding: 10px 2px 10px 0;
}

.rmt-checkbox-list {
  min-height: calc((1.32em + 18px) * 1.5);
  max-height: calc((1.32em + 18px) * 10);
  overflow: hidden;
  overflow-y: auto;
}
.rmt-checkbox-list::-webkit-scrollbar {
  width: 5px;
}
.rmt-checkbox-list::-webkit-scrollbar-track {
  background: none;
}
.rmt-checkbox-list::-webkit-scrollbar-thumb {
  background: #F4F4F4;
  border-radius: 3px;
}
.rmt-checkbox-list li {
  padding: 9px 10px;
  cursor: pointer;
}
.rmt-checkbox-list li:last-child {
  margin-bottom: 0;
}
.rmt-checkbox-list .check-icon .bi {
  width: 18px;
  height: 18px;
}
.rmt-checkbox-list .nodata {
  text-align: left;
  color: #666;
}

.rmt-custsel-box {
  position: relative;
}
.rmt-custsel-box .form-control[readonly] {
  background: url(/img/forms/arrow-down.svg) no-repeat right 10px center #F4F4F4;
  background-size: 12px;
}
.rmt-custsel-box.is-focus .rmt-select-dropdown, .rmt-custsel-box.is-open .rmt-select-dropdown {
  display: block;
}

@media (min-width: 992px) {
  .btn-multidata-delete .bi:hover {
    background: #ECEEEE;
  }

  .rmt-head-stepnum {
    font-family: "PingFang SC", "HarmonyOS_Sans_SC", "SourceHanSansCN", "Microsoft Yahei", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
  }

  .rmt-form-grid {
    display: grid;
    grid-gap: 25px 20px;
  }
  .rmt-form-grid .form-group {
    margin: 0;
  }
  .rmt-form-grid.grid-2 {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
  .rmt-form-grid.grid-2 .form-group.col-full {
    grid-column: span 2;
  }
  .rmt-form-grid.grid-2-full {
    width: 100%;
  }

  select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/img/forms/arrow-down.svg") no-repeat right 10px center #F4F4F4;
    background-size: 12px;
  }

  .rmt-relevancy-list li:hover {
    background-color: #F3F6FB;
    color: #034B9F;
  }
}
@media (max-width: 991.98px) {
  .rmt-form-header {
    margin-bottom: .8rem;
  }

  .rmt-head-stepnum {
    font-size: .28rem;
    line-height: 1em;
    margin: -0.4rem 0 .35rem;
  }

  .rmt-form-lvtit {
    font-size: .56rem;
    line-height: 1em;
    color: #18212C;
  }

  .form-group {
    margin: 0 0 0.55rem;
  }

  .control-label {
    font-size: .28rem;
    line-height: 1em;
    margin-bottom: .2rem;
  }
  .control-label .tips {
    font-size: .24rem;
  }

  .forms-tooltip-box {
    position: static;
  }

  .forms-tooltip-text {
    max-inline-size: min(calc(100vw - 0.8rem), 400px);
  }

  .form-control {
    height: .84rem;
    padding: 0 0.25rem;
    font-size: .32rem;
  }

  textarea.form-control {
    min-height: 2.02rem;
    padding: .25rem;
  }
  textarea.form-control.is-large {
    min-height: 2.02rem;
  }

  .rmt-form-handle {
    margin: .37rem 0 0.9rem;
    font-size: .28rem;
    line-height: 1em;
  }

  .rmt-form-other {
    font-size: .28rem;
    margin: .5rem 0 0;
  }

  .checkbox-group .check-icon .bi {
    width: .34rem;
    height: .34rem;
  }

  .rmt-form-foot {
    margin: .9rem 0 0;
    font-size: .28rem;
    line-height: 1em;
  }
  .rmt-form-foot .word {
    margin: 0 0 1.1rem;
  }
  .rmt-form-foot .word::before {
    width: calc(100% - 0.4rem * 2);
  }

  .rmt-form-pwdbox {
    width: 100%;
    position: relative;
  }
  .rmt-form-pwdbox input[type="password"] {
    letter-spacing: unset;
  }

  .rmt-vcode-group {
    justify-content: space-between;
  }
  .rmt-vcode-group .form-control {
    margin: 0;
    width: .84rem;
    height: .84rem;
    font-size: .32rem;
  }

  .rmt-vcode-imgs {
    height: 1.45rem;
    padding: 0 0.35rem;
  }
  .rmt-vcode-imgs .vcode-imgs {
    width: 60.33%;
  }
  .rmt-vcode-imgs .icon-refresh {
    width: .48rem;
    height: .48rem;
  }

  .rmt-form-grid .form-group:last-child {
    margin-bottom: 0;
  }

  .rmt-relevancy-list li {
    padding: .25rem;
  }

  .form-multidata-wrap {
    margin-bottom: .55rem;
  }

  .form-multidata-item {
    margin: 0;
  }

  .form-multidata-item_body {
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: .3rem;
  }
  .form-multidata-item_body .form-group {
    margin-bottom: .55rem;
  }
  .form-multidata-item_body .form-group:nth-child(1) {
    grid-column: span 2;
  }
  .form-multidata-item_body .form-group:last-child .forms-tooltip-dropdown {
    left: unset;
    right: 0;
    transform: translate(0, -8px);
    -webkit-transform: translate(0, -8px);
  }
  .form-multidata-item_body .form-group:last-child .forms-tooltip-box.is-hover .forms-tooltip-dropdown, .form-multidata-item_body .form-group:last-child .forms-tooltip-box:hover .forms-tooltip-dropdown {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }

  .form-multidata-item_hanlde {
    left: unset;
    right: 0;
    top: .2rem;
  }

  .form-multidata-list .form-multidata-item:not(:first-child) {
    border-top: solid 1px #DEDEDE;
    padding: .55rem 0 0;
  }
}
/* 附件上传 */
.rmt-upload-list {
  width: 100%;
  background-color: #F4F4F4;
  padding: 10px;
  margin: 16px 0 25px;
  position: relative;
  font-size: 14px;
  line-height: 1.32em;
  color: #666;
  display: none;
}
.rmt-upload-list li {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 18px;
  border-radius: 3px;
}
.rmt-upload-list .item-title {
  max-width: calc(100% - 80px);
  white-space: nowrap;
  display: block;
  position: relative;
  padding: 0 0 0 13px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rmt-upload-list .item-title::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: currentColor;
  position: absolute;
  left: 0;
  top: calc((1.32em - 5px) * 0.5);
}
.rmt-upload-list .item-delete {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  border-radius: 3px;
  padding: 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.rmt-upload-list .item-delete .bi {
  width: 1em;
  height: 1em;
  display: block;
  background: url("/img/forms/delete2.svg") no-repeat center center;
  background-size: contain;
}
.rmt-upload-list.is-null {
  display: none;
}

.rmt-upload-handle {
  width: 100%;
  display: flex;
  align-items: center;
}
.rmt-upload-handle .btn-upload {
  flex: none;
  width: 140px;
  position: relative;
  margin: 0 8px 0 0;
  cursor: pointer;
}
.rmt-upload-handle .btn-upload > * {
  cursor: pointer;
}
.rmt-upload-handle .btn-upload input[type="file"] {
  display: none;
}
.rmt-upload-handle .btn-upload .text2 {
  display: none;
}

.rmt-upload-tips {
  font-size: 12px;
  line-height: 1.2em;
  color: #666;
}

.rmt-upload-group.has-data .rmt-upload-list {
  display: block;
}
.rmt-upload-group.has-data .btn-upload .text1 {
  display: none;
}
.rmt-upload-group.has-data .btn-upload .text2 {
  display: block;
}
.rmt-upload-group.has-error .rmt-upload-tips {
  color: #b74134;
}

@media (min-width: 992px) {
  .rmt-upload-list li:hover {
    background-color: #D0D1D2;
  }
  .rmt-upload-list .item-delete:hover {
    background-color: #F4F4F4;
  }
}
@media (max-width: 991.98px) {
  .rmt-upload-list {
    margin: .2rem 0 .47rem;
    padding: .25rem;
    font-size: .28rem;
  }
  .rmt-upload-list li {
    background-color: #D0D1D2;
    padding: 0 0.18rem;
    height: .7rem;
    margin-bottom: .2rem;
  }
  .rmt-upload-list li:last-child {
    margin-bottom: 0;
  }
  .rmt-upload-list .item-delete {
    right: calc(0.18rem - 5px);
  }
  .rmt-upload-list .item-delete .bi {
    width: .32rem;
    height: .32rem;
  }

  .rmt-upload-handle {
    display: block;
  }
  .rmt-upload-handle .btn-upload {
    width: 3rem;
    margin: 0 0.3rem 0 0;
  }

  .rmt-upload-tips {
    font-size: .24rem;
    line-height: .38rem;
    word-break: break-all;
  }
}
/* 省市区选择 */
.cityAreaSelect-text {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  background: #F4F4F4;
  position: relative;
  font-size: 1em;
  line-height: inherit;
  color: inherit;
  padding: 0 10px;
  border: solid 1px #F4F4F4;
  border-radius: 3px;
  box-shadow: none;
  outline: none;
}
.cityAreaSelect-text::after {
  background: url("/img/forms/arrow-down.svg") no-repeat right 10px center #F4F4F4;
  background-size: 12px;
}

.cityAreaSelect-dropdown {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-color: #D0D1D2;
}

.cityAreaSelect-merge-body {
  margin: 0 -1.5em;
}
.cityAreaSelect-merge-body > div {
  width: 100%;
  max-height: 18.8em;
  overflow: hidden;
  overflow-y: auto;
}
.cityAreaSelect-merge-body > div::-webkit-scrollbar {
  width: 5px;
  border-radius: 3px;
}
.cityAreaSelect-merge-body > div::-webkit-scrollbar-track {
  background: none;
}
.cityAreaSelect-merge-body > div::-webkit-scrollbar-thumb {
  background: #ced4da;
  border-radius: 3px;
}

.cityAreaSelect-list {
  padding: 0 1.5em;
}
.cityAreaSelect-list li:hover, .cityAreaSelect-list li.selected {
  color: #18212C;
}

.cityAreaSelect-merge-tabitem:not(.active) {
  color: #18212C;
}
.cityAreaSelect-merge-tabitem.active {
  background: #034B9F;
}

.cityAreaSelect-merge-box.is-open .cityAreaSelect-text::after {
  background-image: url("/img/forms/arrow-up.svg");
}

.modal-cityAreaSelect .modal-close {
  background-image: url("/img/forms/close-gray.svg");
}

.is-open .cityAreaSelect-text {
  border: 1px solid #D0D1D2;
}

@media (max-width: 991.98px) {
  .cityAreaSelect-text {
    height: .84rem;
    padding: 0 0.25rem;
    font-size: .32rem;
  }
}
/* loading */
.modal-forms-loading {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  pointer-events: none;
  transition: opacity .5s ease;
  z-index: 3000;
  display: block !important;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
}
.modal-forms-loading.show {
  opacity: 1;
  pointer-events: auto;
}

.rmt-loading-box {
  width: 48px;
  height: 48px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate();
  -webkit-transform: translate();
}

@keyframes rmt--rotating {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rmt-icon-loader {
  width: 48px;
  height: 48px;
  transition: color 0.33s ease, transform 0.5s cubic-bezier(0.5, 0, 0, 0.75);
  -webkit-transition: color 0.33s ease, transform 0.5s cubic-bezier(0.5, 0, 0, 0.75);
  background: conic-gradient(from 30deg, rgba(119, 119, 119, 0), rgba(119, 119, 119, 0.48), rgba(119, 119, 119, 0.8), #777777);
  color: rgba(255, 255, 255, 0);
  -webkit-mask: url("data:image/svg+xml,<svg width='48' height='48' xmlns='http://www.w3.org/2000/svg'><path d='M24 1a2.347 2.347 0 1 1 0 4.694 18.306 18.306 0 1 0 13.359 5.792 2.347 2.347 0 1 1 3.426-3.21A23 23 0 1 1 24 1Z' fill='black'/></svg>");
  mask: url("data:image/svg+xml,<svg width='48' height='48' xmlns='http://www.w3.org/2000/svg'><path d='M24 1a2.347 2.347 0 1 1 0 4.694 18.306 18.306 0 1 0 13.359 5.792 2.347 2.347 0 1 1 3.426-3.21A23 23 0 1 1 24 1Z' fill='black'/></svg>");
  -webkit-mask-size: cover;
  mask-size: cover;
  opacity: .7;
  animation: rmt--rotating 1.5s infinite linear;
  position: absolute;
  left: 0;
  top: 0;
}

/* 登录 */
.login-form-step2 {
  display: none;
}

.login-step-username {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 0 0 30px;
  font-size: 14px;
  line-height: 1em;
}

@media (max-width: 991.98px) {
  .login-step-username {
    font-size: .28rem;
    margin: -0.15rem 0 0.65rem;
  }
  .login-step-username .btn-change {
    font-size: .32rem;
    line-height: 1em;
  }
}
/* 找回密码 */
.forget-top-word {
  font-size: 14px;
  line-height: 24px;
  color: #68737D;
  margin: 0 0 20px;
}

.forget-form-step2,
.forget-form-step3 {
  display: none;
}

@media (max-width: 991.98px) {
  .forget-top-word {
    font-size: .28rem;
    line-height: .44rem;
    margin: 0 0 0.6rem;
  }
}
/* 注册 */
.register-form-step2,
.register-form-step3 {
  display: none;
}

.form-check-privacy .check-label {
  align-items: flex-start;
}
.form-check-privacy .check-icon {
  margin-top: 2px;
}

/* 会员中心-公共 */
.p-member::-webkit-scrollbar {
  width: 0px;
}
.p-member .header {
  height: 3.6rem;
}

.head-place {
  height: 3.6rem;
}

.pmember-layout {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 20% 1fr;
  min-height: 100dvh;
  grid-column-gap: 20px;
}

.pmember-layout-aside {
  max-width: 280px;
  position: relative;
  height: 100%;
}

.pmember-aside-box {
  padding: 6.35rem 0 6rem;
  position: sticky;
  top: 0;
}

.pmember-asidenav {
  font-size: 16px;
  line-height: 1.32em;
  color: #18212C;
}
.pmember-asidenav .navitem {
  margin-bottom: 28px;
}
.pmember-asidenav .navitem > * {
  display: flex;
  align-items: center;
  position: relative;
}
.pmember-asidenav .navitem .icon {
  flex: none;
  width: 34px;
  height: 34px;
  display: block;
  position: relative;
  border-radius: 50%;
  margin: 0 12px 0 0;
}
.pmember-asidenav .navitem img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
}
.pmember-asidenav .navitem .hover {
  display: none;
}
.pmember-asidenav .navitem.current .icon {
  background-color: #034B9F;
}
.pmember-asidenav .navitem.current .deft {
  display: none;
}
.pmember-asidenav .navitem.current .hover {
  display: block;
}

.pmember-layout-main {
  flex: 1;
  width: 100%;
  position: relative;
  padding: 2.25rem 0 6rem;
}

.pmember-lvtit-header {
  margin-bottom: 45px;
}

.pmember-paging {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin: 18px 0 0;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.43em;
}
.pmember-paging .ctrl {
  flex: none;
  width: 20px;
  height: 30px;
  display: block;
  position: relative;
  cursor: pointer;
}
.pmember-paging .ctrl .bi {
  width: 100%;
  height: 100%;
  display: block;
  background: no-repeat center center;
  background-size: auto 12px;
}
.pmember-paging .ctrl.prev {
  margin: 0 6px 0 0;
}
.pmember-paging .ctrl.prev .bi {
  background-image: url("/img/forms/page-left.svg");
}
.pmember-paging .ctrl.next {
  margin: 0 0 0 6px;
}
.pmember-paging .ctrl.next .bi {
  background-image: url("/img/forms/page-right.svg");
}
.pmember-paging .ctrl.disabled {
  pointer-events: none;
}
.pmember-paging .ctrl.disabled.prev .bi {
  background-image: url("/img/forms/page-left-gray.svg");
}
.pmember-paging .ctrl.disabled.next .bi {
  background-image: url("/img/forms/page-right-gray.svg");
}
.pmember-paging .line {
  margin: 0 5px 0 0;
}

.pmember-paging-select {
  flex: none;
  display: block;
  position: relative;
  margin: 0 10px;
}
.pmember-paging-select .select-head {
  min-width: 50px;
  height: 30px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  background-color: #fff;
  border: solid 1px #DEDEDE;
  border-radius: 4px;
}
.pmember-paging-select .select-arrow {
  flex: none;
  width: 12px;
  height: 12px;
  display: block;
  margin: 0 0 0 5px;
}
.pmember-paging-select .select-arrow::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background: url("/img/forms/page-down.svg") no-repeat center center;
  background-size: contain;
}
.pmember-paging-select .select-dropdown {
  width: 100%;
  padding: 2px 0 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
  display: none;
}
.pmember-paging-select .select-dropbox {
  width: 100%;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 1px solid #DEE0E3;
  padding: 4px 2px 4px 0;
  background: #fff;
}
.pmember-paging-select .select-dropbox ul {
  width: 100%;
  max-height: 7.2em;
  overflow: hidden;
  overflow-y: auto;
}
.pmember-paging-select .select-dropbox ul::-webkit-scrollbar {
  width: 3px;
}
.pmember-paging-select .select-dropbox ul::-webkit-scrollbar-track {
  background: #F4F4F4;
}
.pmember-paging-select .select-dropbox ul::-webkit-scrollbar-thumb {
  background: #797B7F;
  border-radius: 3px;
}
.pmember-paging-select .select-dropbox li {
  padding: 0 8px 0 10px;
  cursor: pointer;
  position: relative;
}
.pmember-paging-select:hover .select-dropdown {
  display: block;
}

@media (min-width: 992px) {
  .pmember-asidenav .navitem:hover .icon {
    background-color: #034B9F;
  }
  .pmember-asidenav .navitem:hover .deft {
    display: none;
  }
  .pmember-asidenav .navitem:hover .hover {
    display: block;
  }

  .pmember-paging-select .select-dropbox li:hover {
    background-color: #F4F4F4;
    z-index: 5;
  }
}
@media (max-width: 1366px) {
  .pmember-layout {
    grid-template-columns: 15% 1fr;
  }
}
@media (max-width: 991.98px) {
  .p-member .header {
    height: 1.14rem;
    box-shadow: none;
    border-bottom: 1px solid #DDDDED;
    position: absolute;
  }

  .head-place {
    height: 1.14rem;
  }

  .pmember-lvtit-header {
    display: none;
  }

  .pmember-layout {
    display: block;
  }

  .pmember-layout-aside {
    flex: none;
    max-width: none;
    margin: 0;
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 50;
  }

  .pmember-aside-box {
    height: auto;
    background-color: #fff;
    position: relative;
    padding: .5rem 0 0.3rem;
    border-bottom: solid 1px #D0D1D2;
  }

  .pmember-asidenav {
    font-size: .28rem;
    line-height: .32rem;
    display: flex;
    position: relative;
    justify-content: space-between;
  }
  .pmember-asidenav .navitem {
    padding: 0 8px;
    margin: 0;
  }
  .pmember-asidenav .navitem > * {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .pmember-asidenav .navitem .icon {
    width: .66rem;
    height: .66rem;
    margin: 0 auto .1rem;
  }
  .pmember-asidenav .navitem:last-child {
    white-space: nowrap;
  }

  .pmember-layout-main {
    max-width: none;
    padding: .9rem 0 1.5rem;
  }
}
/* 会员中心 - 个人信息 */
.profile-sect {
  width: 100%;
  position: relative;
  margin-bottom: 65px;
}
.profile-sect:last-child {
  margin-bottom: 0;
}

.profile-sect-head {
  margin-bottom: 45px;
}

.profile-sect-body {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 45px;
  font-size: 14px;
  line-height: 18px;
  color: #666;
}

.profile-infoitem-title {
  margin-bottom: 6px;
}

.profile-infoitem-doc {
  color: #18212C;
}

.profile-infoitem-handle {
  margin: 15px 0 0;
}

.modal-profile-forms {
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.modal-profile-forms .modal-dialog {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1020;
  transform: none !important;
  -webkit-transform: none !important;
}
.modal-profile-forms .modal-close {
  padding: 8px;
  position: absolute;
  right: 16px;
  top: 11px;
  color: #18212C;
  cursor: pointer;
  border-radius: 4px;
}
.modal-profile-forms .modal-close .bi {
  width: 24px;
  height: 24px;
  display: block;
  background: none;
  color: inherit;
}
.modal-profile-forms .modal-body {
  margin: 0 -38px;
  padding: 0 38px;
  max-height: 70vh;
  overflow: hidden;
  overflow-y: auto;
}
.modal-profile-forms .modal-body::-webkit-scrollbar {
  width: 5px;
}
.modal-profile-forms .modal-body::-webkit-scrollbar-track {
  background: none;
}
.modal-profile-forms .modal-body::-webkit-scrollbar-thumb {
  background: #F4F4F4;
  border-radius: 3px;
}
.modal-profile-forms.show .modal-editform-sect.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: opacity 0.5s cubic-bezier(0.5, 0, 0, 0.75), transform 0.5s cubic-bezier(0.5, 0, 0, 0.75), visibility 0s 0s;
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 0, 0, 0.75), transform 0.5s cubic-bezier(0.5, 0, 0, 0.75), visibility 0s 0s;
  z-index: 1030;
}

.modal-editform-sect {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -9999;
  transform: translate(-50%, 100%);
  -webkit-transform: translate(-50%, 100%);
  transition: opacity 0.5s cubic-bezier(0.5, 0, 0, 0.75), transform 0.5s cubic-bezier(0.5, 0, 0, 0.75), visibility 0s 0.5s;
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 0, 0, 0.75), transform 0.5s cubic-bezier(0.5, 0, 0, 0.75), visibility 0s 0.5s;
  position: absolute;
  left: 50%;
  top: 50%;
}

.modal-editform-box {
  background-color: #fff;
  position: relative;
  border-radius: 16px;
  padding: 50px 48px 60px;
}

.modal-editform-header {
  background-color: #fff;
  margin-bottom: 35px;
}

.modal-editform-warn {
  display: flex;
  position: relative;
  margin: 25px 0 0;
  font-size: 14px;
  line-height: 1.7em;
  color: #666;
}
.modal-editform-warn .bi {
  flex: none;
  width: 1.7em;
  height: 1.7em;
  margin: 0 5px 0 0;
  position: relative;
}
.modal-editform-warn .bi img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
  position: relative;
}
.modal-editform-warn a[href] {
  color: #034B9F;
}

.modal-submited-sect .modal-editform-box {
  padding-top: 73px;
  padding-bottom: 73px;
}

.modal-submited-content {
  width: 684px;
  max-width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 1.25em;
}
.modal-submited-content .submited-icon {
  width: 48px;
  height: 48px;
  display: block;
  margin: 0 auto 16px;
}
.modal-submited-content .submited-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
}

.rmt-editform-vcode {
  display: none;
}
.rmt-editform-vcode .form-btn {
  width: 100% !important;
}

@media (min-width: 992px) {
  .p-profile .pmember-layout-main {
    max-width: 956px;
  }

  .modal-profile-forms .modal-close:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .modal-editform-box {
    max-width: 780px;
  }
  .modal-editform-box .rmt-form-grid.grid-2 {
    width: 684px;
    grid-template-columns: repeat(2, 1fr);
  }
  .modal-editform-box .rmt-form-grid.grid-2 .form-group.col-full {
    grid-column: span 2;
  }
  .modal-editform-box .rmt-form-grid.grid-2-full {
    width: 684px;
  }
  .modal-editform-box .form-group {
    width: 332px;
  }
  .modal-editform-box .form-group.col-full {
    width: 684px;
  }
  .modal-editform-box .rmt-form-btnbox {
    display: flex;
    justify-content: flex-start;
  }
  .modal-editform-box .form-btn {
    width: 82px;
  }
}
@media (max-width: 991.98px) {
  .profile-sect {
    margin-bottom: .8rem;
  }

  .profile-sect-head {
    margin-bottom: .95rem;
  }

  .profile-sect-body {
    display: block;
    font-size: .3rem;
    line-height: .3rem;
  }

  .profile-infoitem {
    position: relative;
    margin-bottom: .8rem;
  }
  .profile-infoitem:last-child {
    margin-bottom: 0;
  }

  .profile-infoitem-title {
    margin-bottom: .20rem;
  }

  .profile-infoitem-handle {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
  }

  .modal-profile-forms .modal-close {
    padding: .1rem;
    right: .37rem;
    top: .34rem;
  }
  .modal-profile-forms .modal-close .bi {
    width: .58rem;
    height: .58rem;
  }
  .modal-profile-forms .modal-body {
    margin: 0 -0.3rem;
    padding: 0 0.3rem;
    max-height: 90dvh;
  }
  .modal-profile-forms.show .modal-editform-sect.is-show {
    transform: none;
    -webkit-transform: none;
  }

  .modal-editform-sect {
    width: 100%;
    top: unset;
    bottom: 0;
    left: 0;
    transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
  }

  .modal-editform-box {
    width: 100%;
    padding: 1rem 0.5rem 0.95rem;
    border-radius: .16rem .16rem 0 0;
  }

  .modal-editform-header {
    margin-bottom: .46rem;
  }

  .modal-editform-lvtit {
    font-size: .48rem;
    line-height: .36rem;
  }

  .modal-editform-warn {
    margin: .55rem 0 0;
    font-size: .28rem;
    line-height: .44rem;
  }
  .modal-editform-warn .bi {
    width: .42rem;
    height: .42rem;
  }

  .modal-submited-sect .modal-editform-box {
    padding-top: 1.6rem;
    padding-bottom: 1.1rem;
  }

  .modal-submited-content {
    width: 100%;
    font-size: .48rem;
  }
  .modal-submited-content .submited-icon {
    width: .92rem;
    height: .92rem;
    margin: 0 auto .4rem;
  }
}
/* 地址管理 */
.address-handle {
  font-size: 14px;
  line-height: 1em;
}
.address-handle .box {
  display: flex;
  align-items: center;
}
.address-handle .btn-add-address {
  font-size: 16px;
  line-height: 1em;
  color: #666;
  margin: 0 50px 0 0;
  padding: 0;
}
.address-handle.top {
  margin-bottom: 20px;
}
.address-handle.bot {
  display: none;
  margin: 35px 0 0;
}

.address-item {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  border: solid 1px #D0D1D2;
  padding: 20px 50px;
  border-radius: 4px;
  overflow: hidden;
}
.address-item:last-child {
  margin-bottom: 0;
}
.address-item.is-active .address-item-checkbox {
  display: block;
}
.address-item.is-active .address-item-handle .btn-undefault {
  display: inline-flex;
}
.address-item.is-active .address-item-handle .btn-setDefault {
  display: none;
}
.address-item.is-selected {
  border: solid 1px #034B9F;
}

.address-item-checkbox {
  width: 20px;
  height: 20px;
  display: none;
  border-radius: 4px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.address-item-checkbox .check-icon {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background: url("/img/forms/checked.svg") center center #034B9F;
  background-size: contain;
  border-radius: inherit;
}

.address-item-delete {
  padding: 8px;
  position: absolute;
  right: 22px;
  top: 4px;
  z-index: 20;
  cursor: pointer;
}
.address-item-delete .bi {
  width: 24px;
  height: 24px;
  display: block;
  background: url("/img/forms/close.svg") no-repeat center center;
  background-size: contain;
  position: relative;
}

.address-item-lvtit {
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 25px;
}

.address-item-info {
  font-size: 14px;
  line-height: 20px;
  margin: 0 150px 0 0;
}
.address-item-info .row {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 4px;
}
.address-item-info .row:last-child {
  margin-bottom: 0;
}
.address-item-info .rowtit {
  flex: none;
  white-space: nowrap;
  color: #666;
  margin: 0 5px 0 0;
}
.address-item-info .rowdet {
  flex: 1;
}

.address-item-handle {
  font-size: 14px;
  line-height: 1em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 50px;
  bottom: 20px;
  z-index: 20;
}
.address-item-handle .handle {
  padding: 0;
  margin: 0 0 0 16px;
  cursor: pointer;
}
.address-item-handle .handle:first-child {
  margin: 0;
}
.address-item-handle .handle:not(:hover) {
  color: #666;
}
.address-item-handle .btn-undefault {
  display: none;
}

@media (min-width: 992px) {
  .p-address .pmember-layout-main {
    max-width: 684px;
  }

  .address-item:hover {
    border-color: #034B9F;
  }

  .address-item-delete:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 991.98px) {
  .address-handle {
    font-size: .3rem;
    line-height: 1em;
  }
  .address-handle .box {
    flex-direction: column;
    align-items: flex-start;
  }
  .address-handle .btn-add-address {
    color: inherit;
    margin: 0 0 .5rem;
  }
  .address-handle.top {
    margin-bottom: 0.35rem;
  }
  .address-handle.bot {
    margin: .55rem 0 0;
  }

  .address-item {
    padding: .55rem .3rem;
  }
  .address-item:not(.is-active) .address-item-checkbox .check-icon {
    background: none;
    border: solid 1px #666;
  }

  .address-item-checkbox {
    width: .34rem;
    height: .34rem;
    left: .3rem;
    bottom: .53rem;
    display: block;
    pointer-events: none;
    top: unset;
  }

  .address-item-delete {
    right: .1rem;
    top: .1rem;
    padding: .1rem;
  }
  .address-item-delete .bi {
    width: .34rem;
    height: .34rem;
    background: url("/img/forms/delete.svg") no-repeat center center;
    background-size: contain;
  }

  .address-item-lvtit {
    font-size: .36rem;
    margin-bottom: .5rem;
  }

  .address-item-info {
    font-size: .3rem;
    line-height: .42rem;
    margin: 0;
  }
  .address-item-info .info {
    margin-bottom: .1rem;
  }
  .address-item-info .info > *:first-child {
    margin: 0 0.2rem 0 0;
  }
  .address-item-info .info:last-child {
    margin-bottom: 0;
  }

  .address-item-handle {
    position: static;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: .46rem 0 0;
    padding-left: .53rem;
  }
  .address-item-handle .handle {
    margin: 0;
  }
}
/* 申请记录 */
.applyRecord-table {
  width: 100%;
  border: solid 1px #DEE0E3;
  border-radius: 6px;
  position: relative;
  padding: 0 20px;
}

.applyRecord-th {
  padding: 0 0 0 12px;
  position: relative;
  display: flex;
  align-items: center;
}
.applyRecord-th:not(.td1)::before {
  content: '';
  display: block;
  width: 4px;
  height: 16px;
  background: url("/img/forms/line.svg") no-repeat left center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.applyRecord-th:last-child {
  padding-right: 0;
}

.applyRecord-td {
  height: 46px;
  display: flex;
  align-items: center;
  padding: 0 0 0 12px;
  position: relative;
  z-index: 1;
}
.applyRecord-td.td1 .arrow {
  padding: 5px;
  position: relative;
  display: block;
  cursor: pointer;
}
.applyRecord-td.td1 .arrow::after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url("/img/forms/caret_down.svg") no-repeat center center;
  background-size: contain;
  position: relative;
}

.applyRecord-thead {
  height: 45px;
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 20;
}
.applyRecord-thead .applyRecord-item {
  border-bottom: none;
}

.applyRecord-group {
  border-bottom: solid 1px #DEE0E3;
  position: relative;
}
.applyRecord-group:hover {
  z-index: 20;
}

.applyRecord-item {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 15% 18% 18% 1fr 1fr 110px;
  grid-gap: 20px;
  font-size: 14px;
  line-height: 1.32em;
}
.applyRecord-item .td1 {
  padding-left: 0;
}
.applyRecord-item .not-border {
  border-bottom-color: transparent !important;
}
.applyRecord-item .state {
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.applyRecord-item .state.pending {
  color: #EF6123;
}
.applyRecord-item .state.draft {
  color: #999;
}
.applyRecord-item .btn-viewdet {
  color: #666;
  padding: 0;
  line-height: 1em;
}
.applyRecord-item .forms-tooltip-text {
  padding: 20px;
  white-space: normal;
}
.applyRecord-item .forms-tooltip-text p:not(:last-child) {
  margin-bottom: 2px;
}

.modal-applyRecord {
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.modal-applyRecord .modal-dialog {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  transform: none;
  -webkit-transform: none;
}
.modal-applyRecord .modal-close {
  padding: 8px;
  position: fixed;
  color: #0D3B70;
  cursor: pointer;
  border-radius: 4px;
  right: 18px;
  top: 18px;
}
.modal-applyRecord .modal-close .bi {
  width: 24px;
  height: 24px;
  display: block;
  color: inherit;
  background: none;
}
.modal-applyRecord .modal-content {
  width: 70%;
  max-width: 606px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 0;
  left: unset;
  top: 0;
  overflow: hidden;
  padding: 0;
  transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s cubic-bezier(0.5, 0, 0, 0.75), transform 0.5s cubic-bezier(0.5, 0, 0, 0.75), visibility 0s 0.5s;
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 0, 0, 0.75), transform 0.5s cubic-bezier(0.5, 0, 0, 0.75), visibility 0s 0.5s;
}
.modal-applyRecord .modal-header {
  width: 100%;
  height: 105px;
  background-color: #fff;
  padding: 50px 48px 30px;
  position: relative;
  top: 0;
  z-index: 20;
}
.modal-applyRecord .modal-body {
  width: 100%;
  height: calc(100vh - 105px);
  overflow: hidden;
  overflow-y: auto;
  padding: 0 48px 120px;
}
.modal-applyRecord .modal-body::-webkit-scrollbar {
  width: 5px;
}
.modal-applyRecord .modal-body::-webkit-scrollbar-track {
  background: #F4F4F4;
}
.modal-applyRecord .modal-body::-webkit-scrollbar-thumb {
  background: #797B7F;
  border-radius: 3px;
}
.modal-applyRecord.show .modal-content {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s cubic-bezier(0.5, 0, 0, 0.75), transform 0.5s cubic-bezier(0.5, 0, 0, 0.75), visibility 0s 0s;
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 0, 0, 0.75), transform 0.5s cubic-bezier(0.5, 0, 0, 0.75), visibility 0s 0s;
}

.modal-record-group {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.modal-record-group .record-title {
  white-space: nowrap;
  color: #666;
}
.modal-record-group .record-body {
  flex: 1;
  width: 100%;
  min-height: 36px;
  display: flex;
  align-items: center;
  background-color: #F4F4F4;
  padding: 8px 10px;
}
.modal-record-group .pending {
  color: #EF6123;
}
.modal-record-group .draft {
  color: #999;
}
.modal-record-group.textarea {
  align-items: flex-start;
}
.modal-record-group:last-child {
  margin-bottom: 0;
}

.modal-record-lv2 {
  font-size: 16px;
  line-height: 1.25em;
  margin-bottom: 15px;
}

.modal-record-sample {
  margin-bottom: 20px;
}
.modal-record-sample .modal-record-lv2 {
  line-height: 1em;
  margin-bottom: 10px;
}
.modal-record-sample .row {
  display: grid;
  grid-template-columns: 39.2% 33.33% 1fr;
  grid-column-gap: 15px;
}
.modal-record-sample .modal-record-group {
  margin-bottom: 0;
}

.modal-record-address {
  padding: 30px 0 0;
  border-top: solid 1px #DDDDD2;
  margin: 30px 0 0;
}

@media (min-width: 992px) {
  .p-applyRecord .pmember-lvtit-header {
    margin-bottom: 20px;
  }

  .applyRecord-table.not-data .applyRecord-thead {
    border-bottom: solid 1px #DEE0E3;
  }
  .applyRecord-table .rmt-null-box {
    margin: 0;
    min-height: 598px;
    padding: 50px 0;
  }

  .applyRecord-group .applyRecord-item:not(:last-child) .td2::after {
    content: '';
    display: block;
    position: absolute;
    left: 12px;
    right: -20px;
    bottom: -1px;
    height: 1px;
    background-color: #DEE0E3;
  }
  .applyRecord-group .applyRecord-item:not(:last-child) .td3::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: -20px;
    bottom: -1px;
    height: 1px;
    background-color: #DEE0E3;
  }
  .applyRecord-group .applyRecord-item:not(:last-child) .td4::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background-color: #DEE0E3;
  }
  .applyRecord-group.has-multdata .applyRecord-item:not(:first-child) {
    display: none;
  }
  .applyRecord-group.has-multdata.is-open .applyRecord-td.td1 .arrow::after {
    background-image: url("/img/forms/caret_up.svg");
  }
  .applyRecord-group.has-multdata.is-open .applyRecord-item:not(:first-child) {
    display: grid;
  }

  .applyRecord-tbody > *:last-child {
    border-bottom: none;
  }
  .applyRecord-tbody .applyRecord-item {
    position: relative;
  }
  .applyRecord-tbody .applyRecord-item:hover::after {
    content: '';
    display: block;
    position: absolute;
    left: -8px;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #eceeee;
    border-radius: 6px;
    z-index: 0;
  }

  .modal-applyRecord .modal-close:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .modal-record-group .record-title::after {
    content: '：';
  }
}
@media (max-width: 1366px) {
  .applyRecord-item {
    grid-template-columns: 18.5% 15% 15% 1fr 1fr 100px;
    grid-gap: 15px;
  }
}
@media (max-width: 991.98px) {
  .p-applyRecord .pmember-layout-main {
    padding-top: 0.5rem;
  }

  .applyRecord-table {
    border: none;
    padding: 0;
    border-radius: 0px;
  }

  .applyRecord-td {
    height: auto;
    font-size: .3rem;
    line-height: 1em;
    padding: 0;
    position: static;
  }
  .applyRecord-td.td1 {
    font-size: .36rem;
    line-height: 1em;
    margin-bottom: .5rem;
  }
  .applyRecord-td.td1 .arrow {
    display: none;
  }
  .applyRecord-td.td2, .applyRecord-td.td3, .applyRecord-td.td4 {
    justify-content: space-between;
    margin-bottom: .22rem;
  }
  .applyRecord-td.td2 .title, .applyRecord-td.td3 .title, .applyRecord-td.td4 .title {
    color: #666;
  }
  .applyRecord-td.td4 {
    margin-bottom: 0;
  }
  .applyRecord-td.td5 {
    font-size: .28rem;
    line-height: .36rem;
    position: absolute;
    right: .3rem;
    top: .3rem;
    z-index: 20;
  }
  .applyRecord-td.td6 {
    position: absolute;
    right: .3rem;
    bottom: .3rem;
    z-index: 15;
  }

  .applyRecord-item {
    display: block;
  }
  .applyRecord-item:not(:first-child) .td1, .applyRecord-item:not(:first-child) .td5, .applyRecord-item:not(:first-child) .td6 {
    display: none;
  }
  .applyRecord-item:not(:last-child) {
    border-bottom: solid 1px #DEE0E3;
    padding: 0 0 0.5rem;
    margin-bottom: .5rem;
  }
  .applyRecord-item:last-child {
    padding-bottom: 0.8rem;
  }

  .applyRecord-group {
    padding: .3rem;
    border: solid 1px #D0D1D2;
    border-radius: .1rem;
    margin-bottom: .2rem;
  }
  .applyRecord-group:last-child {
    margin-bottom: 0;
  }
  .applyRecord-group .forms-tooltip-dropdown {
    left: unset;
    right: -0.3rem;
    transform: translate(0, -8px);
    -webkit-transform: translate(0, -8px);
  }
  .applyRecord-group .forms-tooltip-box:hover .forms-tooltip-dropdown, .applyRecord-group .forms-tooltip-box.show .forms-tooltip-dropdown, .applyRecord-group .forms-tooltip-box.is-hover .forms-tooltip-dropdown {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }

  .modal-applyRecord .modal-content {
    width: 6.5rem;
  }
  .modal-applyRecord .modal-close {
    padding: .1rem;
    right: .42rem;
    top: .4rem;
  }
  .modal-applyRecord .modal-header {
    height: 1.8rem;
    padding: 1rem 0.5rem .4rem;
    margin-bottom: .14rem;
  }
  .modal-applyRecord .modal-body {
    padding: 0 0.5rem 1.08rem;
    height: calc(100dvh - 1.8rem);
  }
  .modal-applyRecord .modal-lvtit {
    font-size: .48rem;
    line-height: 1em;
  }

  .modal-record-lv2 {
    font-size: .36rem;
    line-height: 1em;
    padding: 0 0 0.2rem;
    position: relative;
    margin: 0 !important;
  }
  .modal-record-lv2::after {
    content: '';
    height: 1px;
    display: block;
    background-color: #DEDEDE;
    position: absolute;
    left: 0;
    right: -0.5rem;
    bottom: 0;
    z-index: 1;
  }

  .modal-record-group {
    margin: 0;
    align-items: flex-start;
    border-bottom: solid 1px #DEDEDE;
    padding: .3rem 0;
    font-size: .28rem;
    line-height: .44rem;
  }
  .modal-record-group .record-title {
    margin: 0 0.2rem 0 0;
    min-width: 5em;
  }
  .modal-record-group .record-body {
    min-height: 0;
    background-color: transparent;
    padding: 0;
  }

  .modal-record-sample {
    margin-bottom: .5rem;
  }
  .modal-record-sample .row {
    display: block;
  }
  .modal-record-sample:last-child {
    margin-bottom: .24rem;
  }

  .modal-record-address {
    padding: 0;
    border-top: none;
    margin: .55rem 0 0;
  }
}
/* 样片申请 */
.pcommon-form-main {
  width: 684px;
  max-width: 100%;
  margin: 0 auto;
  padding: 4rem 0 6rem;
}

.applyform-header {
  margin-bottom: 35px;
}
.applyform-header .step-num {
  font-size: 14px;
  line-height: 1.32em;
  color: #666;
  margin-bottom: 12px;
}

.applyform-header-tool {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  white-space: nowrap;
}
.applyform-header-tool .form-btn {
  width: 104px;
  height: 36px;
  color: #034B9F;
}

.applyform-step2, .applyform-step3 {
  display: none;
}

.modal-addrlist-select .address-item-delete {
  display: none !important;
}
.modal-addrlist-select .address-item-checkbox {
  display: none !important;
}

@media (min-width: 992px) {
  .applyform-step .rmt-head-stepnum {
    margin-top: 0;
  }
  .applyform-step .rmt-form-btnbox {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
  }
  .applyform-step .rmt-form-btnbox > * {
    margin: 0;
  }

  .modal-addrlist-box .address-list {
    width: 684px;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 991.98px) {
  .pcommon-form-main {
    width: 100%;
    padding: 0.9rem 0 1.5rem;
  }

  .applyform-header-tool .form-btn {
    width: 2.2rem;
    height: .84rem;
    color: #034B9F;
    background-color: #F4F4F4;
    border-color: #F4F4F4;
  }

  .modal-addrlist-select .modal-editform-header {
    padding: 0 0 0.5rem;
    margin-bottom: .36rem;
    border-bottom: solid 1px #D0D1D2;
    position: relative;
    z-index: 20;
  }
}
/* 技术支持 */
@media (min-width: 992px) {
  .techform-step .rmt-form-btnbox {
    width: calc(50% - 20px);
    display: block;
  }
}
/* 编码搜索 */
.codeSearch-header {
  margin-bottom: 47px;
  font-size: 14px;
  line-height: 1.42em;
}
.codeSearch-header .desc {
  margin-top: 22px;
}

.codeSearch-wrap {
  font-size: 14px;
  line-height: 1.42em;
  color: #666;
  margin-bottom: 50px;
}
.codeSearch-wrap .tips {
  margin: 20px 0 0;
}
.codeSearch-wrap .tips a {
  color: #034B9F !important;
}

.codeSearch-box {
  width: 100%;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.32em;
}
.codeSearch-box .inpt {
  width: 100%;
  height: 40px;
  background-color: #F4F4F4;
  border-color: #F4F4F4;
  padding: 0 120px 0 10px;
  display: block;
  font-size: 1em;
  line-height: inherit;
  color: #18212C;
  border-radius: inherit;
}
.codeSearch-box .inpt:focus {
  border-color: #D0D1D2;
}
.codeSearch-box .btn-delete {
  padding: 5px;
  position: absolute;
  right: 85px;
  top: 50%;
  cursor: pointer;
  z-index: 10;
  transform: translate(5px, -50%);
  -webkit-transform: translate(5px, -50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border-radius: 3px;
}
.codeSearch-box .btn-delete .bi {
  width: 1.125em;
  height: 1.125em;
  display: block;
  background: url("/img/forms/delete2.svg") no-repeat center center;
  background-size: contain;
  position: relative;
}
.codeSearch-box .btn-search {
  width: 75px;
  height: 100%;
  display: block;
  cursor: pointer;
  background-color: #034B9F;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  font-size: 1em;
  line-height: 1.32em;
}
.codeSearch-box .btn-search > * {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.codeSearch-box.is-focus .inpt {
  border-color: #D0D1D2;
  border: 1px solid #D0D1D2;
}
.codeSearch-box.is-focus .btn-delete {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.codeSearch-result .lvtit {
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 12px;
}

.codeSearch-table {
  width: 100%;
  min-height: calc(45px * 8.3);
  border: solid 1px #DEE0E3;
  border-radius: 6px;
  overflow: hidden;
}

.codeSearch-trow {
  width: 100%;
  height: 45px;
  font-size: 14px;
  line-height: 1.32em;
  display: grid;
  grid-template-columns: minmax(20%, 1fr) minmax(30%, 1fr) minmax(25%, 1fr) 6em;
  grid-column-gap: 20px;
  align-items: center;
  border-bottom: solid 1px #DEE0E3;
}
.codeSearch-trow:last-child {
  border-bottom: none;
}
.codeSearch-trow .td:not(:first-child, .codeSearch-trow .td:last-child) {
  padding: 0 0 0 12px;
  position: relative;
}
.codeSearch-trow .td4 {
  line-height: 1em;
}
.codeSearch-trow .btn-viewdet {
  padding: 0;
}
.codeSearch-trow .btn-viewdet:not(:hover) {
  color: #666;
}

.codeSearch-thead {
  width: 100%;
  position: relative;
  border-bottom: solid 1px #DEE0E3;
  padding: 0 20px;
}
.codeSearch-thead .codeSearch-trow {
  border-bottom: none;
}
.codeSearch-thead .codeSearch-trow .td:not(:first-child, .codeSearch-thead .codeSearch-trow .td:last-child)::before {
  content: '';
  display: block;
  width: 4px;
  height: 16px;
  background: url(/img/forms/line.svg) no-repeat left center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.codeSearch-tbody {
  padding: 0 20px;
}

.bm-introduc-r .desc-one {
  line-height: 1.375em;
  font-weight: 400;
  font-family: "NotoSansMedium", "SourceHanSansCN", "PingFang SC", "Microsoft Yahei", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
}

.bm-introduc-word {
  font-size: 0.28rem;
  line-height: 0.32rem;
  color: #18212C;
  margin: 0.6rem 0 .3rem;
  font-family: "NotoSansMedium", "SourceHanSansCN", "PingFang SC", "Microsoft Yahei", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
}

@media (min-width: 992px) {
  .codeSearch-box .btn-delete:hover {
    background-color: #D0D1D2;
  }
  .codeSearch-box .btn-search:hover {
    background-color: #0D3B70;
  }
}
@media (max-width: 991.98px) {
  .codeSearch-header {
    font-size: .28rem;
    line-height: .44rem;
    margin-bottom: .6rem;
  }
  .codeSearch-header .desc {
    margin: .65rem 0 0;
  }

  .bm-introduc {
    margin: 0;
  }

  .codeSearch-wrap {
    font-size: .28rem;
    margin-bottom: .8rem;
  }
  .codeSearch-wrap .tips {
    margin: .35rem 0 0;
  }

  .codeSearch-box {
    font-size: .32rem;
  }
  .codeSearch-box .inpt {
    height: .84rem;
    padding: 0 2.36rem 0 .25rem;
  }
  .codeSearch-box .btn-search {
    width: 1.4rem;
  }
  .codeSearch-box .btn-delete {
    right: 1.5rem;
  }
  .codeSearch-box .btn-delete .bi {
    width: 1em;
    height: 1em;
  }

  .codeSearch-result .lvtit {
    font-size: .32rem;
    margin-bottom: .2rem;
  }

  .codeSearch-table {
    min-height: 4.45rem;
  }

  .codeSearch-trow {
    height: 1.08rem;
    grid-template-columns: 4em minmax(5em, 1fr) minmax(5em, 1fr) 6em;
    grid-column-gap: .3rem;
  }

  .codeSearch-thead {
    padding: 0 0.25rem;
  }

  .codeSearch-tbody {
    padding: 0 0.25rem;
  }
}
.arrow-number {
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% - 2px);
}

.input-number-cust {
  position: relative;
}

.arrow-number {
  padding-left: 10px;
  background: #F4F4F4;
}
.arrow-number > div {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.arrow-number svg {
  display: block;
  width: 10px;
  height: 8px;
}

.top-arrow {
  width: 12px;
  height: 50%;
}
.top-arrow svg {
  margin-top: 10px;
}

.bottom-arrow {
  width: 12px;
  height: 50%;
  align-items: end;
}
.bottom-arrow svg {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .top-arrow:hover path, .bottom-arrow:hover path {
    fill: #034B9F;
  }

  .applyRecord-th:not(.td1)::before {
    top: 0;
    transform: translateY(0);
    top: 14px;
  }
}
@media (max-width: 991.98px) {
  .header-lang-chonse a svg {
    width: 0.31rem;
    height: 0.18rem;
    margin-left: 0.12rem;
  }

  .pforms-header .header-lang-chonse > a span {
    font-size: 0.28rem;
    line-height: 0.28rem;
  }

  .white-wrap {
    white-space: nowrap;
  }

  .p-member .modal-record-group {
    line-height: 0.28rem;
  }

  .arrow-number {
    right: 0.14rem;
    height: calc(100% - 0.02rem);
  }

  .top-arrow {
    width: 0.2rem;
  }
  .top-arrow svg {
    width: 0.17rem;
    height: 0.11rem;
    margin-top: 0.28rem;
  }
  .top-arrow.cur svg path {
    fill: #034B9F;
  }

  .bottom-arrow {
    width: 0.2rem;
  }
  .bottom-arrow svg {
    width: 0.17rem;
    height: 0.11rem;
    margin-bottom: 0.28rem;
  }
  .bottom-arrow.cur svg path {
    fill: #034B9F;
  }
}
/*** 国家选择器 **/
.country-select-container {
  position: relative;
}

.country-select-wrapper {
  position: relative;
}

.country-select-flag {
  width: 20px;
  height: 15px;
  margin-right: 8px;
  flex-shrink: 0;
}

.country-select-dropdown {
  position: absolute;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #D0D1D2;
  border-top: none;
  background: #F4F4F4;
  z-index: 1000;
  display: none;
  margin-top: 1px;
}

.country-select-item {
  padding: 8px 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.country-select-item .flag {
  flex: none;
  width: 20px;
  height: 15px;
  margin-right: 8px;
  object-fit: contain;
  object-position: center center;
}
.country-select-item:hover, .country-select-item.highlighted {
  background-color: #e0e0e0;
}

.country-select-divider {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 10px 0;
}

.country-select-hidden {
  display: none;
}
