@charset "UTF-8";

* {
  -webkit-tap-highlight-color: rgba(255,255,255,0);
}

html {
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;
  background-color: #fff;
  line-height: 1.5;
}

select {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  outline: none;
}

img {
  vertical-align: top;
}

input {
  line-height: 1;
  width: 100%;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
}

textarea {
  vertical-align: top;
  line-height: 1.8;
  min-height: 150px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  font-family: 微软雅黑,宋体,Arial,-apple-system;
}

table {
  width: 100%!important;
  max-width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse!important;
  background-color: transparent;
  border-spacing: 0;
}

table * {
  text-align: center;
}

table tbody tr td,
table thead tr th {
  padding: 12px;
  font-size: 13px;
  border-bottom: 1px solid #ccc;
}

table thead tr th {
  background-color: #dedede;
}

table tbody tr td {
  border-right: 1px solid #ccc;
}

.main-width {
  max-width: 1200px;
  margin: 0 auto;
}

.main-color {
  color: #77c6e4!important;
}

.sub-color {
  color: #ff7ca4!important;
}

.main-bg {
  background-color: #77c6e4!important;
}

.sub-bg {
  background-color: #ff7ca4!important;
}

.bold {
  font-weight: 700;
}

.fc-666 {
  color: #666;
}

.fc-ccc {
  color: #ccc;
}

.fc-999 {
  color: #999;
}

.fc-fff {
  color: #fff;
}

.bg-fff {
  background-color: #fff!important;
}

.btn,
.no-select {
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.btn {
  cursor: pointer;
}

.text-center {
  text-align: center;
}

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

.text-right {
  text-align: right;
}

.hide {
  display: none!important;
}

.show {
  display: block!important;
}

.no-weight {
  font-weight: 400;
}

.ellipsis1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ellipsis3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ellipsis4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.ellipsis5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.ellipsis6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.ellipsis7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.ellipsis8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.ellipsis9 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}

.ellipsis10 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}

.input-checkbox1,
.input-checkbox2,
.input-checkbox3,
.input-radio1,
.input-radio2,
.input-radio3 {
  display: inline-block;
}

.input-checkbox1 *,
.input-checkbox2 *,
.input-checkbox3 *,
.input-radio1 *,
.input-radio2 *,
.input-radio3 * {
  cursor: pointer;
}

.input-checkbox1 label,
.input-checkbox2 label,
.input-checkbox3 label,
.input-radio1 label,
.input-radio2 label,
.input-radio3 label {
  padding-left: 30px;
  position: relative;
  display: flex;
  align-items: flex-start;
}

.input-checkbox1 input[type=checkbox]+label:before,
.input-radio1 input[type=radio]+label:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.input-checkbox1 input[type=checkbox]:checked+label:before,
.input-radio1 input[type=radio]:checked+label:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNTI1NDAzMjE1Mzk4IiBjbGFzcz0iaWNvbiIgc3R5bGU9IiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjIwNzYiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzAiIGhlaWdodD0iMzAiPjxkZWZzPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+PC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTYzLjIyMjkyNyA1MTJjMCAwIDIzMS43Njc1OTggMTg5LjU4NDg2OSAyNTQuNzkwOTY0IDM1MC44MjMxMzQgMCAwIDMwMy45MDY1OTEtNDk3LjQ5MTU2NSA2NDEuNTgxMjY0LTU0Mi4wMDMzMzggMCAwLTEwMi44MzcxNTYtNzQuOTQzODc2LTY5LjA3MDA5OC0xOTMuMzk1NjYyIDAgMC0xODcuMjU1ODI1IDE4LjY4NDU0OC01NDAuMjc5MDY3IDU2Ni42MzczODhMMTg0Ljc5Mzc1IDQxMy4yMTIwNjYgNjMuMjIyOTI3IDUxMnoiIHAtaWQ9IjIwNzciIGZpbGw9IiMwMDAwMDAiPjwvcGF0aD48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 80%;
  border: 1px solid #000;
}

.input-checkbox2 input[type=checkbox]+label:before,
.input-radio2 input[type=radio]+label:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border: 1px solid #ccc;
  position: absolute;
  top: 0;
  left: 0;
}

.input-checkbox2 input[type=checkbox]:checked+label:before,
.input-radio2 input[type=radio]:checked+label:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNTI1NDAzMjE1Mzk4IiBjbGFzcz0iaWNvbiIgc3R5bGU9IiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjIwNzYiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzAiIGhlaWdodD0iMzAiPjxkZWZzPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+PC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTYzLjIyMjkyNyA1MTJjMCAwIDIzMS43Njc1OTggMTg5LjU4NDg2OSAyNTQuNzkwOTY0IDM1MC44MjMxMzQgMCAwIDMwMy45MDY1OTEtNDk3LjQ5MTU2NSA2NDEuNTgxMjY0LTU0Mi4wMDMzMzggMCAwLTEwMi44MzcxNTYtNzQuOTQzODc2LTY5LjA3MDA5OC0xOTMuMzk1NjYyIDAgMC0xODcuMjU1ODI1IDE4LjY4NDU0OC01NDAuMjc5MDY3IDU2Ni42MzczODhMMTg0Ljc5Mzc1IDQxMy4yMTIwNjYgNjMuMjIyOTI3IDUxMnoiIHAtaWQ9IjIwNzciIGZpbGw9IiMwMDAwMDAiPjwvcGF0aD48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 80%;
  border: 1px solid #000;
}

