@font-face{font-family:"opensans";src:url("https://www.s17.cn/assets/fonts/OpenSans-Regular-webfont.woff") format("woff"),url("https://www.s17.cn/assets/fonts/OpenSans-Regular-webfont.ttf") format("truetype"),url("https://www.s17.cn/assets/fonts/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");font-weight:normal;font-style:normal;font-display:swap}

body {
	position: relative;
}
.mdui-drawer {
    z-index: 5500!important;
}
#cover {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9998;
	display: flex;
	justify-content: center;
	align-items: center;
}
#cover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    will-change: filter;
    filter: blur(3px); /* 调整这个值来改变模糊程度 */
	-webkit-filter: blur(3px);
}
#aboutWallpaper {
    position: absolute;
    top: 30px;
    right: 30px;
}
#wallpaper {
	width: 100vw;
	height: 100vh;
	margin: 0;
	z-index: -10;
	position: absolute;
	top: 0;
}
#wallpaper .wallpaper {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #abb2bf center/cover no-repeat;
}
#wallpaper .wallpaper:nth-of-type(1) {
	animation-name: fader;
	animation-delay: 5s;
	animation-duration: 1s;
	z-index: 20;
}
#wallpaper .wallpaper:nth-of-type(2) {
	z-index: 10;
}
#wallpaper .wallpaper:nth-of-type(n+3) {
	display: none;
}
@keyframes fader {
	from { opacity: 1.0; }
	to   { opacity: 0.0; }
}


#body {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
    -webkit-transition: all .7s;
    transition: all .7s
}

#shortcut {
	height: calc(100vh - 80px);
	width: 180px;
	padding: 15px 5px 15px;
	display: flex;
	flex-flow: column wrap;
}
#shortcut .shortcut {
	width: 80px;
	text-align: center;
	padding: 5px;
	margin-top: 18px;
	border-radius: var(--radius);
	-webkit-transition: background .3s;
    transition: background .3s
}
#shortcut .shortcut:hover {
	background: rgba(255,255,255,.1);
}
#shortcut .shortcut .icon {
	width: 50px;
	height: 50px;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	line-height: 50px;
	border-radius: var(--radius);
}
#shortcut .shortcut .icon .mdui-icon {
	font-size: 36px;
}
.xicon {
	width: 1em; height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
#shortcut .shortcut .title {
	padding-top: 10px;
	font-size: 12px;
	color: #fff;
}

[id^="win-"] .mdui-dialog-content {
	padding: 0!important;
	min-height: 45vh;
}
.bgLoading:before {
	content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    display: block;
	width: 100px;
	height: 100px;
	background: url(../../assets/icon/loading.png) center no-repeat;
	z-index: -10;
	transform: rotate(360deg);
	animation: rotation 1s linear infinite;
}
@keyframes rotation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
#startMenu .mdui-typo {margin-bottom: 0;}
#startMenu h6 {padding-left: 7px;}
#startMenu .mdui-list-item {padding-left: 7px!important;}

:root {
	--bg: rgba(255,255,255,.95);
	--accent: #ff4081;
	--blur: 5px;
	--radius: 7px;
	--cardimgheight: 200px;
}
html {
	font: 62.5% 'opensans', -apple-system,BlinkMacSystemFont,'Microsoft Yahei', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
}
a {
    text-decoration: none;
    color: rgba(0,0,0,.54);
}

img.thumb:after {
    content: "\e7ac";
    font-family: "iconfont";
    font-size: 2rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 100%;
    background-color: #abb2bf
}
.mdui-typo {
	margin-bottom: 30px
}
/* Preloader */
#preloader {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9999;
	background: #000;
	color: #fff;
	-webkit-transition: opacity .7s linear;
    -moz-transition: opacity .7s linear;
    -o-transition: opacity .7s linear;
    transition: opacity .7s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.status {
	width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
}
#loading {
	position:fixed;
	z-index:9999;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: rgba(0,0,0,.4);
    display: none;
}
#loading .cover {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -100px;
	margin-top: -50px;
	width: 200px;
	height: 100px;
	background: #fff;
	border-radius: 7px;
	display: flex;
	display: -webkit-flex;
	align-items:center;
    justify-content:center;
    flex-direction: column;
}


