* {
	font-family: "Microsoft YaHei";
	margin:0;
	padding:0;
}
/* p {
	color: black;
} */
.mui-scroll {
	height: 100%;
} 
/* .navbar-img {
	width: 100%;
	height: 60px;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center center;
} */
.navbar-img {
	/*width: 100%;
    height: 100%;
    background-image: url(../img/kf.png);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center center;*/
   position: relative;
}
.navbar-img .kf-img {
	position: absolute;
	right: 10px;
	top: 230px;
	width: 50px;
    height: 50px;
    padding: 5px;
    z-index: 100;
}

.case-info {
	background: #f5f5f5;
}
.case-info .info-item {
	padding: 5px 10px;
	color: #000;
	font-family: "微软雅黑";
	font-size:14px;
}
.container {
	background-color: white;
}
.icon-progress table {
	margin: 0 20px;
}
.icon-progress table td {
	/* width: 20%; */
	font-size: 14px;
	padding-top: 5px;
	text-align: center;
}
.icon-progress table tr td:last-child {
	display:none;
}
.icon-progress table img {
	width: 100%;
	vertical-align: middle;
}
.progress-line {
	padding: 0 8px;
	height:1px;
}
.case-action-title {
	height: 50px;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	color: #000000;
}
.img-num {
	color: #108EE9;
}
.case-action-img {
	position: relative;
}
.img-bg ,.img-takephoto{
	position: absolute;
}
.img-bg img,.img-takephoto img{
	width: 100%;
}
.img-bg {
	width: 92%;
	margin: 0 4%;
	z-index: 10;
}
/*.img-icon{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}*/
.img-takephoto {
	width: 92%;
	margin : 0 4%;
	display: none;
	z-index: 10;
	/*position: relative;*/
}
.img-takephoto .delete-icon{
	position: absolute;
    background-image: url(../img/delete.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    top: 10px;
	right: 10px;
}
.img-takephoto .delete-icon:hover {
	cursor: pointer;
}

.buttons {
	text-align: center;
	margin-top: 20px;
	z-index: 9;
	padding-bottom: 20px;
}
.buttons .mui-btn {
	width: 120px;
    margin: 5px 10px;
}
.case-result{
	/* margin:100px 0; */
}
.case-result table{
	margin: 30px auto;
}
/* .case-result table td {
	padding-left : 10px;
} */
.img-container {
	vertical-align: top;
	text-align: center;
}
.img-container img {
	/* width: 60%; */
	width:40px;
}
.case-result p {
	color: black;
    padding: 0 10px 0 0;
	font-size:16px;
}
.img-reupload-container {
    width: 20%;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

.img-reupload .title {
	color: #108EE9;
	font-size:20px;
}
.img-reupload-remark p{
	color: black;
    font-size: 20px;
    padding-bottom: 20px;
    word-break:break-word;
}
.img-list img {
	width: 100%;
}
.img-reupload-remark textarea {
	width: 90%;
    border: none;
    background: #f5f5f5;
    height: 80px;
    padding:5px;
}
.loss-container {
	text-align: center;
	background-color:white;
}
.loss-container .navbar-img {
	height: 60px;
    background-color: black;
    /* position: fixed; */
    top: 0;
}
.loss-content {
	/* margin-top:60px; */
}
.lossTb {
	width: 96%;
	font-size: 14px;
	margin: 2%;
    border-spacing: 0;
    border-collapse: collapse;
}
.lossTb tr td:first-child {
	text-align: right;
	padding: 2px 5px 2px 0;
}
.lossTb tr td:last-child  {
	text-align: left;
	padding: 2px 0;
}
.insuredCompanyLogo {
	width: 60%;
	margin: 10px auto;
}
.loss-company {
	font-size: 18px;
}
.loss-title {
	font-size: 16px;
	font-weight: 600;
	color: black;
}
.loss-msg {
	margin: auto;
    width: 87%;
    text-align: left;
    font-size: 14px;
}
.loss-detail {
	width: 90%;
	margin: 10px auto;
	font-size: 14px;
	border-collapse: collapse;
}
.loss-detail caption {
	font-weight: 600;
}
.loss-detail th , .loss-detail td {
	border: 1px solid lightgrey;
}
.loss-detail thead th{
	background: #ccc;
}
.img-bg input[type=file] {
	position: absolute;
	top:0;
	left: 0;
    clip: rect(0, 0, 0, 0);	
    width: 100%;
}
.delete-icon {
	position: relative;
	background-image: url(../img/delete.png);
}
.imgPreview {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    background: #f5f5f5;
    display: none;
    width: 100%;
    overflow-y: hidden;
    height: 100%;
}
.imgPreview img{
	width: 100%;
}
.img-bg>label {
	display:block;
}
#showSuccessBtn {
	display:none;
}
.panel-header {
    background-color: #38373b;
    background: #38373b;
    border: none;
    text-align: center;
    height: 60px;
    line-height: 60px;
    padding: 0;
}
.panel-header img {
	text-align: center;
    display: inline-block;
    height: 35px;
    vertical-align: middle;
    width: 50%;
}
.btn {
	width: 120px;
    border: 1px solid #108ee9;
    color: #108ee9;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    border-radius: 5px;
    background-color:rgba(16,142,233,0.1);
    margin-left:10px;
    text-decoration: none;
}
.img-item input[type=file] {
	position: absolute;
    top: 0;
    left: 0;
    clip: rect(0, 0, 0, 0);
    width: 100%;
}
.img-item {
    width: 28%;
    height:28%;
    margin-right: 2%;
    margin-bottom: 2%;
    float:left;
}
.img-item .reUploadImg-bg {
	position:relative;
}
.img-item .reUploadImg-bg label {
	display: block;
    width: 100%;
    height: 100%;
}
.img-item .reUploadImg-takephoto {
	position:absolute;
	left:0;
	top:0;
	display:none;
	height:100%;
}
.img-item .reUploadImg-takephoto img {
	width:100%;
	height:100%;
}
.reUploadImg-takephoto .delete-icon{
	position: absolute;
    background-image: url(../img/delete.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    top: 5px;
	right: 5px;
}
.signature-close {
	float: right;
    margin-right: 10px;
    font-size: 20px;
    cursor: pointer;
}
.signature-close a {
	text-decoration:none;
}
#signature-pad {
	width:90%;
	height:260px;
	margin:auto;
}
.m-signature-pad--footer .button {
    width: 100px;
}
.agreeBtn {
	width: 200px;
    height: 50PX;
    line-height: 50px;
}
.loss-tip {
	margin: 0 10px;
	font-size:14px;
}
.weui_dialog {
	z-index:1000 !important;
}
body,html,.easyui-navpanel {
				height: 100%;
			}
			.index-msg-body {
				padding: 10px;
			}
			.index-msg-body img {
				width: 100px;
			}
			.index-msg-body .online-loss img {
				margin-top: calc(50% - 120px);
			}
			.index-msg-body .self-photo img {
				margin-top: calc(50% - 100px);
			}
			.index-msg-body div.online-loss,.index-msg-body div.self-photo {
				height: 50%;
				text-align: center;
				line-height: 50%;
			}
