#chronic{
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
}
#chronic>ul>li{
	padding: 0.6rem 16px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
}
#chronic>ul>li:nth-last-of-type(1){
	border: none;
}
#chronic>ul>li.selected{
	color: #04A067;
}
#chronic>ul>li>div.selectPic{
	width: 13px;
	height: 9px;
	background: url(../img/new1.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 40%;
	right: 16px;
}
#newchronic>.footer{
	    width: 100%;
    height: 48px;
    border-top: 1px solid #DCDCDC;
    position: fixed;
    bottom: 0;
    background-color: #fff;
}
#newchronic>.footer>div{
	position: absolute;
	top: calc(50% - 17px);
	left: calc(50% - 65px);
    width: 130px;
    line-height: 34px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 20px;
    background-color: #0DAD63;
}
