input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #d9d9d9
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #d9d9d9
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #d9d9d9
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #d9d9d9
}

body,
html {
	margin: 0;
	padding: 0;
}

.page-view {
	padding: 0 24px;
	box-sizing: border-box;
}

.header-view[data-type="page"] {
	text-align: center;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding: 48px 0 24px 0;
	box-sizing: border-box;
}

.section-view[data-type="page"] {
	color: #4444444;
	font-size: 12px;
	line-height: 24px;
}

.section-view[data-type="page"] .text-underline {
	text-decoration: underline;
}

.section-view[data-type="page"] .flex-view {
	display: flex;
}

.section-view[data-type="page"] .bold {
	font-weight: bold;
}

.section-view[data-type="page"]>.margin-top24 {
	margin-top: 24px;
}

.section-view[data-type="page"]>.agreement-view {
	margin-top: 8px;
}

.section-view[data-type="page"]>.agreement-view>.left-view {
	width: 90px;
	flex-shrink: 0;
}

.section-view[data-type="page"]>.agreement-view>.right-view {
	border-bottom: 1px solid #999999;
	flex: 1 1 auto;
	box-sizing: border-box;
}

.section-view[data-type="page"]>.input-view {
	align-items: center;
	margin-top: 8px;
}

.section-view[data-type="page"]>.input-view>.left-view {
	font-weight: bold;
	width: 80px;
	flex-shrink: 0;
}

.section-view[data-type="page"]>.input-view>.right-view {
	flex: 1 1 auto;
}

.section-view[data-type="page"]>.input-view>.right-view>input {
	width: 100%;
	height: 36px;
	border-radius: 5px;
	border: 1px solid rgba(231, 231, 231, 1);
	box-sizing: border-box;
	padding: 0 16px;
	font-size: 12px;
}

.section-view[data-type="page"]>.sign-text {
	text-align: center;
	color: #F64747;
	margin-top: 6px;
}

.section-view[data-type="page"]>.checkbox-view {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

/*.section-view[data-type="page"]>.checkbox-view>input[type=checkbox]{
	appearance:none;
	-moz-appearance: none;
	-webkit-appearance:none;
	width:14px;
	height:14px;
	background:rgba(39,178,190,1);
	color: #FFFFFF;
	
}*/

.section-view[data-type="page"]>.submit {
	height: 42px;
	background: #409eff;
	border-radius: 21px;
	text-align: center;
	line-height: 42px;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	margin: 36px auto 88px auto;
}