.section-application .section-city-content{
	border-bottom: 0;
}

/* max-height 为默认要显示多少个的高度，大中小单独定义*/
.section-application .section-city-content .card-container .card-list-container{
	max-height: 528px; 
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	overflow: hidden;
}


/*medium*/
@media only screen and (max-width: 1068px){
	.section-application .section-city-content .card-container .card-list-container{
		max-height: 505px;
	}
}

/*small*/
@media only screen and (max-width: 734px){
	.section-application .section-city-content .card-container .card-list-container{
		max-height: 792px;
	}
}

.section-application .section-city-content .card-container .card-item-hide{
	opacity: 0;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	-ms-transition: all .6s ease;
}
.section-application .section-city-content .card-container .card-list-container.opened .card-item-hide{
	opacity: 1;
}

.section-application .drawer-toggle {
    padding: 0 10px;
    background-color: #f5f5f7;
    position: relative;
    z-index: 1;
}

.section-application .drawer-toggle-wrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;

}
.section-application .drawer-toggle-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    top: 0.75em;
    width: 100%;
    height: 1px;
    background-color: #c3c3c3;
}
