* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}
a:hover{
  text-decoration: none !important;
}
.page-index {
  background: #fff;
}

.page-index .pagination-box {
  padding-top: 18px;
  text-align: right;
}

.page-index .pagination-box .pagination {
  margin: 0px;
}

.page-index .pagination-box .pagination li a {
  cursor: pointer;
}

.page-index .wrap {
  width: 1200px;
  margin: 0 auto;
}

.page-index .table {
  border: 1px solid #d4d4d4;
  width: 100%;
  margin-bottom: 0px;
}

.page-index .table thead {
  background: #d4e7f8;
  color: #0093f5;
}

.page-index .table th,
.page-index .table td {
  padding: 12px 0px;
  text-align: center;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}

.page-index .table td {
  word-break: break-all;
  vertical-align: middle;
}

.page-index .table td .validate {
  color: #0093f5;
}

.page-index .table tbody tr:nth-child(odd) {
  background: #ffffff;
}

.page-index .table tbody tr:nth-child(even) {
  background: #f1f1f1;
}

.page-index .table tbody tr:hover {
  background: #fdffd9;
}

.page-index .container {
  width: 100%;
  background-size: cover;
  background: #f0f6fa;
}

.container .content-ad {
  position: absolute;
  width: 657px;
  height: 170px;
  display: inline-block;
  left: 466px;
  bottom: 0;
  background: url(../image/content-ad.png) no-repeat;
}

.page-index .container .sidebar {
  background: #fff;
}

.page-index .container .sidebar .sidebar-menu {
  position: relative;
  height: 207px;
}

.page-index .container .sidebar .sidebar-menu .sidebar-menu-item {
  font-size: 16px;
  padding: 44px 60px;
  display: block;
  text-decoration: none;
  color: #666;
}

.page-index .container .sidebar .sidebar-menu .sidebar-menu-item.actived {
  color: #0b81dc;
  background: #fff;
  background: url(../image/tab-bg.png) repeat;
  position: absolute;
  left: 70px;
  text-align: center;
}

.page-index .container .sidebar .sidebar-menu .sidebar-menu-item .icon {
  display: block;
  width: 94px;
  height: 97px;
}

.page-index .container .sidebar .sidebar-menu .sidebar-menu-item .icon.icon-book {
  background: url(../image/icon-book.png) no-repeat;
}

.page-index .container .sidebar .sidebar-menu .sidebar-menu-item .icon.icon-chart {
  background: url(../image/icon-chart.png) no-repeat;
}

.page-index .container .sidebar .sidebar-menu .sidebar-menu-item .icon.icon-dynamic {
  background: url(../image/icon-dynamic.png) no-repeat;
}

.page-index .container .sidebar .sidebar-menu .sidebar-menu-item .icon.icon-interface {
  background: url(../image/icon-interface.png) no-repeat;
}

.page-index .container .sidebar .sidebar-menu .sidebar-menu-item .icon.icon-result {
  background: url(../image/icon-result-validate.png) no-repeat;
}

.page-index .container .sidebar .sidebar-menu .sidebar-menu-item[ctype="validate"] {
  display: none;
}

.page-index .container .content {
  padding: 30px 10px;
}

.page-index .container .content table {
  width: 100%;
}

.page-index .header .header-top {
  background-color: #e7e7e7;
  font-size: 12px;
  padding: 8px 12px;
  overflow: hidden;
}

.page-index .header .header-top .date-item {
  float: left;
}

.page-index .header .header-top .date-item.right {
  float: right;
}

.page-index .header .nav>div {
  padding: 16px;
}

.page-index .header .nav .nav-menu {
  float: right;
  display: flex;
  width: calc(100% - 420px);
  justify-content: flex-end;
  padding: 16px 0;
}

.page-index .header .nav .nav-menu .nav-menu-item {
  display: inline-block;
  padding: 13px 20px;
  min-width: 161px;
  text-align: center;
  position: relative;
  color: #000;
}

.page-index .header .nav .nav-menu .nav-menu-item.actived {
  text-decoration: none;
  color: #fff;
  background: url(../image/nav-bg.png);
  text-align: center;
}

