@charset "utf-8";
.md{
	padding: 1rem 0;
}
.wrap{
	padding: 0 1rem;
}
body{
	max-width: 750px;
	overflow-x: hidden;
	margin: 0 auto;
}

/*main*/
.head,.head_height{
	height: 4rem;
}
.head{
	background: #fff;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	box-shadow: 0 0 12px rgba(0,0,0,.07);
}
.logo img{
	display: block;
	height: 2.3rem;
}
.it{
	padding: .7rem 0;
	background: #e0e3e6;
}
.ita{
	display: block;
	margin-bottom: .3rem;
	line-height: 2rem;
	font-weight: bold;
	word-break: break-all;
	font-size: .9rem;
	color: #000;
}
.ita span{
	display: inline-block;
	border: 1px solid #484848;
	color: #484848;
	margin-right: .5rem;
	padding: .15rem .3rem;
	border-radius: 4px;
	font-weight: normal;
	line-height: 1.5;
	font-size: .85rem;
}
.ita:first-child span{
	border: 1px solid #ea6200;
	color: #ea6200;
}
.ita:last-child{
	margin-bottom: 0;
}
.bgline{
	background: #f6f6f6;
	height: .75rem;
}
.i1t{
	border-bottom: 1px solid #e6e6e6;
	width: 100%;
	position: sticky;
	top: 4rem;
	background: #fff;
	z-index: 99;
}
.i1t li{
	flex: 0;
	flex-grow: 1;
	text-align: center;
	padding: 1rem;
	position: relative;
	cursor: pointer;
	transition: .25s;
	margin-bottom: -1px;
}
.i1t li::after{
	width: 0;
	height: 4px;
	background: #0475d7;
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	border-radius: 4px;
	transition: .25s;
}
.i1t li.active{
	color: #0475d7;
	font-weight: bold;
}
.i1t li.active::after{
	opacity: 1;
	width: 100%;
	left: 0;
}
.i1la{
	display: flex;
	line-height: 1.5;
	font-size: .8rem;
	padding: .2rem 0;
	word-break: break-all;
}
.i1l{
	margin-top: -.2rem;
}
.i1la{
	width: 100%;
}
.i1la.w100{
	width: 100%;
}
.i1la span{
	font-weight: bold;
	color: #000;
}
.i1lar{
	flex: 0;
	flex-grow: 1;
	color: #555;
	padding-right: .75rem;
}
.i1m *{
	max-width: 100%;
}
.i1r{
	position: relative;
}
.i1r::after{
	content: "";
	width: 1px;
	height: 100%;
	background: #aaa;
	position: absolute;
	left: 8px;
	top: 0;
}
.i1rbox{
	display: flex;
	position: relative;
	z-index: 9;
}
.i1rl{
	width: 16px;
	height: 16px;
	border: 1px solid #aaa;
	border-radius: 100%;
	position: relative;
	margin-right: .7rem;
	background: #fff;
	margin-top: 1rem;
}
.i1rl::after{
	width: 8px;
	height: 8px;
	content: "";
	position: absolute;
	left: 4px;
	top: 4px;
	border-radius: 100%;
	background: #aaa;
	border: 1px solid #aaa;
	margin: -2px 0 0 -2px;
}
.i1rrt{
	border-bottom: 1px solid #999;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.i1rrt h3{
	color: #000;
}
.i1rrtr{
	line-height: 3rem;
}
.i1rrtr span{
	font-size: .9rem;
	font-weight: bold;
}
.i1rrtr span i{
	margin-left: .25rem;
	font-size: 1.1rem;
}
.i1rrtr span.sq{
	display: none;
}
.i1rbox.active .i1rrtr span.sq{
	display: block;
}
.i1rbox.active .i1rrtr span.zk{
	display: none;
}
.i1rrb{
	margin-top: .75rem;
	border-radius: 6px;
	border: 1px solid #ddd;
	overflow: hidden;
	display: none;
}
.i1rrbt{
	background: #005bac;
	color: #fff;
	padding: .5rem .75rem;
}
.i1rrbb{
	background: #fff;
	padding: .5rem;
}
.i1rrbb .i1la:last-child{
	border-bottom: 0;
	padding-bottom: .25rem;
}
.i1mb{
	background: #005BAC;
	padding: .5rem 1rem;
	color: #fff;
	margin-left: -1rem;
	margin-right: -1rem;
}
.foot_height,.foot{
	height: 3.5rem;
}
.foot{
	width: 100%;
	display: flex;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 99;
	background: #fff;
}
.foot a{
	background: #f5f5f5;
	line-height: 3.5rem;
	display: block;
	text-align: center;
	width: 50%;
	border: 1px solid #A8ABA4;
	color: #000;
}
.foot a.active{
	background: #ea6200;
	color: #fff;
	border: 1px solid #ea6200;
}

