@charset "utf-8";
/* CSS Document */


body{ background:#f7f7f7;}





.warp{}


.head{ padding:10px 0 10px 0; position:relative; background:#fff;}
.head .back{ position:absolute; top:10px; left:10px; height:34px; width:34px;}
.head .back img{ max-height:100%;}
.head .title{ text-align:center; height:34px; line-height:34px; font-weight:bold; color:#333; font-size:18px;}


.box{ background:#fff; min-height:600px; padding:10px; margin:20px; box-shadow:0 0 0.8rem 0 rgba(0,0,0,.01); border-radius:8px;}


.box .detail-title{ font-weight:bold; font-size:18px; padding-left:42px; margin:15px 0; background:url(../images/ic_help.png) no-repeat 10px center; background-size:20px;}

.box .detail-html{ padding:10px; color:#333; font-size:16px;}


.score{ margin:50px 0; height:40px auto; overflow:hidden; text-align:center;}
.score img{ max-width:80%;}
.score .btn-resolved{ width:50%; float:left;}
.score .btn-unresolve{ width:50%; float:right;}


.copyright{ margin-bottom:100px; text-align:center; color:#666; font-size:12px;}

