.nav .nav-menu .nav-menu-regist {
  /* width: 126px;
  height: 50px;
  background: #3db9fe;
  border-radius: 25px;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  align-self: center; */
  /* background: url(../image/qq-download.png) center no-repeat;
  background-size: cover; */
}
.nav .nav-menu .nav-menu-regist a{
  color: #fff;
  width: 126px;
  height: 50px;
  background: #3db9fe;
  border-radius: 25px;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  align-self: center;
  display: inline-block;
}
.nav .nav-menu .nav-menu-right{
  margin-left: 30px;
}
.nav .nav-menu .nav-menu-right-top {
  font-size: 18px;
  color: #579cfd;
  /* display: flex;
  justify-content: space-between; */
  margin-bottom: 12px;
}
.nav .nav-menu .nav-menu-right-top a:first-child{
  margin-right: 29px;
}
.nav .nav-menu .nav-menu-right-top a{
  color: #579cfd;
}
/* .nav .nav-menu .nav-menu-right-down {
  font-size: 20px;
} */

.nav .nav-menu .nav-menu-right-down {
  font-size: 22px;
  color: #000000;
}

.nav .nav-menu .nav-menu-right-down .online-numer {
  color: #579cfd;
}

.page-index .footer {
  background: #1f1f20;
  color: #727374;
}

.page-index .footer .links {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  padding: 80px 0px;
  border-bottom: 1px solid #39393a;
}

.page-index .footer .links>div span {
  display: inline-block;
  vertical-align: top;
}

.page-index .footer .links>div span img {
  margin-right: 10px;
}

.page-index .footer .links>div span p.remark {
  color: #3f4041;
}

.page-index .footer .copyright {
  text-align: center;
  padding: 40px 20px 30px 20px;
}

.page-index .footer .copyright p {
  padding: 4px 0px;
  margin: 0px;
}

.page-index .statistical {
  position: relative;
  text-align: center;
  height: 457px;
  background: url(../image/banner_bg.jpg) center no-repeat;
  background-size: cover;
}

.page-index .statistical p {
  color: #fff;
  padding: 18px 0px;
  text-align: center;
}

.page-index .statistical .online-users {
  overflow: hidden;
  padding: 20px 0px;
}

.page-index .statistical .num-box {
  display: inline-block;
  text-align: center;
  padding: 0px 30px;
}

.page-index .statistical .num-box .num {
  display: inline-block;
  vertical-align: top;
  font-size: 50px;
  padding: 8px 17px;
  color: #0165d5;
  font-weight: 600;
  background: url(../image/number-bg.png) no-repeat;
  background-size: cover;
  border-radius: 8px;
  margin-right: 8px;
}

.page-index .statistical .num-box .num.symbol {
  color: #fff;
  padding: 20px 4px 0px 0px;
  border-bottom: 0px;
  background: transparent;
}

.page-index .statistical .max-history-data {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 80px 10px;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  width: 236.8px;
}

.page-index .statistical .max-history-data i.fa-hourglass-start {
  font-size: 26px;
}

.page-index .statistical .max-history-data b {
  font-size: 26px;
  font-weight: bold;
}

.page-index .statistical .down-qq {
  text-align: right;
  padding: 30px 60px;
}

.page-index .statistical .down-qq .btn {
  background: url(../image/qq-download.png) center no-repeat;
  background-size: cover;
  padding: 14px 20px;
  min-width: 288px;
  font-size: 30px;
  color: #fff;
}

.page-index .result-valedate {
  width: 1000px;
  margin: auto;
}

.page-index .result-valedate th {
  width: 200px;
  text-align: right;
  font-weight: 700;
  padding: 16px;
}

.page-index .result-valedate td {
  text-align: left;
  padding: 10px;
}

.page-index .result-valedate input[type="text"],
.page-index .result-valedate textarea {
  width: 80%;
  padding: 6px;
}

.page-index .result-valedate input[type="text"]:disabled,
.page-index .result-valedate textarea:disabled {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
}

.page-index .result-valedate tbody tr:nth-child(odd) {
  background: #ffffff;
}

.page-index .result-valedate tbody tr:nth-child(even) {
  background: #ffffff;
}

.page-index .result-valedate tbody tr:hover {
  background: transparent;
}

.page-index .result-valedate .text-center {
  text-align: center;
}

.page-interface p,
.page-remark p {
  padding-bottom: 10px;
  padding-top: 10px;
  color: #666;
  text-indent: 33px;
  font-size: 16px;
}

.page-interface p strong,
.page-remark p strong {
  color: red;
  font-weight: bold;
}

.online-user-chart {
  width: 100%;
  min-height: 540px;
}

.lottery_titile{font-weight:bold; font-size: 16px;padding:0px 20px 10px 0px;border-bottom: 1px solid #c4c4c4; margin:0px 0px 15px 0px}
.lottery_titile span{border-left: 3px solid #0093f5;padding-left:5px}
/*# sourceMappingURL=tencent.css.map */