/*header .inner {*/
/*	height: 85px;*/
/*	padding-top: 25px;*/
/*	padding-left: 0;*/
/*	padding-right: 0;*/
/*}*/
body{
	font-family: YaHei;
}
.logo {
	margin-left: 20px;
	margin-top: 16px;
	margin-bottom: 0px;
	outline: none;
	list-style: none;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form-label{
	text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
}

.header{
	overflow:hidden;
	background-color: #2276FF;
	height: 60px;
}

.content{
	background: #F4F4F4;
}
.app{
	display: flex;
	flex-direction: column;
	padding: 15px;
	height: calc(100% - 36px - 60px);
	min-height: calc(100vh - 36px - 60px);
	overflow: auto;
	position: relative;
}
.app-container{
	display: flex;
	flex-direction: column;
	flex: 1;
	position: relative;
	overflow: auto;
}
.title{
	background: white;
	padding: 21px;
	height: 56px;
	font-size: 16px;
	line-height: 16px;
	border-radius: 4px 4px 0 0;
	border-bottom: 1px solid #ddd;
}
.app-content{
	flex: 1;
	padding: 10px 20px;
	position: relative;
	overflow: auto;
	background-color: white;
	border-radius: 0 0 4px 4px;
}

.shape {
	display: inline-block;
	width: 3px;
	height: 16px;
	background: #1875f0;
	border-radius: 2px;
	position: relative;
	top: 2px;
	right: 3px;
}
.error-msg{
	font-size: 14px;
	color: #C6001A;
	background-color: #FFE3E7;
	width: 100%;
	margin-bottom: 15px;
	padding: 13px 20px;
	line-height: 14px;
	display: flex;
	align-items: center;
}
.bi-x-circle-fill{
	margin-right: 10px;
}
.status{
	padding: 20px 15px;
	font-size: 14px;
	color: #666666;
	line-height: 14px;
	background: #F4F4F4;
}
.sub-title{
	font-size: 14px;
	color: #333333;
	line-height: 14px;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}
.sub-content{
	padding: 20px;
	color: #333333;
}
.sub-content__title{
	display: inline-block;
	width: 146px;
	color: #666666;
}
.footer_bot{
	padding: 11px 0;
	font-size: 14px;
	color: #666666;
	line-height: 14px;
}
.expect-status{
	color: #2276FF;
	font-weight: bold;
}
