/**
 * @Description:  样式
 * @Author: medivh byfs1990@163.com
 * @Date: 2026-04-11 17:19:36
 * @LastEditors: medivh byfs1990@163.com
 * @LastEditTime: 2026-04-14 14:53:07
 * 去没人的岛，摸鲨鱼的角。
 */
html {
  height: 100%;
}
body {
  overflow-x: hidden;
  height: 100%;
  min-width: 1310px;
  /* min-height: 1080px; */
  background-color: #eac9a4;
  background-image: url(../images/all_bg.png);
  background-position: center;
  background-size: 100% 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  body {
    overflow-x: auto;
  }
}
/* 首页样式 */
.clearfix {
  clear: both;
}
.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  font-size: 0;
  content: ' ';
  height: 0;
}
.clearfix {
  zoom: 1;
}
/* 搜索 */
.kf-table-header-img-wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  z-index: 4;
}
.search_wrap {
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  font-family: Microsoft YaHei;
  text-align: left;
  color: #f6f1d1;
  line-height: 18px;
}
.select_data {
  position: relative;
  margin: 9px 0 0 34px;
  width: 106px;
  height: auto;
}
.select_text {
  margin-left: 15px;
  min-width: 29px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-align: left;
  color: #8c8888;
  line-height: 25px;
  letter-spacing: 1px;
}
.select_class {
  cursor: pointer;
  float: left;
  width: 106px;
  height: 27px;
  background: url(../images/select_data.png) no-repeat;
  background-size: contain;
}
.select_arrow {
  cursor: pointer;
  margin-top: 10px;
  margin-right: 10px;
  width: 14px;
  height: 8px;
  float: right;
  background: url(../images/arrow-down.png) no-repeat;
  background-size: contain;
}
.select_arrow:hover {
  background: url(../images/arrow-down_h.png) no-repeat;
  background-size: contain;
}
.select_ul {
  display: none;
  position: absolute;
  z-index: 999;
  top: 34px;
  left: 0px;
  width: 197px;
  height: 275px;
  background: url(../images/select_ul_bg.png) no-repeat;
  background-size: contain;
}
.select_ul ul {
  display: block;
  width: 100%;
  height: 100%;
}
.select_ul ul li {
  cursor: pointer;
  margin: 0 auto;
  width: 88%;
  color: #8c8888;
  height: 29px;
  border-bottom: 1px solid #594237;
  line-height: 29px;
  letter-spacing: 1px;
}
.select_ul ul li:hover {
  color: #f6f1d1;
}
.select_ul ul li:nth-child(9) {
  border-bottom: none;
}
/* 更多版本选择 */
.select_edition {
  margin: 13px 0 0 250px;
  cursor: pointer;
}
.select_edition .select_sm {
  width: 100%;
}
.select_edition .select_sm ul {
  display: block;
  width: 100%;
  overflow: hidden;
}
.select_edition .select_sm ul li {
  float: left;
  padding: 1px 7px;
}
.select_edition .select_sm ul .select_ul_active {
  padding: 1px 7px;
  color: #fcda41;
  background-color: #fafafa;
  border-radius: 11px;
}
.select_edition .select_sm ul li:hover {
  padding: 1px 7px;
  color: #fcda41;
  background-color: #fafafa;
  border-radius: 11px;
}
.select_edition .select_sm ul li:nth-child(1):hover {
  color: #f6f1d1;
  background: none;
}
.select_edition .select_sm ul li:nth-child(11):hover {
  color: #fcda41;
  background: none;
}
.select_edition .select_sm ul .select_sm_m {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #fcda41;
  line-height: 18px;
  letter-spacing: 1px;
}
.select_edition .select_edition_ul {
  position: absolute;
  display: none;
  top: 43px;
  right: 264px;
  z-index: 9;
  width: 380px;
  min-height: 108px;
  overflow: hidden;
  background: url(../images/select_edition_bg.png) no-repeat;
  background-size: 100% 100%;
}
.select_edition .select_edition_ul ul {
  width: 100%;
  height: auto;
  padding: 6px 0;
}
.select_edition .select_edition_ul ul li {
  float: left;
  margin: 0 auto;
  width: 63px;
  height: 28px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #8c8888;
  line-height: 28px;
  letter-spacing: 1px;
}
.select_edition .select_edition_ul ul li:hover {
  color: #fcda41;
}
.inputtext {
  position: relative;
  margin-top: 9px;
  margin-right: -56px;
}
.inputtext input {
  width: 175px;
  height: 27px;
  padding-left: 20px;
  margin-left: 10px;
  background: url(../images/input_bg.png) no-repeat;
  background-size: contain;
  outline: none;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-align: left;
  color: #8c8888;
  line-height: 18px;
}
.inputclose {
  position: absolute;
  top: 5px;
  right: 35px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: url(../images/inputclose.png) no-repeat;
  background-size: contain;
  display: none;
}
.inputclose:hover {
  background: url(../images/inputclose_h.png) no-repeat;
}
.search_bt {
  position: absolute;
  top: 6px;
  left: 160px;
  cursor: pointer;
  width: 15px;
  height: 15px;
  background: url(../images/search_bt.png) no-repeat;
  background-size: contain;
}
.search_bt:hover {
  background: url(../images/search_bt_h.png) no-repeat;
  background-size: contain;
}
.reload_bt {
  position: absolute;
  top: 3px;
  left: 196px;
  cursor: pointer;
  width: 51px;
  height: 20px;
  background: url(../images/reload_bt.png) no-repeat;
  background-size: contain;
}
.reload_bt:hover {
  background: url(../images/reload_bt_h.png) no-repeat;
  background-size: contain;
}
/* 顶部导航 */
.top_search_bg {
  width: 100%;
  height: 44px;
  background: url('../images/marks_content_search.png') no-repeat 50%;
  background-size: 100% 100%;
}
.top_search_bg .login_btn {
  position: absolute;
  top: 4px;
  left: 340px;
  cursor: pointer;
  width: 51px;
  height: 20px;
  font-size: 14px;
  color: #ffe9c6;
}
/* 表格样式 */
.table-box {
  /* 
  border-style: solid;
  border-width: 2px;
  border-image-source: linear-gradient(
    261deg,
    #ff6e02 0%,
    #ffff00 50%,
    #ffb600 74%,
    #ff6d00 100%
  ); 
  */
  border-image-slice: 1;
  /* 礼包 领取礼包 */
  /* 礼包 查看 */
  /* 礼包 已领完 */
}
.table-box .record {
  width: 66px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}
