a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

body {
  font-size: 14px/1.6;
}

* {
  font-family: "Roboto", sans-serif !important;
}

ul li {
  list-style: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *+height: 1%;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
* + html .clearfix {
  zoom: 1;
}

/* IE7 */
.fL {
  float: left !important;
}

.fR {
  float: right !important;
}

img {
  vertical-align: top;
}

::-webkit-scrollbar {
  background: none;
  width: 0;
}

/*---------------index--------------*/
.header {
  margin: 0 auto;
  padding: 34px 0 7px;
  width: 1200px;
}

.header .logo {
  float: left;
  width: 231px;
}

.header ul {
  margin: 9px -14px 0 0;
  float: right;
}

.header li {
  margin-left: 20px;
  width: 127px;
  float: left;
}

.header li:hover {
}

.header li a {
  padding-bottom: 4px;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  display: block;
}

.header li a:hover {
  color: #292148;
  background: url(../images/bg05.png) no-repeat;
}

.header li a span {
  padding-left: 27px;
  display: inline-block;
  background: url(../images/navi_img01.png) no-repeat left center;
}

.header li a:hover span {
  background-image: url(../images/navi_img01_on.png);
}

.header li.li02 a span {
  background-image: url(../images/navi_img02.png);
}

.header li.li02 a:hover span {
  background-image: url(../images/navi_img02_on.png);
}

.header li.li03 a span {
  background-image: url(../images/navi_img03.png);
}

.header li.li03 a:hover span {
  background-image: url(../images/navi_img03_on.png);
}

.header li.li04 a span {
  background-image: url(../images/navi_img04.png);
}

.header li.li04 a:hover span {
  background-image: url(../images/navi_img04_on.png);
}

.header li.li05 a span {
  background-image: url(../images/navi_img05.png);
}

.header li.li05 a:hover span {
  background-image: url(../images/navi_img05_on.png);
}

#main {
  margin: 0 auto;
  padding: 5px 0 0;
  width: 1200px;
  margin-top: 100px;
}

#vBox {
  min-height: 100vh;
}

#luck {
  margin: 0;
  box-sizing: border-box;
}

#main #luck table {
  width: 100%;
  border-collapse: collapse;
}

#main #luck td {
  padding: 0 12px 4px 0;
  border: none;
  text-align: center;
  vertical-align: top;
}

#main #luck td .item {
  padding-top: 19px;
  width: 190px;
  height: 120px;
  color: #000;
  font-size: 18px;
  box-sizing: border-box;
  background: url(../images/bg02.png) no-repeat;
  margin-top: 10px;
}

#main #luck .active .item {
  background-image: url(../images/bg03.png);
}

#main #luck td .item img {
  margin: 0 auto 2px;
  display: block;
}

#main #luck td .box {
  padding: 0;
}

#main #luck td .box .img {
  position: relative;
}

#main #luck td .box .img a {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.lightning01,
.lightning02 {
  position: absolute;
}

.lightning01 {
  animation: lightning01 1.2s infinite cubic-bezier(0.42, 0, 0.58, 1);
  left: 5%;
  display: inline-block;
  -webkit-mask-image: linear-gradient(to right, #fff 70%, transparent);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position-x: 10%;
  -webkit-mask-position: 0rem 100%, center;
  opacity: 0;
}

@keyframes lightning01 {
  0% {
    -webkit-mask-position: 15rem 1rem, center;
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  50% {
    -webkit-mask-position: 0rem 1rem, center;
  }

  90% {
    opacity: 0;
  }

  100% {
  }
}

.lightning02 {
  right: 8%;
  bottom: 0;
  animation: lightning02 1.2s 0.5s infinite ease-out;
  -webkit-mask-image: linear-gradient(to left, #fff, transparent);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position-x: 10%;
  -webkit-mask-position: 9rem 1rem, center;
  opacity: 0;
}

@keyframes lightning02 {
  0% {
    -webkit-mask-position: 0rem 1rem, center;
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  50% {
    -webkit-mask-position: 7rem 1rem, center;
  }

  90% {
    opacity: 0;
  }

  100% {
  }
}
@keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -ms-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    transform: rotate(1turn);
    -ms-transform: rotate(1turn);
  }
}

#main .dateBox {
  margin: 2px auto 10px;
  width: 731px;
  position: relative;
  text-align: center;
}

#main .dateBox .txt img {
  height: 70px;
}

