.newaddress_header,.newaddress_switchPage,.newaddress_foot {
	position: relative;
}

.newaddress_header .newaddress_back {
	float: left;
	height: 2em;
	width: 2em;
	background: url("../../../image/back.png") left no-repeat;
	background-size: 1em 1.8em;
}

.newaddress_header .newaddress_save {
	float: right;
	font-size: 1.2em;
	padding-top: 0.2em;
	/* color: #DD0000; */
}

.newaddress_header .newaddress_save:HOVER {
	cursor: pointer;
}

.newaddress_header .newaddress_back {
	float: left;
	height: 2em;
	width: 2em;
	background: url("../../../image/back.png") left no-repeat;
	background-size: 1em 1.8em;
}

.newaddress_switchPage {
	background: #FFF;
	border-top: 1px solid #E6E9ED;
}

.newaddress_switchPage .cont {
	display: table;
	width: 100%;
}

.newaddress_switchPage .cont .row {
	display: table-row;
}

.newaddress_switchPage .cont .row>div {
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px solid #E6E9ED;
	padding: 0.8em;
}

.newaddress_switchPage .cont .row .title {
	text-align: left;
	vertical-align: text-top;
}

.newaddress_switchPage .cont .row .title span {
	font-size: 1.25em;
	display: inline-block;
}

.newaddress_switchPage .cont .row div:nth-child(2) {
	text-align: left;
}

.newaddress_switchPage .cont .row div:nth-child(2) input,.newaddress_switchPage .cont .row div:nth-child(2) textarea
	{
	border: none;
	outline-style: none;
	font-size: 1.25em;
	resize: none;
	width: 100%;
	color: #999;
}

.center .pay .ye span:FIRST-CHILD,.center .pay .jf span:FIRST-CHILD {
	margin-top: 0.5em;
	display: inline-block;
}

.newaddress_switchPage .row .def .addr_btn {
	float: right;
}

.newaddress_switchPage .row .def .addr_btn:HOVER {
	cursor: pointer;
}

.newaddress_switchPage .row .def .checkbtn {
	height: 1.8em;
	width: 3.3em;
	background: #f5f7fa;
	border: 1px solid #E6E9ED;
	border-radius: 1em;
	outline-style: none;
}

.newaddress_switchPage .row .def .checkbtn li {
	width: 1.8em;
	height: 1.8em;
	background: #FFF;
	border-radius: 50%;
	border: 1px solid #E6E9ED;
	position: relative;
	top: -1px;
	left: -1px;
}