﻿.yiyan{
	margin:10% auto auto auto;
	width:50%;
	/*background-color: #333842;*/
	/*background-color: #fff;*/
	position: relative;
	display: table;
	border-radius: 5px;
}
.content{
	margin:60px 50px 0px 50px;
}
.content p{
	/*margin-top: 15px;*/
}
.hitokoto{
	text-align:left;
	font-size:1.5em;
	text-indent: 1.2em;
	letter-spacing: 1.3px;
	font-weight: 500;
}
.from{
	font-size:.9em;
	float:right;
}
.progress-con{
	position: absolute;
	bottom: 35px;
	width: 64%;
	left: 20px;
	height: 3px;
	overflow: hidden;
}
.progress-time{
	position: absolute;
	height: 100%;
	width: 100%;
	transition: left 12s;
	-webkit-transition: left 12s;
	-o-transition: left 12s;
	-ms-transition: left 12s;
	-moz-transition: left 12s;
}
.button{
	margin-top: 60px;
}
.sub{
	cursor: pointer;
	border: 1px solid #fff;
	border-radius: 4px;
	height: 2.4em;
	width: 120px;
	font-size: .8em;
	float:right;
	margin: 0 50px 20px auto;
	color:#fff;
}

.hitokoto-fullpage {
	position: relative;
	color: white;
	z-index: 1;
	margin-top: 35vh;
	margin-bottom: 35vh;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
}

.bracket.left {
	position: absolute;
	left: -15px;
	top: -15px;
}
.bracket.right {
	position: absolute;
	right: -30px;
	/*bottom: 0;*/
}

.hitokoto-fullpage .author {
	font-size: 20px;
	color: rgba(255, 255, 255, 0.8);
	float: right;
	margin-top: 40px;
	margin-right: -30px;
}