/*body.vip {
    height: 2780px;
    background: url(images/banner.jpg) no-repeat center 106px,url(images/h.jpg) repeat-y center 1900px;
}*/
body {
  background: red;
  padding-bottom: 500px;
}
body.vip {
  /*height: 4780px;*/
  background: /*url(../image/111_02.png) no-repeat center 106px,
   url(images/bg.jpg) no-repeat center 638px*/ url(../image/111_02.png)
      no-repeat center 96px,
    url(../picture/border-bg.png) no-repeat no-repeat center 648px,
    url(../picture/border-bg-2.png) no-repeat center 1125px,
     url(../picture/border-bg-2.png) no-repeat center 1625px;

    background-size: auto, 1200px auto, 1200px auto, 1200px;
    background-color: #060605;
}
.wrapper > img {
  float: left;
}
.header .nav {
  position: static;
  float: left;
}
.header {
  background: #1047c1;
}
.header .nav li a {
  height: 106px;
  /* line-height: 106px; */
  margin-top: 0;
  font-weight: bold;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header .nav li a img {
  width: 36px;
}
.header .nav li a:hover {
  border-radius: 0;
}
.search {
  margin-top: 440px;
}
.content {
  margin-top: 105px;
}
.hd {
  text-align: center;
}
.fc-yellow {
  color: #cfd643 !important;
}
.content p {
  color: #fff;
}
.content .tbl th {
  background: #8a7124;
  border: 1px solid #fff;
  color: #fff;
}
.content .tbl td {
  border: 1px solid #fff;
  background: #eaebec;
  color: #4b4c4e;
}

.content .tbl tr:nth-child(1) th {
  border-top: 2px solid #8a7124;
}

.content .tbl tr:nth-child(1) th:nth-child(1) {
  border-left: 2px solid #8a7124;
}

.content .tbl tr:nth-child(1) th:nth-last-child(1) {
  border-right: 2px solid #8a7124;
}

.content .tbl tr td:nth-child(1) {
  border-left: 2px solid #8a7124;
}

.content .tbl tr td:nth-last-child(1) {
  border-right: 2px solid #8a7124;
}

.content .tbl tr:nth-last-child(1) td {
  border-bottom: 2px solid #8a7124;
}

.footer .wrapper {
  background: none;
}
.footer {
  height: 120px;
  background: #000000;

  border: 0;
}
.copy {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 40px;
}
.footul {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.footul li {
  float: left;
}
.footul li a {
  color: #858181;
  padding: 0 4px;
}
