*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	background-color: #efeff4;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}

/*提示*/
.caPopMsg{
	position: absolute;
	top: calc(100vh / 3);
	width: calc(100% - 20px);
	text-align: center;
}
.caPopMsg>li{
	margin-bottom: 20px;
	list-style: none;
}
.caPopMsg>li>span{
	color: #FFF;
	font-size: 12px;
	background-color: rgba(0, 0, 0, .8);
	padding: 10px 15px;
	border-radius: 3px;
}

/*login*/
.m-warp{
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	/*align-items: center;*/
}
.w80{
	width: 80%;
	/*background-color: #112;*/
	/*display: flex;
	justify-content: center;*/
}
.w90{
	width: 90%;
}
.w95{
	width: 95%;
}
.H50{
	height: 50px;
}
.H100{
	height: 100px;
}
.l-text{
	width: 100%;
	padding: 10px;
	margin-top: 20px;
}
.l-btn{
	width: 100%;
	border-radius: 5px;
    color: #FFF;
    background-color: #007aff;
    text-align: center;
    font-size: 24px;
    padding: 10px 10px 10px 0px;
    margin-top: 40px;
    margin-bottom: 15px;
}
.cptSpan {
    cursor: pointer;
    background-color: #1abc9c;
    margin-left: 30px;
    padding: 5px;
}

.proofClass {
    /*position: relative;
    display: inline-block;*/
    background: #D0EEFF;
    border: 1px solid #99D3F5;
    border-radius: 4px;
    padding: 4px 12px;
    /*overflow: hidden;*/
    color: #1E88C7;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
}

.listCard{
	width: 100%;
	border-radius: 10px;
	background-color: #DEDAE5;
	padding: 20px 10px;
	margin-bottom: 15px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.payCard{
	width: 100%;
	border: 1px solid #119AEC;
	padding: 10px;
	border-radius: 10px;
	margin-top: 20px;
	text-align: center;
	line-height: 40px;
	background-color: #BDF2C0;
}

.footer{
	display: flex;
	position: fixed;
	left: 0px;
	bottom: 0px;
	height: 50px;
	align-items: center;
	width: 100%;
	background-color: #119AEC;
	color: #FFF;
	font-weight: bold;
	padding: 0px 10px;
}
.footer a{
	color: #FFF;
}

/*工单*/
.sheetDiv {
    padding-bottom: 10px;
    border-bottom: 1px solid #119AEC;
    margin-bottom: 10px;
    line-height: 20px;
}
.sheetReply {
    padding: 0px 20px;
}