#header-1-search{
	width: 115px;
	height: 35px;
	margin-top: 27.5px;
	background: none;
	margin-right: 40px;
	margin-bottom: 0;
}
#chinese-versions{
	color: #ffffff;
	font-size: 16px;
}
#english-versions{
	color: #cccccc;
	font-size: 16px;
}
#commitment-title{
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 55px;
	padding-top: 25px;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: solid 1px #ccc;
	color: #666;
}
#commitment-box{
	position: relative;
	width: 846px;
	height: 550px;
	margin: 0 auto;
	margin-top: 90px;
	border: solid 2px #f1e1c9;
	/*border-radius: 18px;*/
	background-color: #fffdfa;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}
#textBox{
	padding-left: 73px;
	padding-right: 73px;
	height: 100%;
	overflow: auto;
}
#remember{
	position: relative;
	width: 846px;
	margin: 0 auto;
	padding-left: 73px;
	margin-top: 10px;
	color: #86560f;
	font-size: 14px;
}
#remember label{
	font-weight: normal;
}
#title{
	font-size: 25px;
	color: #333;
	font-weight: bold;
	margin-top: 59px;
	margin-bottom: 34px;
}
#txtBox{
	text-align: left;
	font-size: 12px;
	color: #666;
	line-height: 25px;
	/*text-indent:2em;*/
	margin-bottom: 65px;
}
#txtBox p{
	margin-bottom: 0;
}
.t-bar{
	width: 60px;
	margin: 0 auto;
	border-bottom: solid 1px #f1e1c9;
}
#commitmentBtns{
	width: 320px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 50px;
}
#cancelBtn{
	width: 48%;
	height: 40px;
	line-height: 40px;
	color: #333;
	border: solid 1px #2f8fcc;
	background: none;
}
#confirmBtn{
	width: 48%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #2f8fcc;
}


@media only screen and (max-width: 768px) {
	.content{
		padding-left: 20px;
		padding-right: 20px;
	}
	#commitment-box{
		position: relative;
		width: 100%;
		height: auto;
		/*margin: 0 auto;*/
		margin-top: 25px;
		margin-bottom: 0px;
		border: none;
		border-radius: 18px;
		background-color: #fff;
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}
	#title{
		font-size: 25px;
		color: #86560f;
		font-weight: bold;
		margin-top: 0;
		margin-bottom: 20px;
	}
	#txtBox{
		text-align: left;
		font-size: 12px;
		color: #86560f;
		line-height: 25px;
		text-indent:2em;
		margin-bottom: 30px;
		margin-top: 20px;
	}
	#commitmentBtns{
		width: 100%;
		margin: 0 auto;
		margin-top: 15px;
	}
	#commitment-title{
		padding-top: 0;
	}
	#btnBox{
		position: fixed;
	    bottom: 0;
	    height: 105px;
	    z-index: 2;
	    background: #fff;
	    width: 100%;
	    padding-left: 20px;
	    padding-right: 20px;
	    left: 0px;
	    border-top: solid 1px #ccc;
	}
	#remember{
		padding-left: 0px;
	}
	#footer{
		margin-bottom: 105px;
	}
	#textBox{
		padding-left: 0px;
		padding-right: 0px;
	}
}









