html,body{
	color: #444;
	font-family: "Microsoft YaHei",helvetica,arial,verdana,tahoma,sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	-webkit-tap-highlight-color: transparent;
	background: #fbfbfb;
}
.container-1000{
	position: relative;
	width: 1000px;
	max-width: 1000px;
	margin: 0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.header{
	width: 100%;
	height: 54px;
	background: #fff;
}
.header .logo{
	width: 150px;
	height: 50px;
	background: url("../images/index/logo.png?v=1.1") no-repeat center;
}
.header .IM{
	position: relative;
	padding-right: 14px;
	line-height: 54px;
	font-size: 14px;
	color: #464646;
	cursor: pointer;
	background: url("../images/index/row.png") no-repeat 59px;
}
.header .IM:hover .txt{
	color: #e60012;
}
.header .IM:hover{
	background: url('../images/index/row-hover.png') no-repeat 59px;
}
.header .IM:hover .drop-down-area{
	display: block;
}
.drop-down-area{
	display: none;
	position: absolute;
	top: 54px;
	right: 0;
	width: 170px;
	padding: 0 6px;
	background: #fff;
	border: 1px solid #d0cfd0;
	z-index: 99;
	transition: all .8s ease;
}
.drop-down-area>ul{
	position: relative;
	margin: 8px;
}
.drop-down-area>ul:before{
	content: '';
	position: absolute;
	top: -15px;
	right: 5px;
	background: #fff;
	display: block;
	width: 12px;
	height: 12px;
	border-top: 1px solid #d0cfd0;
	border-right: 1px solid #d0cfd0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.drop-down-area a{
	display: block;
	color: #333;
	text-decoration: none;
}
.drop-down-area li{
	height: 48px;
}
.drop-down-area a:not(:last-child){
	border-bottom: 1px solid #e9e9e9;
}
.drop-down-area li i{
	display: block;
	width: 22px;
	height: 100%;
	margin-right: 20px;
	float: left;
	background: darkcyan;
	overflow: hidden;
}
.drop-down-area .tel i{
	background: url("../images/index/contact.png") no-repeat 4px 13px;
	transform: -webkit-scale(1.1);
	transform: scale(1.1);
}
.drop-down-area .email i{
	background: url("../images/index/contact.png") no-repeat -18px 13px;
}
.drop-down-area .official-account i{
	background: url("../images/index/contact.png") no-repeat -40px 13px;
}
/*banner*/
.banner{
	width: 100%;
	height: 538px;
	background: url("../images/index/banner.jpg?v=1.9") no-repeat center;
	background-size:cover;
}
/*二维码*/
.qr-code-wrapper{
	position: fixed;
	top: 144px;
	right: 10%;
	width: 163px;
	height: 300px;
	background: url("../images/index/qr-code-wrapper.png") no-repeat center;
}
@media all and (max-width: 1000px) {
	.qr-code-wrapper{
		right: 10px;
	}
}
@media (min-width: 1001px) and (max-width: 1919px) {
	.qr-code-wrapper{
		right: 5%;
	}
}
.qr-code-wrapper .qr-code{
	width: 140px;
	height: 140px;
	margin: 58px auto 0;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	background: #fff;
}
.qr-code-wrapper .qr-code img{
	width: 130px;
	height: 130px;
	margin: 5px;
}
.qr-code-wrapper .download-btn{
	display: block;
	width: 144px;
	height: 34px;
	margin: 10px auto 0;
	text-indent: -999em;
}
.qr-code-wrapper .download-a{
	background: url("../images/index/download-a.png") no-repeat center;
}
.qr-code-wrapper .download-a:hover{
	background: url("../images/index/download-a-hover.png") no-repeat center;
}
.qr-code-wrapper .download-i{
	background: url("../images/index/download-i.png") no-repeat center;
}
.qr-code-wrapper .download-i:hover{
	background: url("../images/index/download-i-hover.png") no-repeat center;
}
/*游戏简介*/
.description{
	min-height:300px;
	margin-top: 50px;
}
.description .des-title{
	padding-left: 54px;
	font-size: 30px;
	line-height: 1.4;
	background: url("../images/index/dice.png") no-repeat left;
}
.description .des-line{
	margin-top: 14px;
	width: 100%;
	height: 2px;
	background: url("../images/index/line.png") no-repeat center;
}
.description .des-info{
	padding: 18px 4px;
	text-indent: 2em;
	font: 14px/2 Microsoft Yahei;
	color: #000;
}
/*宣传图*/
.game{
	text-indent: -999em;
	width: 100%;
	height: 392px;
	margin-top: 10px;
	margin-bottom: 35px;
	background: url("../images/index/game.jpg") no-repeat center;
}
/*底部样式*/
.footer{
	width: 100%;
	background: #313131;
	text-align:center;
	overflow: hidden;
}
.footer .container-1000{
	width:1100px;
	max-width:1100px;
	padding: 10px 0;
	overflow: hidden;
}
.footer-logo{
	display: inline-block;
}
.footer-info{
	display: inline-block;
	margin-left: 20px;
	font: 14px/2 Microsoft Yahei;
	color: #ccc;
}
.footer-info .title{
	color: #818181;
}
.footer-info span{
	margin-right: 2em;
}
