* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

:after,:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}
a {
	color: #337ab7;
	text-decoration: none
}

a:focus,a:hover {
	color: #23527c;
	text-decoration: underline
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.container {
    max-width: 610px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}
#top-fixed{
    position: fixed;
    left:0;
    top:0;
    width:100%;
    min-height: 50px;
    padding:5px 0;
    border-bottom:1px solid #ddd;
    background-color: #f8f8f8;
    z-index: 999;
}
.logo{
    font-size:22px;
    text-align:center;
    padding: 8px;
    font-weight: bold;
}
.logo a{
    color:#000!important;
}
.logo a:hover {
    text-decoration:none;
}

.logo .porn{
    color:#ff9000;
}
.logo .porn.l{
    padding-left:0
}
.logo span {
    color:#000;
}
.menu {
    min-height: 50px;
    padding:0 10px;
}
.menu span{
    display: inline-block;
    padding:8px 5px;
}
.list{
    margin-top:150px;
}

.aig{
    width: 50%;
}
.aig img {
    width: 100%;
    padding:1px;
}
.aig1{
    width: 100%;
    text-align: center;
}
.aig1 img{
    width: 100%;
}
.footer{
    margin:20px;
    text-align: center;
}
.loading{
    text-align: center;
    margin:10px;
}
.img,.vlist{
    background-color:#eee;
    border-radius: 8px;
    padding:8px 5px;
    margin:10px 0;
}
.tags{
    padding:5px;
}
.tags a{
    color:#6e6b66;
    padding:5px;
}
.msg{
    white-space: pre-wrap;
    width: 100%;
    color: #000;
    word-break: break-word;
    box-sizing: border-box;
    min-height: 1.5em;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 1.5;
}
hr{
    border:1px dashed #6e6b66;
}
.tag{
    text-align: center;
    font-weight: bold;
    margin:10px 0;
    font-size: 18px;
}
