/* CSS Document */
html {}

body,
button,
input,
select,
textarea {
  font-family: "Hiragino Sans GB", "Helvetica Neue", Helvetica, STHeiTi,
    "Microsoft Yahei", sans-serif;
  color: #9b9b9b;
  background-color: #fff;
}

body {
  background-color: #000000;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  outline: none;
  font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
}

div {
  display: block;
}

img,
input {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul,
li {
  list-style: none;
}

/*header*/
#container {
  width: 100%;
}

.one {
  position: relative;
  width: 750px;
  margin: 0 auto;
}

.oneG {
  position: relative;
  width: 750px;
  margin: 0 auto;
}

.two {
  position: relative;
  width: 750px;
  padding-top: 92px;
  padding-bottom: 25px;
  margin: 0 auto;
}

.three {
  position: relative;
  width: 750px;
  margin: 0 auto;
  height: 30px;
}

.Four {
  position: relative;
  width: 750px;
  margin: 0 auto;
  font-size: 16px;
  color: #2c2c2c;
  line-height: 1.5;
}

.rightNav {
  top: 20%;
  right: 0;
  overflow: visible;
  position: fixed;
  z-index: 299;
}

.rightNav p {
  text-align: center;
  color: #000000;
  font-weight: bold;
  font-size: 20px;
  background-color: #ffff00;
  line-height: 30px;
  height: 30px;
}

.vip-query-window {
  width: 100%;
}

.vip-c {
  position: relative;
}

.vipForm {
  width: 59%;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  text-align: center;
  bottom: 29%;
  left: 50%;
  transform: translate(-50%, 0);
}

.searchBtn {}

.TXT-query-window {
  width: 80%;
  position: relative;
  top: -10px;
  /* 距图片上方的距离，根据需要调整 */
  left: 50%;
  /* 初始位置在容器中心 */
  transform: translateX(-50%);
  /* 水平居中 */
  padding: 0px 20px 20px 20px;
  /* 窗口内边距 */
  border: 1px solid #5f5341;
  /* 边框 */
  background-color: rgba(22, 20, 30, 1);
  /* 半透明背景色，增加可读性 */
  border-radius: 30px;
  /* 圆角边框 */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* 阴影效果 */
  z-index: 1;
  /* 确保窗口位于图片上方 */
}

.TXT2-query-window {
  width: 80%;
  position: relative;
  left: 50%;
  /* 初始位置在容器中心 */
  transform: translateX(-50%);
  /* 水平居中 */
  padding: 0px 20px 20px 20px;
  /* 窗口内边距 */
  border: 1px solid #5f5341;
  /* 边框 */
  background-color: rgba(22, 20, 30, 1);
  /* 半透明背景色，增加可读性 */
  border-radius: 30px;
  /* 圆角边框 */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* 阴影效果 */
  z-index: 1;
  /* 确保窗口位于图片上方 */
}

.txt_1 {
  width: 100%;
  text-align: center;
  padding-top: 55px;
  line-height: 1.5;
  z-index: 280;
  font-size: 16px;
}

.txt_2 {
  width: 100%;
  position: relative;
  text-align: left;
  padding-top: 10px;
  margin: 10px 20px 10px 0px;
  line-height: 2;
  z-index: 280;
  color: #ffffff;
  font-size: 16px;
}

.tab_1 {
  padding-top: 10px;
  line-height: 1.4;
  z-index: 280;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
}

.topImg {
  margin-bottom: -55px;
}

table,
th,
td {
  border: 1px solid #473e32;
  border-collapse: collapse;
  /* 合并边框 */
  padding: 5px;
}

.tr1 {
  background-color: #23202e;
}

.tr2 {
  background-color: #16141e;
}

.table-container {
  display: flex;
  flex-direction: column;
  border: 1px solid #473e32;
  width: 100%;
  overflow: auto;
}

.table-header {
  background-color: #130d06;
}

.table-header .table-cell {
  color: #ffeab1;
}

.table-header,
.table-row {
  display: flex;
}

