* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}


/*表单内容*/

.AsContent {
	background-color: #F6F6F6;
	overflow: auto;
	height: 100%;
	margin-top: 51px;
}

.ASfrom {
	width: 100%;
	padding: 20px;
    margin-bottom: 50px;
}


/*	企业名称*/

.AnEnterprriseName,
.ModifyAddress,
.NewPersonnel textarea {
	width: 100%;
	background-color: #e8e8e8;
	height: 40px;
	resize: none;
	outline: none;
	border: none;
	padding: 5px 15px;
	color: #333;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 15px;
	border-radius: 0;
}


/*添加图片*/

.upbox {
	height: 100px !important;
	margin-bottom: 20px;
}

.upimg {
	height: 100px !important;
	margin-left: 0 !important;
}

.upbox .upimg .addbtn {
	width: 100px !important;
	height: 100px !important;
}

.upbox .upimg .imgright {
	width: 100px !important;
	height: 100px !important;
	background-color: #E8E8E8;
}

.upbox .upimg .imgright .upload-file {
	width: 100px;
	height: 100px;
}

.upbox .upimg .imgright img {
	margin-top: 40% !important;
}

.upbox .upimg .imgright p {
	color: #999999;
}

.Beybey {
	position: absolute;
	top: -6px;
	right: -8px;
	width: 15px !important;
	height: 15px !important;
}


/*项目地址*/

.ProjectAddress,
.ProjrctPersonnel {
	margin-bottom: 30px;
}

.ProjectAddress h2,
.ProjrctPersonnel h2 {
	font-size: 20px;
	margin-bottom: 10px;
}

.ProjectAddress ul,
.ProjrctPersonnel ul {
	width: 100%;
}

.ProjectAddress ul li,
.ProjrctPersonnel ul li {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}

.ModifyAddress {
	margin-top: 15px;
	margin-bottom: 0;
}

.Addressicon {
	display: inline-block;
	vertical-align: middle;
	width: 4%;
}

.AddressInformation {
	display: inline-block;
	font-size: 14px;
	margin-left: 5px;
	color: #666666;
	width: 75%;
}

.ProjectAddress ul li a,
.ProjrctPersonnel ul li a {
	color: #ff5601;
	text-decoration: underline;
	float: right;
	width: 10%;
}

.Addaddress img {
	display: inline-block;
	vertical-align: text-bottom;
	width: 6%;
}

.Addaddress p {
	display: inline-block;
	color: #ff5601;
	text-decoration: underline;
}

.Addaddress {
	width: 100%;
}

.ProjrctPersonnel ul li {
	line-height: 50px;
}

.ProjrctPersonnel ul li img {
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 100%;
}

.NewAdd {
	margin-top: 0;
	margin-bottom: 10px;
}

.Newaddwap,
.number {
	position: relative;
}

.Newaddwap img,
.NewPersonnel img {
	position: absolute;
	top: 45%;
	right: 3%;
	width: 18px;
	height: 18px;
}

.delete {
	top: 20% !important;
}

.number {
	width: 100%;
	display: inline-block;
}

.Nickname {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	line-height: 50px;
	font-size: 14px;
	padding-left: 4%;
	color: #666666;
}

.Nickname span {
	width: 22%;
	display: inline-block;
}

.Nickname p {
	width: 60%;
	display: inline-block;
}


/*编辑*/

.edit {
	position: absolute;
	bottom: 30%;
	right: 20%;
}


/*提交申请*/

.Submit {
	width: 100%;
	height: 50px;
	font-size: 20px;
	background: linear-gradient(to right, #2FCC97, #5CE989);
	color: white;
	border: none;
	position: fixed;
	bottom: 0;
}

.number input {
    width: 100%;
    background-color: #e8e8e8;
    height: 40px;
    resize: none;
    outline: none;
    border: none;
    padding: 5px 15px;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    border-radius: 0;
}