#main .dateBox .txt {
  margin: 0 auto;
  width: 651px;
  height: 83px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 49px;
  text-align: center;
  box-sizing: border-box;
  background: url(../images/bg02.png) no-repeat;
  position: absolute;
  left: 50%;
  top: 78vh;
  /* bottom: 10%; */
  transform: translateX(-50%) translateY(-50%);
}

#main .dateBox .date {
  height: 45px;
  position: absolute;
  right: 140px;
  top: 12px;
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
  background: url(../images/bg04.png) no-repeat center top;
  background-size: contain;
}

#main .dateBox .date > span {
  margin: 0 5px 0 5px;
  width: 44px;
  display: inline-block;
}

#main .dateBox .date span span {
  display: block;
  color: #fffc53;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.cover {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: none;
  background: rgba(0, 0, 0, 0.65);
}

.popBox {
  /* margin: -320px 0 0 -215px; */
  position: fixed;
  left: 50%;
  top: 50%;
  display: none;
  z-index: 1000;
  transform: translate(-50%, -50%);
}

.popBox .img {
  margin-bottom: 19px;
  position: relative;
}

.popBox .img p {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 35px;
  color: #312f30;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
}

.popBox .img p span {
  display: block;
  color: #d70225;
  font-size: 19px;
}

.popBox .img p .txt02 {
  font-size: 36px;
}

.popBox .close {
  text-align: center;
  bottom: -40px;
  top: initial;
  left: 50%;
  transform: translateX(-50%);
}

#main .inner {
  margin: 0 3px 50px 0;
}

#main .inner .tableBox {
  margin-top: 2px;
  width: 597px;
  float: right;
}

#main .inner table {
  width: 100%;
  border-collapse: collapse;
}

#main .inner th,
#main .inner td {
  padding: 8px 0 9px;
  width: 25%;
  color: #dbdaf3;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #605ba2;
  background: #292457;
}

#main .inner tr:nth-child(2n + 1) td {
  background: #3b376b;
}

#main .inner th {
  font-weight: bold;
  color: #272553;
  line-height: 1.45;
  background: #ffdf70;
}

#main .inner .txtBox {
  width: 569px;
  float: left;
}

#main .inner .txtBox .ttl {
  margin-bottom: 45px;
}

#main .inner .txtBox dt {
  color: #ffe081;
  font-size: 20px;
  font-weight: bold;
}

#main .inner .txtBox dd {
  margin-bottom: 40px;
  color: #dbdaf3;
  font-size: 16px;
  line-height: 2.25;
}

#main .inner .txtBox dd.style {
  margin-bottom: 35px;
}

#main .inner .txtBox dd span {
  color: #ffe081;
}

#main .btmTxt {
  margin-top: 39px;
  color: #dbdaf3;
  font-size: 16px;
  line-height: 2.25;
}

.footer {
  overflow: hidden;
  /* position: fixed; */
  bottom: 0;
  width: 100%;
}

.footer p {
  color: white;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}

