*{margin: 0;padding: 0;}
html,body{
	background-color: black;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
body{
	width: 100vw;
}
.wrap{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow-y: hidden;
}
.game{
	width: 100%;
	height: 1333px;
	position: relative;
	overflow: hidden;
}
.game_img{
	width: 100%;
	display: flex;
	justify-content: flex-start;
}
.game_img img{
	width: 16.65%;

}
@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);
}to {
    -webkit-transform: rotate(360deg);
}}
.yuan2{
	position: relative;
	top: -950px;
	display: block;
	margin: 0 auto;
	-webkit-transform: rotate(360deg);
    animation: rotation 8s linear infinite;
    -moz-animation: rotation 8s linear infinite;
    -webkit-animation: rotation 8s linear infinite;

}

.txt1{
	position: absolute;
	top: 10%;
	left: -100px;
}
.txt2{
	position: absolute;
	top: 23%;
	right: -100px;
}
.txt3{
	position: absolute;
	left: 25% !important;
    top:35%;

}
.bid_btns{
	width: 24.5%;
	height: 123px;
	position: relative;
	margin: 0 auto;
    bottom: 100%;
	text-align: center;
}
.bid_btn{
    display: block;
    width: 115%;
    height: 100%;
    background: url("https://www.fnjiasu.com/static/images/bid/icon2-1.png") center center no-repeat;
}
.bid_btn:hover{
    background: url("https://www.fnjiasu.com/static/images/bid/icon2.png") center center no-repeat;
	cursor: pointer;
}

.jieshao{
	width: 1000px;
	height: 210px;
	display: flex;
	justify-content: space-around;
	position: relative;
	top: -1200px;
	margin: 0 auto;
}
.jieshao1{
	width: 230px;
	height: 210px;
	display: flex;
	flex-direction:column;
	justify-content: space-around;
	font-size: 16px;
	color: white;
	text-align: center;
}
.jieshao1 img{
	width: 121px;
	height: 118px;
	margin-left: 60px;
}
.p1{
	margin-top: 20px;
}
.moregame{
	width: 1198px;
	height: 398px;
	background-color: #08101e;
	position: relative;
	margin: 0 auto;

}
.moregame img{
	position: absolute;
	top: 100px;
	left: 50px;
}
.moregame span{
	font-size: 24px;
	color: white;
	position: absolute;
	left: 25px;
	top: 30px;
}
.moregame a{
	font-size: 24px;
	color: white;
	position: absolute;
	bottom: 15px;
	left: 550px;
	text-decoration: none;
}
.moregame a:hover{
	color: #ddbd00;
}
.bid_btns2{
    width: 11%;
    height: 60px;
    position: relative;
    margin: 0 auto;
    top:80px;
    text-align: center;
}
.bid_btn2{
    display: block;
    width: 110%;
    height: 100%;
    background: url("https://www.fnjiasu.com/static/images/bid/icon1-1.png") center center no-repeat;
}
.bid_btn2:hover{
    background: url("https://www.fnjiasu.com/static/images/bid/icon1.png") center center no-repeat;
    cursor: pointer;
}

.bid_lianxi{
	width: 600px;
	height: 28px;
	position: relative;
	left: 35%;
	top: 180px;
	padding-bottom:300px;
	display: flex;
	justify-content: space-around;
}
.bid_kefu,.bid_qq{
	font-size: 20px;
	color:white;
}
/*手机端*/
@media screen and (max-width: 768px) {
	.wrap{
		padding-top: 68px;
	}
}
