* {
  margin: 0;
  padding: 0;
}


a {
  text-decoration: none;
  color: #fff;
}

body {
  font-size: 12px;
  background: #03070E;
  color: #313131;
}
body {
        min-width: 1350px;
}

.box {
  width: 100%;
  height: 4670px;
  background: url(../images/new/bg.png) center no-repeat;
}

header {
  width: 100%;
  height: 130px;
  position: relative;
  background: rgba(225, 225, 225, 0.1);
  z-index: 3000;
}

nav {
  margin: 0 auto;
  width: 1300px;
  height: 130px;
}

nav ul {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}

nav ul li {
  width: 135px;
  height: 70px;
  flex: 1;
  text-align: center;
  box-sizing: border-box;
  line-height: 110px;
  font-size: 16px;
}

nav ul li:hover {
  background: url(../images/new/nav/nav_hover/download.png)center no-repeat;
}

nav ul li:nth-child(5) {
  width: 100%;
}

nav ul li:nth-child(5):hover {
  background: none;
}

nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

nav ul li:nth-child(1) a {
  background: url(../images/new/nav/home.png)no-repeat;
  background-position: center 10px;
}

nav ul li:nth-child(1) a:hover {
  background: url(../images/new/nav/nav_hover/home.png)no-repeat;
  background-position: center 10px;
  color: yellow;
}

nav ul li:nth-child(2) a {
  background: url(../images/new/nav/huodong.png) no-repeat;
  background-position: center 10px;
}

nav ul li:nth-child(2) a:hover {
  background: url(../images/new/nav/nav_hover/huodong.png)no-repeat;
  background-position: center 10px;
  color: yellow;
}

nav ul li:nth-child(3) a {
  background: url(../images/new/nav/mainloby.png) no-repeat;
  background-position: center 10px;
}

nav ul li:nth-child(3) a:hover {
  background: url(../images/new/nav/nav_hover/mainloby.png)no-repeat;
  background-position: center 10px;
  color: yellow;
}

nav ul li:nth-child(4) a {
  background: url(../images/new/nav/APP.png) no-repeat;
  background-position: center 10px;
}

nav ul li:nth-child(4) a:hover {
  background: url(../images/new/nav/nav_hover/APP.png)no-repeat;
  background-position: center 10px;
  color: yellow;
}

nav ul li:nth-child(6) a {
  background: url(../images/new/nav/kefu.png) no-repeat;
  background-position: center 10px;
}

nav ul li:nth-child(6) a:hover {
  background: url(../images/new/nav/nav_hover/kefu.png)no-repeat;
  background-position: center 10px;
  color: yellow;
}

nav ul li:nth-child(7) a {
  background: url(../images/new/nav/web.png) no-repeat;
  background-position: center 10px;
}

nav ul li:nth-child(7) a:hover {
  background: url(../images/new/nav/nav_hover/web.png)no-repeat;
  background-position: center 10px;
  color: yellow;
}

nav ul li:nth-child(8) a {
  background: url(../images/new/nav/line.png) no-repeat;
  background-position: center 10px;
}

nav ul li:nth-child(8) a:hover {
  background: url(../images/new/nav/nav_hover/line.png)no-repeat;
  background-position: center 10px;
  color: yellow;
}

nav ul li:nth-child(9) a {
  background: url(../images/new/nav/kefu2.png) no-repeat;
  background-position: center 10px;
}

nav ul li:nth-child(9) a:hover {
  background: url(../images/new/nav/nav_hover/kefu2.png)no-repeat;
  background-position: center 10px;
  color: yellow;
}


#main {
  z-index: 3000;
  position: relative;
}

.searchBox {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.searchBox .searth_box {
  height: 65px;
  width: 720px;
  line-height: 65px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 300px;
  z-index: 10000 !important;
}

.searchBox .searth_box span {
  display: inline-block;
  font-size: 22px;
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 2px;
  font-weight: 600;
}

.searchBox .searth_box input {
  display: inline-block;
  width: 360px;
  height: 65px;
  line-height: 65px;
  font-size: 18px;
  padding-left: 20px;
  box-sizing: border-box;
  color: white;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: none;
  border: none;
  margin: 0 -5px;
  vertical-align: middle;
}

.searchBox .searth_box span:first-child {
  width: 214px;
  color: #FFF98F;
  border-radius: 35px 0 0 35px;
}

.searchBox .searth_box span:last-child {
  width: 145px;
  color: white;
  border-radius: 0 35px 35px 0;
  padding-right: 30px;
}

.searchBox .searth_box span:last-child:hover {
  cursor: pointer;
}

.searchBox .searth_box span:last-child img {
  float: left;
  margin-top: 16px;
  margin-left: 25px;
}

.sc-rocket {
  position: fixed !important;
  bottom: 250px;
  right: 50px;
  z-index: 9999;
  display: block;
  width: 135px;
  height: 72px;
  -moz-animation: scRocket-rightIn 1s both ease-in-out;
  -webkit-animation: scRocket-rightIn 1s both ease-in-out;
  animation: scRocket-rightIn 1s both ease-in-out;
}


.pop_bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}

.pop_box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 735px;
  height: 600px;
  background: #6d0b0b;
  margin-left: -367px;
  margin-top: -250px;
  overflow: hidden;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 999999;
  border: 5px solid gold;
}

.pop_box .red {
  color: #f00;
}

.pop_box .green {
  color: #1eff00;
}

.pop_box .yellow {
  color: #ff9c00;
}