.table-cell {
  flex: 1;
  border: 1px solid #473e32;
  box-sizing: border-box;
  text-align: center;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-row .table-cell:first-child {
  color: #ffeab1;
}

.table-row.highlighted {
  background-color: #130d06;
}

.text1 {
  color: #fcd8a3;
  font-weight: bold;
  font-size: 45px;
  /* 字体大小 */
}

/* 设置第二段文字的颜色和大小 */
.text2 {
  color: #ffffff;
  font-size: 33px;
  /* 不同的字体大小 */
}

.til_1 {
  position: relative;
  bottom: 3px;
  width: 100%;
  padding-bottom: 5px;
  z-index: 1;
}

.til_2 {
  position: relative;
  bottom: 62px;
  width: 81%;
  padding-bottom: 5px;
  z-index: 299;
}

/* 输入框基础样式 */
input[type="text"] {
  width: 97%;
  /* 宽度 */
  height: 39px;
  /* 高度 */
  text-align: center;
  padding: 15px 0px 15px 0px;
  /* 内边距 */
  margin-bottom: 24px;
  border: 0px solid #ccc;
  /* 边框 */
  border-radius: 5px;
  /* 边框圆角 */
  font-size: 27px;
  /* 字体大小 */
  color: #fff;
  /* 字体颜色 */
  background-color: #111216;
  /* 背景颜色 */
  /* 可以在这里添加更多的样式，如hover效果等 */
}

/* 输入框悬停（hover）效果 */
input[type="text"]:hover {
  background-color: #111216;
  /* 边框颜色变深 */
}

/* 输入框聚焦（focus）效果 */
input[type="text"]:focus {
  background-color: #111216;
  /* 边框颜色变为蓝色，与Bootstrap默认主题相似 */
  outline: none;
  /* 移除浏览器默认的聚焦轮廓 */
}

/* 提交按钮基础样式 */
button[type="submit"] {
  width: 100%;
  /* 宽度 */
  height: 60px;
  /* 高度 */
  padding: 0;
  background: none;
  /* 内边距，可调整以适应文本 */
  border: none;
  /* 无边框 */
  border-radius: 10px;
  /* 边框圆角 */
  font-size: 30px;
  /* 字体大小 */
  color: #fff;
  /* 字体颜色 */
  /* 背景颜色，与Bootstrap默认主题相似 */
  cursor: pointer;
  /* 鼠标悬停时显示指针形状 */
  /* 可以在这里添加更多的样式，如hover、active效果等 */
}


.question {
  font-size: 32px;
  color: #fcd8a3;
}

.answer {
  font-size: 16px;
  color: #ffffff;
}

/* 简单的弹窗样式 */
.modal {
  display: none;
  /* 默认隐藏 */
  position: fixed;
  /* Stay in place */
  z-index: 2;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

.modal-box {
  width: 345px;
  height: 440px;
  font-size: 12px;
  margin: auto;
  position: relative;
  background-image: url("img/eject_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.modal-user-vip {
  display: block;
}

.modal-bind-birthday {
  display: none;
}

.modal-bind-birthday-current {
  display: block;
}

.modal-bind-birthday-success {
  display: none;
  text-align: center;
}

.modal-bind-birthday-footer {
  display: none;
}

.modal-bind-success-foot {
  display: none;
  margin-top: 15px;
}

.modal-bind-birthday-success-text:first-child {
  font-size: 30px;
  font-weight: 600;
  color: #ac6839;
}

.modal-bind-birthday-success-text:last-child {
  margin-top: 5px;
  font-size: 20px;
  color: #ac6839;
}

.modal-bind-birthday-title {
  margin-top: 20px;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  color: #4c4b4b;
}

.modal-bind-birthday-box {
  border: 1px solid #d6b781;
  border-radius: 10px;
  margin-top: 20px;
}

.modal-bind-birthday-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.margin-top {
  margin-top: 10px;
}

.modal-bind-birthday-box {
  padding: 20px 10px;
}

.modal-bind-birthday-date-text {
  width: 90px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  background-color: #d6b781;
}

.modal-bind-birthday-date-input {
  width: 90px;
}

input.form-control {
  margin-bottom: 0;
}

/* Modal Content */
.modal-content {
  color: #807e7d;
  padding: 55px 20px 0 20px;
}

.modal-user-info:nth-child(2) {
  margin: 5px 0;
}

.modal-user-number {
  font-size: 18px;
  font-weight: 600;
  color: #F28C30;
}

.modal-user-date,
.modal-user-amount {
  color: #F28C30;
}

.modal-user-vip-level-now {
  margin-top: 8px;
  display: flex;
  align-items: center;
}

.modal-user-vip-level-now img {
  width: 70px;
  height: auto;
}

.modal-user-vip-box {
  padding: 10px 0;
  margin-top: 8px;
  font-size: 12px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 10px;
  background-image: url("img/level_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* .modal-vip-level-img {
  margin-left: 15px;
} */

.modal-vip-level-img img {
  width: 80px;
}

.modal-vip-hint1 {
  margin-top: 5px;
  color: #FF9B9B;
}

.modal-vip-hint2 {
  margin-top: 5px;
  color: #ffcd91;
}

.modal-vip-info-exp {
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  width: 245px;
  color: #ffcd91;
  font-size: 14px;
}

.modal-footer,
.modal-bind-birthday-foot {
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-bind-birthday-foot,
.modal-bind-success-foot {
  margin-top: 50px;
}

.modal-btn {
  width: 140px;
  height: 36px;
  border-radius: 18px;
  line-height: 36px;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  color: #ffffff;
  background: #22AF43;
}

.modal-btn-sumit {
  margin-left: 20px;
}

.modal-btn-close {
  background: linear-gradient(to bottom, #9b9b9b, #9b9b9b);
  color: #ffffff;
}

/* The Close Button */
.close {
  width: 35px;
  height: 35px;
  background-image: url("./img/close.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 2;
}

.modal-vip-privilege {
  margin-top: 5px;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  color: #4c4b4b;
}

.modal-vip-privilege-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}

.modal-vip-privilege-item {
  width: 90px;
  border: 1px solid #d3a86b;
  background-color: #d3a86b;
  border-radius: 8px;
  text-align: center;
}

.modal-vip-privilege-item-text:first-child {
  height: 30px;
  line-height: 30px;
  font-weight: 600;
  color: #ffffff;
}

.modal-vip-privilege-item-text:last-child {
  height: 35px;
  font-size: 16px;
  line-height: 35px;
  background-color: #ffffff;
  color: #ac6839;
  border-radius: 8px;
  font-weight: 600;
}

.modal-vip-privilege-hint {
  margin-top: 5px;
  text-align: center;
  color: #474747;
}

.birthday-conditions {
  display: block;
}

div.modal-btn-success-close {
  margin: 0 auto !important;
}

.record-bg {
  font-size: 14px;
  max-width: 750px;
  height: 100vh;
  margin: 0 auto;
  background-color: #fff;
  background-image: url("img/record-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.record-nav {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #1a1a1f;
  position: relative;
}

.record-nav .record-icon {
  width: 50px;
  height: 50px;
  background-image: url("img/arrow-left.png");
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.record-title {
  width: 90%;
  max-width: 750px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.record-content {
  width: 90%;
  max-width: 750px;
  margin: 0 auto;
  background-color: #fff6dd;
  border: 1px solid #af905a;
  border-radius: 10px;
  color: #393939;
}

.record-relative {
  position: relative;
  top: -40px;
  z-index: 2;
}

.record-title-tetx {
  color: #d3a86b;
  font-weight: 600;
}

.record-title-tetx div:first-child {
  font-size: 40px;
}

.record-title-tetx div:last-child {
  text-align: center;
  font-size: 20px;
}

.record-title-img {
  width: 150px;
}

.record-title-img img {
  width: 100%;
  height: auto;
}

.content-head {
  color: #d3a86b;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(to right, #1a1a1a, #343434);
}

.content-box {
  display: flex;
}

.content-box+.content-box {
  border-top: 1px solid #f7c979;
}

.content-list {
  max-height: 190px;
  overflow-y: scroll;
  border-bottom: 1px solid #f7c979;
}

#loading {
  display: none;
  text-align: center;
  padding: 10px;
}

.content-item {
  width: 25%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.content-foot {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  color: #d3a86b;
}

@media (max-width: 800px) {
  #container {
    width: 100%;
  }

  .one {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  .oneG {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 3em;
  }

  .two {
    width: 100%;
    padding-top: 52px;
    padding-bottom: 25px;
    margin: 0 auto;
    text-align: center;
  }

  .three {
    position: relative;
    width: 100%;
    height: 2em;
    margin: 0 auto;
  }

  .Four {
    position: relative;
    width: 100%;
    margin: 0 auto;
    font-size: 1em;
    color: #2c2c2c;
    line-height: 1.5;
  }

  .vip-query-window {
    width: 100%;
  }

  .TXT-query-window {
    width: 86%;
    position: relative;
    top: -0.1em;
    /* 距图片上方的距离，根据需要调整 */
    left: 50%;
    /* 初始位置在容器中心 */
    transform: translateX(-50%);
    /* 水平居中 */
    padding: 0em 1em 1em 1em;
    /* 窗口内边距 */
    border: 1px solid #5f5341;
    /* 边框 */
    background-color: rgba(22, 20, 30, 1);
    /* 半透明背景色，增加可读性 */
    border-radius: 1.5em;
    /* 圆角边框 */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* 阴影效果 */
    z-index: 1;
    /* 确保窗口位于图片上方 */
  }

  .TXT2-query-window {
    width: 86%;
    position: relative;
    left: 50%;
    /* 初始位置在容器中心 */
    transform: translateX(-50%);
    /* 水平居中 */
    padding: 0em 1em 1em 1em;
    /* 窗口内边距 */
    border: 1px solid #5f5341;
    /* 边框 */
    background-color: rgba(22, 20, 30, 1);
    /* 半透明背景色，增加可读性 */
    border-radius: 1.5em;
    /* 圆角边框 */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* 阴影效果 */
    z-index: 1;
    /* 确保窗口位于图片上方 */
  }

  .question {
    font-size: 1.7em;
    color: #fcd8a3;
  }

  .answer {
    font-size: 1em;
    color: #ffffff;
  }

  .text1 {
    color: #fcd8a3;
    font-weight: bold;
    font-size: 1.4em;
    /* 字体大小 */
  }

  /* 设置第二段文字的颜色和大小 */
  .text2 {
    color: #ffffff;
    font-size: 1.2em;
    /* 不同的字体大小 */
  }

  .txt_1 {
    width: 100%;
    text-align: center;
    padding-top: 0;
    line-height: 1.5;
    z-index: 280;
    font-size: 1em;
  }

  .txt_2 {
    width: 100%;
    position: relative;
    text-align: left;
    padding-top: 10px;
    margin: 10px 20px 10px 0px;
    line-height: 2;
    z-index: 280;
    color: #ffffff;
    font-size: 1em;
  }

  .tab_1 {
    padding-top: 25px;
    line-height: 1.4;
    z-index: 280;
    color: #ffffff;
    font-size: 1em;
    text-align: center;
  }

  .topImg {
    margin-bottom: -55px;
  }

  .table-container {
    display: flex;
    flex-direction: column;
    border: 1px solid #473e32;
    width: 100%;
    overflow: auto;
  }

  .table-header,
  .table-row {
    display: flex;
  }

  .table-cell {
    flex: 1;
    border: 1px solid #473e32;
    box-sizing: border-box;
    text-align: center;
  }

  .table-row.highlighted {
    background-color: #130d06;
  }

  /* .table_1 {
    font-size: 12px !important;
  } */

  /* 输入框基础样式 */
  input[type="text"] {
    width: 97%;
    /* 宽度 */
    height: 0.9em;
    /* 高度 */
    text-align: center;
    padding: 0.7em 0px 0.7em 0px;
    /* 内边距 */
    border: 0px solid #ccc;
    /* 边框 */
    border-radius: .5em;
    /* 边框圆角 */
    font-size: 1em;
    /* 字体大小 */
    color: #fff;
    /* 字体颜色 */
    margin-bottom: 15px;
    background-color: #111216;
    /* 背景颜色 */
    /* 可以在这里添加更多的样式，如hover效果等 */
  }

  /* 提交按钮基础样式 */
  button[type="submit"] {
    width: 100%;
    /* 宽度 */
    height: 2.3em;
    /* 高度 */
    padding: 0;
    background: none;
    /* 内边距，可调整以适应文本 */
    border: none;
    /* 无边框 */
    border-radius: .5em;
    /* 边框圆角 */
    font-size: 1em;
    /* 字体大小 */
    color: #fff;
    /* 背景颜色，与Bootstrap默认主题相似 */
    cursor: pointer;
    /* 鼠标悬停时显示指针形状 */
    /* 可以在这里添加更多的样式，如hover、active效果等 */
  }

  .til_1 {
    position: relative;
    bottom: 3px;
    width: 100%;
    padding-bottom: 5px;
    z-index: 1;
  }

  .til_2 {
    position: relative;
    bottom: 39px;
    width: 89%;
    padding-bottom: 5px;
    z-index: 299;
  }

  .rightNav {
    width: 35%;
    top: -100%;
    right: 0;
    overflow: visible;
    position: absolute;
    z-index: 299;
  }
}

@media (min-width: 800px) {
  .oneG {
    height: 1069px;
  }
}