html, body, a, div, ul,li {
  margin: 0;
  padding: 0;
}
body {
  background: #000;
  color: #cab497;
  font-size: 12px;
  font-family: microsoft yahei;
  min-width: 1060px;
}
body a {
  color: #cab497;
  font-size: 12px;
  text-decoration: none;
}

div img {
  width: 100%;
  height: 100%;
}
ul,li {
  list-style: none;
}
.container{
  background: url(../images/2024_09_09_03/bg.jpg) center top no-repeat;
  min-height: 1200px;
}
.img-animation {
  overflow: hidden;
}
.img-animation:hover img {
  transform: scale(1.08);
  transition: all .15s linear;
}
.content {
  width: 1060px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.content div {
  box-sizing: border-box;
}
.head-box,.box-1,.box-2 {
  width: 100%;
  zoom: 1;
  margin: 0 auto;
}
.head-box img {
  width: 585px;
  height: 128px;
  display: block;
  margin: 0 auto;
}
.box-1 {

}
.box-2 {

}
.slide-box {
  height: 96px;
}
.slide-box img {
  width: 1060px;
  height: 96px;
}
.slide-box .hd {
  position: absolute;
  width: 100%;
}
.slide-box .hd .prev {
  left: 5px;
}
.slide-box .hd .next {
  right: 5px;
}
.slide-box .hd .prev, .slide-box .hd .next {
  width: 40px;
  height: 87px;
  position: absolute;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  line-height: 87px;
  text-align: center;
  font-size: 40px;
  cursor: pointer;
  color: #fff;
  top: 5px;
  border-radius: 5px;
}

.flex-box {
  display: flex;
}
.box-title {
  width: 100%;
}
.table-box {
  min-height: 570px;
}
.table-box table {
  border: 1px solid #ffae00;
  border-collapse: collapse;
  width: 1060px;
}
.table-box table th {
  border: 1px solid #ffae00;
  line-height: 50px;
  background: linear-gradient(to bottom, #251900, #5b3800);
  font-size: 18px;
  color: #fff;
}
.table-box table td {
  position: relative;
  line-height: 50px;
  text-align: center;
  background: #fff;
  color: #333;
  border-right: 1px solid #ffae00;
}
.bottom-box {

margin-right: -10px;
}
.bottom-box .bottom-item {
  width: 256px;
  overflow: hidden;
  border-radius: 5px;
  margin-right: 12px;
  background: #fff;
}
.bottom-box .bottom-item:hover .bottom-item-img img {
  transform: scale(1.08);
  transition: all .15s linear;
}
.bottom-box .bottom-item .bottom-item-img {
  width: 256px;
  height: 160px;
  overflow: hidden;
}
.bottom-content {
  height: 72px;
 
  padding: 7px 10px;
}
.bottom-vip {
  display: none;
}
.bottom-content-img {
  width: 56px;
  height: 56px;
  margin-right: 10px;
}
.main-table tr {
  position: relative;

}
.main-table tr span {
  display: block;
  font-size: 16px;
  transform: translateX(0px);
  transition: transform .15s linear;
}
.main-table tr:hover span {
  transform: translateX(-4px);
}
.main-table tr:hover td {
  background: #fadfb6;
}
.bottom-content-title {
  font-size: 18px;
  color: #333;

}
.bottom-content-des {
  font-size: 12px;
  color: #7a7a7a;
}
.bottom-content-tips {
  font-size: 12px;
  color: #ff0000;
}
.bottom-content-num {
  font-size: 30px;
  color: #ff7e00;
  line-height: 56px;
  margin-left: 7px;
}
.bottom-item:hover .bottom-content {
  display: none;
}
.bottom-item:hover .bottom-vip {
  display: block;
  text-align: center;
}
.table-row {
  position: absolute;
  width: 1059px;
  top: 0;
  left: 0;
  text-align: left;
  z-index: 1;
}
.table-row span {
  width: 164px;
  display: inline-block;
  color: #000;
  text-align: center;
}

.bottom-vip-btn, .bottom-vip-code {
  width: 100px;
  height: 27px;
  line-height: 27px;
  border: 1px solid #ed940e;
  border-radius: 5px;
  margin: 7px auto;
  background: #ed940e;
  color: #fff;
}
.bottom-content-info {
  width: 132px;
}
.bottom-vip-code {

  color: #ed940e;
  
  background: #fff;
  }