/*活动列表页*/
.list-head{
    width: 100%;
    overflow: hidden;
    position: fixed;
    top: 2.3rem;
    background: #efeff4;
    z-index: 10;
}
.list-head .list-head-1{
    float: left;
    width: 33%;
    line-height: 1.6rem;
    text-align: center;
}
.list-head ul li span {
    background: url(../images/icon_index_3.png) no-repeat right / 0.4rem 0.35rem;
    color: #666;
    font-size: 0.65rem;
    height: 1rem;
    line-height: 1rem;
    padding-right: 0.6rem;
    margin: 0 auto;
}

/*列表*/
.list_body{
    padding: 0 0.5rem;
}
.list_body ul li{
    width: 100%;
    margin:0.5rem 0 0 0;
    background: #fff;
    border-radius: 0.2rem;
    overflow: hidden;
    border: 0.05rem solid #e8e8e8;
}
.main-lead {
    height: 2rem;
    line-height: 2rem;
    margin-left: 0.5rem;
}
.main-lead a img {
    width: 1.4rem;
    height: 1.4rem;
    border-radius:6rem;
    float: left;
    margin-right: 0 ;
}
.main-lead .zz {
    border-radius: 100%;
    border: 1px solid #e8e8e8;
    float: left;
    background-color: #efefef;
    margin-top: 0.3rem;
    padding: 0;
}
.main-lead p {
    margin-left: 0.4rem;
    float: left;
}
.main-lead p a {
    display: inline-block;
    font-size: 0.6rem;
    color: #576b95;
    float: left;
}
.list_body .ll img{
    height:8.75rem;
}
.main-infor h1 {
    text-align: left;
    font-weight: normal;
    font-size: 0.8rem;
    line-height: 1rem;
    color: #15232a;
    margin: 0.3rem 0.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.main-time {
    overflow: hidden;
    height: 1rem;
    line-height: 1rem;
}
.main-time p{
    float: left;
    color: #aaa;
    font-size: 0.5rem;
    margin:0rem 0.5rem;
    background: url(../images/icon_index_time.png) no-repeat left;
    background-size: 0.7rem;
    padding-left:1rem;
}
.main-time span {
    float: right;
    font-size: 0.5rem;
    margin:0rem 0.5rem;
}
.main-time span i {
    font-size: 0.7rem;
    color: #ff9e00;
}
.main-place p{
    float: left;
    color: #aaa;
    font-size: 0.5rem;
    margin:0rem 0.5rem;
    background: url(../images/icon_index_attr.png) no-repeat left;
    background-size: 0.6rem;
    padding-left:1rem;
}
.main-place {
    overflow: hidden;
    height: 1rem;
    line-height: 1rem;
    margin-bottom: 0.3rem;
}
.loading.toend {
    padding: 0.5rem;
    text-align: center;
    font-size: 0.6rem;
}

/*分类*/
.fenlei{
    position: fixed;
    top: 3.9rem;
    z-index: 10;
    width: 100%;
}
.quanbu{
    width: 100%;
    background: #fff;
    line-height: 2rem;
    display: none;
}
.quanbu ul li{
    border-top: 0.05rem solid #e8e8e8;
    padding: 0 0.7rem;
}
.mask{
    width: 100%;
    background: rgba(0,0,0,.6);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9;
    bottom: 0;
    display: none;
}
.fenlei ul {
    max-height: 18.4rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.fenlei ul li a {
    display: block;
    height: 2rem;
    line-height: 2rem;
    /*border-top: 0.02rem solid #e8e8e8;*/
    /*background-color: #FFF;*/
    color: #666;
    /*padding-left: 0.3rem;*/
    font-size: 0.7rem;
    text-align: left;
}
.time_sj{
    width: 100%;
    background: #fff;
    line-height: 2rem;
    display: none;
}
.time_sj ul li{
    border-top: 0.05rem solid #e8e8e8;
    padding: 0 0.7rem;
}
.cost_fy{
    width: 100%;
    background: #fff;
    line-height: 2rem;
    display: none;
}
.cost_fy ul li{
    border-top: 0.05rem solid #e8e8e8;
    padding: 0 0.7rem;
}
.list-head .active{
    font-weight: bold;
}



/*菜单*/
#navBox {
    position: fixed;
    top: 2.3rem;
    display: none;
    width: 100%;
    /*max-width: 10rem;*/
    margin: 0 auto;
    text-align: center;
    z-index: 99999;
    -webkit-animation: topFadeIn .3s ease-out;
    -moz-animation: topFadeIn .3s ease-out;
    animation: topFadeIn .3s ease-out;
    /*border-top: 1px solid #f2f2f2;*/
}
#navBox .navlist {
    z-index: 2;
    position: relative;
    background: #fff;
}
#navBox li {
    width: 25%;
    text-align: center;
    font-size: 0.7rem;
    color: #ababab;
    float: left;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    box-sizing: border-box;
    padding: .25rem 0 .5rem 0;
}
#navBox li a {
    display: block;
}
#navBox li span.imgbox {
    width: 2.5rem;
    height: 2.5rem !important;
    box-sizing: border-box;
    border-radius: 100%;
    line-height: 1 !important;
    padding: 0 !important;
    margin: 0 auto;
    display: block;
}
#navBox li img {
    width: 1.75rem;
    margin-top: .5rem;
}
#navBox li .txtbox {
    display: block;
    height: 1.25rem;
    line-height: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#navBox .navlist ul {
    min-height: 100%;
    border-top: 1px solid #f2f2f2;
}
.active{
    top: 2.3rem !important;
    bottom: 0px;
    /*display: block !important;*/
    transform-origin: 0px 0px;
    opacity: 1;
    transform: scale(1, 1);
    background: #fff;
}