	
    @media (min-width: 1200px) {
	.MO_bottom {display: none;}
	}
	
	@media (max-width: 1200px) {
	.MO_bottom dl {
		width: 24.5%;
		float: left;
		text-align: center;
		border-right: 1px solid #333;
	}
	.MO_bottom dl:nth-child(4){
		border-right: 1px solid #000;
	}

	.MO_bottom dl a {
		display: block;
		color: #fff;
	}

	.MO_bottom {
		padding: .3rem 0;
		background: #000;
		width: 100%;
		position: fixed;
		z-index: 888;
		bottom: 0;
		left: 0;
	}

	.MO_bottom dt {
		font-size: 1rem;
		color: #fff;
	}

	.MO_bottom dd {
		font-size: 1rem;
		text-align: center;
	}
	}