* {
	margin: 0;
	padding: 0;
	font-style: normal;
	box-sizing: border-box;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: inherit;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1.6;
}

body {
	-webkit-touch-callout: none;
	font-family: Helvetica Neue, Helvetica, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
	background-color: #fff;
	line-height: inherit;
	color: #fefaf5;
	text-shadow: rgba(0, 0, 0, 0.2) 0px 0px 1px, rgba(0, 0, 0, 0.2) 0px 1px 1px;
}

b {
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	font-size: 16px;
}

a {
	text-decoration: none;
	color: #c7e5ff;
}

p {
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

.clearfix:before {
	/* clear */
	display: table;
	content: "";
}

.clearfix:after {
	/* clear */
	display: table;
	content: "";
	clear: both;
}

.cen {
	margin: 0 auto;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}


/* font setting */

.bold {
	font-weight: bold !important;
}

.align-cen {
	text-align: center !important;
}

.big {
	font-size: 20px !important;
}


/* font color */


/*gray*/

.color1 {
	color: #fefaf5 !important;
}


/*red*/

.color2 {
	color: #470000 !important;
}


/*green*/

.color4 {
	color: #2dec83 !important;
}


/*orange*/

.color3 {
	color: #fed34d !important;
}


/*blue*/

.color5 {
	color: #74f7ff !important;
}


/*violet*/

.color6 {
	color: #fefaf5 !important;
}


/*white*/

.color7 {
	color: #fff !important;
}

.weishoot-main {
	position: relative;
	padding: 10px 0 24px;
	width: 100%;
	min-height: 100%;
	box-sizing: border-box;
	background-color: transparent;
}

.weishoot-title {
	font-size: 24px;
	text-align: left;
	line-height: 33px;
	padding: 0px 0px 6px;
	margin: 0 15px;
}

.weishoot_meta {
	font-family: Helvetica Neue, Helvetica, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
	font-size: 16px;
	margin: 0 0 24px;
	line-height: 30px;
	padding: 0 15px;
}

.weishoot_author {
	font-family: Helvetica Neue, Helvetica, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
	font-size: 16px;
	margin: -24px 0 0 0;
	line-height: 30px;
	padding: 0 15px;
}

.weishoot_meta span {
	float: left;
	color: #ffd8d0;
	margin-right: 8px;
}

.weishoot-content .section {
	margin: 24px 0 0;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.weishoot-content .section.fill {
	padding: 0px 9px;
}

.weishoot-content .section.fill .text {
	padding: 0 6px;
	margin: 0 0 4px;
}

.weishoot-content .section .m-tb-4 {
	margin: 4px 0;
}

.weishoot-content .section .text {
	line-height: 1.5;
	word-wrap: break-word;
	font-weight: normal;
	white-space: pre-wrap;
	text-align: justify;
	padding: 0 15px;
}

.weishoot-content .section .img-border {
	border: 1px solid #fcf9f9;
	border-width: 15.5px 15px 18.5px 15px;
	border-image: url("../images/style/001boder.png") 31 34 36 34 stretch;
	-webkit-border-image: url("../images/style/001boder.png") 31 34 36 34 stretch;
}

.weishoot-content .section img {
	width: 100%;
}

.weishoot-content .section .images {
	display: block;
}

.weishoot-content .section .video {
	width: 100%;
}

.weishoot-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	z-index: -1;
	background: url("../images/style/001bj.gif") repeat-y;
	background-color: #ea679e;
	background-size: 100% auto;
}

.appreciate {
	width: 100%;
	height: auto;
	margin: 65px auto 60px;
	text-align: center;
	color: #ffd8d0;
}

.appreciate a {
	margin: 11px 0;
	display: inline-block;
	height: 39px;
	width: 86px;
	background: linear-gradient(top, #ffc948 0%, #f7b933 100%);
	background: -o-linear-gradient(top, #ffc948 0%, #f7b933 100%);
	background: -ms-linear-gradient(top, #ffc948 0%, #f7b933 100%);
	background: -moz-linear-gradient(top, #ffc948 0%, #f7b933 100%);
	background: -webkit-linear-gradient(top, #ffc948 0%, #f7b933 100%);
	border: 2px solid #e19e19;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	line-height: 35px;
	color: #c07604;
	text-shadow: none;
}

.weishoot_meta span.weishoot-author {
	float: right;
}