.table-box .claim {
  border: 1px solid #9f070c;
  background: linear-gradient(0deg, #ce0606 0%, #fe7979 100%);
}
.table-box .view {
  border: 1px solid #b44800;
  background: linear-gradient(0deg, #ea5e00 0%, #ffaa3c 100%);
}
.table-box .over {
  color: #6b6a6a;
  border: 1px solid #888;
  background: linear-gradient(0deg, #929090 0%, #c5c3c3 100%);
}

.table-box .not_start {
  color: #ffffff;
  border: 1px solid #0a820a;
  background: linear-gradient(0deg, #329700 0%, #abfe79 100%);
}

/* 右侧悬浮客服  */
.contact_float {
  position: fixed;
  right: 0;
  top: 20%;
  width: 180px;
  height: 392px;
  /* background: url('../images/contact_bg.png') no-repeat; */
  background: url('../images/bg.png') no-repeat;
  background-size: 100% 100%;
}
/* 登录弹窗 */
.login_bg {
  width: 468px;
  height: 465px;
  background: url('../images/login_bg.png') no-repeat;
  background-size: 100% 100%;
}
.login_bg .refresh-mask {
  background: rgba(0, 0, 0, 0.5);
}
.login_close {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 29px;
  height: 29px;
  background: url('../images/login_close.png') no-repeat;
  background-size: 100% 100%;
}
.layui-layer-title {
  border-bottom: none;
}
/* layui table 表格样式 */
.layui-table tr td {
  font-size: 14px;
  height: 50px;
  color: #666666;
  text-align: center;
}
.layui-table tr th {
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  color: #333;
  text-align: center;
  background: #f8f8f8;
}
/* 用户中心导航样式 */
.nav-active {
  position: relative;
  font-weight: bold;
  color: #ff9a17;
}
.nav-active:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 3px;
  background: #ff9a17;
  border-radius: 2px;
}
/* 底部footer */
.index_footer {
  /* position: fixed; */
  /* position: relative;
  bottom: 0; */
  width: 100%;
  height: 153px;
  background: url(../images/footer-bg.png) no-repeat 50%;
  background-size: 100% 100%;
  margin: 50px auto 0;
  padding-top: 42px;
  box-sizing: border-box;
}
.index_footer .copy_text,
.index_footer .copy_text a {
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  line-height: 26px;
}
.index_footer .copy_text a:hover {
  color: #fae1a7;
}
/* 公告样式 */
.txtMarquee-top {
  width: 100%;
  height: 40px;
  line-height: 40px;
  /* margin: -3px auto; */
  margin: 0px auto;
  background: #494949;
  /* background:url(../images/info.png) no-repeat top center; */
  /* background-size: contain; */
  position: relative;
  /* margin-bottom:25px; */
  /* background: url(../images/iny_tips.png) no-repeat 8px center #fff; */
  /* background-size: 24px; */
  /* border-style: solid; */
  /* border-width: 2px; */
  /* border-image-source: linear-gradient(
    261deg,
    #ff6e02 0%,
    #ffff00 50%,
    #ffb600 74%,
    #ff6d00 100%
  ); */
  border-image-slice: 1;
  box-sizing: border-box;
  z-index: 99;
}
.txtMarquee-top ul li {
  /* padding: 0 40px; */
  height: 41px;
}
.txtMarquee-top ul li a {
  height: 41px;
  /* display: block; */
  /* color: #744227; */
  color: #f8cf70;
  cursor: pointer;
}
.txtMarquee-top ul li .fl {
  /* color:#ffffff; */
  line-height: 41px;
}
.txtMarquee-top ul li .fr {
  float: right;
  width: 60px;
  height: 20px;
  background: #fcad50;
  text-align: center;
  line-height: 20px;
  color: #d8241c;
  border: 2px solid #d8241c;
  border-radius: 5px;
  margin-top: 6px;
}
/* 首页表格样式 */
/*# sourceMappingURL=index.css.map */
