.userForm-right-content{
    padding:0 10px;
}
.form-group{
    margin-bottom: 15px;
	display: -webkit-flex;
	display: flex;
	align-items:center;
	flex-direction: row;
}
select{
    width:300px;
	height: 45px;
    line-height: 45px;
    border:1px solid #ddd;
	box-sizing: border-box;
}
.biginput{
    width:300px;
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	border:1px solid #ddd;
    box-sizing: border-box;
    font-size: 14px;
}
.middleinput{
	width: 100px;
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	background-color: #ffffff;
	border: solid 1px #dddddd;
	box-sizing: border-box;
}
.control-label-firstname{
	width:60px!important;
}
.control-label{
    width:150px;
    text-align: left;
    padding-right:10px;
    box-sizing: border-box;
    font-size:14px;
    color:#555;
    float: left;
}
#div_id_address,#div_intro{
	align-items:flex-start;
}
#div_id_address .control-label,#div_intro .control-label{
	height:45px;
	line-height: 45px;
}
.asteriskField {
	color:#ff1127;
	vertical-align: middle;
}
.intro_box{
    min-height:80px;
    min-width: 300px;
    border: solid 1px #dddddd;
    box-sizing: border-box
}
.save{
    width:300px;
    padding-left: 80px;
    margin-top:20px;
}
.save input{
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #1fb8cd;
	border-radius: 4px;
	font-size: 16px;
	color: #ffffff;
    border:none;
    margin:0 auto;
}
.userForm_from{
    width:620px;
    margin:0 auto;
}

/* head css */
.userForm_head{
    color: #1fb8cd;
    font-size:16px;
    text-align:center;
    padding: 30px 0;
    position: relative;
    margin-left:-50px;
}
.backPage{
    position: absolute;
    top:20px;
    right:0;
    width: 100px;
    height: 34px;
    line-height: 34px;
	background-color: #1fb8cd;
    border-radius: 4px;
    color: #ffffff;
    font-size:14px;
}

/* personal add css */
.noEdit{
    background:#f1f1f1;
}

.changeBtn{
    display: inline-block;
    background: #fff;
    line-height: 45px;
    font-size: 14px;
    color: #555;
    cursor: pointer;
}

/* add css */
.required-group{
	position: relative
}
.required-group .prompt{
	font-size: 12px;
    color: #ff1127;
    position: absolute;
    right: 0;
    width: 120px;
    padding-left: 5px;
    box-sizing: border-box;
}

/* add head css */
.file-wrap{
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	align-items:center;
}
.file-img{
	width: 100px;
	height: 100px;
	background-color: #ffffff;
	border: solid 1px #dddddd;
    margin-right:10px;
    box-sizing: border-box;
    overflow: hidden;
}
.file-img img{
	display: block;
	width:100%;
    max-width:100%;
    height: 100%;
    object-fit: cover;
}
.file-btn{
	font-size: 14px;
	color: #1fb8cd;
}

/* add css */
.group_verCode .controls {
    position: relative;
    float: left;
}
.group_verCode .getCode {
    display: inline-block;
    color: #1fb8cd;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    border-left: 1px solid #ddd;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 7.5px;
}
.mr10 {
    margin-right: 10px;
}
.w130 {
    width: 130px !important;
}
.w210 {
    width: 210px !important;
}
