.footer_bottom {
	width: 100%;
	height: 100%;
	background: rgb(30, 31, 35);
}

.footer_bottom .btop {
	width: 100%;
	height: 70%;
	border-bottom: 1px solid rgb(62, 58, 57);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.footer_bottom .btop .iconsbox {
	width: 633px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.footer_bottom .btop .iconsbox .iconitem {
	width: 66px;
	height: 91px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	color: #ffffff;
}

.footer_bottom .btop .iconsbox .iconitem:hover {
	color: rgb(0, 145, 58);
	cursor: pointer;
}
.footer_bottom .btop .iconsbox .iconitem:hover a{
	text-decoration: none;
}
.footer_bottom .btop .iconsbox .iconitem:hover .iconfont{
	color: rgb(0, 145, 58);
}
.footer_bottom .btop .iconsbox .iconitem a:visited{
	text-decoration: none;
}
.footer_bottom .btop .iconsbox .iconitem a:active{
	text-decoration: none;
}
.footer_bottom .btop .iconsbox .iconitem a:link{
	text-decoration: none;
}
.footer_bottom .bbottom{
	width: 100%;
	height: calc(30% - 1px);
	font-size: 13px;
	color: #909191;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.footer_bottom .bbottom a{
	color: #909191;
	text-decoration: none;
}
.footer_bottom .bbottom a:hover{
	color: rgb(0, 145, 58);
}
.footer_bottom .bbottom .fullguide:hover{
	color: rgb(0, 145, 58);
}
.footer_bottom .bbottom .aboutus:hover{
	color: rgb(0, 145, 58);
}
.footer_bottom .bbottom .contactus:hover{
	color: rgb(0, 145, 58);
}
.footer_bottom .bbottom .copyright:hover{
	color: rgb(0, 145, 58);
}
.footer_bottom .bbottom .bitembox{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.footer_bottom .bbottom a{
	color: #909191;
	text-decoration: none;
	cursor: pointer;
}
.footer_bottom .bbottom .b_left{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.footer_bottom .bbottom .copyright {
	
}

@media only screen and (max-width: 767px) {
	.footer_bottom {
	    width: 100%;
	    height: 100%;
	    background: none;
	}
	.footer_bottom .bbottom{
		display: none;
	}
	.footer_bottom .btop {
		width: 100%;
		height: 60px;
		background: rgba(30, 31, 35);
		border-bottom: 0;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}
	.footer_bottom  .btop .iconsbox .iconitem img:nth-child(1){
		width: 30px;
		height: auto;
	}
	.footer_bottom .bbottom{
		display: none;
	}
	.footer_bottom .btop .iconsbox {
	    width: 100%;
		padding: 10px 0;
	    display: flex;
	    flex-direction: row;
	    justify-content: space-between;
	    align-items: center;
	}
	.footer_bottom .btop .iconsbox .iconitem {
	    width: 66px;
	    height: 100%;
	    display: flex;
	    flex-direction: column;
	    justify-content: space-between;
	    align-items: center;
	    font-size: 10px;
	    color: #a6a6a7;
	}
	.footer_bottom .btop .iconsbox .iconitem .iconfont{
		font-size: 25px;
	}
}
