@charset "utf-8";
.hexGrid {
	width: 766px;
	margin: 0 auto;
	font-family: "黑体";
	font-size: 0px;
	color: #000000;
	text-align: center;
	padding-top: 190px;
	position: relative;
}

.hexGrid .bgvideo-wrap {
	width: 766px;
	height: 626px;
	overflow: hidden;
}

.hexGrid .bgvideo {
	z-index: -1;
	position: absolute;
	top: 190px;
	left: -1px;
	width: 767px;
}

.bgvideo video {
	width: 100%;
}

.hexGrid.selector {
	position: absolute;
	left: 50%;
	margin-left: -410px;
	padding: 0;
	padding-bottom: 0;
	top: -50px;
}

.hexGrid.touming {
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

#hexGrid:after {
	content: "";
	display: block;
	clear: both
}

.hex {
	position: relative;
	box-sizing: border-box;
	width: 20%;
	padding-bottom: 13.92%;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	/* margin: 0 .2%; */
	/* margin-bottom: -4%; */
	list-style-type: none;
	display: inline-block;
	/* overflow: hidden; */
	/* visibility: hidden; */
	/* -webkit-transform: rotate(-60deg) skewY(30deg) translatez(-1px);
	-ms-transform: rotate(-60deg) skewY(30deg) translatez(-1px); */
	/* transform: rotate(-60deg) skewY(30deg) translatez(-1px) */
}

.hexGrid li:nth-child(1), .hexGrid li:nth-child(2), .hexGrid li:nth-child(3), .hexGrid li:nth-child(4), .hexGrid li:nth-child(5) {
	border-top: 0;
}

.hexGrid li:nth-child(5), .hexGrid li:nth-child(10), .hexGrid li:nth-child(15), .hexGrid li:nth-child(20) {
	border-right: 0;
}

.hex * {
	position: absolute;
	visibility: visible;
}

/*.hex.on{
	-webkit-transform: rotate(-60deg) skewY(30deg) translatez(-1px) scale(1.04);
    -ms-transform: rotate(-60deg) skewY(30deg) translatez(-1px) scale(1.04);
    transform: rotate(-60deg) skewY(30deg) translatez(-1px) scale(1.04)
}
.hex.on.jj1080{
	-webkit-transform: rotate(-60deg) skewY(30deg) translatez(-1px) scale(1.4);
    -ms-transform: rotate(-60deg) skewY(30deg) translatez(-1px) scale(1.4);
    transform: rotate(-60deg) skewY(30deg) translatez(-1px) scale(1.4);
	z-index:9;
}*/

/*.hex.on .hexIn{
	background:url(http://files.haojue163.com/haojue_winning_pc_v5/img/lz_03.png) no-repeat center center; background-size: 100% 100%;
}*/

.hex.on .hexIn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -71px;
	margin-left: -113px;
	color: #fff;
	width: 227px;
	height: 142px;
	background: url(http://files.haojue163.com/haojue_winning_v3/img/item_choujiang_active.png) center no-repeat;
}

.jq-list .hex .hexIn {
	color: rgba(255, 255, 255, 0.8);
}

.jq-list .hex .hexIn p.name {
	margin-top: -27.5px;
}

.jq-list .hex .hexIn p.chehang {
	top: 60%;
	color: rgba(255, 255, 255, .5);
}

.hex.jj1080 a {
	/* animation: twinkling1080 1s infinite; */
	animation: bigAndSmall 1s infinite;
	background-color: tranparent;
	/* background: url(http://files.haojue163.com/haojue_winning_pc_v5/img/20210101/bg.jpg) center no-repeat; */
	/* background-size: cover; */
	/* transform: scale(1.4); */
	z-index: 9;
}

