.modal-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  left: 0;
  top: 0;
  display: none;
  animation: all 0.3s linear;
  font-family:
    PingFangSC,
    PingFang SC;
}
.show-modal {
  display: block;
}

.modal-body {
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  border-radius: 20px;
  min-width: 600px;
  transform: translate(-50%, -50%);
}
.modal-body::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100px;
  background: #ff00de;
  border-radius: 0px 0px 0px 0px;
  opacity: 0.2;
  filter: blur(100px);
}
.modal-body::after {
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100px;
  background: #001aff;
  border-radius: 0px 0px 0px 0px;
  opacity: 0.2;
  filter: blur(100px);
}

.head {
  position: relative;
}
.head-tit {
  text-align: center;
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 500;
  font-size: 26px;
  color: #000;
  padding: 20px 0;
}

.head .close {
  position: absolute;
  right: 20px;
  top: 25px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  padding: 8px;
  box-sizing: border-box;
  z-index: 10;
}
.modal-content {
  width: 700px;
  box-sizing: border-box;
  padding: 20px 50px;
}

.form-item {
  padding-bottom: 25px;
  width: 100%;
  position: relative;
}
.label {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}
.form-item-feild {
  height: 40px;
}
.code {
  position: absolute;
  right: 10px;
  bottom: 35px;
  cursor: pointer;
  color: #f26;
  font-size: 16px;
}
.gray {
  color: #666;
}

.form-item-feild .input {
  height: 100%;
  padding: 0 10px;
  display: block;
  width: 100%;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  color: #333;
  outline: none;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: normal;
  background-color: transparent !important;
}
.form-item-feild .input:hover {
  border: 1px solid #f26;
}

.input:-internal-auto-fill-selected {
  background-color: transparent !important;
}

input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: transparent !important;
  color: fieldtext !important;
  font-size: 16px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  -webkit-text-fill-color: #333 !important;
  font-size: 16px !important;
  -webkit-text-font-size: 16px !important;
}

.eye-icon {
  position: absolute;
  right: 6px;
  top: 31px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eye-icon img {
  display: none;
  width: 16px;
}
.eye-icon img.show {
  display: block;
}

.btn-style {
  height: 48px;
  background: #f26;
  border-radius: 8px;
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.creat-btn {
  margin-top: 30px;
}
.modal-desc {
  display: flex;
  padding: 15px 0 30px;
  text-align: center;
  font-size: 16px;
  color: #333;
  justify-content: center;
}

.modal-desc a {
  color: #f26;
  text-decoration: none;
}
.modal-desc a:active {
  color: #f26;
}

.message-info {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  z-index: 100;

  padding: 10px 30px;
  background-color: #fff;
  color: #333;

  border-radius: 5px;
  font-size: 14px;
  transition: all 0.5s ease-in;
}
.fade-in-down {
  top: 50px;
}

.updager-modal-wrap.open {
  display: block;
}
.updager-modal-wrap {
  /* display: block; */
}
.updager-modal-wrap .modal-body {
  padding: 20px 0 0;
}
.updager-modal-wrap .modal-content {
  position: relative;
  z-index: 2;
  width: 800px;
  padding: 50px;
}

.updager-modal-wrap .head-tit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.trial-img {
  width: 28px;
}

.o-flex {
  display: flex;
  gap: 20px;
}
.form-item {
  flex: 1;
}

.updager-modal-wrap .label,
.updager-modal-wrap .form-item-feild .input {
  font-size: 14px;
}
.form-item-feild {
  height: 40px;
}
.updager-modal-wrap .code {
  font-size: 14px;
}

.options-wrap {
  background-color: #fff;
  padding: 10px 6px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 75px;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  box-shadow:
    0 6px 16px 0 rgba(0, 0, 0, 0.08),
    0 3px 6px -4px rgba(0, 0, 0, 0.12),
    0 9px 28px 8px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  z-index: 10;
  display: none;
  transition: all 0.3s ease-in-out;
  animation: all 0.3s ease-in-out;
}

.options-wrap.open {
  display: block;
}

.options-wrap .o-options {
  height: 36px;
  padding: 0 16px;
  font-size: 14px;
  margin-bottom: 5px;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  border-radius: 2px;
  color: #333;
  cursor: pointer;
}
.options-wrap .o-options:hover {
  background-color: #f5f5f5;
}
.options-wrap .o-options.current {
  color: #f26;
  font-weight: 600;
  background-color: #fff3f7;
}

.connect-style {
  display: flex;
  align-items: center;
}

.connect-style .connect-style-input {
  border-radius: 6px 0 0 6px;
  width: 120px;
}
.connect-style .connct-in-input {
  border-radius: 0 6px 6px 0;
  border-left: none;
}

.form-item-feild .introduction-input {
  height: 130px;
  resize: none;
  padding: 10px;
}

.submit-btn {
  margin: 130px 0 0;
}

.narrow-down {
  position: absolute;
  right: 10px;
  top: 43px;
  width: 14px;
  height: 14px;
  background: url('./../images/narrow-down.png');
  background-size: 100% 100%;
}
.connet-narrow {
  right: auto;
  left: 97px;
}

.required {
  position: relative;
}
.required::before {
  display: inline-block;
  margin-inline-end: 4px;
  color: #ff4d4f;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: '*';
}
