/* 公共样式 */
/* 如果需要设置灰色背景 */
.index{
    background-color: #f2f2f2;
}
/* 公共头部 */
.appcase-header{
    height: 1rem;
    overflow: hidden;
    background-color: #ffffff;
}

.appcase-header p{
    margin: 0;
    line-height: 1rem;
    font-size: 0.34rem;
    color: #171717;
    text-align: center;
}
.appcase-content{
	background-color: #F2F2F2;
}