.claim-list {
	margin: 20px 0;
	font-size: 16px;
	font-family: "微软雅黑";
}
.claim-list div {
	float: left;
	width: 155px;
	padding-top: 90px;
	text-align: center;
	margin-right: 30px;
	background-image: url(../images/icons/claim_i_icon.png);
	background-repeat: no-repeat;
}
.cl-p1 {
	background-position: 0 0;
}
.cl-p1 a {
	color: #35b369;
}
.cl-p2 {
	background-position: -185px 0;
}
.cl-p2 a {
	color: #3284bc;
}
.cl-p3 {
	background-position: -370px 0;
}
.cl-p3 a {
	color: #f39c11;
}
.cl-p4 {
	background-position: -555px 0;
}
.cl-p4 a {
	color: #c1392b;
}
.claim-info {
	padding: 20px 10px;
}
.claim-info dt {
	background: url(../images/icon_qa.gif) no-repeat;
	background-position: -25px -635px;
	padding: 0 10px 0 25px;
	line-height: 30px;
	font-weight: bold;
}
a.claim-have-read {
	display: block;
	width: 160px;
	height: 36px;
	line-height: 36px;
	background-color: #ce0000;
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
	margin-left: 300px;
}

/* 流程-验证身份 */
.claim-lc-container {
	border: 1px solid #ddd;
	width: 764px;
}
.claim-lc-head {
	height: 48px;
	position: relative;
	border-bottom: 1px solid #ddd;
	line-height: 48px;
}
.claim-lc-head span,  .claim-lc-head i {
	display: inline-block;
	height: 48px;
}

.claim-lc-head i {
	position: absolute;
	background-image: url(../images/icons/claim_lc_icon.png);
	background-repeat: no-repeat;
	top: 0;
	font-size: 14px;
	color: #f4f4f4;
	padding-left: 90px;
}
.lc-step-1 {
	width: 89px;
	background-position: 0 0;
	right: 470px;
}
.lc-step-2 {
	width: 85px;
	background-position: -178px 0;
	right: 308px;
}
.lc-step-3 {
	width: 85px;
	background-position: -353px 0;
	right: 146px;
}
.lc-step-4 {
	width: 67px;
	background-position: -528px 0;
	right: 0;
}
.lc-step-1.active {
	background-position: 0 -48px;
	color: #fff;
}
.lc-step-2.active {
	background-position: -178px -48px;
	color: #fff;
}
.lc-step-3.active {
	background-position: -353px -48px;
	color: #fff;
}
.lc-step-4.active {
	background-position: -528px -48px;
	color: #fff;
}
.claim-lc-head span {
	display: inline-block;
	width: 115px;
	color: #ce0000;
	font-size: 15px;
	text-align: center;
}

/* 表格样式 */
.ie_table3 {
    line-height:30px;
}
.ie_add{
    background-color:#fff;/*border:1px solid #f4f4f4; border-top:1px solid #e5e5e5; */
}
.ie_table3 .account_td{padding-left: 50px;}
.ie_table3 th {
    text-align:right;
    font-weight:normal;
    padding:8px 20px 8px 0;
    color:#333
}

.ie_table3 th em {
    font-size:16px;
    font-family:Arial;
    color:#fff;
    line-height:20px;
    padding-left:14px;
    background:url(../images/icons/star.jpg) no-repeat 0 7px;
    overflow:hidden;
    text-indent:-9999px;
}
.ie_table3 td {
    padding:8px 0;
    position:relative
}
.ie_txt1 {
	width: 262px;
	height: 18px;
	line-height: 18px;
	border: 1px solid #dedede;
	padding: 5px 10px;
	color: #666;
}
.ie_txt1:hover, .ie_txt2:hover {
	border-color: #7c7c7c;
}
.date_change2 {
	width: 248px;
	padding: 5px 24px 5px 10px;
	height: 18px;
	line-height: 18px;
	border: 1px solid #dedede;
	font-family: "SimSun";
	color: #666;
	font-size: 12px;
}
.claim-lc-container input:hover {
	border: 1px solid #7c7c7c;
}
.claim-lc-main {
	padding: 10px 28px 20px 28px;
	overflow: auto;
	position: relative;
}
.mt10 {
	margin-top: 10px;
}
.mr20 {
	margin-right: 20px;
}
.claim-submit, .claim-success-btns a, .c-check-btn a {
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background-color: #ce0000;
}
.claim-submit {
	display: block;
	width: 160px;	
	margin-left: 250px;
	margin-top: 10px;
}
.claim-submit:hover {
	color: #fff;
}
.no-active {
	background-color: #ccc;
}
.claim-success {
	width: 380px;
	margin-top: 100px;
	margin-bottom: 100px;
	margin-left: 190px;
	text-align: center;
}
.claim-success h2 {
	display: inline-block;
	width: 80px;
	height: 24px;
	line-height: 24px;
	color: #ce0000;
	font-size: 16px;
	font-weight: bold;
	padding-left: 24px;
	background: url(../images/icons/claim_succ_icon.png) 0 0 no-repeat;
	margin-bottom: 10px;
}
.claim-success h2.error {
	background: url(../images/icons/claim_error.png) 0 0 no-repeat;
}
.cor-ce {
	color: #ce0000;
}
.claim-success-btns {
	margin-top: 20px;
}
.claim-success-btns a {
	display: inline-block;
	padding: 0 20px;
}
.validate-num {
	height: 30px;
	float: left;
	margin-right: 10px;
}
.validate-num img {
	margin-right: 5px;
	float: left;
}
.validate-num a {
	line-height: 45px;
	overflow: hidden;
	color: #3259ea;
	text-decoration: underline;
}