.input-checkbox3 input[type=checkbox]+label:before,
.input-radio3 input[type=radio]+label:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 100%;
  position: absolute;
  top: auto;
  left: 0;
}

.input-checkbox3 input[type=checkbox]:checked+label:before,
.input-radio3 input[type=radio]:checked+label:before {
  border: 1px solid #000;
}

.input-checkbox3 input[type=checkbox]:checked+label:after,
.input-radio3 input[type=radio]:checked+label:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #000;
  position: absolute;
  top: auto;
  left: 0;
  margin-top: 3px;
  margin-left: 3px;
}

.input-checkbox1 input[type=checkbox],
.input-checkbox2 input[type=checkbox],
.input-checkbox3 input[type=checkbox],
.input-radio1 input[type=radio],
.input-radio2 input[type=radio],
.input-radio3 input[type=radio] {
  clip: rect(0,0,0,0);
  position: absolute;
}

.select {
  appearance: none;
  background-image: url(../img/icon-arrow-down.svg);
  background-position: right .7em top 50%,0 0;
  background-repeat: no-repeat;
  background-size: 1em auto,100%;
  background-clip: padding-box;
  background-color: var(--white);
  border: 1px solid #ced4da;
  border-radius: .25rem;
  color: #333;
  color: var(--darkgrey);
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  padding: .375rem .75rem .2em;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  width: 100%;
  min-height: 38px;
}

.select:focus {
  background-color: #fff;
  border-color: #80bdff;
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
  color: #495057;
  outline: 0;
}

.select option {
  color: #666;
}

.select option[disabled] {
  cursor: not-allowed;
}

.select option[hidden] {
  display: none;
}

.select option:checked {
  font-weight: 700;
}

.input,
.textarea {
  background-color: var(--white);
  border: 1px solid #ced4da;
  border-radius: .25rem;
  color: var(--darkgrey);
  display: block;
  font-size: 15px;
  line-height: 1.5;
  padding: .375rem .75rem .2em;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  width: 100%;
  overflow: auto;
  resize: vertical;
  position: relative;
  min-height: 38px;
}

.input:focus,
.textarea:focus {
  background-color: #fff;
  border-color: #80bdff;
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
  color: #495057;
  outline: 0;
}

body:has(.common-form-layer.show) {
  overflow: hidden;
}

.common-form-layer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  transition: all .3s;
  padding: 0 15px;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
}

.common-form-layer.show {
  opacity: 1;
  visibility: visible;
}

.common-form-layer .layer-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: auto;
}

.common-form-layer .layer-box .close-masker {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.common-form-layer .layer-box .conatiner {
  position: relative;
  z-index: 5;
  background: #fff;
  border-radius: 5px;
  width: 100%;
  max-width: 580px;
  min-height: 300px;
}

.common-form-layer .layer-box .conatiner .head-bar {
  position: relative;
  border-bottom: 1px solid #eee;
}

.common-form-layer .layer-box .conatiner .head-bar .title {
  font-size: 18px;
  font-weight: 700;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--blue);
}

.common-form-layer .layer-box .conatiner .head-bar .layer-close {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 88;
  transform: translateY(-50%);
  border-radius: 100%;
  background-color: hsla(0,0%,100%,.5);
  cursor: pointer;
}

.common-form-layer .layer-box .conatiner .head-bar .layer-close:active {
  opacity: .8;
}

.common-form-layer .layer-box .conatiner .head-bar .layer-close:hover:after,
.common-form-layer .layer-box .conatiner .head-bar .layer-close:hover:before {
  background: #000;
}

.common-form-layer .layer-box .conatiner .head-bar .layer-close:after,
.common-form-layer .layer-box .conatiner .head-bar .layer-close:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--grey);
  border-radius: 88px;
  cursor: pointer;
}

.common-form-layer .layer-box .conatiner .head-bar .layer-close:before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.common-form-layer .layer-box .conatiner .head-bar .layer-close:after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

.common-form-layer .layer-box .conatiner .content-box {
  padding: 15px;
  max-height: calc(100vh - 220px);
  overflow: auto;
}

.common-form-layer .layer-box .conatiner .content-box .label {
  font-size: 10px;
  padding-left: 5px;
}

.common-form-layer .layer-box .conatiner .content-box:has(.iframe) {
  min-height: 200px;
}

.common-form-layer .layer-box .conatiner .content-box:has(.iframe):before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  max-width: 150px;
  width: 100%;
  height: 100%;
  background-image: url(../img/icon-pdf.png);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.common-form-layer .layer-box .conatiner .content-box .iframe {
  box-sizing: border-box;
  border: 1px solid #eee;
  width: 100%;
  height: calc(100vh - 300px);
  position: relative;
  z-index: 8;
}

.common-form-layer .layer-box .conatiner .button-ground {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px;
  border-top: 1px solid #eee;
}

.common-form-layer .layer-box .conatiner .button-ground .button {
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 5px);
  background-color: var(--blue);
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  user-select: none;
}

.common-form-layer .layer-box .conatiner .button-ground .button:active {
  opacity: .8;
}

@media (pointer:fine) {
  .nice-scroll {
    -webkit-overflow-scrolling: touch;
  }

  .nice-scroll::-webkit-scrollbar-track {
    background-color: #f5f5f5;
  }

  .nice-scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #f5f5f5;
  }

  .nice-scroll::-webkit-scrollbar-thumb {
    background-color: #999;
  }

  .nice-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #666;
    -webkit-border-radius: 0;
  }

  .nice-scroll::-webkit-scrollbar-thumb:active {
    background-color: #333;
    -webkit-border-radius: 0;
  }
}