body {
	background:#F1F4F7 url(../images/main_bg.png) top center no-repeat ;
    background-attachment: fixed;
}

.main {
	padding-top: 110px;
	padding-bottom: 20px;
	color: #999999;
}
.main_top {
	height: 17px;
	background: url(../images/main_box_bg.png) no-repeat 0 0;
}
.main_center {
	background: url(../images/main_box_bg.png) repeat-y -2000px 0;
}
.main_bottom {
	height: 17px;
	background: url(../images/main_box_bg.png) no-repeat -1000px 0;
}
.main_left {
	height: 100%;
	padding: 0 5px;
}
.main_right {
	width: 680px; *
	height: 100%;
	padding: 20px 50px;
}
.main_title {
	font-size: 26px;
	font-weight: bold;
	color: #F94C31;
	line-height: 50px;
}


.main_right a{
	text-decoration: none;
	color: #40A8FE;
}
.main_right a:hover{
	text-decoration: underline;
}

.search {
	width: 200px;
	float: right;
}

.search_box {
	float: left;
	border: 1px solid #cdcdcd;
	border-radius: 2px;
	box-shadow: 2px 2px 2px #F7F7F7 inset;
	height: 30px;
	line-height: 30px;
	padding: 0 2px;
	background: #FAFAFA;
}

.search_box input {
	position: relative;
	top: -3px;
}
.search_box .search_input {
	height: 25px;
	width: 156px;
}

.search_box .search_button{
	width: 25px;
	height: 25px;
	border: none;
	background: url(../images/icon.png) no-repeat -10px -510px;
	cursor: pointer;
}
/* help category */

.help_category {

}

.help_category li{
	width: 181px;
	height: 60px;
	line-height: 60px;
	font-size:18px;
	padding: 0 10px;
	border-bottom: 1px solid #E0E0E0;
}
.help_category li a {
	text-decoration: none;
	color: #666666;
	display: block;
	width: 100%;
	height: 100%;
}
.help_category li.active{
	background: #F94C31;

	color: #fff;
	border: none;
}
.help_category li.active a{
	color: #fff;
	background: url(../images/icon.png) no-repeat right top;
}

.icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(../images/icon.png) no-repeat 0 40px;
}

.icon_download {
	background-position: 0 -100px;
}
.icon_bind {
	background-position: 0 -190px;
}
.icon_use {
	background-position: 0 -276px;
}
.icon_unbind {
	background-position: 0 -370px;
}
.icon_report_loss {
	background-position: 0 -454px;
}

.help_category li .icon {
	position: relative;
	top:15px;
	margin-right: 15px;
	margin-left: 20px;
}

.help_category li.active .icon_download {
	background-position: 0 -60px;
}
.help_category li.active .icon_bind {
	background-position: 0 -148px;
}
.help_category li.active .icon_use {
	background-position: 0 -232px;
}
.help_category li.active .icon_unbind {
	background-position: 0 -322px;
}
.help_category li.active .icon_report_loss {
	background-position: 0 -410px;
}

/*  question  */

.split_line {
	border-bottom: 1px solid #DFDFDF;
	margin:20px 0px;
}
.question-list li{
	margin: 5px;
	margin-left: 0px;
}
.question-list li a{
	text-decoration: none;
	color: #999999;
}

.question-list li a:hover{
	text-decoration: underline;
	color: #F94C31;
}

.qa-item .question {
	font-size: 20px;
	font-weight: bold;
	color: #F94C31;
}
.qa-item .answer {
	margin-top: 20px;
	margin-bottom: 50px;
	font-size: 16px;
}

.qa-item .answer p{
	text-indent: 2em;
	margin-top: 10px;
}

/* report loss */

.report_loss {

}

.report_title {
	color: #F94C31;
	font-size: 20px;
	font-weight: bold;
}

.report_loss .table tr td{
	padding: 2px 0;
}

.report_loss .label {
	width: 120px;
	color: #333;
	text-align: left;
	font-size: 16px;
	line-height: 30px;
}

.report_loss .controls {
	color: #333;
	line-height: 30px;
}

