@charset "utf-8";
/* CSS Document */

.back{
			height: 2rem;
		    width: 1.5rem;
		    color: #fff;
		    font: 2rem/2rem "serif";
		    margin-top: 1.2rem;
		}
		.lanmulogo{
			height: 3rem;
		    width: 6rem;
		    background: url(lanmu_logo.png) left center no-repeat;
		    background-size: 90%;
		    margin-top: 0.5rem;
		}
		.lanmuname{
			height: 2rem;
		    color: #fff;
		    font: 1.6rem/3rem "微软雅黑";
		    margin-top: 0.7rem;
		}
		.lanmuname i{
		    height: 3rem;
		    color: rgba(180,180,180,0.3);
		    font: 2rem/3rem "serif";
		    margin-top: 0.7rem;
		}
		.lanmumingzhan img{
			margin: 1rem auto;
		    display: block;
		    height: 2rem;
		    display: block;	
		}
		.more_down{
			color: #333;
		    font-size: 1.6rem !important;
		    background: url(more_down.png) 99% center no-repeat !important;
		    padding: 0.7rem 2.5rem 0.5rem 0 !important;
		    background-size: auto 70% !important;
		}