.claim-main-right {
	width: 818px;
	min-height:628px;
	border: 1px solid #e8e8e8;
	background: white;
	float: left;
	margin: 0 0 20px 25px;
	padding: 0 46px;
}

.main .header {
	width: 100%;
	background: none;
}

.main .header .title {
	width: 100%;
	height: 26px;
	background: none;
	line-height: 26px;
	border-left: 2px solid #e9122c;
	box-sizing: border-box;
	margin: 17px 0;
	color: #000;
	font-size: 20px;
	text-indent: 14px;
}

.main .header .flow {
	width: 100%;
	height: 163px;
	background: none;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e4e4e4;
}

.main .header .flow .flow-con {
	float: left;
	width: 33.3%;
	text-align: center;
}

.main .header .flow .flow-con .con-icon {
	margin: 36px 0;
}

.main .header .flow .flow-con .con-icon img {
	width: 51px;
}

.main .header .flow .flow-con .con-text {
	font-size: 14px;
	color: #8e8e8e;
	font-weight:800;
}

.main .header .flow .flow-con.checked .con-text {
	color: #fb6e30;
}

.claim-flow-one {
    display: inline-block;
    width: 15px;
    height: 16px;
    outline: 0;
    background:url("../../image/sprite.png") no-repeat -586px -432px;
    margin-top: 18px;
}

.claim-flow-two {
    display: inline-block;
    width: 15px;
    height: 16px;
    outline: 0;
    background:url("../../image/sprite.png") no-repeat -589px -480px;
    margin-top: 18px;
}

.claim-flow-three {
    display: inline-block;
    width: 15px;
    height: 16px;
    outline: 0;
    background:url("../../image/sprite.png") no-repeat -588px -457px;
    margin-top: 18px;
}

.claim-flow-four {
    display: inline-block;
    width: 15px;
    height: 16px;
    outline: 0;
    background:url("../../image/sprite.png") no-repeat -584px -408px;
    margin-top: 18px;
}

.sline {
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
}
select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

/*����IE 10 ���ϰ汾����������С�۾�*/
input::-ms-reveal {
	display: none;
}

select::-ms-expand {
	display: none;
} /*IE 10+ȥselect��ͷ*/
::-webkit-input-placeholder {
	color: #aaa;
}

input[type="radio"] {
	margin: 0 auto;
}

/* �Ƴ�input selectĬ����ʽ */
input, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	color: #333;
	padding-left: 14px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
}