#toolbar {
	bottom: 0;
    width: 100%;
    z-index: 9997;
    position: fixed;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    color: white;
    cursor: default;
    box-shadow: 0 0 16px #555;
    display: flex;
}
#toolbar.mobile {
	height: 80px;
	box-shadow: none;
}
.icon .mdui-icon {
	color: #fff!important;
}
#toolbar.mobile a [class^="mdui-color-"] {
	margin: 0 auto;
	width: 50px;
	height: 50px;
	border-radius: var(--radius);
}
#toolbar a {
	display: block;
	width: 60px;
	height: 50px;
	line-height: 50px;
	color: #fff;
}
#toolbar #nowTime {
	width: 100px;
	line-height: 18px;
	padding-top: 8px;
}
#toolbar #beian {
    width: 120px;
	line-height: 18px;
	padding-top: 8px;
}
.beian {
    width: 100%;
    position: absolute;;
    bottom: 0;
    left: 0;
    z-index: 5100;
    font-size: 12px;
    color: #888888;
}
#toolbar a.active {
	background: rgba(255,255,255,.3);
	margin: 0 3px;
}
#toolbar a[id^="task-"] {
	border-bottom: 2px solid #FCE4EC;
}
#toolbar a:hover {
	background: rgba(255,255,255,.1);
}
#searchBox {
	float: left;
	width: 300px;
	height: 50px;
	display: flex;
	padding: 0 7px;
	border-top: 1px solid #424242;
}
#searchBox label {
	text-align: center;;
	line-height: 50px;
	min-width: 30px;
}
#searchBox input {
	flex: 1;
	outline: none;
	border: none
}
#notifications {
	padding: 0 20px;
}
#win-search {
	left: 0!important;
	right: 0!important;
	bottom: 0!important;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
}
#startMenu {
	overflow: hidden;
}
#startMenu .mdui-list {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
#startMenu .mdui-icon {
	color: rgba(0,0,0,.54)!important;
}
#shutdown {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10000;
	background: #000;
	cursor: none!important;
}
#shutdown .tips {
	width: 200px;
	height: 200px;
	text-align: center;
	position: absolute;
	bottom: 100px;
	left: 50%;
	margin-left: -100px;
	opacity: .85;
	color: #fff;
	display: none;
}
.mdui-spinner {
	width: 50px!important;height: 50px!important;
}

