﻿* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	margin: 0 auto;
	font-family: 'Helvetica';
	background: #fff;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: inherit;
	-moz-user-select: none;
	color: inherit;
}

@media screen and (min-width:900px) {
	body {
		font-size: 20px;
	}
}

@media (max-width:900px) {
	body {
		font-size: 12px;
	}
}

#jsLaunchApp {
  display: block;
}

.you {

	animation: twinkle1 0.6s infinite alternate;

	-moz-animation: twinkle1 0.6s infinite alternate;

	-ms-animation: twinkle1 0.6s infinite alternate;

	-webkit-animation: twinkle1 0.6s infinite alternate;
}

@keyframes twinkle1 {

	0% {
		-webkit-transform: scale(1.0);
		-moz-transform: scale(1.0);
		-ms-transform: scale(1.0);
	}

	100% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
	}

}

@-moz-keyframes twinkle1 {

	0% {
		-webkit-transform: scale(1.0);
		-moz-transform: scale(1.0);
		-ms-transform: scale(1.0);
	}

	100% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
	}

}

.div-1 {
	padding: 10px 12px 10px 12px;
  max-width: 500px;
  margin: 0 auto;
}

.div-2 {
	font-family: Helvetica;
	font-size: 23px;
	font-weight: bold;
	color: #232323;
	min-height: 30px;
	text-align: left;
	margin: 20px auto 8px;
	line-height: 30px
}

.div-3 {
	font-size: 0.6em;
	color: #511414;
	margin-top: 10px;
}

.div-4 {
	font-family: HelveticaNeue;
	font-size: 18px;
	line-height: 28px;
	color: #454545;
}

.div-5 {
	font-family: HelveticaNeue;
	color: #888;
	font-size: 14px;
  height: 48px;
	line-height: 48px
}
.div-5 .name {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  font-size: 18px;
  color: #14181e;
}
.div-5 img {
  width: 48px;
  height: 48px;
  border-radius: 24px;
}

.div-6 {
	background-color: #df60d9;
	color: #fff;
}

.div-7 {
	font-family: HelveticaNeue;
	font-size: 14px;
	font-weight: bold;
}

.div-7 span {
	color: #f00;
}

.div-9 {
	font-family: HelveticaNeue;
	color: #888;
	font-size: 16px;
	line-height: 12px;
	font-style: italic;
	text-align: center;
}

.div-10 {
	font-family: HelveticaNeue;
	color: #d1d1d1;
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
	text-align: center;
}

.w-article-title {
	font-family: "Helvetica Neue", HelveticaNeue-Light, Arial, sans-serif;
	font-size: 20px;
	color: #14181e;
	min-height: 20px;
	text-align: left;
	margin: 15px auto 8px;
	line-height: 30px
}

.w-block-title-text {
	text-transform: uppercase;
	position: relative;
	top: 10px;
	display: inline-block;
	background: #fff;
	padding: 0 15px;
	font-family: times, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 13px
}

.img-title {
	font-size: 14px;
	font-family: CormorantUpright-Medium, times, serif;
	color: #888;
	line-height: 1.5em;
	font-style: italic;
	text-align: center;
	margin-top: 9px !important
}

.w-article {
	padding: 0 15px;
	overflow: hidden;
	word-break: break-word;
	word-wrap: break-word;
	font-size: 16px;
	line-height: 1.5em;
	color: #14181e;
	text-align: left
}

.w-article-time {
	white-space: normal
}

.w-article-text {
	text-align: right
}

.bjt {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}

.bjt img {
	width: 100%;
}

.bjt span {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #df60d9;
	color: #fff;
}

.ts {
	color: #543414;
	margin: 15px 0px 15px 0px;
	text-align: center;
}

.ts-1 {
	font-family: HelveticaNeue;
	width: 100%;
	float: Left;
	margin-bottom: 10px;
	font-style: italic;
	font-weight: bold;
	color: #808080
}

.ts-1 span {
	width: 30%;
	float: Left;
	margin-left: 12.5%;
	padding: 6px 2px 6px 2px;
	border-radius: 25px;
	border: 2px solid #CCC;
	text-align: center;
}

.ts-1 span img {
	width: 20px;
	margin-top: 2px;
}

.ts-2 {
	text-align: center;
	border-top: 1.2px solid #767373;
	margin-top: 65px;
}

.ts-3 {
	font-family: HelveticaNeue;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: -15px;
	color: #454545;
}

.ts-3 span {
	background-color: #fff;
}

ul,
table,
li {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

#FontScroll {
	max-width: 750px;
	width: 100%;
	line-height: 300px;
	overflow: Hidden;
	padding: 6px 0;
	margin: 0 auto;
}

#FontScroll ul li {
	line-height: 1.5;
	margin-bottom: 4px;
}

#FontScroll .line {
	width: 100%;
}

#FontScroll .fontColor li {
	color: red;
}

.gdiv {
	width: 100%;
	float: Left;
}

.gdiv-1 {
	width: 10%;
	float: Left;
	padding-top: 6px;
}

.gdiv-1 img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.gdiv-2 {
	width: 78%;
	float: Left;
	padding-left: 8%;
}

.gdiv-3 {
	font-family: HelveticaNeue;
	font-size: 16px;
	color: #a7a7a7;
}

.gdiv-4 {
	font-family: HelveticaNeue;
	text-align: right;
	margin-top: -22px;
	font-size: 14px;
	color: #a7a7a7;
}

.gdiv-4 img {
	width: 18px;
}

.gdiv-5 {
	font-family: HelveticaNeue;
	font-size: 16px;
	color: #454545
}

.gdiv-6 {
	font-family: HelveticaNeue;
	font-size: 14px;
	color: #a7a7a7;
	line-height: 26px
}

/* �劽唱羌���ｻ */
.rwxk {
	top: 130px;
	right: 0.1em;
	position: fixed;
	padding: 0px;
	z-index: 99999;
	font-size: 16px;
	color: white;
	border-radius: 10px;
	text-align: center;
}

/* 蕁狗��貴���� */
.top {
	margin: 0 auto;
	position: fixed;
	max-width: 750px;
	width: 100%;
	top: 0;
	background: #cd5c5c;
	border: 0px solid #CCC;
	z-index: 99999;
	margin: 0 auto;
	padding: 2px 0 2px 0;
	font-family: Helvetica;
	font-size: 24px;
	font-weight: bold;
	color: #ffdb2a;
	text-align: center;
}

/* 綺���貴���� */
#bottom {
	margin: 0 auto;
	position: fixed;
	/* max-width: 750px; */
	width: 100%;
	bottom: 0;
	background: #ae3838;
	border: 0px solid #CCC;
	z-index: 99999;
	padding: 2px 0 2px 0;
	font-family: Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #ffdb2a;
	text-align: center;
}


#bottom img {
    width: 22px;
	height: 22px;
	vertical-align:middle;
}
#bottom span {
	height: 22px;
	vertical-align:middle;
}
.float-btn {
	display: none;
	animation: .5s fadeOut linear forwards;
	opacity: 0;
}

@keyframes fadeOut {
	to {
		opacity: 1;
	}
}
