h4{
    padding-top: 0.2rem;
    font-size: 0.7rem;

    font-weight: normal;
    /* border-bottom: 1px solid #d9d9d9; */
    margin-bottom:0rem;
}

.list-wrap{
    margin-bottom: 0.1rem;
}

.app-list {
    overflow: hidden;
    padding:0 0.5rem;
 }
 .app-list hr {
    border-style: groove;
	border-width: 2px 0 0 0;
	border-color:rgba(247, 247, 248, 0.31);
}
.app-list .centerdiv{
	float: left;
    width: 1px;
    height: 2.7rem;
    background: #ccc;
    margin-top: 0.9em;
 }
 
.app-list li {
    box-sizing: border-box;
    float: left;
    width: 33%;
    padding-right: 0.25rem;
    margin-bottom: 0.3rem;
	margin-top: 0.35rem;
}

.app-list li:nth-child(4n){
    padding-right:0;
}


.app-list li .app-wrap{
/*
    background: #f1f1f1;
    border:.5px solid #ccc;
*/
/*    min-height: 15%;*/
    height: 5.0rem;
   font-size: 0.35rem;
    text-align: center;
}

.app-list li .app-wrap:active{
    background: #27a9e3;
    border-color: #27a9e3;
    color: #fff !important;
}

.app-list li .app-wrap:active .iconfont{
    color: #fff !important;
}

.app-list li .app-wrap a{
    color: #000;
}
.app-list li .app-wrap .fa,.app-list li .app-wrap .iconfont{
    margin-top: 0.2rem;
    margin-bottom: 0.25rem;
    font-size: 1.5rem;
    height: 2.0rem;
    width: 2.0rem;
        line-height: 2.0rem;
    color: #27a9e3;
    text-align: center;
    min-height: 65px;
    min-width: 60px;
}
.app-list li .app-wrap:active a{
    color: #fff;
}
.app-list li .app-wrap:active .fa{
    color: #fff;
}


.app-list li .app-wrap span{
    display: block;
    font-size: 15px;
	
}
.height_fixed{height: 44px;}
.swiper-container .swiper-wrapper .swiper-slide img{width: 100%;height: auto;}

#cityCounty {
    position: absolute;
    z-index: 99;
    left: 3.8rem;
    top: .9rem;
    font-size: 0.6rem;
    display: flex;
    flex-direction: row;
    background: rgba(30, 144, 255, 0.8);
    color: #fff;
    box-shadow: 0 0 0.1rem 0 rgb(0 0 0 / 10%);
    line-height: .9rem;
    /* max-height: 50vh; */
    overflow: hidden;
	border-radius: 5px;
}
#cityCounty ul{
        max-height: 50vh;
        overflow: auto;
        position: relative;
}
#cityCounty li{
        padding: 0 .2rem;
        text-align: center;
}
#cityCounty li.select{
        background: rgba(255,0,255,0.3);
}