.fadein{
    opacity:100;
    filter:alpha(opacity=100);
}
.fadeout {
	opacity: 0;
	filter:alpha(opacity=0);
}
.logo {
	font-size: 50px;
}
.statusBox {
	width: 100%;
	height: 100%;
	display: flex;;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#statusBar {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 24px;
	line-height: 35px;
	color: #fff;
	display: flex;
}
#statusBar .light {
	color: #000000DE;
}
#statusBar span {
	margin: 0 5px;
}
#network i {
	font-size:18px;
}
#battery i {
	transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.barline {
	width: 100%;
	height: 26px;
}
#call.mdui-dialog-open, #cameraFrame.mdui-dialog-open {
	display: flex!important;
	flex-direction: column;
}
#camera_toolbar {
	width: 100%;
	height: 100px;
	margin-right: 0px;
    margin-left: 0px;
    position: absolute;
    bottom: 0;
    z-index: 9999;
}
#camera_toolbar .mdui-col {
	text-align: center;
	line-height: 100px;
}
#camera_toolbar .crop {
    display: none;
}
#camera_toolbar .crop i {
    font-size: 30px;
    padding: 15px;
    color: rgba(0,0,0,.7);
    background-color: rgba(255,255,255,.7);
    border-radius: 50%;
}
#snapshot {
	font-size: 80px
}
#front {
	border-radius: 50%;
	padding: 10px;
	border: 3px solid #eee;
}
img.gallery {
	width: 50px;
	height: 50px;
	margin: 25px auto;
	border-radius: 50%;
}
.mdui-card-media img {
    position: relative;
	background: url(./loading.gif) #fff center no-repeat;
}
#totop {
    position: fixed;
    bottom: 85px;
    right: 20px;
    z-index: 99;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: rgba(0,0,0,0.5);
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#totop.current {
	opacity: 1;
    visibility: visible;
}
.keyboard{ width:100%;background:#fff;line-height:50px;padding-inline-start: 0;margin-block-start:0;margin-block-end:0;  }
.keyboard ul, .keyboard li {list-style: none;}
.keyboard li{ font-size: 20px; text-align: center; width:33.33%; float:left;border:1px solid #cfcfcf;border-bottom:0;border-left:0; box-sizing:border-box; }
.keyboard li:nth-child(3n){border-right:0;}
.keyboard li:active {background:#eee;}
.bgc2 {background: #cfcfcf;}
.input-result {
	font-size: 24px;
}
@media (max-width: 1023px) {
    .post-bottom {padding-top: 50px;}
	#toolbar a:hover {background: transparent;}
	.mdui-snackbar {padding-top: 24px!important;}
	#searchBox {
		border-top: none;
		width: 100%;
		padding: 0;
	}
	#searchBox input {
		color: #fff;
		padding: 0 7px;
		background: transparent;
	}
	#searchBox input:-internal-autofill-previewed,
	#searchBox input:-internal-autofill-selected {
    	-webkit-text-fill-color: #fff;
    	transition: background-color 5000s ease-out 0.5s;
	}
	#searchBox input::-webkit-input-placeholder{color: white;}
    #searchBox input::-moz-placeholder{color: white;}
    #searchBox input:-moz-placeholder{color: white;}
    #searchBox input:-ms-input-placeholder{color: white;}
	.fixed {top: 24px!important;}
	#startMenu .mdui-list {padding-top: 30px;}
	#win-search {top: 0!important;}
	#shortcut {
		height: calc(100vh - 110px);
		width: 100%;
		display: block;
		padding: 30px 0 15px;
		margin: 0 auto;
	}
	#shortcut .shortcut {
		width: 25%;
	}
	#toolbar {
		z-index: 5000;
		display: block;
		margin-right: 0!important;
    	margin-left: 0!important;
    	padding-right: 8px;
    	padding-left: 8px;
	}
	#toolbar a {width: 25%;text-align: center;}
	#toolbar [class^="mdui-color-"] i {color: #fff!important;}
	#toolbar .sms [class^="mdui-color-"] i {color: #4caf50!important;}
	div[id^="win-"], #call, #cameraFrame {
		width: 100%;
		height: 100%;
		max-width: 100%;
		max-height: 100%;
		top: 0;
		left: 0;
	}
	#nav {display: none;}
	#main {width: 100%!important;}
	.mdui-drawer {z-index: 7000!important;}
}
@media (min-width: 1023px) {
	#win-search {
		width: 50%;
		min-width: 400px;
		max-width: 600px;
		height: 500px;
		left: 0!important;
		margin: 0;
	}
}
.top {
	top: calc(100vh - 550px)!important;
}
.top-10 {
	margin-top: -10px;
}
.bar {
	height: calc(100vh - 50px);
	padding: 0!important;
	display: flex;
	flex-direction: column;
}
.bar a {
	cursor: pointer;
	width: 100%;
	height: 46px;
	text-align: center;
	line-height: 46px;
	-webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.bar a:hover {
	background: rgba(0,0,0,.15);
}
.bar .mdui-icon {
	font-size: 20px;
}
.spacer {
	flex: 1;
	-webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
}
div[id^="win-"] {
	display: flex;
	flex-direction: column;
}
.max {
	width: 100%!important;
	max-width: 100%!important;
	height: calc(100vh - 50px)!important;
	max-height: 100%!important;
	top: 0!important;
	left: 0!important;
	margin: auto;
}
iframe, .content {
	flex: 1;
	width: 100%;
	height: 100%;
	border: none;
	overflow-x: hidden;
	overflow-y: auto;
}


#share .mdui-icon {
    color: rgba(0,0,0,.54)!important;
}
#res {text-align: center;}
.circles {
    position: relative;
    width: 88px;
    height: 88px;
    margin: 10px auto;
    border-width: 6px;
    border-color: #ccc;
    border-style: solid;
    border-radius: 50%;
}
.circles *,
.circles {
  box-sizing:content-box;
  -webkit-box-sizing:content-box;
  -moz-box-sizing: content-box;
}

.circles .bar {
  position: absolute;
  width: 50px;
  height: 100px;
  overflow: hidden;
}

.circles .bar-left {
  top: -6px;
  left: -6px;
}
.circles .bar-an {
  position: absolute;
  width: 88px;
  height: 88px;
  border-width:6px;
  border-style: solid;
  border-radius: 50%;
  transform: rotate(-135deg);
  transition: transform 750ms linear 0s;
}

.circles .bar-left .bar-left-an {
  z-index: 10;
  border-color: transparent transparent #3f51b5 #3f51b5;
}

.circles .bar-right {
  top: -6px;
  left: 44px;
}

.circles .bar-right .bar-right-an {
  left: -50px;
  z-index: 20;
  border-color: #3f51b5 #3f51b5 transparent transparent;
}

