.back img {
  padding-top: 5px;
  padding-left: 5px;
  width: 30px;
}

.container {
  padding: 15px;
  background-color: #00682d;
  font-family: "Times New Roman", serif;
}

.container h1 {
  text-align: left;
  margin: 10px auto;
  font-size: 22px;
}

.container p {
  text-align: left;
  margin: 10px auto;
  font-size: 15px;
}
.middle p{font-size: 11px;}

h2 {
  text-align: center;
  margin-bottom: 8px;
  font-size: 22px;
  text-transform: uppercase;
}

p {
  font-size: 14px;
  text-align: center;
  color: #ddd;
  margin-bottom: 20px;
}

table.onecol {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

table.onecol td {
  padding: 12px;
  position: relative;
  border: none;
}

table.onecol td::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.5px;
  background: linear-gradient(180deg, #3bac66, #03522c);
}
table.containerindex td::after{
  background: none; /* 移除背景 */
}

.left_img {
  position: relative; /* 使得子元素的绝对定位相对于这个容器 */
  display: inline-block; /* 使容器宽度适应内容 */
}

.favorite-button {
  position: absolute; /* 绝对定位 */
  top: 51px; /* 距离上方的距离 */
  right: 25px; /* 距离右侧的距离 */
  width: 30px; /* 按钮宽度 */
  height: 30px; /* 按钮高度 */
  background: rgba(255, 0, 0, 0.5); /* 半透明背景 */
  border: none; /* 去掉边框 */
  border-radius: 20px; /* 圆形按钮 */
  cursor: pointer; /* 鼠标悬停时显示为可点击 */
  font-size: 20px; /* 字体大小 */
  color: white; /* 字体颜色 */
}

.row-text {
  font-size: 20px;
  font-weight: bold;
  background: linear-gradient(180deg, #3bac66, #03522c);
  text-align: center;
}

.media-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}



.play-btn {
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  background-color: #fee001;
  color: #00682d;
  white-space: nowrap;
}

.warrant-header {
  display: inline-block;
  padding: 20px;
  background-color: #03522c;
  color: white;
  font-family: "Times New Roman", serif;
}

.warrant-header img {
  float: right;
  width: 60px;
  height: auto;
}

.warrant-header h2 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  text-transform: none;
}

.warrant-header p {
  margin: 10px 0;
  font-size: 13px;
  color: white;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
}

.warrant-header a {
  color: white;
  text-decoration: underline;
  font-weight: bold;
}

.hidden-text {
  display: none;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4em;
}

.warrant-title {
  margin-left: 20px;
  margin-right: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  text-transform: none;
  font-family: "Times New Roman", serif;
}

.warrant-card {
  width: 90%;
  border: 1px solid #555;
  border-radius: 8px;
  overflow: hidden;
  font-family: "Times New Roman", serif;
  text-align: center;
  background-color: #00682d;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  margin: 20px auto;
  color: #f0f0f0;
}

.arrow-icon {
  width: 25px;
  margin-left: 6px;
  vertical-align: middle;
}

.warrant-rank {
  background-color: #03522c;
  padding: 8px;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #fee001;
}

.warrant-rank2 {
  background-color: #03522c;
  width: 25px;
  border-radius: 0 0 8px 0;
  padding: 8px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #fee001;
}

.warrant-logo {
  margin: 10px 0;
}

.warrant-logo img {
  max-height: 40px;
}

.warrant-flag img {
  max-height: 20px;
  margin-bottom: 10px;
}

.warrant-bonus {
  font-weight: bold;
  color: #fee001;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin: 8px 0;
  padding: 0 12px;
}

.warrant-label {
  color: #ccc;
  font-size: 15px;
  margin-bottom: 10px;
}

.warrant-btn {
  background-color: #fee001;
  color: #000;
  padding: 8px 15px;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 10px;
}

.warrant-btn:hover {
  background-color: #fee001;
}

.warrant-stats {
  display: flex;
  justify-content: space-around;
  padding: 8px 0;
  font-size: 15px;
  border-top: 1px solid #03522c;
  color: #ddd;
}

.warrant-percent {
  color: #00ff00;
  font-weight: bold;
}

.warrant-container {
  position: relative;
}

