@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: 14.12%;
	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(../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;
	z-index: 9;
}
.hex.jj1080 a
.hex.jj1080 .hexIn {
	/* color: #000; */
	/* background: url(../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(../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(../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(../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(../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(../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(../img//200.png) no-repeat center center; background-size: 100% 100%;}
    50%{ background:url(../img//300.png) no-repeat center center; background-size: 100% 100%;}
	99%{ background:url(../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(../img//300.png) no-repeat center center; background-size: 100% 100%;} */
}

@keyframes twinkling200 {
	/*0%{ background:url(../img//200.png) no-repeat center center; background-size: 100% 100%;}*/
	/*50%{ background-color: rgba(255,255,255,0.8); background-image: none;}*/
	/*100%{ background:url(../img//200.png) no-repeat center center; background-size: 100% 100%;}*/
	/* 0%{background-color: rgba(255,255,255,0.8); background-image: none;}
    50%{ background:url(../img//200.png) no-repeat center center; background-size: 100% 100%;}
    100%{background-color: rgba(255,255,255,0.8); background-image: none;}*/
	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) */
}

.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;
}

/* ף������ͼƬ */

.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;
}