.enterprise_box .apply_bg{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(0, 0, 0, 0.5);
    z-index:999;
	display:none;
}
.apply_bg .apply_box{
	position:fixed;
    width:448px;
    height:660px;
    left:calc(50% - 224px);
    top:calc(50% - 330px);
    background:#FFFFFF;
    z-index:999;
    text-align:center;
}
.apply_bg .apply_box h1{
    color:#333333;
    font-size:32px;
    font-weight:bold;
	margin:64px 0 32px;
}
.apply_bg .apply_box .apply_close{
	width:30px;
    height:30px;
	background:#555;
	text-align:center;
	position:absolute;
    top:20px;
    right:20px;
	transition:all 0.3s;
}
.apply_bg .apply_box .apply_close a{
	font-size:20px;
	color:#fff;
	line-height:30px;
	display:inline-block;
	width:100%;
	height:100%;
}
.apply_bg .apply_box .apply_close:hover{
	background:dodgerblue;
}
.apply_bg .apply_box .apply_con{
	position:relative;
    width:320px;
    margin: auto;
}
.apply_bg .apply_box input{
	width:320px;
    height:48px;
    padding:14px 24px;
    background:#F4F4F4;
    border-radius:4px;
    margin-bottom:24px;
    outline:none;
    border:1px solid #F4F4F4;
	z-index:1000;
	transition:all 0.3s;
}
.apply_err{
	position:absolute;
	left:20px;
	color:red;
	display:none;
}
#name_err{top:48px;}
#phone_err{top:122px;}
#email_err{top:265px;}

.apply_bg .apply_box .apply_l{
	float:left;
	width:48%;
}
.apply_bg .apply_box .apply_r{
	width:48%;
    margin-left:4%;
    background:dodgerblue;
    color:#fff;
    text-align:center;
    line-height:48px;
    border:none;
    border-radius:4px;
	cursor:pointer;
}
.apply_bg .apply_box .apply_region{
	width:100%;
    height:48px;
    border-radius: 4px;
    background:#f4f4f4;
    border:none;
    border:1px solid #f4f4f4;
    color: #999;
    font-size:14px;
    text-align:left;
    line-height:46px;
    cursor:default;
}
.apply_bg .apply_box .yzm img, .apply_bg .apply_box .yzm input{
	float:left;
	width:50%;
}
.apply_bg .apply_box #apply_action{
    width:100%;
	height:48px;
    text-align:center;
    font-size:14px;
    color:#fff;
    cursor:pointer;
    z-index:1000;
    background:dodgerblue;
    border:none;
    border-radius:4px;
}
.apply_bg .apply_box .current{
	border:dodgerblue solid 1px;
	box-shadow:0 0 3px #555;
	background:#fff;
}

.enterprise_box .vip_bg{
	width:100%;
	height:200px;
	background:url(../images/wjt_bg.jpg) center no-repeat;
	margin:50px 0;
}
.enterprise_box .vip_box{
	width:100%;
    height:100%;
	background:rgba(3,2,42,.75);
    display:flex;
    justify-content:center;
    flex-direction: column;
}
.enterprise_box .vip_con{
	max-width:1000px;
	margin: auto;
	text-align:center;
}
.enterprise_box .vip_con h1{
	font-size:30px;
	color:#fff;
	letter-spacing:5px;
	line-height:70px;
}
.enterprise_box .vip_con p{
	font-size:20px;
	color:#fff;
	line-height:40px;
	letter-spacing:4px;
}
.enterprise_box .vip_con p:first-child{
	margin-top:0;
}
.enterprise_box .vip_con strong{
	font-size:28px;
	color:#fff;
}
.enterprise_box .vip_con .vip_btn a{
	width:240px;
	margin:10px auto;
	display:block;
	font-size:18px;
	color:#fff;
	background:#a6045a;
	padding:10px 0;
	transition:all .3s ease-in-out;
}
.enterprise_box .vip_con .vip_btn a:hover{
	background:#0404be;
}

@media(max-width:1200px){
	.enterprise_box .vip_con p{
		font-size:14px;
		line-height:normal;
		letter-spacing:normal;
		margin-top:10px;
	}
	.apply_bg .apply_box{
		width:100%;
		height:100%;
		top:auto;
		left:auto;
		overflow:hidden;
	}
}