body{
	
}
.fyw_big_content{
	position: relative;
	z-index: 999;
	background: url(/statics/yzb_bdzc/img/bg-logo.png)no-repeat #fff;
	background-size: 100%;
	max-width: 460px;	
	border-radius: 16px;
	border: 1px solid rgba(0,0,0,0);
	margin: 0 auto;
	margin-top: 6%;
  	box-shadow: 1px 2px 10px #000;
}
.fyw_content{
	max-width: 410px;
	height: 760px;
	background: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #fff;
	margin: 90px auto 0px;
}

.fyw_form_item{
	display: flex;
	flex-wrap: nowrap;
	justify-content:space-between;
	margin: 20px 32px;
	
}


#fyw_zc label::after{
  content: '*';
  position: absolute;
  font-size: 18px;
  color: #DE2727;
}


.fyw_form_item label{
	display: block;
	width: 70px;
	height: 45px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 500;z
	color: #333333;
	line-height: 43px;
	text-align:justify;
	text-justify:distribute-all-lines;/*ie6-8*/
	text-align-last:justify;/* ie9*/
	-moz-text-align-last:justify;/*ff*/
	-webkit-text-align-last:justify;/*chrome 20+*/
}

.fyw_form_item .fyw_input_block input{
	width: 260px;
	height: 45px;
	background: #F9F9F9;
	border: 1px solid #EEEEEE;
	padding: 0 12px ;
	font-size: 14px;
	box-sizing: border-box;
}

.fyw_form_item .fyw_select_block select{
	width: 260px;
	height: 45px;
	background: #F9F9F9;
	border: 1px solid #EEEEEE;
	padding: 0 8px ;
}

#fyw_submit{
	display: block;
	width: 360px;
	height: 45px;
	background: #FF552E;
	border-radius: 22px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	margin: auto;
	border: 0;
}

#birth{
	width: 260px;
}

.el-date-editor--date input{
	box-sizing: border-box;
	padding-left: 30px !important;
}

.fyw_select_city{
	position: relative;
}
.popper-select-city{
	left: 38%!important;
}


.popper-select-city .popper__arrow{
	left: 80px!important;
}

.el-form{
    width: 80%;
    padding-top: 30px;
    padding-left: 30px;}
	
.el-radio{
   display: block;
   margin:10px 0;
}
.el-form--label-left .el-form-item__label{
	text-align: justify; 
	text-align-last: justify;
}

/*
 * 弹窗
 */
.fyw_success{	
	display: none;
	position: absolute;
	top: 0%;	
	text-align: center;
	font-family: Source Han Sans CN;
	width: 100%;
	height: 100%;
	background-color: #000000;
	 background-color: rgba(0,0,0,0.5);
}


.fyw_success_content{
	margin: 60px auto;
	width: 272px;
	height: 65%;
	padding: 110px 24px 0;
	border-radius: 10px;
	background: url(/statics/yzb_bdzc/img/bg.png)no-repeat ;
}

.fyw_success_content p:first-child{
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 60px;
	margin: 0;

}
.fyw_success_content p:nth-child(2){
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
}
.fyw_success_content img:nth-child(3){
	width: 170px;
	height: 170px;
}
.fyw_success_content img:nth-child(4){
	position: absolute;
	top: 15%;
	right: 7%;
}


/*
 * 移动端适应
 */
@media screen and (min-width:200px) and (max-width:500px){
	
	.fyw_content{
		max-width: 88%!important;
	}
	.fyw_content{
		height: auto;
		
	}
	
	.el-form {
		padding-top: 0!important;
		}
		
	.el-form-item {
    margin-bottom: 16px;
	}
	
	.popper-data-birthday{
		left: 2.5rem!important;
	}
	
	
    .popper-select-city{
		left: 5%!important;
	}
	
	.popper-select-city .popper__arrow{
	left: 100px!important;
	}
	
}