/* 样式开始 */
	.apply-header{
		padding: 36px 74px 16px;
		background: #fff;
	}
	.apply-header img{
		height: 40px;
	}
	.apply-header span{
		width: auto;
		display: inline-block;
		height: 40px;
		padding-left: 16px;
		line-height: 40px;
		color: #0C162F;
		opacity: 0.5;
		border-left: 1px solid #E5E5E5;
		margin-left: 32px;
		font-size: 24px;
	}
	
	.form-area{
		height: 900px;
		background: url(../img/bg/apply-bg.png) no-repeat center;
		background-size: cover;
		margin: 0 auto;
		padding-top: 90px;
	}
	.form-area .form-fun-area img{
		position: absolute;
		width: 100%;
		bottom: 0px;
		left: 0px;
		right: 0px;
		bottom: -82px;
	}
	.form-img-btm{
		bottom: 0px;
	}
	.form-img-01{
		right: -38px;
	}
	.form-img-02{
		left: -38px;
	}
	.form-area .form-fun-area{
		width: 754px;
		background: #fff;
		margin: auto;
		padding: 48px 88px 58px 88px;
		position: relative;
	}
	.form-fun-area h4{
		font-size: 24px;
		/* font-family: MicrosoftYaHei; */
		font-weight: 400;
		line-height: 32px;
		color: #181818;
		text-align: center;
		padding-bottom: 44px;
	}
	.form-fun-area .form-control{
		width: 100%;
		height: 40px;
		border: 1px solid #E6E6E6;
		padding-left: 20px;
		border-radius: 0px;
	}
	.form-fun-area .form-left-code{
		width: 374px;
		display: inline-block;
	}
	.form-fun-area .form-right-code{
		display: inline-block;
		position: relative;
		width: 180px;
	}
	.form-fun-area .form-right-code .btn{
		width: 170px;
		height: 40px;
		background: #1890FF;
		border-radius: 4px;
		border-color: #1890FF;
		position: absolute;
		top: -25px;
		right: -20px;
	}
	.form-fun-area .form-control:focus{
		border: 1px solid #63A5F7;
		box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
	}
	.form-fun-area .form-group{
		margin-bottom: 26px;
		position: relative;
	}
	.form-fun-area .icontext{
		position: absolute;
		top: 13px;
		left: 12px;
		color: #747474;
		font-size: 17px;
	}
	.form-fun-area .form-control:hover .icontext{
		color: #63A5F7;
	}
	.form-fun-area .form-check-label{
		font-size: 14px;
		color: #333;
	}
	.form-fun-area .btn-submit .btn{
		width: 100%;
		height: 46px;
		background: #1890FF;
		border-radius: 5px;
		padding: 0px;
		border-color: #1890FF;
		font-size: 18px;
	}
	
	.submit-success{
		margin: 20px 0px;
		display: none;
	}
	.submit-success .submit-icon i{
		font-size: 72px;
		color: #52C41A;
	}
	.submit-success p{
		font-size: 24px;
		color: #181818;
	}
	.submit-success .submit-tip{
		font-size: 14px;
		color: #666;
		padding-top: 32px;
	}
	.sub-tip-txt,.sub-tip-txt-top{
		margin-top: 14px;
		color: #999;
		text-align: center;
		
	}
	.sub-tip-txt a{
		color: #1890FF;
	}
	.sub-tip-txt-top{
		margin-top: 0px;
		display: flex;
		text-align: left;
		margin-bottom: 20px;
	}
	.sub-tip-txt-top span{
		padding-left: 6px;
		text-align: justify; /*实现两端对齐*/
		text-justify: newspaper; /*通过增加或减少字或字母之间的空格对齐文本*/
		word-break: break-all; /*允许在单词内换行*/
	}
	.sub-tip-txt-top input[type=checkbox] {
		margin-top: 4px;
	}
	
	
	@media screen and (min-width:1600px){
		
	}
	/*大型屏幕pc 1600>=pc>=1400 超大屏*/
	@media screen and (min-width:1400px) and (max-width: 1600px){
		
	}
	/*大型屏幕pc 1400>=pc>=1200 超大屏*/
	@media screen and (min-width:1200px) and (max-width: 1399px){
		
	}
	/*1200>=pc>=992 大屏*/
	@media screen and (min-width:992px) and (max-width: 1199px){
		
		
	}
	
	/*phone<768  小屏*/
	@media screen and (max-width: 992px) and (min-width: 480px){
		.apply-header{
			padding:14px;
		}
		.apply-header img {
			height: 30px;
		}
		.form-area .form-fun-area {
			width: 100%;
			padding: 40px 14px;
		}
		.form-area {
			padding: 40px 14px;
		}
		.form-fun-area .form-left-code{
			width: 80%;
		}
		.form-fun-area .form-right-code {
			width: 100px;
			position: absolute;
			top: 0px;
			right: 0px;
		}
		.form-area{
			height: auto;
		}
		.form-fun-area h4 {
			font-size: 24px;
			/* font-family: MicrosoftYaHei; */
			padding-bottom: 40px;
		}
		.form-fun-area .form-right-code .btn {
			width: 100px;
			position: inherit;
			top: 0px;
			right: 0px;
			font-size: 14px;
			padding: 0px;
		}
		.submit-success .submit-icon i{
			font-size: 40px;
		}
	}
	/* 超小屏*/
	@media screen and (max-width: 480px){
		.apply-header{
			padding:14px;
		}
		.apply-header img {
			height: 30px;
		}
		.form-area .form-fun-area {
			width: 100%;
			padding: 40px 14px;
		}
		.form-area {
			padding: 40px 14px;
		}
		.form-fun-area .form-left-code{
			width: 64%;
		}
		.form-fun-area .form-right-code {
			width: 100px;
			position: absolute;
			top: 0px;
			right: 0px;
		}
		.form-area{
			height: auto;
		}
		.form-fun-area h4 {
			font-size: 24px;
			/* font-family: MicrosoftYaHei; */
			padding-bottom: 40px;
		}
		.form-fun-area .form-right-code .btn {
			width: 100px;
			position: inherit;
			top: 0px;
			right: 0px;
			font-size: 14px;
			padding: 0px;
		}
		.submit-success .submit-icon i{
			font-size: 40px;
		}
		.sub-tip-txt, .sub-tip-txt-top{
			font-size: 12px;
		}
	}
		