.container{
	width:100%;
	height:9.07rem;
	background:url(/images/bg.png) no-repeat;
	background-size:100% 100%;
	padding-top:3rem;
}

.sel_box{
	margin:0 auto;
	width:4.6rem;
	display:flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content:space-between;
}

.sel_item{
	width:1.6rem;
	height:1.78rem;
	margin-bottom:0.8rem;
	text-align:center;
}

.sel_item .img{
	width:1.6rem;
	height:1.2rem;
	text-align:center;
}

.sel_item .img img{
	width:1.4rem;
	height:1.4rem;
}

.sel_item p{
	height:0.48rem;
	line-height:0.48rem;
	font-size:0.28rem;
	margin-top:0.2rem;
}

.friendshiplink{
	width:1.6rem;
	position:absolute;
	left:0.2rem;
	top:0.2rem;
	text-align:center;
	box-shadow:1px 1px 5px #999;
	background-color:#fff;
	opacity:0.4;
}

.quit{
	width:1.6rem;
	height:0.6rem;
	line-height:0.6rem;
	text-align:center;
	background-color:#fff;
	opacity:0.4;
	position:absolute;
	right:0.2rem;
	top:0.2rem;
	font-size:0.28rem;
	box-shadow:1px 1px 5px #999;
}

.login{
	width:1.6rem;
	height:0.6rem;
	line-height:0.6rem;
	text-align:center;
	background-color:#fff;
	opacity:0.4;
	position:absolute;
	right:0.2rem;
	top:0.2rem;
	box-shadow:1px 1px 5px #999;
}

.friendshiplink .link_btn{
	text-align:center;
	font-size:0.28rem;
	height:0.6rem;
	line-height:0.6rem;
}

.friendshiplink .link_btn img{
	width:0.5rem;
	height:0.25rem;
}

.friendshiplink ul{
	background-color:#fff;
	display:none;
	border-top:1px solid #999;
}

.friendshiplink ul li{
	padding:0.1rem 0;
	font-size:0.28rem;
	color:#000;
}

.friendshiplink ul li a{
	color:#00c0b7;
}