.warrant-details {
  background-color: #03522c;
  padding: 6px;
  font-size: 20px;
  font-weight: bold;
  color: #fee001;
  border-top: 1px solid #555;
  cursor: pointer;
}

.warrant-box {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 93%;
  padding: 15px;
  background-color: #03522c;
  border-top: 2px solid #fee001;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  z-index: 10;
}

.drawer-title {
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  color: #fee001;
  text-transform: uppercase;
}

.icon-container img {
  width: 25px;
  margin: 10px 15px 10px 0;
  vertical-align: middle;
}

.green {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #fff;
  color: #1a7d1a;
  border-radius: 50%;
  font-size: 14px;
  margin-right: 8px;
}

.drawer-item {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.drawer-item p {
  margin: 0;
}

.left {
  display: flex;
  margin: 5px 0;
}
.floating-image-menu {
  position: fixed;
  bottom: 122px;
  left:85%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.toggle-button {
  background-color: #007BFF;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
}

.image-list {
  list-style: none;
  padding: 10px;
  width: 3.5rem;
  max-width: 100%;
  color: white;
  display: flex;
  flex-direction: column;
}

.image-list li {
  margin:10px 0;
}

.image-list img {
  width: 2.5rem; /* 设置图片宽度，根据需要调整 */
  height: auto; /* 自适应高度 */
}
.play-btn1{padding:10px 10px;}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 半透明背景 */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000; /* 确保在其他内容之上 */
  display: none;
}

.modal {
  background-image: linear-gradient(180deg, rgba(1, 142, 0, 0.85) 0%, rgba(0, 50, 0, 0.85) 100%);
 /* background-image: url("/static/static2/600x800.png");*/
  background-repeat: no-repeat; /* 防止图像重复 */
  background-size: cover; /* 缩放图像以覆盖整个背景 */
  background-position: center; /* 将图像居中显示在背景中 */
  border-radius: 10px;
  padding: 20px;
  width: 80%;
  max-width: 400px;
}

.modal img {
  max-width: 100%;
  height: auto;
}

.modal h2 {
  color: #333;
  margin-bottom: 10px;
}

.modal ul {
  list-style-type: none;
  padding: 0;
}

.modal li {
  margin: 5px 0;
}

.update-button {
  background-color: #fee001; /* 蓝色按钮 */
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}


#00682d

.inquire-button {
  background-color: #ddd; /* 灰色按钮 */
  border: none;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}

.friendly-reminder {
  font-size: 0.8em;
  color: #555;
}
.content-text{
  background-color: green;
  padding:10px 15px;
  border-radius: 10px;
}
.hdialog-pdd-close {

  width: 1.4rem;
  height: 1.4rem;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
}
.hdialog-pdd-close img {
  width: 1.4rem;
  height: 1.4rem;
}
.buttons-list{
  margin-top:15px;
  text-align: center;


}
.down-button,.down1-button{
  border-radius: 1rem;

  align-items: center; /* 垂直居中 */
  justify-content: center; /* 水平居中 */
}

.play-btn2{
  background: #00682d;
  border-color: #ffffff;
}
.play-btn3{color:#00682d;}
.imggo{
  width:1.5rem;
  display: inline-block; /* 将图像视为内联块元素 */
  vertical-align: middle; /* 将图像与文本垂直对齐 */
}
.baixar{
  font-size: 14px;
}
.green-button{
  border: 1px solid white;
  background: #00682d;
  color: #ffffff;
}
.middle p{
  max-width: 100px;
}

.floating-bottom-menu {
  position: fixed;

  grid-template-rows: 32px 24px;
  grid-auto-flow: column;


  justify-content: space-around;
  row-gap: 4px;

  background-image: url('/static/static2/aa.png');
  background-size: cover;
  width: 100%;
  max-width: 430px;

  box-shadow: 0 -0.08rem 0.16rem 0 rgba(0, 0, 0, 0.25);
  z-index: 1000;
  height: 5rem;
  bottom: 62px;
}

.floating-bottom-menu img{
  padding-left:15px;
  width: 4rem;
  height: 4rem;
}
.media-row .left_img img {
  width: 85%;
  height: auto;
  display: block;
  align-items: center;
}