/**
 *
 * @authors Marte
 * @date    2017-08-10 09:43:59
 * @version 1.0
 */
.help_center{
    padding:2rem 1.5rem;
    text-align:left;
    color:#666;
}
.help_center img{
    width:100%;
    display:block;
}
.help_center p,.help_center span{
    line-height:2.3rem;
}
em,i{
    font-style:normal;
}
table,tbody{
    width:100%;
}
/*第五大道白条*/
    html {
    font-size: 62.5%;
}
@media only screen and (min-width:481px) {
html {
    font-size: 94%!important;
}
}
@media only screen and (min-width:561px) {
html {
    font-size: 125%!important;
}
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote,

th, td {
    margin: 0;
    padding: 0;
    list-style: none;
}
body {
    color: #4d4d4d;
    font-family: tahoma, arial, "microsoft yahei", "微软雅黑", '黑体', \5b8b\4f53, sans-serif;
    background: #f2f2f2;
    margin: 0 auto!important;
    min-width: 320px;
    max-width: 640px;
}

/*清除浮动*/
.clearfix:after,.clearfix:before{content:"";display:table;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}
img,input{ border: none; display: block; }
.lous_main{ width:100%; height:100%; background-color:#F2F2F2;}
.lous_list{

    width:100%;
    padding-top:1rem;
}
.lous_list ul{
    background-color:#fff;
}
.lous_list li{
    height:4.4rem;
    line-height:4.4rem;
    margin-left:1.5rem;
    border-bottom:1px solid #e5e5e5;
    position:relative;
}
.lous_list li:last-child{
    border-bottom:none;
}
.lous_list li span{
    color:#333;
    font-size:1.4rem;
}
.lous_list li.filter_item_li1 > b, .tosecond {
    width: 0.7rem;
    height: 1.3rem;
    position: absolute;
    right: 1.5rem;
    top: 1.55rem;
    background: url(http://img550.5lux.com.cn/2017/02/22/lm/148775413092_14x26.png)no-repeat;
    display: inline-block;
    background-size: 100%;
}