.claim-check-no, .claim-check-notice, .claim-check-result, .claim-check-info {	
	padding: 25px;
	display: none;
	background-color: #fff;
}
.claim-check-no {
	width: 382px;
}
.claim-check-notice, .claim-check-result {
	width: 522px;
}
.c-check-h2 {
	font-size: 16px;
	font-weight: bold;
	color: #6a6a6a;
	font-family: "微软雅黑";
	text-align: center;
}


.c-check-h2 span {
	display: inline-block;
}
.h2-no span {
	background: url(../images/icons/claim_error.png) 0 0 no-repeat;
	padding-left: 37px;
}
.c-check-p {
	color: #7c7c7c;
	line-height: 25px; 
}
.c-check-btn {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dashed #e0e0e0;
	text-align: center;
}
.c-check-btn a {
	display: inline-block;
	width: 160px;
}
.claim-check-table {
	width: 516px;
}
.claim-check-table th, .claim-check-table td {
	border: 1px solid #dddddd;
	text-align: center;
}
.claim-check-table th {
	height: 50px;
}
.claim-check-table td {
	height: 45px;
}
.cc-tbg1 {
	background-color: #f2f2f2;
}
.cc-tbg2 {
	background-color: #f9f9f9;
}
.claim-checkbox {
	display: inline-block;
	width: 89px;
	height: 45px;
	line-height: 48px;
}
.claim-checkbox i {
	display: inline-block;
	width: 18px;
	height: 18px;
	float: left;
	margin-top: 14px;
	margin-right: 5px;
	background-image: url(../images/icons/claim_checkbox.png);
	background-repeat: no-repeat;
	background-position: 0 -30px;
}
.claim-checkbox i.active {
	background-position: 0 0;
}
.select-value {
	display: none;
}
.js-select-value {
	display: none;
}

#jmodal-overlay {
	background-color: #000;
	opacity: .4;
}
.cor-3259ea {
	color: #3259ea;
	text-decoration: underline;
}

.claim-has-cbox {
	position: relative;
	padding-left: 20px !important;
}
.claim-check-1 {
	position: absolute;
	top: 16px;
	left: 0;
}
.claim-check-info {
	width: 332px;
}
.claim-cinfo-t th, .claim-cinfo-t td {
	padding-bottom: 10px;
}
.claim-cinfo-t th {
	color: #bdbdbd;
	font-weight: "normal";
	text-align: right;
}
.claim-cinfo-t td {
	color: #666666;
	text-align: left;
	padding-left: 15px;
}
.claim-cinfo-p {
	border: 1px solid #e9e9e9;
	background-color: #f7f7f7;
	padding: 8px;
}
.cinfo-ctrl a {
	width: 128px;
}
.bg-3598dc {
	background-color: #3598dc !important;
}

.claim-upload th {
	color: #666666;
	font-weight: normal;
	text-align: right;
	line-height: 30px;
	padding-right: 15px;
}
.claim-upload th.lh15 {
	line-height: 15px;
}
.claim-upload th, .claim-upload td {
	vertical-align: top;
	padding-top: 8px;
	padding-bottom: 8px;
}
.c-upload-btn {
	width: 82px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background-color: #55d8bf;
	border: none;
}
input.c-upload-btn:hover {
	border: none;
}
.upload-wrap {
	width: 295px;
	position: relative;
}
.upload-file-name {
	width: 200px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #ddd;
	float: left;
	padding: 0 5px;
	color: #808080;
}
.upload-file-name:hover {
	border: 1px solid #ddd;
}
.upload-file-label {
	border: 1px solid #ddd;
	border-left: none;
	display: inline-block;
	width: 82px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	float: left;
	background-color: #f1f1f1;
}
.upload-file-file {
	position: absolute;
	top: 0;
	left: 0;
	width: 295px;
	height: 30px;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 99;
}
.upload-file-list {
	claim_file.png
}
.upload-file-list li {
	background: url(../images/icons/claim_file.png) 2px 0 no-repeat;
	padding-left: 26px;
	margin-top: 8px;
	height: 16px;
	line-height: 16px;
}
.upload-file-list li.error {
	background: url(../images/icons/claim_file_error.png) 0 0 no-repeat;
}
.upload-file-list li em {
	text-decoration: underline;
	margin-left: 10px;
}
.claim-lc-main .dropselectbox h4 {
	background-image: url(../images/icons/bg_s.gif);
	width: 284px !important;
}
.claim-lc-main .dropselectbox ul {
	width: 282px !important;
	left: 0px !important;
}
.error {
	color: #ce0000;
}

/* add 09-09 */
.selectIndex {
	z-index: 100;
}

.no-use {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #bdbdbd;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 998;
	display: none;
}

.jmodal-data {
position: relative;
padding: 20px;
background: #fff;
}
.close-btn {
	position:absolute;
	width: 25px;
	height: 29px;
	top: -10px;
	right: -10px;
	background: url(../images/x.png) 0 0 no-repeat;
}
  .bank-wrap select {
    height: 30px;
    line-height: 30px;
    color: #666;
  }
  .city-select {
    float: left;
  }
  .city-select select {
    width: 80px;
    margin-right: 10px;
  }
  .bank-select select {
    width: 104px;
  }