.index-index .content{
    width: 100%;
}
.index-foot{
    width: 100%;
    padding: 12px 12px;
    box-sizing: border-box;
}
.index-foot .btn{
    width: 100%;
    display: inline-block;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #c7000b;
    border-radius: 8px;
}


.index-form{
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
}


.index-form .form{
	width: 100%;
	margin: 12px 0;
	padding: 0 12px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 12px;
}
.index-form .form .cell{
	width: 100%;
	--base-height: 40px;
	--font-size: 14px;
	display: flex;
	align-items: center;
}
.index-form .form .cell .tit{
	font-size: 14px;
	color: #2a3950;
}
.index-form .form .cell .cont{
	min-width: 0;
	flex: 1;
	margin-left: 8px;
}
.index-form .form .cell .cont input{
	width: 100%;
	height: var(--base-height);
	line-height: var(--base-height);
	text-align: right;
	font-size: var(--font-size);
    border: none;
    box-shadow: none;
}
.index-form .form .cell .select{
	width: 100%;
	height: var(--base-height);
    display: flex;
}
.index-form .form .cell .select select{
    width: 100%;
    height: var(--base-height);
    border: none;
    font-size: var(--font-size);
    padding: 0 20px;
    box-sizing: border-box;
    text-align: right;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	background: 
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23333333"><path d="M8 11L3 6h10z"/></svg>') 
    no-repeat right 0 center,
    #fff;
	color: #2a3950;
	direction: rtl;
}

.index-form .form .btn{
	width: 100%;
	padding: 16px 0;
}
.index-form .form .btn text{
	width: 100%;
	line-height: 44px;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background-color: #c2342d;
	border-radius: 4px;
}


.index-form-success .success-icon{
	width: 100%;
	margin-top: 100px;
	display: flex;
	justify-content: center;
}
.index-form-success .success-icon image{
	width: 200px;
	height: 200px;
}
.index-form-success .tip{
	width: 100%;
	margin-top: 8px;
	text-align: center;
	font-size: 16px;
	color: #c2342d;
}
.index-form-success .btn{
	width: 100%;
	margin-top: 24px;
	display: flex;
	justify-content: center;
}
.index-form-success .btn .item{
	width: 126px;
	line-height: 44px;
    display: inline-block;
	text-align: center;
	background-color: #c2342d;
	font-size: 16px;
	color: #fff;
	border-radius: 8px;
}


.index-detail .form{
	width: 100%;
	margin: 12px 0;
	padding: 0 12px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 12px;
}
.index-detail .form .cell{
	width: 100%;
	--base-height: 40px;
	--font-size: 14px;
	display: flex;
	align-items: center;
}
.index-detail .form .cell .tit{
	font-size: 14px;
	color: #2a3950;
}
.index-detail .form .cell .cont{
	min-width: 0;
	flex: 1;
	margin-left: 8px;
    display: flex;
    justify-content: flex-end;
}
.index-detail .form .cell .cont span{
	width: 100%;
    line-height: var(--base-height);
	text-align: right;
	font-size: var(--font-size);
}