/*
* @Author: zwm
* @Date:   2019-09-10 10:06:02
* @Last Modified by:   Administrator
* @Last Modified time: 2020-06-29 09:19:20
*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; }
body, button, input, select, textarea { font:12px/1.5tahoma, arial, \5b8b\4f53; }
h1, h2, h3, h4, h5, h6{ font-size:100%; }
address, cite, dfn, em, var { font-style:normal; }
code, kbd, pre, samp { font-family:couriernew, courier, monospace; }
small{ font-size:12px; }
ul, ol { list-style:none; }
a { text-decoration:none; }
a:hover { text-decoration:underline; }
sup { vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
legend { color:#000; }
fieldset, img { border:0; }
button, input, select, textarea { font-size:100%; }
table { border-collapse:collapse; border-spacing:0; }
.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		font-size: 0;
		clear: both;
		visibility: hidden;
}
.container{
    width: 100%;
    display: block;
    background: #fff
}
.list{
    width: 95%;
    margin: 2% auto;
    line-height: .4rem;
    padding-right: .1rem
}
.list li{
    font-size: 0.3rem;
    margin-bottom: .2rem;
    background: #fff;
    padding: .15rem
}
.title{
    margin-bottom: .2rem
}
.num{
    padding: 0 .1rem;
    background: #0f74e8;
    text-align: center;
    font-size: .3rem;
    color: #fff;
    float: left;
    margin-right: 0.05rem
}
.username{
    color: #0066CC;
    font-weight: bold;
    float: left;
}

.question-btn{
    width: 20px;
    position: fixed;
    top: 30px;
    right: 0px;
    background-color: #0f74e8;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 5px 3px;
}
.top-btn{
    width: 20px;
    position: fixed;
    bottom: 30px;
    right: 0px;
    background-color: #0f74e8;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 5px 3px;
}
.top-icon{
    width: 20px;
    display: block;
    float: left;
}
.question-icon{
    width: 20px;
    display: block;
    float: left;
    margin-bottom: 5px
}
.question-text{
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    display: block;
    float: left;
    width: 20px;
    text-align: center;
}