@media (max-width: 1000px)
{
	body
	{
		font-size: calc(100vw/23);
	}
	input {
		-webkit-appearance: none;
	}
	button {
		-webkit-appearance: none;
	}
	select {
		-webkit-appearance: none;
	}
	div.menu {
		display: none;
	}
	div.menu-smart {
		background-size: 5.5em auto;
		background-position: 2.0em 1.7em;
		font-size: 1em;
		position: fixed;
		top: 0em;
		right: 7em;
		bottom: 0em;
		left: 0em;
		padding-top: 5em;
		background-image: url('images/logo.png');
		background-repeat: no-repeat;
		background-attachment: inherit;
		z-index: 5000;
	}
   	div.menu-smart hr {
		padding: 0px;
	    border-style: solid none none none;
	    border-width: 1px;	
	}
	div.top ul {
		list-style-type: none;
		padding: 0px;
		margin: 0px;
		font-size: 0.9em;
	}
	div.top li {
		list-style-type: none;
		margin: 0em 0em 0em 2.4em;
		float: none;
	}
	div.top a {
		padding: 0.7em 0em 0.7em 0em;
		display: block;
	}
	div.item-10 {
		width: auto;
		float: none;
	}
	div.item-12 {
		width: auto;
		float: none;
	}
	div.item-12m {
		width: 12.5%;
		float: left;
	}
	div.item-20 {
		width: 50%;
		float: left;
	}
	div.item-25 {
		width: auto;
		float: none;
	}
	div.item-33 {
		overflow: hidden;
		width: auto;
		float: none;
	}
	div.item-66 {
		width: auto;
		float: none;
	}
	div.item-66 div.title {
		padding: 5em 1.5em 0.7em 1.5em;
	}
	div.item-66 div.preview {
		padding-right: 1.5em;
		padding-left: 1.5em;
	}
	.padding {
		margin: 0.7em;
		position: relative;
		z-index: 10;
	}
	div.teaser {
		height: auto;
		box-shadow: 0em 0em 0.3em 0em rgba(0, 0, 0, 0.3);
	}
	div.glow {
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		margin: -0.02em;
		position: relative;
		cursor: pointer;
	}
	div.glow-16 {
		height: 16.04em;
	}
	div.desc {
		padding-right: 1.5em;
		padding-left: 1.5em;
		position: absolute;
		bottom: 1em;
		left: 0em;
		right: 0em;
	}
	div.catname span {
		border-top-left-radius: 1em;
		border-bottom-left-radius: 1em;
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
		padding: 0.3em 0.8em 0.4em 1em;
		margin-right: -0.4em;
		font-size: 0.7em;
	}
	div.margin {
		padding: 0px;
		margin-right: auto;
		margin-left: auto;
		width: auto;
	}
	.tt {
		background-position: center;
		background-size: 150% auto;
		background-repeat: no-repeat;
		background-attachment: inherit;
		transition: all .10s linear;
	}
	.tt:hover {
		background-size: 155% auto;
		transition: all .14s linear;
	}
	.ct {
		background-position: center center;
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-attachment: inherit;
		transition: all .10s linear;
		filter: grayscale(50%);
	}
	.ct:hover {
		background-size: 105% auto;
		transition: all .14s linear;
		filter: grayscale(10%);
	}
	.ct div.blog-desc {
		transition: all .14s linear;
	}
	.bt {
		margin: -0.25em 0em -0.25em 0em;
	}
	.tr {
		background-position: right center;
		background-size: auto 100%;
		background-repeat: no-repeat;
		background-attachment: inherit;
		transition: all .10s linear;
	}
	.tr:hover {
		background-size: auto 103%;
		transition: all .14s linear;
	}
	div.blog-name {
		font-size: 1.1em;
		font-weight: bold;
		padding-top: 0.2em;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	div.blog-desc {
		font-size: 0.9em;
		padding-top: 0.8em;
		line-height: 1.5em;
		text-shadow: 0em 0em 0.15em #000000;
		transition: all .14s linear;
		opacity: 1;
	}
	div.list h3 {
		font-size: 1.2em;
		padding: 0.5em 0em 0.2em 0em;
		margin: 0em 0.55em 0em 0.55em;
	}
	div.list p.info {
		font-size: 0.85em;
		padding: 0em 0em 0.7em 0em;
	}
	div.side-left {
		display: none;
	}
	div.side-right {
		display: none;
	}
	article, div.discus {
		font-size: 1em;
		margin-bottom: 2.5em;
	}
	form.node {
		font-size: 1em;
		margin-left: 0.5em;
		margin-right: 0.5em;
		margin-bottom: 0.5em;			
	}
	article h1, article div.h1title {
		font-size: 1.5em;
		line-height: 1.2em;
	}
	article h2 {
		font-size: 1.3em;
		line-height: 1.2em;
	}
	article h3 {
		font-size: 1.2em;
		line-height: 1.4em;
	}
	article p {
		line-height: 1.5em;
		margin-top: 1.2em;
	}
	article blockquote {
		margin: 1.2em 0em 1.2em 0em;
		line-height: 1.5em;
	}
	div.top {
		padding-top: 0em;
		padding-bottom: 0.5em;
		position: fixed;
		width: 100%;
		z-index: 1000;
		top: 0px;
		right: 0px;
		left: 0px;
	}
	div.list {
		margin-top: 2.5em;
		font-size: 1.11em;
	}
	.highlight {
		margin: -1.2em -0.3em -2em -0.3em;
	    padding: 0.7em;
    }
	.view-desktop {
		display: none;	
	}
	.view-mobile {
		display: !important;	
	}
	div.discus form {
		padding: 0px;
		margin: 0em;
	}
	div.discus-user-topic {
		padding: 0px;
		margin: 0px 0px 0px 3.5em;
	}
	fieldset.origin {
		padding: 0em 0.5em 0.3em 1em;
		margin: 0em;
	}
	div.user-desc-follower {
		float: none;
		clear: both;
		font-size: 0.7em;
		margin-top: 0.7em;
	}
	div.user-desc-follower a {
		border-width: 1px;
		color: inherit;
		text-decoration: none;
		border-bottom-style: solid;
	}
	div.user-desc-follower span {
		margin-right: 0.5em;
		margin-left: 0.5em;
	}
	div.user-desc-follower strong {
		font-size: 1.4em;
		font-weight: normal;
	}
	div.user-desc-page {
		font-size: 1.1em;
		width: calc(100% - 7.5em);
	}
	div.editor {
	    max-height: calc(100vh/2.5);
	}	
	form.node h3 {
		margin: -2em -1.3em 4.5em -1.3em;
		font-size: 0.9em;
		font-weight: normal;
		padding: 0.5em 0.8em 0.5em 0.8em;
		background-color: rgba(0, 0, 0, 0.3);
	}
	form.node h3.user-pro {
		margin: 1em -1.3em 1.0em -1.3em;
	}
	textarea.headin {
		font-size: 1.4em;
		line-height: 1.1em;
	}
	div.headhide {
		font-size: 1.4em;
		line-height: 1.1em;
	}
	div.post-cover {
		margin-top: 0em;
		margin-left: auto;
		margin-right: auto;
		width: 10em;
		height: 6em;
	}
	textarea.tagin {
		margin: 0.5em 0em 0em 0em;
	}
	textarea.textin {
		margin: 0.5em 0em 0.5em 0em;
	}
	input.save {
		margin-top: 1.5em;
	    font-size: 1.1em;
	    margin-bottom: 1.5em;
	    padding-top: 0.5em;
	    padding-bottom: 0.5em;
    }
	div.editor h2 {
		font-size: 1.3em;
		line-height: 1.1em;
		margin: 0.8em 0em 0.3em 0em;
	}
	div.editor p {
		font-size: 1em;
		line-height: 1.2em;
		margin-top: 0.8em;
	}
	div.editor blockquote, div.editor h4 {
		line-height: 1.4em;
	}
	div.holder {
		margin-top: 1.1em;
		margin-bottom: 0.8em;
	}
	div.add-pic {
		margin-top: -2.9em;
		overflow: auto;
		max-height: calc(100vh);
		overflow-y: auto;
		overflow-x: hidden;
	}
	div.discus-block-reply {
		margin-top: 1em;
		margin-bottom: 1em;
		margin-left: 0em;
	}
	select.rub {
		padding: 0.4em 0.6em 0.5em 0.6em;
		font-size: 1em;
	}
	#updProfile {
		margin-top: 1em;	
	}
	div.flex {
		display: flex;
		flex-direction: column;
	}
	div.smart-1 {
		position: relative;
		display: inherit;
		font-size: 1.3em;
		order: 1;
	}
	div.smart-2 {
		order: 2;	
	}
	div.smart-3 {
		position: relative;
		padding: 0.6em;
		display: block;
		font-size: 0.85em;
		order: 3;
	}
	.scenter {
		text-align: center;
	}
	span.new {
		border-radius: 0em;
		padding: 0em;
		background-color: rgba(0, 0, 0, 0);
	}
	div.li {
		float: right;
		margin-top: -8px;
		margin-right: -16px;
		opacity: 1;
	}
	div.li img {
		width: 17px;
		height: 17px;
	}
	div.user-cover {
		height: 12em;
	}
	div.logo a {
		width: auto;
		height: 100%;
		display: block;
		padding: 0;
	}
}