body {
	background: url("../img/bg.jpg") !important;
	background-attachment: fixed !important;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}

/* 背景设置 */
.m-bg{
	width: 100%;
	height: 650px;
	object-fit: cover;
}
.m-bg-class_outer {
	display: block;
	/*width: 550px;*/
	/*height: 276px;*/
	/*margin: 10px auto 0 0;*/
	position: relative;
	overflow: hidden;
}

.m-bg-type_outer {
	display: block;
	/*margin: 10px auto 0 0;*/
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.m-bg-class_cover {
	width: 100%;
	height: 800px;
	line-height: 50px;
	padding-left: 6px;
	background-color: rgba(0, 0, 0, .60);
	/*color: #FFFFFF;*/
	/*font-size: 26px;*/
	position: absolute;
	left: 0px;
	bottom: 0px;
}
/* 头字体 */
.m-font-size-title-large{
	font-size: 40px;
	color: #ffffff;
	font-family: STSong;
}
.m-font-size-title-mediul{
	font-size: 30px;
	color: #ffffff;
	font-family: STSong;
}
.m-font-size-title{
	font-size: 450%;
	color: #ffffff;
}
.m-picture-text{
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: white;
	font-size:large;
	font-weight: bold;
}
.m-font-size-blog-text{
	font-size: 18px;
	color: #ffffff;
	font-family: STSong;
}

.m-font-size-text-friends{
	font-size: 16px;
	color: #000000;
	font-family: STSong;
}
.m-font-size-text-mini{
	font-size: 16px;
	color: #ffffff;
}
.m-font-size-text-init-title{
	font-size: 24px;
	color: #fffffc;
	align-content: center;
	font-family:'STXingkai';
}

/* 导航 */
.mynav {
    width: 100%;
    min-height: 60px;
    opacity: 0.9;
    position: fixed;
    background-color: rgba(0,0,0,1);
    z-index: 99999;
    top: 0;
    left: 0;
    font-size: 15px;
}

/* padded */
.m-padded-mini {
	padding: 0.2em !important;
}
.m-padded-tiny {
	padding: 0.3em !important;
}
.m-padded-small {
	padding: 0.4em !important;
}
.m-padded {
	padding: 1em !important;
}

.m-padded-tb-mini {
	padding-top: 0.2em !important;
	padding-bottom: 0.2em !important;
}
.m-padded-tb-tiny {
	padding-top: 0.3em !important;
	padding-bottom: 0.3em !important;
}
.m-padded-tb-small {
	padding-top: 0.5em !important;
	padding-bottom: 0.5em !important;
}
.m-padded-tb {
	padding-top: 1em !important;
	padding-bottom: 1em !important;
}
.m-padded-tb-large {
	padding-top: 2em !important;
	padding-bottom: 2em !important;
}
.m-padded-tb-big {
	padding-top: 3em !important;
	padding-bottom: 3em !important;
}
.m-padded-tb-huge {
	padding-top: 4em !important;
	padding-bottom: 4em !important;
}
.m-padded-tb-massive {
	padding-top: 5em !important;
	padding-bottom: 5em !important;
}

.m-padded-lr-responsive {
	padding-left: 4em !important;
	padding-right: 4em !important;
}

/* text */
.m-text {
	font-weight: 300 !important;
	letter-spacing: 1px !important;
	line-height: 1.8;
}
.m-text-thin{
	font-weight: 300 !important;
}
.m-text-spaced{
	letter-spacing: 1px !important;
}
.m-text-lined{
	line-height: 1.8;
}

/* margin */
.m-margin-top-small {
	margin-top: 0.5em !important;
}

.m-margin-top-large {
	margin-top: 2em !important;
}

.m-margin-tb-tiny {
	margin-top: 0.3em !important;
	margin-bottom: 0.3em !important;
}

.m-margin-bottom-mini {
	margin-bottom: 0.2em !important;	
}

.m-margin-bottom-small {
	margin-bottom: 0.5em !important;	
}

/* opacity */
.m-opacity {
	opacity: 0.9 !important;
}
.m-opacity-mini {
	opacity: 0.8 !important;
}
.m-opacity-tiny {
	opacity: 0.6 !important;
}

/* position */
.m-right-top {
	position: absolute;
	top: 0;
	right: 0;
}

/* display */
.m-inline-block {
	display: inline-block !important;
}

/* container */
.m-container {
	max-width: 96em !important;
	margin: auto !important;
}
.m-container-small {
	max-width: 60em !important;
	margin: auto !important;
}

/* shadow */
.m-shadow-small {
	-webkit-box-shadow: 0 4px 8px rgb(255,255,255,0.2) !important;
	box-shadow: 0 4px 8px rgb(255,255,255,0.2) !important;
}

/* position */
.m-fixed {
	position: fixed !important;
	z-index: 10 !important;
}
.m-right-bottom {
	bottom: 0 !important;
	right: 0 !important;
}

/* color */
.m-black {
	color: #333 !important;
}
.m-white {
	color: #fff !important;
}
.m-grey {
	color: #bebebe !important;
}

.m-mobile-show {
	display: none !important;
}

@media screen and (max-width: 768px) {
	.m-mobile-hide {
		display: none !important;
	}
	.m-mobile-show {
		display: block !important;
	}
	.m-padded-lr-responsive{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.m-mobile-lr-clear{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.m-mobile-wide {
		width: 100% !important;
	}
}

.dsd {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;/*设置纵向对齐*/
	-webkit-line-clamp: 3;/*设置盒子行数*/
}