.newaddress_header,.newaddress_switchPage,.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 {
	border-top: 1px solid #E6E9ED;
	background: #F5F7FA;
}

.newaddress_switchPage .cont {
	display: table;
	width: 100%;
	background: #FFF;
}

.newaddress_switchPage .cont .row {
	display: table-row;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.newaddress_switchPage .cont .row>div {
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px solid #E6E9ED;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.newaddress_switchPage .cont .row .title {
	text-align: left;
	padding: 1em 1.2em 1em 0.6em;
}

.newaddress_switchPage .cont .row .same {
	padding: 1em 0em;
}

.newaddress_switchPage .cont .row:nth-child(4) .title {
	vertical-align: top;
}

.newaddress_switchPage .cont .row div span {
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.newaddress_switchPage .cont .row div:LAST-CHILD span {
	width: 100%;
}

.newaddress_switchPage .cont .row .title span {
	font-size: 1.2em;
	white-space: nowrap;
}

.newaddress_switchPage .cont .row div:nth-child(2) {
	text-align: left;
	width: 100%;
}

.newaddress_switchPage .cont .row div:nth-child(2) input,.newaddress_switchPage .cont .row div:nth-child(2) textarea,#no
	{
	border: none;
	outline-style: none;
	font-size: 1.2em;
	resize: none;
	display: block;
	color: #999;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.newaddress_switchPage .cont .row .address2 {
	padding: 1em 0em;
}

#new_addr2 {
	padding: 0px;
	line-height: 1.5;
}

.center .pay .ye span:FIRST-CHILD,.center .pay .jf span:FIRST-CHILD {
	margin-top: 0.5em;
	display: inline-block;
}

.newaddress_switchPage .row .def {
	padding: 0.8em;
}

.newaddress_switchPage .row .def .addr_btn {
	float: right;
	font-size: 1.2em;
	margin-right: 0.8em;
}

.newaddress_switchPage .row .def .addr_btn:HOVER {
	cursor: pointer;
}

.newaddress_switchPage .row .def .checkbtn {
	height: 1.8em;
	width: 3.3em;
	background: #999;
	border: 1px solid #999;
	border-radius: 1em;
	outline-style: none;
	float: right;
}

.newaddress_switchPage .row .def .checkbtn li {
	width: 1.8em;
	height: 1.8em;
	background: #FFF;
	border-radius: 50%;
	border: 1px solid #999;
	position: relative;
	top: -1px;
	left: -1px;
}

.newaddress_switchPage .card {
	background: #FFF;
	margin-top: 0.8em;
	border-top: 1px solid #E6E9ED;
}

.newaddress_switchPage .card .no,.newaddress_switchPage .card .img {
	display: table;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 100%;
}

.newaddress_switchPage .card .no>div,.newaddress_switchPage .card .img>div
	{
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px solid #E6E9ED;
}

.newaddress_switchPage .card .no .title {
	padding: 1em 1.2em 1em 0.6em;
	white-space: nowrap;
	font-size: 1.2em;
}

.newaddress_switchPage .card .no .cardno {
	width: 100%;
}

.newaddress_switchPage .card .img>div {
	text-align: center;
	width: 50%;
	padding: 0.6em;
}

.newaddress_switchPage .card .img .img_front{
	border-right: 1px solid #E6E9ED;
}

.newaddress_switchPage .card .img div img {
	width: 100%;
	display: block;
}

.newaddress_switchPage .card .tips {
	padding: 0.6em;
	color: #999;
}

.newaddress_btn {
	padding: 0.8em;
	background: #F5F7FA;
}

#newaddress_btn {
	width: 100%;
	padding: 0.8em;
	color: #FFF;
	font-size: 1.2em;
}