.searchBox {
  padding: 50px 50px 50px;
  width: 720px;
  position: fixed;
  left: 50%;
  top: 50%;
  display: none;
  z-index: 10000;
  border-radius: 20px;
  border: 2px solid #fff;
  box-sizing: border-box;
  background: url(../images/detailBg.jpg) 50% 30% no-repeat;
  background-size: cover;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.searchBox .close {
  position: absolute;
  right: 0;
  top: -60px;
}

.searchBox p {
  margin-bottom: 24px;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
  text-shadow: 0 3px 0 #000;
}

.searchBox .search {
  margin: 0 auto 32px;
  width: 510px;
  position: relative;
}

.searchBox .search input {
  margin: 0;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  color: #161616;
  font-size: 18px;
  line-height: 50px;
  box-sizing: border-box;
  border-radius: 25px;
  border: none;
  background: #fff;
}

.searchBox .search a {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.searchBox .search input::-webkit-input-placeholder {
  color: #161616;
}

.searchBox .search input::-moz-placeholder {
  color: #161616;
  opacity: 1;
}

.searchBox .search input:-moz-placeholder {
  color: #161616;
  opacity: 1;
}

.searchBox table {
  width: 100%;
  border-collapse: collapse;
}

.searchBox th {
  color: #fff;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  background: #1eaaed;
  border: 1px solid #fff;
}

.searchBox td {
  padding: 7px 10px;
  color: #dbdaf3;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  border: 1px solid #605ba2;
}

.searchBox td span {
  color: #fff21c;
}

.searchBox tr:nth-child(2n + 1) td {
  background: #3b376b;
}

.pop {
  margin: -158px 0 0 -282px;
  width: 564px;
  height: 317px;
  position: fixed;
  left: 50%;
  top: 50%;
  display: none;
  z-index: 9999;
  box-sizing: border-box;
  background: url(../images/tclogin.png) no-repeat center top;
}

.pop .close {
  position: absolute;
  right: -24px;
  top: -24px;
}

.pop .user_name {
  margin: 68px auto 0;
  width: 350px;
  height: 80px;
  display: block;
  color: #6c3114;
  font-size: 24px;
  line-height: 80px;
  text-align: center;
  background: #fff4e4;
  border-radius: 20px;
  border: none;
}

.pop .tcsub {
  color: #fff;
  display: block;
  font-size: 30px;
  font-weight: 700;
  height: 80px;
  line-height: 80px;
  margin: 68px auto 0;
  text-align: center;
  width: 350px;
  border-radius: 20px;
  border: none;
  background: #f63d3d;
}

/****************************/
header {
  width: 100%;
  max-height: 100px;
  height: 100px;
  background: #151d28bd;
  box-sizing: border-box;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  animation: fadeDown_In 1s;
  transition: 0.5s;
  z-index: 3;
  position: fixed;
  top: 0;
}

header .container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.logo {
  display: inline-block;
  margin: 15px auto 0 auto;
  transition: 0.2s;
}

.logo img {
  display: inline-block;
  height: 70px;
  margin: 0 auto;
}

.nav {
  float: right;
  display: inline-block;
  margin: 0;
  text-align: justify;
}

.nav ul {
  text-align: justify;
  height: 48px;
}

.nav ul::after {
  content: "";
  display: inline-block;
  width: 100%;
}

.nav li {
  display: inline-block;
  width: calc(((1400px - 300px) / 6) - 20px);
  max-width: 144px;
  height: 100px;
  vertical-align: top;
  /* margin: 0 0 0 30px; */
  margin: 0 0 0 1vw;
  transition: 0.2s;
}

.nav li:nth-child(3) {
  margin: 0 0 0 1vw;
}

.nav li:nth-child(4) {
  margin: 0 0 0 1vw;
}

.nav li a {
  color: #32a8ff;
  font-size: 1.3vw;
  line-height: 2vw;
  display: inline-block;
  height: 100%;
  width: 100%;
  transition: 0.1s;
}

.nav li:nth-child(1) a {
  background: url(../images/nav1.png) 0% 50% no-repeat;
  background-size: 144px 48px;
}

.nav li:nth-child(1) a:hover {
  background: url(../images/nav1_h.png) 0% 50% no-repeat;
  background-size: contain;
}

.nav li:nth-child(2) a {
  background: url(../images/nav2.png) 0% 50% no-repeat;
  background-size: contain;
}

.nav li:nth-child(2) a:hover {
  background: url(../images/nav2_h.png) 0% 50% no-repeat;
  background-size: contain;
}

.nav li:nth-child(3) a {
  background: url(../images/nav5.png) 0% 50% no-repeat;
  background-size: contain;
}

.nav li:nth-child(3) a:hover {
  background: url(../images/nav5_h.png) 0% 50% no-repeat;
  background-size: contain;
}

.nav li:nth-child(4) a {
  background: url(../images/nav3.png) 0% 50% no-repeat;
  background-size: contain;
  position: relative;
}

.nav li:nth-child(4) a:hover {
  background: url(../images/nav3_h.png) 0% 50% no-repeat;
  background-size: contain;
}

.nav li:nth-child(5) a {
  background: url(../images/nav4.png) 0% 50% no-repeat;
  background-size: contain;
}

.nav li:nth-child(5) a:hover {
  background: url(../images/nav4_h.png) 0% 50% no-repeat;
  background-size: contain;
}

.nav li a i {
  font-size: 0.8vw;
  line-height: 1vw;
  display: block;
  font-style: normal;
  color: #a7c3d7;
}

.detailBox {
  width: 960px;
  height: 680px;
  border-radius: 20px;
  border: 2px solid #fff;
  background: url(../images/detailBg.jpg) 50% 50% no-repeat;
  align-items: center;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
  position: fixed;
  display: none;
}

.detail_content {
  width: 90%;
  margin: 0 auto;
  max-height: 75%;
  overflow-y: auto;
  padding-right: 8px;
}

.detail_content p {
  margin: 15px 0;
  font-size: 1rem;
  line-height: 1.8rem;
  color: #fff;
}

.detail_content::-webkit-scrollbar {
  background: none;
  width: 5px;
  border-radius: 5px;
}

.detail_content::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 5px;
  background: none;
}

.detail_title02 {
  display: block;
  margin: 75px auto 10px auto;
}

.detail_content h2 {
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
}

.detail_title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -60px;
}