.hex.jj1080 a:after{
  content: "";
	position: absolute;
	top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
	background: url(http://files.haojue163.com/haojue_winning_pc_v5/img/20210101/bg.jpg) center no-repeat;
  background-size: cover;
  z-index: -1;
  animation: bigAndSmall2 1s infinite;
}

.hex.jj1080 a .hex.jj1080 .hexIn {
	/* color: #000; */
	/* background: url(http://files.haojue163.com/haojue_winning_pc_v5/img/lz_03.png) no-repeat center center; */
	/* background-size: 100% 100%; */
	/*animation: twinkling1080 1s 3;*/
	/*animation-fill-mode:forwards;*/
}

.hex.jj1080 .hexIn .name, .hex.jj1080 .hexIn .chehang {
	color: #fff;
}

.hex.jj1080 p.name, .hex.jj1080 p.chehang, .hex.jj1080 p.jiangjin {
	/* animation: twinkling1080text 1s infinite; */
}

.hex.jj500 .hexIn {
	/* color: #000; */
	/*background:url(http://files.haojue163.com/haojue_winning_pc_v5/img/500.png) no-repeat center center; background-size: 100% 100%;*/
	/*animation: twinkling500 4s 1;*/
	animation-name: twinkling500;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

.hex.jj500 p.chehang, .hex.jj500 p.jiangjin {
	display: block;
}

.hex.jj300 .hexIn {
	/* color: #000; */
	/*background:url(http://files.haojue163.com/haojue_winning_pc_v5/img/300.png) no-repeat center center; background-size: 100% 100%;
    animation: twinkling300 1s 3;*/
	/*animation-fill-mode:forwards;*/
	/*animation: twinkling300 4s 1;*/
	animation-name: twinkling300;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

.hex.jj300 p.chehang, .hex.jj300 p.jiangjin {
	display: block;
}

.hex.jj200 .hexIn {
	/* color: #000; */
	/*background:url(http://files.haojue163.com/haojue_winning_pc_v5/img/200.png) no-repeat center center; background-size: 100% 100%;
    animation: twinkling200 1s 3;*/
	/*animation: twinkling200 4s 1;*/
	animation-name: twinkling200;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

.hex.jj200 p.chehang, .hex.jj200 p.jiangjin {
	display: block;
}

@keyframes twinkling1080 {
	/* 0%{ transform: rotate(-60deg) skewY(30deg) scale(1);}
    50%{ transform: rotate(-60deg) skewY(30deg) scale(1.4);}
		100%{ transform: rotate(-60deg) skewY(30deg) scale(1);} */
	0% {
		background: transparent;
	}
	50% {
		background: #fff;
	}
	100% {
		background-color: transparent;
	}
}

@keyframes twinkling1080text {
	/* 0%{ transform: rotate(-60deg) skewY(30deg) scale(1);}
    50%{ transform: rotate(-60deg) skewY(30deg) scale(1.4);}
		100%{ transform: rotate(-60deg) skewY(30deg) scale(1);} */
	0% {
		color: #fff;
	}
	50% {
		color: red;
	}
	100% {
		color: #fff;
	}
}

@keyframes twinkling500 {
	/*0%{ background:url(http://files.haojue163.com/haojue_winning_pc_v5/img/500.png) no-repeat center center; background-size: 100% 100%;}*/
	/*50%{ background-color: rgba(255,255,255,0.8); background-image: none;}*/
	/* 0%{background-image: none; background-color: rgba(255,255,255,0.8); } */
	/* 0% {
		background-color: rgba(255, 255, 255, 0.9);
	}

	15% {
		background-color: rgba(255, 255, 255, 0.5);
	}

	30% {
		background-color: rgba(255, 255, 255, 0.9);
	}

	45% {
		background-color: rgba(255, 255, 255, 0.5);
	}

	60% {
		background-color: rgba(255, 255, 255, 0.9);
	}

	75% {
		background-color: rgba(255, 255, 255, 0.5);
	}

	90% {
		background-color: rgba(255, 255, 255, 0.9);
	}

	100% {
		background: url(http://files.haojue163.com/haojue_winning_pc_v5/img//500.png) no-repeat center center;
		background-size: 100% 100%;
	} */
	0% {
		background-color: rgba(255, 255, 255, 1);
	}
	15% {
		background-color: rgba(255, 255, 255, 0.7);
	}
	30% {
		background-color: rgba(255, 255, 255, 1);
	}
	45% {
		background-color: rgba(255, 255, 255, 0.7);
	}
	60% {
		background-color: rgba(255, 255, 255, 1);
	}
	75% {
		background-color: rgba(255, 255, 255, 0.7);
	}
	90% {
		background-color: rgba(255, 255, 255, 1);
	}
	100% {
		background-color: rgba(0, 0, 0, 0);
	}
}

@keyframes twinkling300 {
	/*0%{background:url(http://files.haojue163.com/haojue_winning_pc_v5/img//200.png) no-repeat center center; background-size: 100% 100%;}
    50%{ background:url(http://files.haojue163.com/haojue_winning_pc_v5/img//300.png) no-repeat center center; background-size: 100% 100%;}
	99%{ background:url(http://files.haojue163.com/haojue_winning_pc_v5/img//200.png) no-repeat center center; background-size: 100% 100%;}
    100%{background-image: none; background-color: rgba(255,255,255,0.8); }*/
	0% {
		background-color: rgba(255, 255, 255, 1);
	}
	15% {
		background-color: rgba(255, 255, 255, 0.7);
	}
	30% {
		background-color: rgba(255, 255, 255, 1);
	}
	45% {
		background-color: rgba(255, 255, 255, 0.7);
	}
	60% {
		background-color: rgba(255, 255, 255, 1);
	}
	75% {
		background-color: rgba(255, 255, 255, 0.7);
	}
	90% {
		background-color: rgba(255, 255, 255, 1);
	}
	100% {
		background-color: rgba(0, 0, 0, 0);
	}
	/* 100%{background:url(http://files.haojue163.com/haojue_winning_pc_v5/img//300.png) no-repeat center center; background-size: 100% 100%;} */
}

@keyframes twinkling200 {
	0% {
		background-color: rgba(255, 255, 255, 1);
	}
	15% {
		background-color: rgba(255, 255, 255, 0.7);
	}
	30% {
		background-color: rgba(255, 255, 255, 1);
	}
	45% {
		background-color: rgba(255, 255, 255, 0.7);
	}
	60% {
		background-color: rgba(255, 255, 255, 1);
	}
	75% {
		background-color: rgba(255, 255, 255, 0.7);
	}
	90% {
		background-color: rgba(255, 255, 255, 1);
	}
	100% {
		background-color: rgba(0, 0, 0, 0);
	}
}

.hexIn {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.4);
	/* -webkit-transform: skewY(-30deg) rotate(60deg);
	-ms-transform: skewY(-30deg) rotate(60deg);
	transform: skewY(-30deg) rotate(60deg) */
}

.hex.no-bg .hexIn{
	background-color: transparent;
}

.hexIn p {
	margin: 0;
}

.hexIn p.name {
	width: 90%;
	text-align: center;
	font-size: 27px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	left: 5%;
	top: 50%;
	color: rgba(255, 255, 255, .5);
	margin-top: -13.5px;
}

.hex.jj .hexIn p.name {
	color: #fff;
	top: 0;
	margin-top: 11.5%;
}

.bless p.name {
	display: none;
}

.hexIn p.chehang {
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
	/*display: none;*/
	top: 50%;
}

.hexIn p.jiangjin {
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
	/*display: none;*/
	bottom: 11%;
	font-family: 'Microsoft YaHei';
	line-height: 18px;
}

.hexIn p.jiangjin b {
	font-size: 22px;
	position: static;
}

.hexIn p.jiangjin span {
	position: static;
	font-size: 13px;
	font-weight: normal;
}

/*.jiangjin p.chehang, .jiangjin p.jiangjin{
	display: block;
}*/

.jj200 p.jiangjin {
	display: block;
}

.eggs::after {
	content: "";
	z-index: 99;
	position: absolute;
	left: 50%;
	top: 38px;
	display: none;
}

.hasEggs .eggs::after {
	display: block;
	animation: eggs 13s infinite;
}

.eggs-200::after {
	width: 170px;
	height: 170px;
	margin-left: -85px;
	margin-top: -85px;
	background: url(http://files.haojue163.com/haojue_winning_pc_v5/img/20210101/eggs_200.png) no-repeat;
	background-size: auto 100%;
}

.eggs-300::after {
	width: 178px;
	height: 178px;
	margin-left: -89px;
	margin-top: -89px;
	background: url(http://files.haojue163.com/haojue_winning_pc_v5/img/20210101/eggs_300.png) no-repeat;
	background-size: auto 100%;
}

.eggs-380::after {
	width: 187px;
	height: 187px;
	margin-left: -93px;
	margin-top: -93px;
	background: url(http://files.haojue163.com/haojue_winning_pc_v5/img/20210101/eggs_380.png) no-repeat;
	background-size: auto 100%;
}
.eggs-700::after {
	width: 195px;
	height: 195px;
	margin-left: -97px;
	margin-top: -97px;
	background: url(http://files.haojue163.com/haojue_winning_pc_v5/img/20210101/eggs_700.png) no-repeat;
	background-size: auto 100%;
}
.eggs-780::after {
	width: 204px;
	height: 204px;
	margin-left: -102px;
	margin-top: -102px;
	background: url(http://files.haojue163.com/haojue_winning_pc_v5/img/20210101/eggs_780.png) no-repeat;
	background-size: auto 100%;
}
.eggs-1800::after {
	width: 238px;
	height: 238px;
	margin-left: -119px;
	margin-top: -119px;
	background: url(http://files.haojue163.com/haojue_winning_pc_v5/img/20210101/eggs_1800.png) no-repeat;
	background-size: auto 100%;
}
.eggs-2000::after {
	width: 246px;
	height: 246px;
	margin-left: -123px;
	margin-top: -123px;
	background: url(http://files.haojue163.com/haojue_winning_pc_v5/img/20210101/eggs_2000.png) no-repeat;
	background-size: auto 100%;
}
@keyframes eggs{
	0%,10%,20%,30%,40% {
		transform: scale(.5);
		opacity: .2;
	}
	5%,15%,25%,35%,45%{
		opacity: 1;
		transform: scale(1);
	}
	50%{
		opacity: .8;
		transform: scale(.5);
	}
	55%{
		opacity: 0;
		transform: scale(0);
	}
	100%{
		opacity: 0;
		transform: scale(0);
	}
}

/* ף������ͼƬ */

.bless.f1 .hexIn {
	background-image: url(http://files.haojue163.com/haojue_winning_v3/img/haoyun.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.bless.f2 .hexIn {
	background-image: url(http://files.haojue163.com/haojue_winning_v3/img/caiyun.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.bless.f3 .hexIn {
	background-image: url(http://files.haojue163.com/haojue_winning_v3/img/tejia.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.bless.f4 .hexIn {
	background-image: url(http://files.haojue163.com/haojue_winning_v3/img/fuxing.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.bless.f5 .hexIn {
	background-image: url(http://files.haojue163.com/haojue_winning_v3/img/shuangchong.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.bless.f6 .hexIn {
	background-image: url(http://files.haojue163.com/haojue_winning_v3/img/wugu.png);
	background-repeat: no-repeat;
	background-position: center center;
}

@keyframes bigAndSmall {
	0% {
		transform: scale(1.4);
		/* opacity: 1; */
	}
	50% {
		/* opacity: .2; */
		transform: scale(1);
	}
	100% {
		transform: scale(1.4);
		/* opacity: 1; */
	}
}
@keyframes bigAndSmall2 {
	0% {
		transform: scale(1.4);
		opacity: 1;
	}
	50% {
		opacity: .05;
		transform: scale(1);
	}
	100% {
		transform: scale(1.4);
		opacity: 1;
	}
}