.circles .occupy {
  position: absolute;
  width: 88px;
  height: 88px;
  line-height: 88px;
  text-align: center;
  font-size: 18px;
  color: #3f51b5;
}
.list-1 {

}
.list-1 li {
	list-style: none;
	width: 100%;
	padding: 5px 10px;
}
.list-1 li label {
	width: 20%;
	float: left;
}
.list-1 li span {
	font-weight: 300
}
.switch {
    display: inline-block;
    vertical-align: top;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.switch .helper {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 16px;
    border-radius: 8px;
    background: rgba(0,0,0,0.26);
    transition: background .28s cubic-bezier(0.4,0,0.2,1);
    vertical-align: middle;
    cursor: pointer
}

.switch .helper:before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    width: 24px;
    height: 24px;
    background: #fafafa;
    box-shadow: 0 2px 8px rgba(0,0,0,0.28);
    border-radius: 50%;
    -webkit-transition: left .28s cubic-bezier(0.4,0,0.2,1),background .28s cubic-bezier(0.4,0,0.2,1),box-shadow .28s cubic-bezier(0.4,0,0.2,1);
    transition: left .28s cubic-bezier(0.4,0,0.2,1),background .28s cubic-bezier(0.4,0,0.2,1),box-shadow .28s cubic-bezier(0.4,0,0.2,1)
}

.switch input {
    position: absolute;
    z-index: 1;
    width: 46px;
    margin: 0 0 0 -4px;
    height: 24px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}

.switch input:checked+.helper {
    background: var(--accent)
}

.switch input:checked+.helper:before {
    left: 20px
}
.contents {
	width: 100%!important;
	margin-right: 0px!important;
    margin-left: 0px!important;
    padding-right: 0px!important;
    padding-left: 0px!important;
}
.post-item {
	padding-left: 0!important;
	padding-right: 0!important;
	text-decoration:none
}
.post-contents {
	margin-left: 5px!important;
	margin-right: 5px!important;
}
.post-meta {
	padding: 10px 0 30px;
}
.post-meta span {
    font-size: 1.4rem;
    display: inline-block;
    padding: 0 15px;
}
.post-item:last-of-type {margin-bottom: 30px}
.mdui-card img {
	height: var(--cardimgheight);
	vertical-align: middle;
	border: 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -o-object-fit: cover;object-fit: cover;
}
/*.mdui-card-primary-title {
    height: 72px;
}
.mdui-card-content {
	padding: 0!important;
	margin: 0 16px 16px;
}
.mdui-card-content, .mdui-card-primary-title {
    -webkit-line-clamp: 2;
	display: -webkit-box!important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}*/
.three-line {
    height: 72px;
    -webkit-line-clamp: 3!important;
}
.mdui-card img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#main {
	height: 100%;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}
#main::-webkit-scrollbar {
	width: 0 !important;
}
#posts {height: 100%;position: absolute;top: 0;left: 0;bottom: 0;right: 0; z-index: 5000;overflow-x: hidden;overflow-y: auto;}
.h1 {height: 1px!important;overflow: hidden;}
/* 站点动态时间轴 */
#timeline {margin-top: 50px}
#timeline ol{list-style:none;margin-left: 6px;padding-left: 14px;border-left: 2px solid #eee;font-size: 18px;color: #666;}
#timeline b{font-size: 16px;font-weight: normal;color: #009688;display: block;position: relative;margin-bottom:5px;padding-left:20px;line-height:1.5}
#timeline li:nth-child(2n) b{
    color: #607d8b;
}
#timeline li:nth-child(3n) b{
    color: #2196f3;
}
#timeline b::after{position: absolute;top: 0;left: -22px;content: '';width: 14px;height: 14px;border-radius: 50%;background-color: #fff;border: 2px solid #ccc;box-shadow: 2px 2px 0 rgba(255,255,255,1), -2px -2px 0 rgba(255,255,255,1)}
#timeline .text {
    margin: 20px 20px 0;
    color: #ffffff;
    font-size: 16px!important;
    padding: 30px 35px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background-color: #009688;
}
#timeline .text p {
    line-height: 26px;
    margin: 0;
}
#timeline li:nth-child(2n) p{
    background-color: #607d8b;
}
#timeline li:nth-child(3n) p{
    background-color: #2196f3;
}
#timeline img {
    cursor: pointer;
}
#timeline li{list-style:none;margin: 0 0 70px 0;line-height: 100%;}
#timeline li:hover{color: #555;}
#timeline li:hover b::after{border-color: #FF4081;}
#timeline li:hover b{color: #FF4081;}
#post-content {
	position: relative;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500
}
#qrcode img {
	max-width: 128px;
	max-height: 128px;
}
.post-bottom span {
    font-size: 1.4rem;
    color: inherit;
}