.pop_box .color1 {
  color: #f32481;
}

.pop_box .color2 {
  color: #00ccff;
}

.pop_box .color3 {
  color: #a903ff;
}

.pop_header {
  height: 42px;
  line-height: 42px;
  color: #fff;
  overflow: hidden;
  padding: 0 15px;
}

.pop_header h2 {
  font-size: 16px;
  float: left;
}

.pop_header .close {
  font-size: 16px;
  float: right;
  width: 20px;
  height: 20px;
  background: url(../images/x.png) no-repeat;
  margin-top: 12px;
  cursor: pointer;
}

.text_box {
  padding: 4px 53px;
}

.text_box1 {
  background: url(../images/p_img1.jpg) no-repeat 50px 40px;
}

.text_box h3 {
  font-size: 24px;
  color: #905b0f;
}

.text_box h2 {
  font-size: 40px;
  color: #e10800;
}

.text_box h4 {
  font-size: 21px;
  color: #905b0f;
  padding: 0 0 10px;
}

.text_box p {
  font-size: 22px;
  line-height: 2em;
}

.text_box1 .ul {
  margin-top: 125px;
  font-size: 14px;
}

.text_box1 .ul li {
  margin-bottom: 10px;
}

.text_box p a {
  color: #f6b32b;
  font-family: \5b8b\4f53;
  text-decoration: underline;
  margin: 0 2px;
}

.text_box2 {
  background: url(../images/p_img2.png) no-repeat 80px 22px;
  padding-left: 350px;
}

.text_box2 .yellow {
  color: #fffda8;
  font-size: 20px;
}

.userlist {
  padding: 20px 50px;
}

.table_list {
  width: 96%;
  margin: 10px auto;
  border-spacing: 0;
  border-collapse: collapse;
}

.table_list th,
.table_list td {
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #c72525;
  background: #861313;
}

.table_list th {
  font-weight: normal;
  color: #fdfba2;
  text-align: center;
  background: #9c1515;
}

.table_page {
  text-align: center;
  margin-top: 10px;
}

.table_page a {
  display: inline-block;
  background: #E5E5E5;
  color: #979797;
  padding: 0 5px;
  border-radius: 3px;
}

.table_page a.on,
.table_page a:hover {
  color: #9D2800;
  font-weight: 700;
}

.ckeck_wrap {
  font-family: \5b8b\4f53;
  color: #000;
  margin-left: 30px;
}

.ckeck_wrap input {
  background: #fff;
  border: 1px solid #BFBFBF;
  border-radius: 3px;
  padding: 3px 5px;
  line-height: 20px;
}

.ckeck_wrap button {
  border: none;
  outline: none;
  width: 73px;
  height: 27px;
  line-height: 27px;
  background: url(../images/red_btn.png) no-repeat;
}

.ckeck_wrap button:hover {
  opacity: 0.8;
}

.bet_btn {
  cursor: pointer;
  display: inline-block;
  background: #F2A62B;
  width: 145px;
  height: 37px;
  line-height: 37px;
  border-radius: 5px;
  font-size: 21px;
  color: #fff;
  border: none;
  font-weight: normal;
  outline: none;
}

.bet_btn:hover {
  background: #EA9D29;
}

.reg_btn {
  display: inline-block;
  width: 288px;
  height: 90px;
  margin-top: 227px;
  margin-left: 218px;
  overflow: hidden;
  text-indent: -10em;
}

.txt {
  position: relative;
  left: 51%;
  transform: translateX(-52%);
  text-align: center;
  z-index: 9999;
  color: #f8e702;
  font-size: 14px;
  top: -90px;
  width: 448px;
  letter-spacing: 2px;
  height: 0;
}

.txt p {
  margin-bottom: 10px;
}

#main div {
  text-align: center;
  margin-top: 40px;
}


#main div.box3 {
  height: 945px;
  background: url(../images/new/gril.png)center no-repeat;
}

#main div.box4 {
  margin-top: -160px;
}

.inner {
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

table,
table tr th,
table tr td {
  border: 1px solid;
  border-color: rgba(255, 255, 255, .6);
  ;
}

.inner table {
  width: 950px;
  font-size: 16px;
  color: #fffecb;
  margin: 0 auto;
  border-collapse: collapse;
}

.inner th {
  height: 60px;
  width: 68px;
  background-color: #4b0906;
}

.inner td {
  height: 60px;
  line-height: 60px;
}

.inner td img {
  align-items: center;
  vertical-align: text-bottom;
}

.box2 .inner {
  height: 254px;
  background: url(../images/new/2part2.png) no-repeat center;
  padding-top: 100px;
}

.box3 .inner {
  height: 750px;
  background: url(../images/new/3part3.png) no-repeat center;
  padding-top: 110px;
}

.box3 .inner th {
  height: 50px;
}

.box3 .inner td {
  height: 40px;
  line-height: 40px;
}

.box5 {
  box-sizing: border-box;
}

.box5 .inner {
  height: 1875px;
  padding-top: 100px;
  background: url(../images/new/1part5.png) no-repeat center;
}

.box5 p {
  font-size: 18px;
  margin-top: 15px;
  color: #fff;
  text-align: left;
  padding: 0 30px;
}

.box5 p.yellow {
  color: #FFF98F;
}

.mb {
  margin-bottom: 15px;
}

footer {
  width: 100%;
  height: 150px;
  text-align: center;
  line-height: 150px;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  bottom: -112px;
  color: white;
  font-size: 18px;
  letter-spacing: 2px;
}