@charset "utf-8";
#center_content> .row .banner {
	height: 94px;
}

.content_area {
	padding: 30px 0 150px 0;
}


/**
 * 
support_view
 */

#support_view .bbs_view .button_bar .btn.back {
	color: #FFF;
	background-color: #006ab7;
}

#support_view .bbs_view .content {
	padding: 30px 20px;
}


/**
 * support_online
 */

#support_online h2 {
	font-size: 24px;
	font-weight: bold;
	display: block;
	padding-bottom: 20px;
}

#support_online pre {
	background-color: #ececec;
	height: 195px;
	padding: 15px 25px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: 165px;
	line-height: 20px;
}

#support_online pre h2 {
	font-size: 14px;
	padding-bottom: 0;
}

#support_online .ygk {
	padding-top: 20px;
}

#support_online .ygk label {
	line-height: 16px;
	display: block;
	position: relative;
}

#support_online .ygk label input {
	vertical-align: middle;
	visibility: hidden;
	margin-right: 10px;
}

#support_online .ygk label span {
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	border: 1px solid #b1b1b1;
	background-color: #FFF;
}

#support_online .ygk label.checked span {
	border: 1px solid #006ab7;
	background-image: url(../images/gen/icon_01.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#support_online .begin_form {
	padding-top: 70px;
}

#support_online .begin_form> div {
	border-top: 2px solid #006ab7;
}

#support_online .form-group {
	clear: both;
	border-bottom: 1px solid #e5e5e5;
	margin: 0;
	padding-top: 12px;
	padding-bottom: 12px;
}

#support_online .form-group:after {
	content: "";
	display: block;
	clear: both;
}

#support_online .form-group> * {
	float: left;
}

#support_online .form-group .input-group>* {
	float: left;
}

#support_online .form-group label {
	width: 150px;
	height: 35px;
	line-height: 35px;
	display: block;
	padding-left: 28px;
	font-size: 14px;
	font-weight: normal;
}

#support_online .form-group input {
	height: 35px;
	border: 1px solid #d7d7d7;
	padding: 0 5px;
	line-height: 33px;
}

#support_online .form-group .tx {
	line-height: 35px;
	display: block;
	padding: 0 8px;
}

.input-group .form-control,
.form-control,
input[type="text"],
input[type="password"],
textarea {
	width: auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#support_online .form-group .w1 {
	width: 150px;
}

#support_online .form-group .w2 {
	width: 100px;
}

#support_online .form-group .w3 {
	width: 670px;
}

#support_online .form-group textarea {
	height: 273px;
	padding: 5px;
}

#support_online .form-group .fileupload-control {
	position: relative;
}

#support_online .form-group .fileupload-control {}

#support_online .form-group .fileupload-control input[type="text"] {
	width: 340px;
	float: left;
}

#support_online .form-group .fileupload-control button {
	width: 100px;
	height: 35px;
	line-height: 35px;
	padding: 0;
	text-align: center;
	background-color: #c4c4c4;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	margin-left: 5px;
	float: left;
}

#support_online .form-group .fileupload-control input[type="file"] {
	position: absolute;
	height: 35px;
	width: 440px;
	left: 0;
	top: 0;
	opacity: 0;
}

#support_online .buttons {
	padding-top: 30px;
	clear: both;
}

#support_online .buttons li {
	width: 50%;
	float: left;
	padding: 0 5px;
}

#support_online .buttons:after {
	content: "";
	display: block;
	clear: both;
}

#support_online .buttons li:first-child {
	text-align: right;
}

#support_online .buttons li:last-child {
	text-align: left;
}

#support_online .buttons li button {
	width: 150px;
	height: 50px;
	line-height: 50px;
	padding: 0;
	margin: 0;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #888888;
}

#support_online .buttons li button[type="submit"] {
	background-color: #006ab7;
}

#support_online .form-group.error label {
	color: #b94a48;
}

#support_online .form-group.error input[type="text"],
#support_online .form-group.error input[type="email"],
#support_online .form-group.error select,
#support_online .form-group.error textarea,
#support_online .form-group.error span.select2 {
	border: 1px solid #b94a48;
}

.help-inline {
	float: left;
	padding-left: 10px;
	color: #b94a48;
	line-height: 35px;
}

.fulllen .help-inline {
	padding-left: 150px;
}