@charset "utf-8";
.fun_lable_item{
    width: 100%;
    background-color: #fff;
    padding-bottom: 1rem;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}
.fun_lable_item .ssc_bt{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 6px;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
}
.ssc_bt img{
	width: 24px;
	margin-left: -4px;
	vertical-align: middle;
}
.ssc_bt span{
    font-size: 16px;
    color: #111;
    font-weight: 600;
    margin-left: -2px;
    vertical-align: middle;
}

.ssc_cz{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.ssc_cz li{
    width: 25%;
    text-align: center;
}
.ssc_cz li a{
	display: block;
}
.ssc_cz li img{
    display: inline-block;
    /* text-align: center; */
    margin-top: .8rem;
    width: 4.8rem;
}
.ssc_cz li p{
    font-size: 13px;
    color: #3c3c3c;
    text-align:center;
    margin-top: 10px;
}
/*0923*/
html{
	height: 100%;
}
body{
	height: calc(100% - 48px - 48px);
	
}
.wap_body{
	height: 100%;
	overflow-y: auto;
}
/*兼容IPhone系列机型*/
@media only screen and (min-width: 375px) and (min-height: 760px) {
	body{
		height: calc(100% - 48px - 48px - 15px);
	}
}
