@charset "utf-8";
.content_body .navs {
	background-image: url(../images/mobile/support/banner.jpg);
}

#support_sc .sc_content {
	margin-left: 0;
	margin-right: 0;
}

#support_sc .sc_content:after {
	display: block;
	content: '';
	clear: both;
}

#support_sc .sc_content>div {
	padding-left: 0;
	padding-right: 0;
}

#support_sc .sc_content>div .in {
	position: relative;
}

#support_sc .sc_content>div .in .content_area {}

#support_sc .sc_content>div img {
	max-width: 100%;
}

#support_sc .sc_content>div img.vh {
	visibility: hidden;
}

#support_sc .sc_content h3 {
	padding-top: 30px;
	font-size: 1.2em;
	font-weight: bold;
}

#support_sc .sc_content ul li * {
	float: left;
}

#support_sc .sc_content ul li {
	clear: both;
	padding-top: 30px;
}

#support_sc .sc_content ul li span {
	padding-left: 15px;
	display: block;
	line-height: 25px;
}

.contact_content {
	margin-right: 0;
	margin-left: 0;
}

.contact_content h2 {
	display: block;
	line-height: 45px;
	font-size: 1.2em;
	font-weight: bold;
}

.contact_content pre {
	border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	border: 0;
	height: 200px;
	overflow-y: scroll;
	padding: 20px 20px;
	font-size: 1em;
	line-height: 20px;
}

.checkbox_remake {
	width: 15px;
	height: 15px;
	background-image: url(../images/icon_ck.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 3px;
	float: left;
}

.ckbox {
	padding: 8px 0px;
	position: relative;
	cursor: pointer;
}

.ck_area {
	cursor: pointer;
	position: relative;
}

.ckbox:after {
	content: "";
	display: block;
	clear: both;
}

.ckbox span {
	display: block;
	float: left;
	padding-left: 10px;
	line-height: 20px;
	font-size: 13px;
	font-weight: normal;
}

.ckbox input[type="checkbox"],
.ck_area input[type="checkbox"] {
	opacity: 0;
	z-index: 999;
	background-color: #FF0;
	width: 15px;
	height: 15px;
	position: absolute;
	left: 30px;
	top: 18px;
	margin-top: 0;
}

.ck_area input[type="checkbox"] {
	top: 3px;
	left: 0;
}

.ckbox.checked .checkbox_remake {
	background-image: url(../images/icon_ckd.png);
}

.ck_area.checked .checkbox_remake {
	background-image: url(../images/icon_ckd.png);
}


.form_unit.fl1 {
	padding-top: 15px;
}

.form_unit>div {
	border-top: 3px solid #999999;
}

.form_unit .form-group>label {
	float: left;
	padding-left: 10px;
	padding-top: 17px;
	padding-bottom: 17px;
	text-align: left;

	line-height: 19px;
	font-size: 0.9em;
	font-weight: normal;
	margin-bottom: 0;
}

.form_unit .form-group>div>* {
	float: left;
}

.form_unit .form-group>div {
	height: auto;
}

.form-horizontal .form-group {
	border-bottom: #e1e1e1 1px solid;
	margin: 0;
}
.form-horizontal .qstype-group{
	
}
.form-horizontal .qstype-group label{
	height: auto;
}
.form-horizontal .qstype-group .QsType:after{
	content: '';
	display: block;
	clear: both;
}
.form_unit .form-group.qstype-group>div{
	height: auto;
}
.ck_unit {
	width: 110px;
	padding-top: 5px;
}

.ck_unit span {
	font-size: 14px;
	line-height: 19px;
	padding-top: 0;
	float: left;
	padding-left: 10px;
	font-weight: normal;
}

.form_unit .form-group>div>span {
	line-height: 35px;
	padding-top: 0;
}
.form_unit {
	padding-top: 20px;
}
.form_unit .form-group>div input[type="text"],
.form_unit .form-group>div input[type="tel"],
.form_unit .form-group>div input[type="email"],
.form_unit .form-group>div input[type="password"] {
	height: 34px;
	width: 100%;
	border: 1px solid #cccccc;
	border-radius: 0;
	box-shadow: none;
}

.form_unit .form-group>div:last-child {
	padding-top: 10px;
	padding-bottom: 9px;
	padding-left: 0;
	padding-right: 10px;
}

.form-group span {
	padding-top: 0;
}

.select {
	width: 250px;
	border: #cccccc 1px solid;
	height: 35px;
}

.select span {
	background-image: none;
}

.select:after {
	content: '';
	display: block;
	height: 33px;
	width: 34px;
	background-color: #cccccc;
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(../images/support/icon_v.png);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.select.open:after {
	background-image: url(../images/support/icon_h.png);
}

.select ul {
	width: 250px;
	background-color: #f5f5f5;
	/*height: auto;*/
}

.select ul li.active a,
.select ul li a:hover {
	background-color: #e5e5e5;
	color: #222;
}

.select.open span {
	background-image: none;
}

.form_unit.f_gen .form-group>div input[type="text"],
.form_unit.f_gen .form-group>div input[type="tel"],
.form_unit.f_gen .form-group>div input[type="email"],
.form_unit.f_gen .form-group>div input[type="password"] {
	width: 100%;
}



.form_unit.f_gen .form-group>div textarea {
	height: 215px;
	width: 100%;
	border: 1px solid #cccccc;
	border-radius: 0;
	box-shadow: none;
	padding: 10px;
}

.form-group.muti-len>div:last-child {
	height: auto;
	padding-bottom: 12px;
}

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

.form_unit .file-len>div input[type="text"] {
	width: 150px !important;
	float: right;
	border: 0;
}

.form_unit .file-len>div button {
	width: 95px;
	height: 34px;
	line-height: 34px;
	background-color: #b8b8b8;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.9em;
	text-align: center;
	float: left;
}

.form_unit .file-len>div {
	position: relative;
}

.form_unit .file-len>div input[type="file"] {
	position: absolute;
	width: 100%;
	opacity: 0;
}

.button_len {
	padding-top: 30px;
}

.button_len ul {
	display: table;
	margin: 0 auto;
	width: 100%;
}

.button_len ul li {
	display: table-cell;
	width: 50%;
}

.button_len ul li button {
	width: 100%;
	height: 40px;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}

.button_len ul li:first-child button {
	background-color: #ffc600;
	margin-right: 5px;
}

.button_len ul li:last-child button {
	background-color: #929292;
	margin-left: 5px;
	color: #FFF;
}