/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
	b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
	details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
	output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	font-family: "Microsoft YaHei";
	font-size: 14px;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a {
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear:after {
	content: "";
	display: block;
	clear: both;
}

div.flip-3d {
	perspective: 1200px;
	width: 218px;
	float: left;
	height: 425px;
	cursor: pointer;
}

div.flip-3d:nth-child(2), div.flip-3d:nth-child(3), div.flip-3d:nth-child(4),
	div.flip-3d:nth-child(6), div.flip-3d:nth-child(7), div.flip-3d:nth-child(8),
	div.flip-3d:nth-child(10), div.flip-3d:nth-child(11), div.flip-3d:nth-child(12)
	{
	margin-left: 33px;
}

div.flip-3d figure {
	position: relative;
	transform-style: preserve-3d;
	transition: 1s transform;
	font-size: 1.6rem;
}

div.flip-3d figure img {
	width: 100%;
	height: auto;
}

div.flip-3d figure figcaption {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	transform: rotateY(.5turn) translateZ(1px);
	background: rgba(255, 255, 255, 0.9);
	text-align: center;
	/*opacity: 0.6;*/
	transition: 1s .5s opacity;
}

div.flip-3d:hover figure {
	transform: rotateY(.5turn);
}

div.flip-3d:hover figure figcaption {
	opacity: 1;
}

div.flip-3d figure:after {
	content: " ";
	display: block;
	height: 4vw;
	width: 100%;
	transform: rotateX(90deg);
	background-image: radial-gradient(ellipse closest-side, rgba(0, 0, 0, 0.2)
		0%, rgba(0, 0, 0, 0) 100%);
}

@media screen and (max-width: 800px) {
	div#flip-3d {
		perspective-origin: center top;
	}
	div#flip-3d figure {
		float: none;
		width: 50%;
		margin: 0 auto;
		margin-bottom: 12vw;
	}
	div.flip-3d figure figcaption {
		font-size: 0.8rem;
	}
	div#flip-3d figure:last-child {
		display: none;
	}
}

.real {
	width: 1020px;
	margin: 0 auto;
}

.real .real-header {
	height: 160px;
	background-color: #333333;
}

.real-header-box ul {
	padding-left: 38px;
	padding-top: 30px;
}

.real-header-box ul li {
	float: left;
	width: 33.333%;
}

.real-header-box ul li span {
	font-size: 16px;
	color: #ffffff;
}

.real-header-box ul li:nth-child(2) span:nth-child(1) {
	margin-left: 60px;
}

.real-header-box ul li span:nth-child(2) {
	margin-left: 30px;
}

.real-header-box ul li:nth-child(1) a {
	margin-left: 5px;
	width: 50px;
	height: 26px;
	background-color: #ffeb0c;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
	line-height: 26px;
	color: #000000;
	font-size: 16px;
}

.real-header-box ul li:nth-child(3) a {
	width: 162px;
	height: 34px;
	background-color: #868686;
	border-radius: 4px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 34px;
	float: right;
	margin-right: 72px;
	transition: all .3s linear;
}

.real-header-box ul li:nth-child(3) a:hover {
	background-color: #e94335;
	transition: all .3s linear;
}

.real-header-box:nth-child(2) {
	margin-top: 40px;
}

.real-header-box ul li select {
	width: 118px;
	height: 24px;
	background-color: #ffffff;
	border-radius: 4px;
}

.real-header-box ul li:nth-child(2) input {
	width: 118px;
	height: 18px;
	background-color: #ffffff;
	border-radius: 4px;
	padding-left: 10px;
}

.real-header-box ul li:nth-child(2) input:focus {
	border-style: solid;
	border-color: #03a9f4;
	box-shadow: 0 0 15px #03a9f4;
	border-radius: 4px;
	width: 118px;
	height: 18px;
}

.real-header-box:nth-child(2) ul li:nth-child(3) a {
	background-color: #868686;
	transition: all .3s linear;
}

.real-header-box:nth-child(2) ul li:nth-child(3) a:hover {
	background-color: #1aac19;
	transition: all .3s linear;
}

.nav {
	margin-top: 10px;
	background: #333333;
}

.nav ul li {
	float: left;
	width: 95px;
	height: 54px;
}

.nav ul li.ds {
	background: url("../images/DS.png") 14px 19px no-repeat;
}

.nav ul li.ag {
	background: url("../images/AG.png") 14px 19px no-repeat;
}

.nav ul li.djdt {
	background: url("../images/DJDT.png") 14px 19px no-repeat;
}

.nav ul li.bbin {
	background: url("../images/BBIN.png") 10px 19px no-repeat;
}

.nav ul li.bg {
	background: url("../images/BG.png") 14px 19px no-repeat;
}

.nav ul li.dg {
	background: url("../images/DG.png") 14px 19px no-repeat;
}

.nav ul li.mg {
	background: url("../images/MG.png") 14px 19px no-repeat;
}

.nav ul li.ab {
	background: url("../images/AB.png") 14px 19px no-repeat;
}

.nav ul li.og {
	background: url("../images/OG.png") 14px 19px no-repeat;
}

.nav ul li.rg {
	background: url("../images/RG.png") 14px 19px no-repeat;
}

.nav ul li.nt {
	background: url("../images/NT.png") 14px 19px no-repeat;
}

.nav ul li.ebet {
	background: url("../images/EBET.png?v=2") 10px 19px no-repeat;
}

.nav ul li.mgp {
	background: url("../images/MGP.png?v=2") 10px 19px no-repeat;
}

.nav ul li.tyxjLive {
	background: url("../images/tyxjLive.png?v=2") 7px 20px no-repeat;
}

.nav ul li.ptLive {
	background: url("../images/ptlive.png?v=2") 7px 20px no-repeat;
}

.nav ul li.we {
	background: url("../images/WE.png?") 10px 19px no-repeat;
}

.nav ul li.libo {
	background: url("../images/LIBO.png") 14px 19px no-repeat;
}

.nav ul li {
	border-right: 1px solid #484848;
}

.nav ul li:nth-child(10) {
	border-right: 1px solid #333333;
}

.nav ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.nav ul li.on {
	background-color: #7d85f1;
}

.nav ul li:hover {
	background-color: #7d85f1;
	transition: all .3s linear;
}

.real-main {
	margin-top: 20px;
}