#cover{
    margin:0 0 24px 0;
}
.sheet{
    padding:32px 32px 0 32px;
}
.option{
    cursor:pointer;
}
.slice {
    width:100%;
    margin:0px 0px 24px 0px;
    
}

.record{
	clear:both;
	padding-bottom:32px;
}
.record p:first-child{
	text-align:left;
	margin-bottom:-48px;
}
.record p:last-child{
	text-align:right;
	color:rgba(0,0,0,0.35);
}

.tips{
    font-size:20px;
    line-height:40px;
    text-align:center;
    letter-spacing:2px;
}

.bar{
    padding:0px;
}
.bar #next{
    display:none;
}
a.button{
    background:#333;
    border: #333 4px solid;
    box-shadow: 0 8px 16px #ccc;
}

#result p{
    display:none;
    position:fixed;
    top:0;
    left:0;
    line-height:44px;
    color:#fff;
    text-align:center;
    width:100%;
    font-size:20px;
    font-weight:bold;
    letter-spacing:2px;
}
#result .right{
    background:#00FF00;
}
#result .wrong{
    background:#FF0000;
}

.link{
    display:block;
    padding:8px 0px 12px 96px;
    background:#f2f2f2 url('../img/thumbnail.jpg') no-repeat;
    height:80px;
    background-size:auto 100%;
    margin:16px 0;
}
.link h2{
    line-height:150%;
    margin-right:44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.link p{
    margin-right:44px;
    line-height:150%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.arrow_r{
    height:12px;
    width:12px;
    background:url('../img/arrow_r.png') center no-repeat;
    background-size:100%;
}
.link .arrow_r{
    float:right;
    margin:0 16px;
    height:100%;
}


#chart_bar_h h2{
    margin:16px 0 8px 0;
}
#chart_bar_h .data{
    height:12px;
    line-height:100%;
    font-size:12px;
    margin:4px 0 0 0;
}
#chart_bar_h .data .bar{
    padding:0;
    height:100%;
    display:inline-block;
    background:#000;
    width:50%;
    margin:0 8px 0 0;
}
#chart_bar_h .data{color:#333;}
#chart_bar_h .data .bar{background:#333;}
