.addnewdizhi{
	width: 100%;
	margin: 0 auto;
	margin-top: 5%;
}
.addnewdizhi>div{
	background-color: #fff;
	padding: 0 100px;
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
}
.addnewdizhi>div>span{}
.addnewdizhi>div>span:first-of-type{
	font-size: 22px;
	font-weight: bold;
}
.addnewdizhi>div>span:nth-of-type(2){
	color:#fd0000;
}
.addnewdizhi>form{
	background-color: #fff;
	width: 1000px;
	padding: 0 100px;
	margin: 0 auto;
}
.addnewdizhi>form>ul{
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.addnewdizhi>form>ul>li{
	width: 346px;
	margin-top: 20px;
}
.addnewdizhi form ul li label{
	display: block;
	width: 100%;
	height: 41px;
	line-height: 41px;
}
.addnewdizhi form ul li input[type="text"]{
	border: 1px solid #000;
	width: 100%;
	height: 41px;
}
.addnewdizhi form ul li ul{
	display: flex;
	justify-content:space-between;
}
.addnewdizhi>form>ul>li>ul>li{
}
.addnewdizhi form ul li ul li label{
	display: block;
	width: 100%;
	height: 41px;
	line-height: 41px;
}
.addnewdizhi form ul li ul li>select{
	border: 1px solid #000;
	width: 110px;
	height: 41px;
}
.addnewdizhi>form>input[type="button"]{
	width: 120px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	background-color: #000;
	margin-top: 36px;
	cursor: pointer;
}