.detail_content table {
  width: 100%;
  background: #fff;
  overflow: hidden;
  margin: 30px 0 0 0;
  border-collapse: collapse;
}

.detail_content table {
  margin: 15px 0 0 0;
  text-align: center;
  background: #fff;
}

.detail_content table tr:nth-of-type(1) {
  background: #1eaaed;
  border-bottom: none;
}

.detail_content table tr td {
  border: 1px solid #81d7e4;
  color: #1f1e1e;
  padding: 7px 0;
}

.detail_content table tr:nth-of-type(1) td {
  border-bottom: none;
  color: #fff;
  font-size: 1rem;
}

.close {
  position: absolute;
  right: 0;
  top: -60px;
}

.loginInput {
  margin: 0.8rem auto 14px;
  height: 56px;
  width: 450px;
  color: #7e3d0d;
  font-size: 13px;
  text-align: center;
  background: #fff;
  border: 2px solid #1a8cf5;
  border-radius: 50px;
  z-index: 0;
}

.loginInput .user_name {
  width: 300px;
  height: 100%;
  border: 0;
  border-radius: 50px;
  background: #fff;
  padding: 0 20px;
  box-sizing: border-box;
  float: left;
  font-size: 0.85rem;
  color: #333;
}

.loginInput .login_btn {
  border: 0;
  width: 143px;
  height: 100%;
  border-radius: 15px;
  background: url(../images/loginBtn.png) 50% 50% no-repeat;
  background-size: contain;
  color: #fff;
  float: right;
  cursor: pointer;
}

.loginBox {
  width: 500px;
  margin: 16px auto;
  background-color: goldenrod;
  border-radius: 5px;
  font-size: 16px;
  padding: 3px 5px;
}

.loginBox span {
  color: white;
}

.date {
  margin: 20px auto 0 auto;
  width: 651px;
  height: 83px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 49px;
  text-align: center;
  box-sizing: border-box;
  background: url(../images/bg02_time.png) no-repeat;
  background-size: 100% auto;
  /* position: absolute; */
  /* left: 50%; */
  top: 88vh;
  /* bottom: 10%; */
  /* transform: translateX(-50%) translateY(-50%); */
}

.date img {
  margin: -2px 8px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.date span {
  color: #ffe400;
}

.close_msg {
  width: 40%;
  height: 10vh;
  overflow: auto;
  margin: 2vh auto 1vh;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 50%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
