.jquery-modal {
  z-index: 300 !important;
}

.modal.modal-content {
  background: #fff3f3;
  color: #585477;
  border: 0px solid #ff3a54;
  border-radius: 30px;
  padding: 64px 48px 80px;
  width: 780px;
  max-width: 780px;
}

.modal.modal-content .modal-title {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #2f2b4e;
}

.modal.modal-content .modal-title-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 60%;
  font-size: 18px;
  color: #ffd900;
  margin: 15px auto 15px;
  font-weight: bold;
}

.modal.modal-content .modal-title-sub div {
  white-space: nowrap;
  margin: 0 10px;
}

.modal.modal-content .modal-title-sub-left {
  height: 25px;
  width: 110px;
  background: url(../public/title_zs3@2x.png) 0% / auto 100% no-repeat;
}

.modal.modal-content .modal-title-sub-right {
  height: 25px;
  width: 110px;
  background: url(../public/title_zs3@2x.png) 100% / auto 100% no-repeat;
}

.modal.modal-content a.close-modal {
  top: 32px;
  right: 32px;
  background: url(../public/web_tk_exit.png) center / contain no-repeat;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}

.modal.modal-content .modal-text {
  font-size: 16px;
  line-height: 1.5em;
}

.modal.modal-content .modal-text-title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
}

.modal.modal-content .modal-text-pre {
  white-space: pre-line;
  margin-top: -1.5em;
}

.modal.modal-content .modal-table {
  margin: 0 auto;
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.modal.modal-content .modal-table th {
  padding: 10px 0;
  background: #ffdcc9;
  white-space: nowrap;
  text-align: center;
  width: 50%;
  color: #2f2b4e;
  font-weight: bold;
  font-size: 16px;
}

.modal.modal-content .modal-table td {
  padding: 10px 0;
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
}

.modal.modal-content .modal-table tr:nth-child(2n + 1) td {
  background: rgba(255, 235, 230, 1);
}

.modal.modal-content .modal-table tr:nth-child(2n) td {
  background: rgba(255, 226, 216, 1);
}

.modal.modal-content .modal-table-2 th:first-child {
  text-align: left;
  padding-left: 40px;
}

.modal.modal-content .modal-table-2 td:first-child {
  text-align: left;
  padding-left: 40px;
}