@charset "utf-8";
body {
	background: #000000;
}
@font-face {
    font-family: 'Taipei-Sans';
    src: url('../font/Taipei-Sans.ttf');
}
/*容器*/
.container {
	width: 7.5rem;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background: #000000;
	position: fixed;
	top: 1.1rem;
	left: 0rem;
	right: 0rem;
	margin: 0rem auto;
	z-index: 2;
	box-shadow: 2px -5px 5px #000000;
	-moz-box-shadow: 2px -5px 5px #000000;
	display: none;
}
.container .abouttitle {
	width: 7.5rem;
	height: 1rem;
	line-height: .5rem;
	text-align: center;
	margin: 1rem auto 0rem auto;
}
.container .abouttitle p {
	padding: 0rem 0rem 0rem 0rem;
	margin: 0rem 0rem 0rem 0rem;
}
.container .seetop {
	width: 7rem;
	height: auto;
	overflow: hidden;
	margin: .5rem .25rem 0rem .25rem;
	display: block;
}
.container .seetop .seeimg {
	width: 7rem;
	height: auto;
	overflow: hidden;
}
.container .seetop .seeimg img {
	width: 100%;
	max-width: 7rem;
	height: 100%;
}
.container .seetop .seename {
	width: 7rem;
	line-height: .5rem;
	font-size: .28rem;
	color: #ffffff;
}
.container .seetop .seeexplain {
	width: 7rem;
	line-height: .5rem;
	font-size: .22rem;
	color: #777777;
}
.container .new {
	width: 7rem;
	height: auto;
	min-height: 9rem;
	overflow: hidden;
	margin: 0rem .25rem 0rem .25rem;
}
.container .newtop {
	width: 3.2rem;
	height: auto;
	overflow: hidden;
	margin: .5rem .15rem 0rem .15rem;
	display: block;
	float: left;
	border-top: .05rem solid #d1d1d1;
	padding: .3rem 0rem 0rem 0rem;
}
.container .newtop .newimg {
	width: 3.2rem;
	height: auto;
	overflow: hidden;
}
.container .newtop .newimg img {
	width: 100%;
	max-height: 3.2rem;
	height: 100%;
}
.container .newtop .newname {
	width: 3rem;
	line-height: .5rem;
	font-size: .25rem;
	color: #ffffff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0rem .1rem;
}
.container .newtop .newexplain {
	width: 3rem;
	line-height: .5rem;
	font-size: .2rem;
	color: #777777;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0rem .1rem;
}
