#overlay2 {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
#modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100vw;
  height: 100vh;
  padding: 55px;
  background: #f0f0f0;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  z-index: 10001;
}

#modal.on {
  display: block;
}

#modal .modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #222;
  padding-bottom: 20px;
}

#modal .modal-head h1 {
  font-weight: 700;
  font-size: 24px;
}

#modal .modal-head p {
  margin-top: 5px;
  font-size: 16px;
}

#modal .modal-head i {
  color: #222;
  font-size: 24px;
}

.vue-wrap {
  position: relative;
}

#modal .modal-body {
  height: 100%;
  overflow-y: auto;
  padding: 25px 0 80px;
}
#modal .board-list {
  width: 100%;
  min-height: 340px;
  margin-top: 30px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  background: #fff;
}

#modal .board-list .no-data {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 240px;
  color: #666;
}

#modal .board-list .tit {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 600;
}

#modal .board-list ul {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

#modal .board-list li {
  width: calc(16.666% - 9px);
  margin-bottom: 20px;
  text-align: center;
  cursor: pointer;
}

#modal .board-list li .avatar {
  margin-bottom: 10px;
  border: 1px solid #eee;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

#modal .board-list li .avatar::before {
  content: "";
  display: block;
  padding-top: 100%;
}

#modal .board-list li.ad-item .avatar {
  border: 1px dashed #bbb;
  font-size: 32px;
}

#modal .board-list li .subject {
  font-size: 14px;
  font-weight: 500;
  color: #666;
}

section .config-businee-btn i {
  margin-right: 5px;
}

.form-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90vw;
  max-width: 800px;
  height: 90vh;
  background: #fff;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  z-index: 100;
}

.form-modal .modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  background: #222;
  color: #eee;
}

.form-modal .modal-head h1 {
  color: #eee;
  font-size: 19px;
  font-weight: 600;
}

.form-modal .modal-head i {
  color: #eee;
  font-weight: 600;
}
.form-modal .modal-body {
  display: flex;
  height: calc(100% - 74px);
  padding: 0;
}

.form-modal .modal-body .left {
  overflow-y: auto;
  width: 45%;
  height: 100%;
  padding: 20px 0;
  border-right: 1px solid #dadeea;
}

.form-modal .modal-body .right {
  position: relative;
  flex: 1;
  padding: 35px;
  padding-bottom: 120px;
}

.form-modal .modal-body .right .cont {
  height: 100%;
  overflow-y: auto;
}

.form-modal .modal-body .left .avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed #aaa;
  border-radius: 10px;
  color: #aaa;
  font-size: 28px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.form-modal .modal-body .left .avatar::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.form-modal .modal-body .label-box {
  margin-bottom: 10px;
}

.form-modal .add-color-box {
  position: sticky;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  top: -20px;
  background: #fff;
  border-bottom: 1px solid #eee;
  z-index: 1;
}

.form-modal .modal-body .add-color-box .label {
  display: flex;
  align-items: center;
  padding: 6px 10px;
  margin-bottom: 0;
  color: #1174e4;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  border-radius: 6px;
  cursor: pointer;
  user-select: none;
}

.form-modal .no-select {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #999;
}

.form-modal .modal-body .add-color-box .label:hover {
  background: #eff6ff;
}

.form-modal .modal-body .add-color-box .label i {
  margin-right: 3px;
}

.form-modal .color-list li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 20px;
  color: #919ca3;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  user-select: none;
  transition: 0.3s all;
}

.form-modal .color-list li .color-name {
  display: flex;
  align-items: center;
  transition: 0.1s all;
}

.form-modal .color-list li span {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #eee;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.form-modal .color-list li i {
  margin-right: 10px;
  color: #1174e4;
  font-size: 16px;
  font-weight: 700;
}

.form-modal .color-list li.on {
  background: #eff6ff;
  border-color: #eff6ff;
  color: #222427;
  font-weight: 600;
}

.form-modal .color-list li:hover .del-btn {
  display: block;
}

.form-modal .color-list li .del-btn {
  display: none;
  padding: 5px 10px;
  font-size: 12px;
  color: #f41616;
  transition: 0.3s all;
  cursor: pointer;
}

.form-modal .color-list li.on .del-btn {
  right: 45px;
}

.form-modal .color-list li .del-btn:hover {
  background: rgba(244, 22, 22, 0.1);
  border-radius: 6px;
}

.form-modal .size-list {
  overflow-y: auto;
  padding: 25px;
  background: #f4f6f9;
  border-radius: 6px;
}

.form-modal .size-list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}

.form-modal .size-list li {
  display: flex;
  align-items: center;
  width: calc(50% - 5px);
  padding: 15px;
  border-radius: 6px;
  background: #fff;
}

.form-modal .check-box-list li {
  border-radius: 6px;
  background: #fff;
}

.form-modal .modal-body .label {
  margin-bottom: 5px;
  font-size: 16px;
  letter-spacing: -0.03em;
  font-weight: 600;
  color: #000;
}

.form-modal .modal-body p.help {
  font-size: 14px;
  color: #999;
}

.form-modal .modal-body .input-row {
  margin-bottom: 25px;
}

.form-modal .modal-body .input-col {
  flex: 1;
  padding: 0 5px;
}

.form-modal .modal-body input[type="file"] {
  display: none;
}

.form-modal .modal-body input[type="text"] {
  width: 100%;
  height: 40px;
}

.form-modal .modal-body input[type="text"]::placeholder {
  color: #919ca3;
}

.form-modal .modal-body textarea::placeholder {
  color: #919ca3;
}

.form-modal .modal-body textarea {
}

.form-modal .modal-body .right .btn-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 35px;
  display: flex;
  justify-content: flex-end;
}

.form-modal .modal-body .right .btn-wrap button {
  background: #222;
  border: 0;
  padding: 15px 30px;
  font-size: 13px;
  font-weight: 500;
  color: #ddd;
  border-radius: 5px;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  user-select: none;
}

.form-modal .modal-body .right .btn-wrap button i {
  margin-left: 5px;
}

.form-modal .modal-body .right .btn-wrap button:hover {
  background: #1174e4;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
  margin-bottom: 0;
}

.switch input {
  display: none;
}

.switch-box .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d7dce5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch-box .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 4px;
  border: 1px solid #ddd;
  background-color: white;
  transition: left 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

input:checked + .slider {
  background-color: #1174e4;
}

input:focus + .slider {
  box-shadow: 0 0 1px #1174e4;
}

input:checked + .slider:before {
  transform: translateX(25px);
}

.switch-box .slider.round {
  border-radius: 34px;
}

.switch-box .slider.round:before {
  border-radius: 50%;
}

.switch-box {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.switch-box span {
  margin-left: 5px;
  font-size: 14px;
  color: #666;
}
