* {
	padding: 0;
	margin: 0;
	font-weight: 300;
	box-sizing: border-box;
	font-family: open sans;
	font-weight: 300;
	color: #888;
	outline: 0
}

li {
	float: left;
	list-style: none
}

html {
	font-size: 100%;
	font-size: 14px
}

body {
	font-size: 1rem
}



.jAudio--player {
    display: table;
    background: #fff;
    box-shadow: 0 0 5px rgba(134, 134, 134, 0.8);
    margin: 0 auto;
    width: 100%;
    margin-top: 40px;
    height: 638px;
}

.jAudio--player:after {
	content: " ";
	display: block;
	width: 100%;
	clear: both
}

.jAudio--player .jAudio--ui {
    position: relative;
    width: 50%;
    float: left;
    height: 568px;
}

.jAudio--player .jAudio--status-bar {
    width: 100%;
    z-index: 1;
    position: absolute;
    padding: 105px 2rem 2rem;
    display: table;
    bottom: 0;
}

.jAudio--player .jAudio--status-bar:after {
	content: " ";
	display: block;
	width: 100%;
	clear: both
}

.jAudio--player .jAudio--controls {
	width: 100%;
	display: table;
	background: #fafafa
}

.jAudio--player .jAudio--controls:after {
	content: " ";
	display: block;
	width: 100%;
	clear: both
}

.jAudio--player .jAudio--controls ul {
	display: table;
	overflow: hidden;
	width: 100%
}

.jAudio--player .jAudio--controls ul:after {
	content: " ";
	display: block;
	width: 100%;
	clear: both
}

.jAudio--player .jAudio--controls li {
	position: relative;
	width: 33.3333%;
	height: 5rem;
	line-height: 5rem
}

.jAudio--player .jAudio--thumb {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    display: block;
    margin: 0 auto;
}

.jAudio--player .jAudio--time {
	display: table;
	width: 100%
}

.jAudio--player .jAudio--time:after {
	content: " ";
	display: block;
	width: 100%;
	clear: both
}

.jAudio--player .jAudio--time * {
	width: 50%;
	display: block;
	float: left;
	color: #fff;
	text-shadow: 0 1px 1px #000;
	font-size: .9rem
}

.jAudio--player .jAudio--time .jAudio--time-elapsed {
	text-align: left
}

.jAudio--player .jAudio--time .jAudio--time-total {
	text-align: right
}

.jAudio--player .jAudio--details * {
	color: #fff;
	text-shadow: 0 1px 1px #000;
	font-size: 1.2rem
}

.jAudio--player .jAudio--details *:first-of-type {
	font-weight: 700
}

.jAudio--player .jAudio--details p {
	width: 100%
}

.jAudio--player .jAudio--details p span {
	display: block
}

.jAudio--player .jAudio--progress-bar {
	margin: 1.33333rem 0
}

.jAudio--player .jAudio--progress-bar .jAudio--progress-bar-wrapper {
	width: 100%;
	position: relative;
	background: rgba(255, 255, 255, .3);
	cursor: pointer;
	border-radius: 10px;
	overflow: hidden
}

.jAudio--player .jAudio--progress-bar .jAudio--progress-bar-played {
	height: 10px;
	background: #ffc62f;
	position: relative;
	border-radius: 10px
}

.jAudio--player .jAudio--progress-bar .jAudio--progress-bar-pointer {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	position: absolute;
	right: 0;
	background: #fff
}

.jAudio--player .jAudio--playlist {
	background: #fff;
	float: right;
	width: 50%
}

.jAudio--player .jAudio--playlist .jAudio--playlist-item {
	display: block;
	width: 100%;
	padding: 1.33333rem 2rem;
	display: table
}

.jAudio--player .jAudio--playlist .jAudio--playlist-item:after {
	content: " ";
	display: block;
	width: 100%;
	clear: both
}

.jAudio--player .jAudio--playlist .jAudio--playlist-item.active {
	background: rgba(255, 198, 47, 0.8);
	border-bottom-color: #ffc62f
}

.jAudio--player .jAudio--playlist .jAudio--playlist-item.active * {
	color: #fff
}

.jAudio--player .jAudio--playlist .jAudio--playlist-item:not(.active):hover {
	background: #fafafa;
	cursor: pointer;
}

.jAudio--player .jAudio--playlist .jAudio--playlist-item:last-of-type {
	border: 0;
	margin-bottom: 0
}

