* {
				margin: 0;
				padding: 0;
			}
			.foot_box {
				padding:5px 0;
				position: fixed;
				bottom: 0px;
				/* height: 70px; */
				width:100%;
				background: rgb(245, 248, 255);
			}
			.foot-text {
				text-align: center;
				line-height: 25px;
				color:#333;
				font-size: 12px;
			}
			.content_box {
				/* background: red; */
				padding:15px 30px;
				height: calc(100vh - 90px);
				overflow-y: scroll;
			}
			.content_box .conten_title {
				font-size: 20px;
				text-align: center;
				color:#333;
				font-weight: 900;
			}
			.content_state_img {
				width: 75px;
				height: 75px;
				margin: 20px auto 10px;
			}
			.content_state_text {
				text-align: center;
				padding-bottom:10px;
				color:rgb(124,184,144)
			}
			.work_info_title {
				text-align: center;
				margin-top:15px;
				font-weight: 700;
			}
			.work_info_text {
				line-height: 25px;
				margin-top:10px;
				word-wrap:break-word;
			}
			.info_text{
				color: #666;
			}