* {
  padding: 0;
  margin: 0;
}
ul {
  list-style-type: none;
  padding-left: 0;
}
li {
  padding-left: 10px;
}
body {
  background: rgba(247, 207, 106, 0.9);
}
.mb6 {
  width: 10rem;
  height: 100%;
}
.mb6 h1 {
  color: #ffffff;
  font-size: 35px;
  text-align: center;
  padding-top: 0.8rem;
}
.mb6 .mb61 {
  width: 8rem;
  height: 9.33333333rem;
  background: #faf5f5;
  border-radius: 5px;
  margin: auto;
  margin-top: 0.53333333rem;
}
.mb6 .mb61 .mb61-1 {
  color: #353535;
  text-align: center;
  padding-top: 0.53333333rem;
}
.mb6 .mb61 .mb61-2 {
  color: #02acac;
  text-align: center;
  font-weight: bold;
  margin-top: 0.26666667rem;
}
.mb6 .mb61 ul {
  position: relative;
}
.mb6 .mb61 ul li {
  width: 1.06666667rem;
  height: 1.06666667rem;
  border-radius: 50%;
}
.mb6 .mb61 ul li img {
  width: 1.06666667rem;
  height: 1.06666667rem;
  border-radius: 50%;
}
.mb6 .mb61 .li1 {
  position: absolute;
  top: 0.53333333rem;
  left: 0.13333333rem;
}
.mb6 .mb61 .li2 {
  position: absolute;
  top: 0.53333333rem;
  left: 1.01333333rem;
}
.mb6 .mb61 .li3 {
  position: absolute;
  top: 0.53333333rem;
  left: 1.86666667rem;
}
.mb6 .mb61 .li4 {
  position: absolute;
  top: 0.53333333rem;
  left: 2.74666667rem;
}
.mb6 .mb61 .li5 {
  position: absolute;
  top: 0.53333333rem;
  left: 3.6rem;
}
.mb6 .mb61 .li6 {
  position: absolute;
  top: 0.53333333rem;
  left: 4.42666667rem;
}
.mb6 .mb61 .li7 {
  position: absolute;
  top: 0.53333333rem;
  left: 5.28rem;
}
.mb6 .mb61 .li8 {
  position: absolute;
  top: 0.53333333rem;
  left: 6.13333333rem;
}
.mb6 .mb61 .mb61-3 {
  width: 6.66666667rem;
  height: 2.66666667rem;
  margin: auto;
  margin-top: 2.13333333rem;
  position: relative;
}
.mb6 .mb61 .md61-3-1 {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 0.53333333rem;
  left: 0;
}
.mb6 .mb61 .md61-3-2 {
  font-size: 16px;
  font-weight: bold;
  color: #505050;
  position: absolute;
  top: 0.4rem;
  left: 1.46666667rem;
}
.mb6 .mb61 .md61-3-3 {
  font-size: 12px;
  font-weight: bold;
  color: #353535;
  position: absolute;
  top: 1.06666667rem;
  left: 1.46666667rem;
  width: 5.06666667rem;
  height: 1.01333333rem;
}
.mb6 .mb61 .mb6-4 {
  width: 6.66666667rem;
  height: 1.06666667rem;
  margin: auto;
  background-color: red;
  border-radius: 20px;
  text-align: center;
}
.mb6 .mb61 .mb6-4 a {
  display: block;
  width: 6.66666667rem;
  height: 1.06666667rem;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.06666667rem;
  border-radius: 20px;
}
.mb6 .mb62 {
  width: 8rem;
  background: #f5e7c8;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  margin: auto;
  margin-top: 0.53333333rem;
  padding-bottom: 0.66666667rem;
}
.mb6 .mb62 .mb62-1 {
  color: #a7970e;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 0.4rem;
  display: block;
}
.mb6 .mb62 p {
  font-size: 12px;
  font-weight: bold;
  color: #6b6b6b;
  padding: 0 0.4rem;
  margin-top: 0.26666667rem;
}
.popup {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 10rem;
  background-color: white;
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.3);
  transition: bottom 0.5s ease;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(17.5px);
  -webkit-backdrop-filter: blur(17.5px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding-bottom: 0.53333333rem;
}
.popup img {
  width: 6.4rem;
  height: 8rem;
  display: block;
  margin: auto;
  margin-top: 0.4rem;
}
.popup h2 {
  width: 8rem;
  display: block;
  font-size: 16px;
  color: #f7f7f7;
  margin: auto;
  text-align: center;
  margin-top: 0.4rem;
}
.popup p {
  width: 8rem;
  display: block;
  font-size: 16px;
  color: #ffffff;
  margin: auto;
  margin-top: 0.4rem;
}
.popup.active {
  bottom: 0;
}
.popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.close-btn {
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
}
.overlay.active {
  display: block;
}
.erphpdown-default {
  border: none;
}
.erphpdown-iframe {
  display: block;
  text-decoration: none;
  border: none;
  text-align: center;
  width: 6.66666667rem;
  height: 1.06666667rem;
  background-color: red;
  margin: auto;
  color: #ffffff;
  margin-top: 0.66666667rem;
  line-height: 1.06666667rem;
  border-radius: 10px;
}
.payyzf1 {
  all: unset;
  width: 7.46666667rem;
  height: 1.2rem;
  background-color: #3498db;
  color: #ffffff;
  text-align: center;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  margin-top: 0.53333333rem;
}
.mb62 img {
  width: 100%;
  height: 100%;
}
