a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
body {
  font: 14px/1.6 "Microsoft Yahei";
  color: #fff;
  background: #84100d url(../images/bg01.jpg) no-repeat center top;
}
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;
}
/*---------------index--------------*/
.header {
  background: url(../images/h_bg.jpg) repeat-x left top;
}
.header .hInner {
  margin: 0 auto;
  padding: 23px 0 0;
  width: 1200px;
  height: 90px;
  box-sizing: border-box;
}
.header .logo {
  margin-left: 6px;
  float: left;
}
.header .logo img {
  width: 150px;
  height: 48px;
}
.header ul {
  margin: 2px 0 0 0;
  float: right;
}
.header li {
  margin: 0 6px 0 1px;
  float: left;
}
.header li:hover {
}
.header li a {
  padding-bottom: 4px;
  color: #ffedd8;
  font-size: 16px;
  line-height: 41px;
  text-align: center;
  display: block;
  min-width: 120px;
  padding: 0 20px;
  border-radius: 21px;
  box-sizing: border-box;
}
.header li a:hover {
  color: #b31011;
  background: url(../images/bg02.jpg) repeat-x center top;
}
.header li a span {
  padding-left: 32px;
  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);
}
.header li.li06 a span {
  background-image: url(../images/navi_img06.png);
}
.header li.li06 a:hover span {
  background-image: url(../images/navi_img06_on.png);
}

#main {
  margin: 0 auto;
  padding: 260px 0 166px;
  width: 1200px;
}
#main .egg {
  margin: 0 auto 58px;
  width: 836px;
  height: 664px;
  position: relative;
}
#main .egg .hammer {
  position: absolute;
  left: 163px;
  top: 11px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 999;
}
#main .egg .imgBox {
  margin: 0 0 0 0;
}
#main .egg .img {
  width: 184px;
  margin: 0 47px -1px;
  float: left;
  position: relative;
  cursor: pointer;
}
#main .egg .img > span {
  display: block;
  outline: none;
}
#main .egg .img:nth-child(4) {
  clear: both;
}
#main .egg .img > span {
  width: 184px;
  height: 293px;
  background: url(../images/egg.png) no-repeat center top;
}
#main .egg .img.curr > span {
  background: url(../images/egg_on.png) no-repeat center top;
  cursor: default;
  z-index: 99;
}
#main .egg .curr sup {
  background: url(../images/fireworks.png) no-repeat center top;
  height: 244px;
  left: -8px;
  position: absolute;
  top: -100px;
  width: 200px;
  z-index: 90;
}
#main .egg p {
  margin: -14px -25px 0;
  position: relative;
  z-index: 100;
  color: #fff4d3;
  font-size: 18px;
  line-height: 1.35;
  text-align: center;
}
#main .egg p span {
  display: block;
  color: #fff000;
  font-size: 22px;
}

#main .dateBox {
  margin: 0 auto 80px;
  width: 1075px;
  height: 74px;
  position: relative;
  text-align: center;
  background: url(../images/bg03.png) no-repeat center top;
}
#main .dateBox p {
  padding: 15px 15px 0 0;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1.2px;
}
#main .dateBox p img {
  margin: -4px 12px 0 0;
  display: inline-block;
  vertical-align: middle;
}
#main .dateBox p span {
  color: #fff600;
}
.cover,
#announce-cover {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.popBox {
  margin: -250px 0 0 -310px;
  width: 620px;
  position: fixed;
  left: 50%;
  top: 50%;
  display: none;
  z-index: 3000;
}
.popBox .img {
  margin-bottom: 19px;
  position: relative;
}
.popBox .img .price {
  width: 100%;
  position: absolute;
  left: 0;
  top: 205px;
  color: #d3301d;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.popBox .img .price span {
  display: block;
  color: #d3301d;
  font-size: 72px;
}
.popBox .img .txt {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 7px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
}
.popBox .img .txt span {
  color: #fcee55;
}
.popBox .close {
  text-align: center;
}

#main .inner {
  margin: 0 auto;
  width: 1069px;
  padding: 55px 0 31px;
  position: relative;
  border-radius: 5px;
  border: 3px solid #ffbe56;
  box-sizing: border-box;
  background: #c01d1a url(../images/line.png) no-repeat 526px 45px;
}
#main .inner .ttl {
  position: absolute;
  left: 344px;
  top: -42px;
}
#main .inner .lzhongj {
  width: 518px;
  float: left;
}
#main .inner .rzhongj {
  width: 518px;
  float: right;
}
#main .inner .bd {
  height: 200px;
  overflow: hidden;
}
#main .inner li {
  margin-bottom: 14px;
  overflow: hidden;
  zoom: 1;
  height: auto !important;
}
#main .inner li p {
  padding: 0 20px 0 76px;
  color: #fff;
  font-size: 16px;
  box-sizing: border-box;
}
#main .inner li p .name {
  color: #00fffc;
}
#main .inner li p .num {
  color: #fff000;
}
.footer {
  overflow: hidden;
  background: #660b02;
}
.footer p {
  color: #da4e4a;
  font-size: 14px;
  letter-spacing: 1.2px;
  line-height: 61px;
  text-align: center;
}

.searchBox {
  padding: 21px 50px 50px;
  width: 720px;
  position: fixed;
  left: 50%;
  top: 50%;
  display: none;
  z-index: 10000;
  border-radius: 20px;
  box-sizing: border-box;
  background: #79090f;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.searchBox .close {
  position: absolute;
  right: 18px;
  top: 18px;
}
.searchBox p {
  margin-bottom: 24px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.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: #832916;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  background: #ffdf71;
  border: 1px solid #c01b22;
}
.searchBox td {
  padding: 7px 10px;
  color: #ffdecf;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  border: 1px solid #c01b22;
}
.searchBox td span {
  color: #fff21c;
}
.searchBox tr:nth-child(2n + 1) td {
  background: #9a1319;
}
.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;
}
.login-user {
  position: absolute;
  top: 1030px;
  left: 50%;
  background-color: #fae5b0;
  border: 2px solid #8e2521;
  width: 500px;
  margin: 0 0 0 -250px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  border-radius: 25px;
}
.login-user div {
  display: inline-block;
  color: #8e2521;
  margin: 0 10px;
}
.login-user div span {
  color: #f00;
  font-weight: bold;
}
.login-user div:last-child {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
.quotes {
  text-align: center;
}
.quotes span {
  color: #f00;
}
.quotes a {
  margin: 0 2px;
  text-decoration: underline;
}

#announce {
  width: 400px;
  height: 400px;
  padding: 30px;
  border-radius: 5px;
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: rgb(161, 60, 60);
  transform: translate(-50%, -50%);
  z-index: 9999;
}
#announce .close {
  position: absolute;
  right: -20px;
  top: -25px;
}
#announce #announce-content {
  background-color: rgb(184, 58, 58);
  font-size: 16px;
  border-radius: 5px;
  padding: 5px;
  height: 100%;
  color: #fff;
}
#announce-cover {
  display: block;
}
[v-cloak] {
	display: none;
}