
@charset "utf-8";

* {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

body {
	font-family: "HiraginoSansGB-W3","Applied Font Regular","Applied Font";
	background: #F3F5F5;
}

/* WebKit browsers */
::-webkit-input-placeholder {
	color: #CCCCCC;
}
/* Mozilla Firefox 4 to 18 */
:-moz-placeholder {
	color: #CCCCCC;
}
/* Mozilla Firefox 19+ */
::-moz-placeholder {
	color: #CCCCCC;
}
/* Internet Explorer 10+ */
:-ms-input-placeholder {
	color: #CCCCCC;
}

/* light7 reset */
.content {
	padding: 0.5rem 1rem;
}

.bar, .bar-nav, .bar-footer {
	font-family: "HiraginoSansGB-W3","Applied Font Bold","Applied Font","黑体";
	color: #FFFFFF;
	border: 0;
}

.bar {
	height: 2rem;
	padding-left: 0;
	padding-right: 0;
	background: #F3F5F5;
}

.button {
	height: 2rem;
	line-height: 2rem;
	color: #FFFFFF;
	border: 0;
	background: #3FBBFD;
	-webkit-border-radius: 1rem;
	-moz-border-radius: 1rem;
	-o-border-radius: 1rem;
	border-radius: 1rem;
}

.bar-footer {
	padding: 0.6rem 0 2rem;
}
.bar-footer~.content {
	bottom: 6rem;
}

.bar .button.pull-left {
	margin-left: 0;
	margin-right: 0;
}

.bar .button-link {
	height: 2rem;
	line-height: 2rem;
	color: #FFFFFF;
}

.bar .icon {
	font-size: 1rem;
	line-height: 2rem;
}

.bar .button .icon {
	padding: 0.5rem;
}

.bar .button-block {
	top: 0;
}

/* self */
#head~.content {
	top: 40px;
}

#body, #body_sucess {
	background-color: #F3F5F5;
}

.sub_title {
	font-size: 0.9rem;
	color: #FFFFFF;
	line-height: 2rem;
	width: fit-content;
	height: 2rem;
	border: 1px solid #3FBBFD;
	-webkit-border-radius:1rem;
	-moz-border-radius: 1rem;
	-o-border-radius: 1rem;
	border-radius: 1rem;
	background-color: #3FBBFD;
	padding: 0 0.9rem;
	margin: auto;
}

.div_flow {
	-webkit-border-radius:1rem;
	-moz-border-radius: 1rem;
	-o-border-radius: 1rem;
	border-radius: 1rem;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 0 0.9rem;
	margin-bottom: 1rem;
}

.common_msg {
	line-height: 1.5rem;
	height: 1.5rem;
	text-align: center;
}

.common_font1 {
	font-size: 0.7rem;
	color: #333333;
}

.common_font2 {
	font-size: 0.6rem;
	color: #CCCCCC;
}

.common_font3 {
	font-size: 0.6rem;
	color: #2692FF;
}

.common_line {
	line-height: 2.5rem;
	height: 2.5rem;
}

.common_line font {
	font-family: Helvetica, Arial;
	font-size: 0.75rem;
	color: #FA1313;
	margin-left: 0.2rem;
	position: relative;
	top: 0.1rem;
}

.common_line input[type=text] {
	font-size: 0.6rem;
	color: #999999;
	width: 7rem;
	height: 2rem;
	border: 0;
	float: right;
	text-align: right;
	background-color: inherit;
	position: relative;
	top: 0.2rem;
}

.common_line input[type=text].short_text_input {
	width: 5.5rem;
}
.common_line input[type=text].long_text_input {
	width: 10rem;
}
.common_line input[type=button] {
	font-size: 0.6rem;
	color: #3FBBFD;
	width: 4rem;
	height: 1.2rem;
	border: 1px solid #3FBBFD;
	background-color: #FFFFFF;
	-webkit-border-radius: 0.6rem;
	-moz-border-radius: 0.6rem;
	-o-border-radius: 0.6rem;
	border-radius: 0.6rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	text-align: center;
	padding: 0;
	margin: 0.5rem 0 0.5rem 0.5rem;
	position: relative;
	top: 0.15rem;
}
.common_line input[type=button].disabled {
	color: #B5B5B5;
	border: 1px solid #B5B5B5;
}

.common_margin1 {
	border-bottom: 1px solid #E8ECED;
}

.row_img {
	background-color: #FFFFFF;
	text-align: center;
}
.row_img .col_img {
	width: 28%;
	height: 0;
	padding-bottom: 28%;
/* 	display: inline-block; */
	border: 1px solid #F3F5F5;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
	border-radius: 0.5rem;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	overflow: hidden;
	position: relative;
}
.row_img .col_img:before, .row_img .col_img:after {
	content: "";
	position: absolute;
	background: #F3F5F5;
	z-index: -1;
}
.row_img .col_img:before {
	width: 40%;
	height: 10%;
	margin: 45% -20%;
}
.row_img .col_img:after {
	width: 10%;
	height: 40%;
	margin: 30% -5%;
}
.row_img .col_img input[type=file] {
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.chk_declaration {
	width: 0.8rem;
	height: 0.8rem;
	position: relative;
	top: 1.2rem;
	left: 0.1rem;
}

.declaration {
	font-size: 0.6rem;
	color: #555555;
	line-height: 0.8rem;
	height: 2rem;
	margin: 0 0.1rem 0 1.2rem;
}

.div_success {
	position: relative;
	top: 6.7rem;
}

.div_success .div_img {
	background-image: url(/feedback-web/static/images/succ_appl.png?v=2017022218);
	-webkit-background-size: 4.3rem 4.3rem;
	-moz-background-size: 4.3rem 4.3rem;
	-o-background-size: 4.3rem 4.3rem;
	background-size: 4.3rem 4.3rem;
	width: 4.3rem;
	height: 4.3rem;
	margin: 0 auto;
}

.div_success .div_txt {
	margin: 2rem auto 0;
}

.div_success .div_txt div {
	font-size: 0.7rem;
	color: #555555;
	text-align: center;
	white-space: nowrap;
}

.error_msg {
	position: absolute;
	bottom: 5rem;
	width: 100%;
	z-index: 50;
}
.error_msg div {
	padding: 0.5rem;
	-webkit-border-radius: 0.7rem;
	-moz-border-radius: 0.7rem;
	-o-border-radius: 0.7rem;
	border-radius: 0.7rem;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	background-color: #000000;
	font-size: 0.6rem;
	color: #FFFFFF;
	line-height: 1rem;
	max-width: 70%;
	min-width: 3rem;
	min-height: 1rem;
	margin: 0 auto;
	display: table;
}

.help_div {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1000;
}

.help_frame {
	width: 100%;
	height: 100%;
	border: 0;
}

.help_close {
	padding: 0.3rem 1rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
	border-radius: 0.5rem;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	background-color: #000000;
	font-size: 0.6rem;
	color: #FFFFFF;
	line-height: 1rem;
	position: absolute;
	right: 1rem;
	bottom: 5rem;
	z-index: 1001;
}