.comment-lists {
    position: relative;
	width: 94%;
	height: calc(83% - 100px);
	margin: 0 auto;
	border-top:1px solid #EEE;
	border-left:1px solid #EEE;
	border-right:1px solid #EEE;
	background: #eee;
}
.comment-list {
	width: 100%;
}
.comment-list .active {
    background-color: #FFF9E8;
}
.comment-list,.comment-list ol{list-style:none;margin:0;padding:0;}
.comment-list li{padding:15px 0;}
.comment-list li:first-of-type {
    padding-top: 28px;
}
.comment-content {
    background-color: var(--bg);
    position: relative;
	max-width: 80%;
	display: inline-block;
     padding: 10px 15px;
     border-radius: 7px;
    border:1px solid #EEE;
	 box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
	 line-height: 26px;
}
.comment-author {
    display:block;margin-bottom:3px;
}
.comment-author cite{
    font-weight:bold;font-style:normal;
}
.comment-author cite a {text-decoration: none; color: #000000CC;font-size: 17px}
.comment-meta {
    font-size:1.4rem;
}
.comment-meta a {
    color:#999;
}
.badge {
    background: var(--accent);
    color: #fff;
}
.owner {
    padding: 2px 5px;
    margin-left: 3px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: normal;
}
.comment-by-user .comment-author .avatar {
    float:left;margin-right:10px;border-radius:50%
}
.comment-by-user .comment-meta {
    text-align: left;
}
.comment-by-user .comment-content {
    margin:15px 0 15px 40px;
}
.comment-by-author .comment-author {
    text-align: right;
}
.comment-by-author .comment-author .avatar {
    float:right;margin-left:10px;border-radius:50%
}
.comment-by-author .comment-meta {
    text-align: right;
}
.comment-by-author .comment-content {
    float: right;
    margin:15px 40px 15px 0px;
}
.comment-content a {
    color: var(--accent);
}
.comment-content p {
    word-wrap: break-word;
}
.comment-content p:first-of-type {
    display: inline;
}
.comment-content img {
    max-width: calc(100% - 20px);
    height: auto;
    padding: 0 10px;
    cursor: pointer;
}
.reply {
    position: fixed;
    bottom: 0;
    right: 0;
	min-height: 50px;
	height: auto;
	margin: 0 auto;
	box-shadow: 3px -7px 10px -5px rgba(0,0,0,.3);
}
.reply a {text-decoration: none; color: #000000DE}
.reply .tips {
    position: absolute;
	width: 100%;
	height: 49px;
	top: 0;
	left: 0;
	z-index: 99;
	line-height: 49px;
	text-align: center;
	background: var(--bg);
}
.reply .l ,.reply .r{
	height: 100%;
	text-align: center;
	line-height: 50px;
	float: left
}
.reply .l {
    display: flex;
}
.reply .l div {
    flex: 1;
    cursor: pointer;
}
.reply .l i {
    font-size: 25px;
}
.reply .r {
    padding-left: 0!important;
}
.reply .c {
	height: 100%;
	float: left;
	margin-top: 9px;
	display: flex;
}
.reply .c textarea {
    flex: 1;
    background-color: #eeeeee;
	width: auto;
	max-width: 100%;
	padding: 7px 10px;
	margin: 0;
	outline: none;
	border: none;
	resize:none;
	overflow: hidden;word-break:break-all;
}

.reply .c textarea:focus {
    box-shadow: none;
    outline: none;
}
.popup {
    display:none;position:absolute;z-index:9999;width:240px;max-height: 70vh;overflow-y: scroll;padding:5px;background-color:#fff;border:1px solid #bbb;-moz-border-radius:11px;-webkit-border-radius:11px;-khtml-border-radius:11px;border-radius:11px;-moz-box-shadow:1px 3px 15px #bbb;-webkit-box-shadow:1px 3px 15px #bbb;-khtml-box-shadow:1px 3px 15px #bbb;box-shadow:1px 3px 15px #bbb;
}
#owoList span {font-size: 20px}
.lazyload {
    width: 100%;
    margin: 30px auto 50px;
    position: relative;
    padding-bottom: 40px;
}
.lazyload img {
    margin: 0 auto!important;
    vertical-align:middle;
    display: block;
    width: 70%;
    max-width:70%;
    margin: 1.75rem auto;
    cursor:zoom-in;
}
.lazyload:after {
    content: attr(title);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 1.4rem;
    color: #888;
    text-align: center;
}
.powerbtn {
	width: 48px!important;
	height: 48px!important;
}
.activity-status {
    width: 144px;
    height: 144px;
    position: absolute;
    top: 0;
    right: 0;
}
.activity-status .iconfont {
    font-size: 100px;
}
.activity-status .icon-weikaishi {
    color: #4CAF50;
}
.activity-status .icon-jinxingzhong {
    color: #F06292;
}
.activity-status .icon-yijieshu {
    color: #90A4AE;
}
.mini-icon {
    font-size: 16px;
}