#apply .a-body {
	display: flex;
	justify-content: space-between
}

#apply .a-body .left {
	width: 858px;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,.1)
}

#apply .a-body .left .from {
	box-sizing: border-box;
	padding: 22px
}

#apply .a-body .left .from>p {
	color: #666;
	padding-bottom: 12px;
	border-bottom: 1px solid #ccc;
	text-align: center;
	margin-bottom: 36px
}

#apply .a-body .left .from h3 {
	font-size: 28px;
	color: #333;
	text-align: center;
	margin-bottom: 10px
}

#apply .a-body .left .from .top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

#apply .a-body .left .from .top>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 390px;
	margin-bottom: 36px;
	position: relative
}

#apply .a-body .left .from .top>div:nth-of-type(2n+1) {
	margin-left: -22px
}

#apply .a-body .left .from .top>div p {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	margin-right: 14px;
	font-size: 18px
}

#apply .a-body .left .from .top>div p span {
	color: red
}

#apply .a-body .left .from .top>div img {
	position: absolute;
	top: 50%;
	right: 26px;
	width: 20px;
	height: 10px;
	transform: translateY(-50%)
}

#apply .a-body .left .from .top>div input {
	padding-right: 20px
}

#apply .a-body .left .from .top>div input,#apply .a-body .left .from .top>div select {
	box-sizing: border-box;
	width: 290px;
	height: 40px;
	border: 2px solid #00a0e9;
	padding-left: 34px;
	background-color: #fff
}

#apply .a-body .left .from .bottom {
	display: flex
}

#apply .a-body .left .from .bottom p {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	margin-right: 4px
}

#apply .a-body .left .from .bottom textarea {
	box-sizing: border-box;
	width: 736px;
	height: 130px;
	border: 2px solid #00a0e9;
	padding: 10px 10px 10px 34px;
	resize: none
}

#apply .a-body .left .from button {
	display: block;
	width: 340px;
	height: 50px;
	background-color: #00a0e9;
	margin: 36px auto 0;
	color: #fff;
	font-size: 18px;
	cursor: pointer
}

#apply .a-body .right {
	width: 318px
}

#apply .a-body .right .qx {
	height: 490px;
	margin-top: 20px;
	box-sizing: border-box;
	padding: 0 14px;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,.1)
}

#apply .a-body .right .qx h3 {
	padding: 18px 0;
	border-bottom: 1px solid #ccc;
	font-size: 18px
}

#apply .a-body .right .qx h3 span {
	color: #f24b4b;
	margin-right: 10px;
	font-size: 20px
}

#apply .a-body .right .qx .scrollDiv {
	height: 400px;
	padding-top: 10px;
	overflow: hidden
}

#apply .a-body .right .qx .scrollDiv ul li {
	height: 60px;
	border-bottom: 1px dashed #ccc
}

#apply .a-body .right .qx .scrollDiv ul li div {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	margin-top: 10px
}

#apply .a-body .right .qx .scrollDiv ul li div p {
	font-size: 14px;
	color: #666
}

#apply .a-body .right .qx .scrollDiv ul li>p {
	margin-top: 10px
}