.cover {
  position: fixed;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: none;
}

.btn.s3 {
  background-image: url(https://static.web.sdo.com/bnb/pic/bnb/act_bnb/2023tuan/images/btn-red.png);
  filter: grayscale(1);
}

.btn.s3 span {
  color: white !important;
}

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 629px;
  height: 494px;
  background: url(https://static.web.sdo.com/bnb/pic/bnb/act_bnb/2023tuan/images/bg-modal.png) center no-repeat;
  background-size: contain;
  z-index: 9999;
  color: #2566b1;
}

.modal-header {
  height: 80px;
  background-color: #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  box-sizing: border-box;
}

.modal-title {
  font-size: 28px;
  font-weight: bold;
  color: #333;
}

.modal-close {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 68px;
  top: 16px;
  font-size: 30px;
  color: #999;
  cursor: pointer;
}

.modal-body {
  height: 334px;
  padding: 0 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modal-text {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}

.modal-btn {
  width: 200px;
  height: 60px;
  background-color: #f60;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.modal-btn:hover {
  background-color: #f90;
}

.modal-show {
  display: block;
}

.modal1 {
  padding: 28px 80px 0 30px;
  box-sizing: border-box;
}

.modal1 .modal-title {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  background: url(https://static.web.sdo.com/bnb/pic/bnb/act_bnb/2023tuan/images/modal1-title.png) no-repeat center;
  background-size: contain;
  width: 349px;
  height: 33px;
  margin: 0 auto;
}

.modal1 .info {
  font-size: 20px;
  text-align: center;
  padding: 20px;
}

.modal1 .tbody {
  max-height: 280px;
  overflow-y: scroll;
  position: relative;
  border: 1px solid #2566b1;
}

.modal1 table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  font-size: 24px;
}

.modal1 table.thead {
  border-radius: 10px;
  border: 0;
}

.modal1 table .table-title {
  background-color: #2566b1;
  border-radius: 10px 10px 0 0;
  width: 100%;
}

.modal1 table th {
  color: white;
}

.modal1 table td {
  padding: 8px 20px 4px;
  border-bottom: 1px solid #2566b1;
  border-right: 0;
}

.modal1 table td + td {
  border-left: 0;
}

.modal1 .btn {
  background-image: url(https://static.web.sdo.com/bnb/pic/bnb/act_bnb/2023tuan/images/btn-yellow.png);
  background-size: 100% 98%;
  background-repeat: no-repeat;
  border-radius: 10px;
  cursor: pointer;
  width: 124px;
  height: 58px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
}

.modal1 .btn.s2 {
  background-image: url(https://static.web.sdo.com/bnb/pic/bnb/act_bnb/2023tuan/images/btn-red.png);
}

.modal1 .btn.s2 span {
  color: white !important;
}

.modal1 .btn.s3 {
  background-image: url(https://static.web.sdo.com/bnb/pic/bnb/act_bnb/2023tuan/images/btn-red.png);
  filter: grayscale(1);
}

.modal1 .btn.s3 span {
  color: white !important;
}

.modal1 .btn span {
  display: block;
  font-size: 26px;
  color: #c03f00;
  font-weight: bold;
  text-align: center;
  line-height: normal;
  font-size: 18px;
  margin-top: -4px;
}

.modal1 .btn span + span {
  font-size: 14px;
}