.m_head{
	background: #005bac;
	color: #fff;
	height: 4rem;
	text-align: center;
}
.m_head a{
	color: #fff;
	font-size: 1.1rem;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 4rem;
	display: block;
	padding: 0 1rem;
}
.m_head a i{
	margin-right: .5rem;
}
.msg_md{
	padding: .5rem 0 1rem 0;
	min-height: calc(100vh - 4rem);
	display: flex;
	flex-direction: column;
	position: relative;
}
.msga:first-child{
	margin-top: 0;
}
.msga input,.msga textarea{
	width: 100%;
	height: 3.3rem;
	background: #fff;
	border-bottom: 1px solid #BFBFBF;
	padding: 0 1rem;
}
.msga textarea{
	height: 8rem;
	padding: 1rem;
	resize: none;
}
/*.msga input:focus,.msga textarea:focus{
	border-bottom: 1px solid #005bac;
}*/
.msga button{
	width: 100%;
	height: 3.8rem;
	border-radius: 4px;
	background: #003d92;
	color: #fff;
	font-size: 1rem;
	cursor: pointer;
}
.msga_sbm{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 1.5rem 1rem;
	width: 100%;
}

.formbox{
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background: #fff;
}
.formbox .wrap{
	padding: 0 2rem;
}
.fmt{
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 1.5rem 0;
}
.fmb{
	font-size: .85rem;
	color: #333;
	text-align: center;
	padding: .5rem;
	line-height: 1.7;
}
.fmb a{
	color: #005BAC;
}
.fmlogo{
	text-align: center;
}
.fmlogo img{
	display: block;
	width: 50%;
	margin: 0 auto;
}
.fmtxt{
	line-height: 1.6;
	font-size: .82rem;
	color: #000;
	border-bottom: 1px solid #000;
	padding: 1rem 0;
}
.fmw{
	position: relative;
}
.fmw input{
	width: 100%;
	height: 2.5rem;
	border: 1px solid #2874b9;
	border-radius: 3rem;
	padding: 0 1rem;
	font-size: .9rem;
}
.fmw button{
	height: 100%;
	background: #2874B9;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	border-radius: 0 3rem 3rem 0;
	padding: 0 1.5rem 0 1.2rem;
}
.jgt{
	background: #fb6504;
	color: #fff;
	border-radius: 8px;
	padding: 1rem 1.25rem;
	position: relative;
	display: flex;
	align-items: center;
}
.jgt::after,.jgt::before{
	width: 1rem;
	height: 1rem;
	content: "";
	background: #fff;
	position: absolute;
	top: 50%;
	margin-top: -.5rem;
	border-radius: 100%;
}
.jgt::after{
	left: -.5rem;
}
.jgt::before{
	right: -.5rem;
}
.jgt i{
	width: 2.5rem;
	margin-right: .75rem;
}
.jgtr{
	line-height: 1.6;
	font-size: .9rem;
}
.jgb .i1la{
	font-size: .9rem;
	padding: .3rem 0;
}
.jgb .i1lar{
	color: #000;
}
