.taketheir_header,.taketheir_switchPage,.foot {
	position: relative;
}

.taketheir_header .taketheir_confirm:HOVER {
	cursor: pointer;
}

.taketheir_header .taketheir_confirm {
	float: right;
	font-size: 1.2em;
	padding-top: 0.2em;
	color: #DD0000;
}

.taketheir_header .taketheir_back {
	float: left;
	height: 1.3em;
	width: 2em;
	background: url("../../../image/back.png") left no-repeat;
	background-size: 0.7em 1.3em;
}

.taketheir_switchPage {
	background: #FFF;
	border-top: 1px solid #E6E9ED;
}

.taketheir_switchPage .cont {
	display: table;
	width: 100%;
}

.taketheir_switchPage .cont .row {
	display: table-row;
}

.taketheir_switchPage .cont .row>div {
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px solid #E6E9ED;
	padding: 1em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.taketheir_switchPage .cont1 .row>div:FIRST-CHILD {
	padding: 1em 0.8em 1em 0.8em;
}

.taketheir_switchPage .cont1 .row>div:LAST-CHILD {
	padding: 1em 0em 1em 0em;
}

.taketheir_switchPage .cont .row .title {
	text-align: left;
}

.taketheir_switchPage .cont .row .title span {
	font-size: 1.2em;
	display: inline-block;
	white-space: nowrap;
}

.taketheir_switchPage .cont .row div:nth-child(2) {
	text-align: left;
	width: 100%;
}

.taketheir_switchPage .cont .row div:nth-child(2)>span {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.taketheir_switchPage .cont .row div:nth-child(2) input,.taketheir_switchPage .cont .row div:nth-child(2) textarea
	{
	border: none;
	outline-style: none;
	font-size: 1.2em;
	resize: none;
	width: 100%;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#taketheir_name,#taketheir_mobile,#taketheir_addr1,#taketheir_addr2 {
	color: #999;
	width: 100%;
}

.taketheir_switchPage .cont2 .row .address3 {
	padding: 1em 0.8em;
}

#taketheir_addr3 {
	font-size: 1.2em;
}

.taketheir_btn {
	padding: 0.8em;
	background: #F5F7FA;
}

#taketheir_btn {
	width: 100%;
	padding: 0.8em;
	color: #FFF;
	font-size: 1.2em;
}