.report_loss .input-box {
	float: left;
	border: 1px solid #cdcdcd;
	border-radius: 2px;
	box-shadow: 2px 2px 2px #F7F7F7 inset;
	height: 30px;
	line-height: 30px;
	padding: 0 2px;
	background: #FAFAFA;
}

.report_loss .input-box input[type="text"]{
    width: 270px;
}

.validate_icon {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	top: 4px;
	background: url(../images/loss_bg.png) no-repeat 100px 100px;
}
.validate_ok {
	background-position: -300px 0 ;
}
.validate_error {
	background-position: -301px -22px ;
}

input[type="text"], input[type="password"], textarea {
	border: none;
	height: 25px;
	background: #FAFAFA;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	outline: none;
	/* border:1px solid #6ED42A ; */
}

.report-loss-btn {
	width:300px;
	height: 40px;
	border: none;
	background: url(../images/loss_bg.png) no-repeat 0 0;
	cursor: pointer;
    color: #FFFFFF;
}
.send_msg_btn {
	display: inline-block;
	height: 30px;
	border: none;
	background: url(../images/loss_bg.png) no-repeat -323px 0;
    background-color: #A6A6A6;
	cursor: pointer;
	position: relative;
	color: #fff;
    border-radius: 4px;
    padding:0px 8px;
    margin-left: 10px;
}

.send_waiting {
	/*background-position: -323px -42px;*/
    background-color: #A6A6A6;
    background-image: none;
	color: #fff;
}

.vcode {
    height: 30px;
    width: 80px;
    float: left;
    margin-left: 15px;
    margin-top: 1px;
    cursor: pointer;
}

.person_service {
	width: 320px;
	height: 80px;
	background: url(../images/loss_bg.png) no-repeat 0 -40px;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
	.send_msg_btn {
		top: -1px;
	}
	.search_box .search_button{
		top: -5px;
	}
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.invisible {
    visibility: hidden !important;
}

form.form label.error {
    margin-left: 10px;
    font-size: 12px;
    color: #F94C31;
}

form.form label.success{
    color: #54C717;
}

.btn{
    display: inline-block;
    border: none;
    cursor: pointer;
    margin-left: 10px;
    color: #fff;
}

.modal.succ-box {
    background: url("../images/succ_box.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: none ;
    padding: 0px;
    width: 340px;
    height: 208px;
}

.modal.fail-box {
    background: url("../images/fail_box.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: none ;
    padding: 0px;
    width: 340px;
    height: 208px;
}

.modal .btn-succ {
    background: url("../images/succ_btn.png") no-repeat scroll 0 0 #F1F4F7;
    width: 100px;
    height: 30px;
    float: right;
    margin-right: 116px;
}

.modal .btn-fail {
    background: url("../images/fail_btn.png") no-repeat scroll 0 0 #F1F4F7;
    width: 100px;
    height: 30px;
    float: right;
    margin-right: 20px;
}

.modal .btn-ok {
    width: 100px;
    height: 30px;
    float: right;
    margin-right: 116px;
}

.fail-box .btn-ok{
    background: url("../images/fail_btn.png") no-repeat scroll 0 0 #F1F4F7;
}

.succ-box .btn-ok {
    background: url("../images/succ_btn.png") no-repeat scroll 0 0 #F1F4F7;
}

.modal .modal-info{
    font-size: 14px;
    height: 40px;
    margin: 80px 20px 20px;
    text-align: center;
    vertical-align: middle;
}

.report-email-a{
    font-size: 12px;
    padding-left: 100px;
}

.help-section{
    font-size: 20px;
    text-decoration: none;
    outline:none;
    -moz-outline:none;
}


.help-section:focus {
     outline:none;
     -moz-outline:none;
     text-decoration: none;
}

.fixed{
    position:fixed !important;
}

.main_right.help-main{
    float: right;
    padding:20px 60px;
}

.download_image{
    text-align: center;
    margin-top: 20px;
}

.download_image p{
    text-indent: 0 !important;
    text-align: center;
    margin: 10px;
}

.download_image img{
    width: 300px;
}