.jAudio--player .jAudio--playlist .jAudio--playlist-thumb {
	float: left;
	margin-right: .66667rem;
	display: table
}

.jAudio--player .jAudio--playlist .jAudio--playlist-thumb:after {
	content: " ";
	display: block;
	width: 100%;
	clear: both
}

.jAudio--player .jAudio--playlist .jAudio--playlist-thumb img {
	height: 2.4rem;
	width: 2.4rem;
	border-radius: 50%;
	float: left;
	margin-right: .5rem
}

.jAudio--player .jAudio--playlist .jAudio--playlist-meta-text h4 {
	font-size: 1rem;
	color: #000
}

.jAudio--player .jAudio--playlist .jAudio--playlist-meta-text p {
	font-size: .8rem
}

.btn {
	position: relative;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: 0 0;
	border: 0
}

.btn span {
	position: absolute;
	display: table;
	height: 15px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	overflow: hidden
}

.btn span:before,
.btn span:after {
	display: block;
	content: " ";
	height: 0;
	float: left;
	border-color: transparent;
	border-style: solid
}

.btn:active {
	background: #f5f5f5
}

#btn-prev span:before,
#btn-prev span:after,
#btn-next span:before,
#btn-next span:after,
#btn-play span:before,
#btn-play span:after {
	border-top: 7.5px solid transparent;
	border-bottom: 7.5px solid transparent
}

#btn-prev span:before,
#btn-prev span:after {
	border-right: 15px solid #ddd;
	border-left: 0
}

#btn-prev:active span:before,
#btn-prev:active span:after {
	border-right-color: #f66 !important
}

#btn-next span:before,
#btn-next span:after {
	border-left: 15px solid #ddd;
	border-right: 0
}

#btn-next:active span:before,
#btn-next:active span:after {
	border-left-color: #f66 !important
}

#btn-play span:before {
	border-left: 15px solid #ddd;
	border-right: 0
}

#btn-play span:after {
	display: none
}

#btn-play:active span:before,
#btn-play.active span:before {
	border-left-color: #f66 !important
}

#btn-pause span:before,
#btn-pause span:after {
	width: 5px;
	height: 15px;
	background: #ffc62f;
	border: 0
}

#btn-pause span:before {
	margin-right: 5px
}

#btn-pause span:active:before,
#btn-pause span:active:after,
#btn-pause span.active:before,
#btn-pause span.active:after {
	background: #fff;
	margin-right: 5px
}

.jAudio--player .jAudio--controls li button span:before,
.jAudio--player .jAudio--controls li button span:after {
	-webkit-transition: border-color .3s ease 0s;
	transition: border-color .3s ease 0s
}

.jAudio--player .jAudio--thumb {
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s
}

.jAudio--player .jAudio--progress-bar .jAudio--progress-bar-played {
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s
}

.jAudio--player .jAudio--playlist .jAudio--playlist-item {
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s
}

.jAudio--player .jAudio--playlist .jAudio--playlist-item * {
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.evaluate{
    background: #fff;
    margin-top: 40px;
    margin-bottom: 50px;
    box-shadow: -1px -2px 0px hsla(0, 0%, 66%, 0.3);
    padding-top: 20px;
}

.evaluate .main{
    width: 1170px;
    margin: 0 auto;
    padding: 10px 0px;
}

.evaluate .main .title{
    height: 30px;
    line-height: 30px;
    font-size: 21px;
    color: #333;
    margin-bottom: 10px
}
.evaluate .main .title h2{
	border-left: 5px solid #ab946b;
    padding-left: 10px;
}
.evaluate .list img{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	float: left;
}

.evaluate .list{
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.evaluate .list .username{
	float: left;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    padding-left: 10px;
}

.evaluate .list .text{
	font-size: 17px;
	margin-top: 15px
}

.evaluate .list .date{
	position: absolute;
	right: 0;
}

.evaluate .list input{
	    padding-left: 20px;
    width: 1035px;
    margin-right: 20px;
    box-sizing: border-box;
    border: solid 1px #ddd;
    border-radius: 10px;
    height: 40px;
    line-height: 40px;
    float: left;
}

.evaluate .list button{
	    float: left;
    line-height: 40px;
    width: 110px;
    text-align: center;
    color: #fff;
    background: #ad936b;
    border-radius: 10px;
    cursor: pointer;
        outline: none;
    border: none;
}