﻿.clearfix:after,
.clearfix:before {
	content: "";
	display: block;
	clear: both; }

.clearfix {
	*zoom: 1; }
/*公共类*/
.hide {
	display: none; }

.fl {
	float: left; }

.fr {
	float: right; }

.not-allowed {
	cursor: not-allowed; }

.nmr {
	margin-right: 0 !important; }

.active {
	color: #548EFC; }

.active_color {
	color: #548EFC;
	background-color: #F6F9FF; }

.keywordss {
	color: #FB9A36; }

.error_border {
	border: 1px solid #E04931 !important; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999999; }

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999999; }

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #999999; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999999; }

.icon-sanjiaoxing {
	font-size: 8px !important; }

.icon-arrowLeft {
	font-size: 12px !important; }

.icon-down,
.icon-up {
	font-size: 8px !important; }

.icon-triangle-left,
.icon-triangle-right {
	font-size: 10px !important; }

.icon-advice {
	font-size: 14px !important; }

.icon-right-light {
	font-size: 12px !important; }

.icon-correct {
	font-size: 60px !important;
	color: #67c49a; }

.icon-false {
	font-size: 60px !important;
	color: #fb9b38; }

.xa-radio-input {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	cursor: pointer;
	/* older safari/Chrome browsers */
	-webkit-opacity: 0;
	/* Netscape and Older than Firefox 0.9 */
	-moz-opacity: 0;
	/* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
	-khtml-opacity: 0;
	/* IE9 + etc...modern browsers */
	opacity: 0;
	/* IE 4-9 */
	filter: alpha(opacity=0); }

.xa-radio {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: rgba(0, 0, 0, 0.65);
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5;
	list-style: none;
	-webkit-font-feature-settings: 'tnum';
	font-feature-settings: 'tnum';
	position: relative;
	display: inline-block;
	line-height: 1;
	white-space: nowrap;
	vertical-align: sub;
	outline: none;
	cursor: pointer; }

.xa-radio-wrapper {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: rgba(0, 0, 0, 0.65);
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5;
	list-style: none;
	-webkit-font-feature-settings: 'tnum';
	font-feature-settings: 'tnum';
	position: relative;
	display: inline-block;
	margin-right: 8px;
	white-space: nowrap;
	cursor: pointer; }

.xa-radio-inner {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 16px;
	height: 16px;
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #d9d9d9;
	border-radius: 100px;
	transition: all 0.3s; }

.xa-radio-inner::after {
	position: absolute;
	top: 3px;
	left: 3px;
	display: table;
	width: 8px;
	height: 8px;
	background-color: #1890ff;
	border-top: 0;
	border-left: 0;
	border-radius: 8px;
	/* older safari/Chrome browsers */
	-webkit-opacity: 0;
	/* Netscape and Older than Firefox 0.9 */
	-moz-opacity: 0;
	/* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
	-khtml-opacity: 0;
	/* IE9 + etc...modern browsers */
	opacity: 0;
	/* IE 4-9 */
	filter: alpha(opacity=0);
	transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
	content: ' '; }

.xa-radio-checked .xa-radio-inner {
	border-color: #1890ff; }

.xa-radio-checked .xa-radio-inner::after {
	-webkit-transform: scale(0.875);
	transform: scale(0.875);
	/* older safari/Chrome browsers */
	-webkit-opacity: 1;
	/* Netscape and Older than Firefox 0.9 */
	-moz-opacity: 1;
	/* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
	-khtml-opacity: 1;
	/* IE9 + etc...modern browsers */
	opacity: 1;
	/* IE 4-9 */
	filter: alpha(opacity=100);
	transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86); }

.xa-radio-checked::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #1890ff;
	border-radius: 50%;
	visibility: hidden;
	-webkit-animation: antRadioEffect .36s ease-in-out;
	animation: antRadioEffect .36s ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	content: ''; }

.header {
	height: 100px; }
.header > div {
	display: inline-block; }

.all_service_container,
.common_question,
.contact_us,
.fb_guide,
.fb_success,
.feedbackPM58,
.header,
.hot_questions,
.hot_rules,
.search_main,
.self_service {
	width: 1190px;
	margin: 0 auto; }

.header_image {
	padding-top: 32px; }
.header_image a {
	display: block; }

.header_nav {
	float: right;
	padding-top: 40px; }
.header_nav li {
	display: inline-block;
	color: #000000;
	margin-right: 50px;
	font-size: 20px;
	line-height: 20px; }
.header_nav li a:hover {
	color: #548EFC; }

.header_return {
	position: absolute;
	top: 40px;
	right: 40px;
	cursor: pointer; }
.header_return a {
	padding: 5px; }
.header_return:hover i {
	color: #548EFC;
	-webkit-transform: scale(1.2);
	transform: scale(1.2); }
.header_return i {
	display: inline-block;
	font-size: 20px;
	color: #666; }

.search_container {
	width: 100%;
	height: 130px;
	background: url("//img.58cdn.com.cn/resource/xxzl/helpCenter/search-background.png") center center no-repeat; }

.search_input {
	padding-top: 43px;
	width: 580px;
	height: 44px;
	margin: 0 auto;
	position: relative; }
.search_input input {
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 94px;
	width: 580px;
	height: 44px;
	border-radius: 100px;
	border: none;
	font-size: 14px;
	line-height: 44px; }
.search_input input:focus {
	outline: none; }

input {
	color: #333333; }

.search_icon_group {
	font-size: 0;
	position: absolute;
	right: 20px;
	top: 57px;
	cursor: pointer;
	padding: 10px;
	margin: -10px; }
.search_icon_group > div {
	display: inline-block;
	position: relative; }

.vertical_line {
	width: 1px;
	height: 16px;
	background-color: #DDDDDD;
	margin-right: 19px; }

.search_icon {
	top: -1px;
	width: 14px;
	height: 14px;
	margin-right: 8px;
	font-size: 16px;
	line-height: 16px; }
.search_icon img {
	margin-top: -2px;
	width: 100%;
	height: 100%; }

.search_text {
	top: -1px; }
.search_text span {
	cursor: pointer;
	color: #548EFC;
	font-size: 16px;
	line-height: 16px;
	-moz-user-select: none;
	/*火狐*/
	-webkit-user-select: none;
	/*webkit浏览器*/
	-ms-user-select: none;
	/*IE10*/
	/*早期浏览器*/
	user-select: none; }
.search_text span:hover {
	/* older safari/Chrome browsers */
	-webkit-opacity: 0.9;
	/* Netscape and Older than Firefox 0.9 */
	-moz-opacity: 0.9;
	/* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
	-khtml-opacity: 0.9;
	/* IE9 + etc...modern browsers */
	opacity: 0.9;
	/* IE 4-9 */
	filter: alpha(opacity=90); }

.notice {
	font-size: 12px;
	line-height: 12px;
	padding-top: 18px;
	color: #ffffff; }
.notice a {
	color: #ffffff;
	/* older safari/Chrome browsers */
	-webkit-opacity: 0.9;
	/* Netscape and Older than Firefox 0.9 */
	-moz-opacity: 0.9;
	/* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
	-khtml-opacity: 0.9;
	/* IE9 + etc...modern browsers */
	opacity: 0.9;
	/* IE 4-9 */
	filter: alpha(opacity=90); }

.list_title .list_title_desc {
	font-size: 20px;
	line-height: 20px;
	color: #000000;
	font-weight: 600; }

.list_title .list_title_more {
	float: right;
	font-size: 12px;
	line-height: 12px;
	padding: 10px;
	margin: -2px -10px -10px;
	cursor: pointer; }
.list_title .list_title_more a:hover {
	color: #548EFC; }
.list_title .list_title_more:hover {
	color: #548EFC; }

.ss_title {
	margin-top: 40px; }

.ss_list_group {
	display: inline-block;
	width: 16%;
	font-size: 0; }

.ss_list {
	padding: 30px 0 66px 67px; }

.ss_list_img {
	width: 100px;
	height: 80px; }
.ss_list_img a {
	display: block; }
.ss_list_img img {
	padding: 11.5px 13px; }

.ss_list_title {
	width: 100px;
	text-align: center;
	font-size: 0; }
.ss_list_title a {
	font-size: 16px;
	line-height: 16px; }
.ss_list_title a:hover {
	color: #548EFC; }

.info_more {
	padding: 16px 10px 10px;
	margin: 0 -10px -10px;
	color: #555;
	cursor: pointer; }
.info_more a {
	font-size: 12px;
	line-height: 12px;
	color: #555; }
.info_more a:hover {
	color: #548EFC; }
.info_more span {
	font-size: 12px;
	line-height: 12px;
	color: #555; }
.info_more span:hover {
	color: #548EFC; }

.hot_items {
	margin-bottom: 16px;
	display: inline-block; }

.rule_item {
	width: 560px;
	font-size: 0; }

.align_line {
	width: 100%;
	height: 1px;
	background: #F5F5F5;
	margin-bottom: 35px;
	margin-top: 17px; }

.rule_list {
	display: inline-block;
	width: 50%;
	margin-bottom: 24px;
	padding-left: 30px; }
.rule_list:hover {
	color: #548EFC; }
.rule_list:hover span a {
	color: #548EFC; }
.rule_list span a {
	font-size: 14px;
	line-height: 14px;
	color: #333333; }
.rule_list .icon-sanjiaoxing {
	padding-right: 10px; }

.rule_list_3 {
	width: 33.33% !important; }
.common_question_bc,
.contact_us_bc {
	background: #F9F9F9;
	padding: 40px 0 42px; }

.contact_us {
	font-size: 0; }

.contact_us_title {
	margin-bottom: 30px; }

.contact_item {
	display: inline-block;
	position: relative;
	width: 380px;
	height: 236px;
	background-color: #ffffff;
	border-radius: 4px;
	text-align: center;
	margin-right: 25px; }

.commercial_contact_item {
	display: inline-block;
	position: relative;
	width: 580px;
	height: 236px;
	background-color: #ffffff;
	border-radius: 4px;
	text-align: center;
	margin-right: 30px; }

.contact_item_title {
	margin-top: 30px;
	font-size: 0; }
.contact_item_title img {
	margin-top: -11px;
	margin-right: 7.5px; }
.contact_item_title span {
	font-size: 16px;
	line-height: 16px;
	color: #FB9A36; }

.contact_item_desc {
	margin-top: 48px;
	font-size: 14px;
	line-height: 14px;
	color: #666666; }

.contact_item_btn {
	position: absolute;
	left: 50%;
	margin-left: -65px;
	margin-top: 58px;
	background-color: #65A5FC;
	width: 130px;
	height: 40px;
	border-radius: 21px;
	cursor: pointer; }
.contact_item_btn:hover {
	/* older safari/Chrome browsers */
	-webkit-opacity: 0.9;
	/* Netscape and Older than Firefox 0.9 */
	-moz-opacity: 0.9;
	/* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
	-khtml-opacity: 0.9;
	/* IE9 + etc...modern browsers */
	opacity: 0.9;
	/* IE 4-9 */
	filter: alpha(opacity=90); }
.contact_item_btn a {
	font-size: 14px;
	line-height: 14px;
	display: block;
	padding-top: 13px;
	color: #ffffff; }

.footer {
	width: 100%;
	height: 93px;
	text-align: center; }
.footer ul {
	font-size: 0;
	padding-top: 40.5px; }
.footer ul li {
	display: inline-block;
	color: #999999; }
.footer ul li a {
	color: #999999;
	font-size: 12px;
	line-height: 12px;
	cursor: pointer; }
.footer ul li a:hover {
	color: #548EFC; }
.footer ul li span {
	display: inline-block;
	margin: 0 10px;
	font-size: 12px;
	line-height: 12px; }

.hot_questions {
	position: relative; }

.tabs_contant {
	font-size: 0;
	margin-bottom: -2px;
	border-bottom: 1px solid #F5F5F5; }

.tabs_tab {
	display: inline-block;
	font-size: 20px;
	line-height: 20px;
	margin-right: 40px;
	padding: 12px 16px;
	cursor: pointer; }

.tabs_tab_active {
	color: #548EFC; }

.tabs_link_bar {
	position: absolute;
	width: 112px;
	height: 2px;
	background-color: #548EFC; }

.tabs_content {
	margin-top: 34px;
	font-size: 0; }

.tabpanel {
	font-size: 0;
	width: 1190px; }

.service_shadow {
	width: 100%;
	height: 12px; }
.service_shadow img {
	width: 100%;
	height: 100%; }

.all_service {
	background: #F9F9F9; }

.all_service_container {
	padding: 50px 0 25px; }

.all_service_title {
	margin-bottom: 30px; }

.all_sevice_list {
	font-size: 0; }

.all_service_item {
	float: left;
	width: 380px;
	padding: 30px 0 32px;
	font-size: 0;
	background-color: #ffffff;
	border-radius: 4px;
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 25px; }

.rule_title {
	color: #333333;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 30px;
	font-weight: 600;
	padding-left: 30px; }

.common_question > div {
	display: inline-block; }

.common_question_menu {
	width: 240px;
	background-color: #ffffff;
	border-radius: 4px;
	-moz-user-select: none;
	/*火狐*/
	-webkit-user-select: none;
	/*webkit浏览器*/
	-ms-user-select: none;
	/*IE10*/
	/*早期浏览器*/
	user-select: none;
	float: left; }

.bz_menu_group {
	display: none; }

.isActive {
	display: block; }

.bz_menu_item {
	font-size: 16px;
	line-height: 16px;
	padding: 21px 0 21px 54px; }

.common_question_title {
	text-align: center;
	padding: 20.5px 0;
	border-bottom: 1px solid #F2F5FC;
	font-size: 0;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600; }

.bz_menu_submenu_title {
	padding: 21px 0 21px 34px; }

.bz_menu_submenu_base {
	border-bottom: 1px solid #F2F5FC;
	cursor: pointer; }
.bz_menu_submenu_base span {
	font-size: 18px;
	line-height: 18px; }
.bz_menu_submenu_base:hover {
	color: #548EFC; }
.bz_menu_submenu_base > div {
	display: inline-block; }

.bz_menu_submenu_i {
	margin: 1px 30px 0 0; }

.commom_request {
	width: 925px;
	min-height: 745px;
	margin-left: 25px;
	background-color: #ffffff;
	border-radius: 4px;
	position: relative; }

.common_request_title {
	padding: 20.5px 0;
	border-bottom: 1px solid #F2F5FC;
	font-size: 0;
	font-size: 18px;
	line-height: 18px;
	padding-left: 30px; }

.common_request_content {
	padding: 35px 40px 35px 30px;
	font-size: 12px; }

.common_request_title_line {
	width: 4px;
	height: 28px;
	background-color: #f44336;
	float: left;
	margin-top: 16px; }

.commom_request_list {
	padding: 34px 0 14px 20px; }
.commom_request_list i {
	float: left;
	margin-top: 3px; }
.commom_request_list span {
	font-size: 14px;
	margin-left: 5px; }
.commom_request_list span > a:hover {
	color: #548EFC; }

.commom_request_listcontent {
	padding: 34px 0 14px 20px; }
.commom_request_listcontent .ue-table-interlace-color-single {
	background-color: #fcfcfc; }
.commom_request_listcontent td,
.commom_request_listcontent th {
	padding: 5px 10px;
	border: 1px solid #DDD; }
.commom_request_listcontent .ue-table-interlace-color-double {
	background-color: #f7faff; }

.commom_request_list_item {
	margin-bottom: 24px; }

.pagination {
	text-align: center;
	padding-bottom: 30px; }
.pagination ul li {
	display: inline-block; }

.pagination_ul {
	font-size: 0; }

.pagination_item,
.pagination_item_arrow {
	width: 36px;
	height: 36px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	margin-right: 8px;
	-moz-user-select: none;
	/*火狐*/
	-webkit-user-select: none;
	/*webkit浏览器*/
	-ms-user-select: none;
	/*IE10*/
	/*早期浏览器*/
	user-select: none; }
.pagination_item a,
.pagination_item_arrow a {
	font-size: 14px;
	line-height: 14px; }

.pagination_item_link {
	display: block;
	height: 100%;
	padding-top: 11px;
	cursor: pointer;
	border: 1px solid #DDDDDD;
	border-radius: 4px; }
.pagination_item_link:hover {
	border-color: #548EFC; }

.pagition_arrow_active,
.pagition_item_active {
	color: #548EFC;
	border-color: #548EFC; }

#pagination_page_number {
	width: 36px;
	height: 36px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #DDDDDD;
	margin: 0 3px;
	font-size: 16px;
	line-height: 36px; }

.pagination_page_span {
	line-height: 36px; }

.pagination_page_button {
	height: 100%;
	font-size: 12px;
	padding: 10px 18px;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	cursor: pointer;
	height: 36px; }

.pagination_disabled {
	cursor: not-allowed; }
.pagination_disabled i {
	color: rgba(0, 0, 0, 0.25); }
.pagination_disabled:hover {
	color: rgba(0, 0, 0, 0.25);
	border-color: #d9d9d9;
	cursor: not-allowed; }

.pagination_text_group {
	font-size: 0;
	margin-right: 9px;
	vertical-align: middle; }
.pagination_text_group span {
	font-size: 12px; }

.common_request_search_title {
	font-size: 14px;
	line-height: 14px; }

.commom_request_search_list {
	padding-right: 20px; }

.commom_request_list_item_title {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 6px; }
.commom_request_list_item_title a {
	color: #333333;
	font-weight: 600; }
.commom_request_list_item_title a:hover {
	color: #548EFC; }

.commom_request_list_item_content {
	font-size: 14px;
	line-height: 24px;
	color: #333333; }

.commom_request_search_item {
	margin-bottom: 36px; }

.search_nothing {
	width: 127px;
	height: 118px;
	padding-top: 16px;
	margin-bottom: 30px;
	margin-left: 399px; }

.commom_search_nothing {
	margin-top: 150px;
	text-align: center; }
.commom_search_nothing span {
	font-size: 14px;
	line-height: 14px;
	color: #999999; }

.website_suggest {
	width: 100%;
	height: 130px;
	background: url("//img.58cdn.com.cn/resource/xxzl/helpCenter/website.png") center center no-repeat;
	text-align: center;
	padding-top: 56px; }
.website_suggest span {
	color: #ffffff;
	font-size: 18px;
	line-height: 18px; }

.fb_captcha,
.fb_content,
.fb_tel,
.fb_type,
.fb_uploader {
	position: relative; }
.fb_captcha > div,
.fb_content > div,
.fb_tel > div,
.fb_type > div,
.fb_uploader > div {
	display: inline-block; }

.fb_uploader {
	margin-bottom: 40px; }

.ts-uploaderBox {
	margin: 0; }

.tdcontent textarea {
	width: 730px;
	height: 170px;
	padding: 6px 0 6px 6px;
	color: #999999;
	border: #D7D7D7 1px solid;
	font-size: 14px;
	overflow: auto;
	resize: none; }

.fb_title {
	float: left;
	margin-right: 40px;
	font-size: 0;
	text-align: right;
	width: 220px; }
.fb_title span {
	font-size: 16px;
	line-height: 16px; }

#txtContent {
	width: 730px;
	height: 170px;
	padding: 10px 18px;
	color: #D7D7D7;
	border: #D7D7D7 1px solid;
	font-size: 14px;
	overflow: auto;
	resize: none; }

.pt12 {
	padding-top: 12px; }

.ora {
	color: #FB9A36; }

.fb_container {
	padding-top: 40px;
	padding-bottom: 40px; }

.fb_guide {
	padding-top: 20px;
	padding-bottom: 14px; }
.fb_guide span {
	font-size: 12px;
	line-height: 12px; }

.captcha_error_message,
.content_error_message,
.phone_error_message,
.type_error_message {
	margin: 10px 0 28px 260px;
	color: #FF552E;
	font-size: 12px;
	line-height: 12px; }

.ts-uploaderBox .count {
	margin: 5px; }

#captcha,
#phone {
	border: 1px solid #E4E4E4;
	width: 166px;
	height: 40px;
	font-size: 14px;
	display: inline-block;
	line-height: 40px; }

#phonecode {
	display: inline-block;
	padding-left: 6px;
	background: #F6F6F6;
	cursor: pointer;
	border-radius: 3px;
	font-size: 14px;
	line-height: 14px;
	padding: 13px; }
#phonecode span {
	color: #FB9A36; }

#captchas,
#phonets {
	display: inline-block; }

.asubmit {
	width: 220px;
	height: 40px;
	background-color: #548EFC;
	border-radius: 100px;
	text-align: center;
	padding-top: 13px;
	cursor: pointer;
	margin-left: 485px; }
.asubmit span {
	color: #ffffff;
	font-size: 14px;
	line-height: 14px; }
.asubmit:hover {
	/* older safari/Chrome browsers */
	-webkit-opacity: 0.9;
	/* Netscape and Older than Firefox 0.9 */
	-moz-opacity: 0.9;
	/* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
	-khtml-opacity: 0.9;
	/* IE9 + etc...modern browsers */
	opacity: 0.9;
	/* IE 4-9 */
	filter: alpha(opacity=90); }

.opacity1 {
	/* older safari/Chrome browsers */
	-webkit-opacity: 1;
	/* Netscape and Older than Firefox 0.9 */
	-moz-opacity: 1;
	/* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
	-khtml-opacity: 1;
	/* IE9 + etc...modern browsers */
	opacity: 1;
	/* IE 4-9 */
	filter: alpha(opacity=100); }

.opacity0 {
	/* older safari/Chrome browsers */
	-webkit-opacity: 0;
	/* Netscape and Older than Firefox 0.9 */
	-moz-opacity: 0;
	/* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
	-khtml-opacity: 0;
	/* IE9 + etc...modern browsers */
	opacity: 0;
	/* IE 4-9 */
	filter: alpha(opacity=0); }

.content_edit {
	color: #4d4d4d !important; }

#a_suggest {
	color: #548EFC; }

.no_float {
	float: null !important; }

.fb_false,
.fb_success {
	height: 670px;
	background-color: #ffffff;
	border-radius: 4px;
	text-align: center;
	padding-top: 160px; }

.success_title {
	margin-top: 18px;
	margin-bottom: 28px; }
.success_title span {
	font-size: 25px;
	line-height: 25px; }

.success_desc {
	margin-bottom: 10px;
	color: #666666; }
.success_desc span {
	font-size: 14px;
	line-height: 14px; }

.placeholder {
	color: #999999; }