
/*公共样式*/

.color-yellow {
	color: #ef7e14;
}

.color-green {
	color: #44aa51;
}

.color-blue {
	color: #29519b;
}

.color-white {
	color: #fff;
}

.color-red {
	color: #ff3c00;
}

.color-black {
	color: #313131;
}

.color-gray1 {
	color: #5a5a5a;
}

.color-gray2 {
	color: #838383;
}

.color-gray3 {
	color: #adadad;
}

.color-gray4 {
	color: #d6d6d6;
}

.color-gray5 {
	color: #eaeaea;
}

.color-47 {
	color: #474747;
}

.color-background {
	background: #ececec;
}

.color-background2 {
	background: #f5f5f5;
}

.color-background3 {
	background: #fff;
}

.color-background4 {
	background: #f2f2f2;
}

.color-gaoduan {
	color: #cbb293;
}

/*
 页面初始化代码
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
small,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, "Microsoft YaHei", sans-serif;
	font-size: 14px;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

/* 大于1200px*/

@media (min-width: 1200px) {
	.container.wajiu-block {
		width: 1200px !important;
	}

	.container.wajiu-block > .row .col-md-3 {
		width: 240px;
	}

	.container.wajiu-block > .row .col-md-9 {
		width: 890px;
		margin-left: 10px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 1200px !important;
	}
}

@media (min-width: 768px) {
	.container {
		width: 1200px !important;
	}
}

/* 小于1200px*/

@media (max-width: 1200px) {
	.container {
		max-width: 1200px;
	}

	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11 {
		float: left;
	}

	.col-md-1 {
		width: 8.333333333333332%;
	}

	.col-md-2 {
		width: 16.666666666666664%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-4 {
		width: 33.33333333333333%;
	}

	.col-md-5 {
		width: 41.66666666666667%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-7 {
		width: 58.333333333333336%;
	}

	.col-md-8 {
		width: 66.66666666666666%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-10 {
		width: 83.33333333333334%;
	}

	.col-md-11 {
		width: 91.66666666666666%;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-push-0 {
		left: auto;
	}

	.col-md-push-1 {
		left: 8.333333333333332%;
	}

	.col-md-push-2 {
		left: 16.666666666666664%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-4 {
		left: 33.33333333333333%;
	}

	.col-md-push-5 {
		left: 41.66666666666667%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-7 {
		left: 58.333333333333336%;
	}

	.col-md-push-8 {
		left: 66.66666666666666%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-10 {
		left: 83.33333333333334%;
	}

	.col-md-push-11 {
		left: 91.66666666666666%;
	}

	.col-md-pull-0 {
		right: auto;
	}

	.col-md-pull-1 {
		right: 8.333333333333332%;
	}

	.col-md-pull-2 {
		right: 16.666666666666664%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-4 {
		right: 33.33333333333333%;
	}

	.col-md-pull-5 {
		right: 41.66666666666667%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-7 {
		right: 58.333333333333336%;
	}

	.col-md-pull-8 {
		right: 66.66666666666666%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-10 {
		right: 83.33333333333334%;
	}

	.col-md-pull-11 {
		right: 91.66666666666666%;
	}

	.col-md-offset-0 {
		margin-left: 0;
	}

	.col-md-offset-1 {
		margin-left: 8.333333333333332%;
	}

	.col-md-offset-2 {
		margin-left: 16.666666666666664%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333333333333%;
	}

	.col-md-offset-5 {
		margin-left: 41.66666666666667%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-7 {
		margin-left: 58.333333333333336%;
	}

	.col-md-offset-8 {
		margin-left: 66.66666666666666%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333333333334%;
	}

	.col-md-offset-11 {
		margin-left: 91.66666666666666%;
	}

	.container.wajiu-block .row .col-md-3 {
		width: 240px;
	}

	.container.wajiu-block .row .col-md-9 {
		width: 690px;
		margin-left: 10px;
	}
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

html,
body {
	min-height: 100%;
	line-height: 1.5;
}

html {
	height: 100%;
}

@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

.container.wajiu-block,
.container.wajiu-block .row .col-md-3,
.container.wajiu-block .row .col-md-9 {
	padding: 0;
}

.container.wajiu-block .row {
	margin: 0;
}

.position-abs {
	position: absolute;
}

.position-rel {
	position: relative;
}

.width100 {
	width: 100%;
}

.height100 {
	height: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

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

.font14 {
	font-size: 14px;
}

.font16 {
	font-size: 16px !important;
}

.font18 {
	font-size: 18px !important;
}

.font20 {
	font-size: 20px !important;
}

.font22 {
	font-size: 22px !important;
}

.font24 {
	font-size: 24px !important;
}

.font26 {
	font-size: 26px !important;
}

.font30 {
	font-size: 30px !important;
}

.font-bold {
	font-weight: bold;
}

.font-normal {
	font-weight: normal;
}

/*隐藏文本*/

.a-hidetext {
	text-indent: -9999em;
	overflow: hidden;
	float: left;
}

.padding0 {
	padding: 0 !important;
}

.padding-right0 {
	padding-right: 0;
}

.padding-left0 {
	padding-left: 0;
}

.padding-bottom0 {
	padding-bottom: 0;
}

.padding-top0 {
	padding-top: 0;
}

.padding10 {
	padding: 10px;
}

.marginLeft10 {
	margin-left: 10px;
}

.marginRight0 {
	margin-right: 0;
}

.marginRight10 {
	margin-right: 10px;
}

.marginLeft20 {
	margin-left: 20px;
}

.marginRight22 {
	margin-right: 20px;
}

.marginBottom50 {
	margin-bottom: 50px;
}

.marginRight25 {
	margin-right: 25px;
}

.marginTop10 {
	margin-top: 10px;
}

.height40 {
	height: 40px;
}

.line-height40 {
	line-height: 40px;
}

.inlineblock {
	display: inline-block;
}

a {
	color: #313131;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #ef7e14;
	text-decoration: underline;
}

/* 当有鼠标悬停在链接上 */

a:link,
a:visited,
a:active,
a:focus {
	text-decoration: none;
}

.zindex {
	z-index: 9999;
}

.vertical-middle {
	vertical-align: middle;
}

.border-gray {
	border: 1px solid #d7d7d7;
}

.border-left-gray {
	border-left: 1px solid #d7d7d7;
}

.border-right-gray {
	border-right: 1px solid #d7d7d7;
}

.noborder {
	border: none !important;
}

.o-hidden {
	overflow: hidden;
}

.ellipsis {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis-two {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/*表单输入框*/

.form-control {
	height: 32px;
	line-height: 32px;
	border: 1px solid #d6d6d6;
	border-radius: 0;
}

.form-control:focus {
	outline: none;
	border-color: #ef7e14;
	-webkit-box-shadow: inset 0 1px 1px rgba(239, 126, 20, 0.075), 0 0 8px rgba(239, 126, 20, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(239, 126, 20, 0.075), 0 0 8px rgba(239, 126, 20, 0.6);
	box-shadow: inset 0 1px 1px rgba(239, 126, 20, 0.075), 0 0 8px rgba(239, 126, 20, 0.6);
}

input {
	height: 32px;
	line-height: 32px;
	border: 1px solid #d6d6d6;
}

textarea {
	height: 84px;
	vertical-align: top;
	border: 1px solid #d6d6d6;
}

input:focus {
	outline: none;
	border: 1px solid #ef7e14;
}

textarea:focus {
	outline: none;
	border: 1px solid #ef7e14;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #d6d6d6;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #d6d6d6;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #d6d6d6;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #d6d6d6;
}

/*按钮*/

.btn {
	border-radius: 2px;
}

.btn-default {
	color: #333;
	background-color: #e5e5e5;
	border-color: #e5e5e5;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	color: #313131;
	background-color: #c1bfbf;
	border-color: #c1bfbf;
}

.btn-primary {
	color: #fff;
	background-color: #ef7e14;
	border-color: #ef7e14;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #ce6d10;
	border-color: #ce6d10;
}

.btn-info {
	color: #313131;
	background-color: #fff;
	border-color: #e7e7e7;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
	color: #313131;
	background-color: #e2e2e2;
	border-color: #e7e7e7;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: 0;
	outline-offset: -2px;
}

#cover {
	z-index: 98;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0.5;
	filter: "alpha(opacity=50)";
	/* IE 8 */
	filter: alpha(opacity=50);
	/* IE 4-7 */
	display: none;
	height: 100%;
	width: 100%;
	background: #000 none repeat scroll 0 0;
}

.floatImg {
	display: block;
	position: fixed;
	bottom: 50px;
	right: 0;
}

#activityHead {
	height: 35px;
	width: 100%;
	line-height: 35px;
	background-color: #1e1e1e;
	color: #fff;
	font-size: 16px;
	font-family: "STXiHei", Arial, sans-serif;
}

#activityHead a {
	color: #fff;
	font-size: 16px;
	font-family: "STXiHei", Arial, sans-serif;
}

#activityHead ul li {
	float: left;
	height: 17px;
	line-height: 17px;
	padding: 0 30px;
	margin-top: 9px;
	font-size: 16px;
	font-family: "STXiHei", Arial, sans-serif;
}

#activityHead ul .border {
	border-right: 1px solid #525252;
}

#header-ph {
	width: 100%;
	background-color: #ededed;
}

#header-ph a:hover {
	color: #313131;
}

#header-ph .top-banner {
	height: 80px;
	width: 100%;
	position: relative;
	background: url("https://image.59cdn.com/image/activity2021/xinshou/pc.png") center center no-repeat;
}

#header-ph .top-banner a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

#header-ph .top-banner .top-banner-close {
	position: absolute;
	width: 26px;
	height: 26px;
	background: url("https://image.59cdn.com/images/activity2019/chuntang/close.png") center center no-repeat;
	top: 5px;
	left: 50%;
	margin-left: 600px;
	cursor: pointer;
	z-index: 2;
}

#header-ph .fl div.huanying {
	float: left;
	margin: 0 10px;
}

#header-ph .qiehuan {
	color: #f36100;
	text-decoration: underline;
	cursor: pointer;
}

#header-ph .qiehuan em {
	width: 22px;
	height: 22px;
	margin-right: 5px;
	vertical-align: middle;
	background: url("https://image.59cdn.com/pc/bindingAccount/qiehuan.png") left center no-repeat;
	display: inline-block;
}

#header-ph .fl div.enroll {
	float: left;
	_display: block;
	position: relative;
}

#header-ph .fl div.enroll .dlzc {
	width: 120px;
}

#header-ph .fl div.enroll .dlzc div.loginForm {
	position: relative;
	width: 75px;
}

#header-ph .fl div.enroll .dlzc div.loginForm b {
	position: absolute;
	top: 9px;
	right: 0;
	width: 11px;
	height: 11px;
	display: block;
	background-position: -188px -164px;
}

#header-ph .fl div.enroll .dlzc div.mu:hover .EnrCase {
	display: block;
}

#header-ph .fl div.enroll .EnrCase {
	position: absolute;
	left: -4px;
	background: #e9e9e9;
	border-radius: 9px;
	width: 290px;
	height: 130px;
	border: 1px solid #c1c1c1;
	z-index: 99999;
	display: none;
}

#header-ph .fl div.enroll .EnrCase .close {
	width: 19px;
	height: 17px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background-position: -182px -339px;
	cursor: pointer;
}

#header-ph .fl div.enroll .EnrCase .EnrCaseUp {
	margin-top: 17px;
	padding: 0 15px 0 15px;
	border-top: 1px solid #c1c1c1;
	background: #e9e9e9;
	position: relative;
	display: block;
}

#header-ph .fl div.enroll .EnrCase .EnrCaseUp div {
	height: 25px;
	width: 300px;
	border-radius: 4px;
	margin-top: 10px;
	position: relative;
}

#header-ph .fl div.enroll .EnrCase .EnrCaseUp div input {
	height: 25px;
	width: 240px;
	line-height: 25px;
	border-radius: 4px;
	padding: 0 15px 0 5px;
	color: #959595;
}

#header-ph .fl div.enroll .EnrCase .EnrCaseDown {
	padding: 0 15px 20px 15px;
	height: 20px;
}

#header-ph .fl div.enroll .EnrCase .EnrCaseDown .fr input {
	display: block;
	width: 58px;
	height: 18px;
	background: #aa1218;
	border: 1px solid #c55e62;
	text-align: center;
	line-height: 18px;
	color: #fff;
	border-radius: 3px;
	margin-top: 8px;
}

#header-ph li.cur {
	padding: 0 15px 0 15px;
	position: relative;
}

#header-ph .fr li {
	float: left;
	padding: 0 15px;
	color: #171717;
}

#header-ph .fr li a {
	display: block;
}

#header-ph .fr li b {
	width: 11px;
	height: 11px;
	display: block;
	position: absolute;
	top: 9px;
	right: 12px;
	background-position: -188px -164px;
}

#header-ph .kefu-box {
	position: relative;
}

#header-ph .kefu-box .top_jian_bottom {
	width: 9px;
	height: 5px;
	display: inline-block;
	background-position: -358px -263px;
	vertical-align: middle;
}

#header-ph .kefu-box .kefu-phone {
	width: 100px;
	position: absolute;
	text-align: center;
	z-index: 1;
	background: #fff;
	left: 0;
	display: none;
}

#header-ph .kefu-box .kefu-phone .pb {
	border-bottom: 1px #aaa dotted;
}

#header-ph .kefu-box:hover {
	background: #fff;
}

#header-ph .kefu-box:hover .top_jian_bottom {
	width: 9px;
	height: 5px;
	display: inline-block;
	background-position: -276px -166px;
	vertical-align: middle;
}

#header-ph .phone_wajiu {
	padding: 0;
	text-align: center;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
}

#header-ph .phone_wajiu .top_phone_img {
	width: 11px;
	height: 15px;
	display: inline-block;
	background-position: -188px -99px;
	vertical-align: middle;
}

#header-ph .phone_wajiu .top_jian_bottom {
	width: 9px;
	height: 5px;
	display: inline-block;
	background-position: -358px -263px;
	vertical-align: middle;
}

#header-ph .phone_wajiu .sa {
	position: absolute;
	top: 30px;
	right: -1px;
	z-index: 2;
	width: 191px;
	height: 194px;
	background: #fff;
	border: 1px solid #cdcdcd;
	overflow: hidden;
	color: #575757;
	border-top: 0;
	display: none;
	cursor: default;
}

#header-ph .phone_wajiu .sa .sa_top {
	width: 100%;
	height: 50%;
	border-bottom: 2px dotted #cdcdcd;
}

#header-ph .phone_wajiu .sa .sa_top .code_pic {
	width: 83px;
	height: 83px;
	float: right;
	margin-top: 9px;
	margin-right: 9px;
}

#header-ph .phone_wajiu .sa .sa_top .sa_left {
	width: 91px;
	height: 100%;
	float: left;
	text-align: right;
	font-size: 12px;
	line-height: 12px;
}

#header-ph .phone_wajiu .sa .sa_top .sa_left .ft_1 {
	padding-top: 13px;
	padding-bottom: 7px;
}

#header-ph .phone_wajiu .sa .sa_bottom {
	width: 100%;
	height: 50%;
}

#header-ph .phone_wajiu .sa .sa_bottom .code_pic {
	width: 83px;
	height: 83px;
	float: right;
	margin-top: 7px;
	margin-right: 9px;
}

#header-ph .phone_wajiu .sa .sa_bottom .sa_left {
	width: 91px;
	height: 100%;
	float: left;
	/*padding-right: 8px;*/
	text-align: right;
	font-size: 12px;
	line-height: 12px;
}

#header-ph .phone_wajiu .sa .sa_bottom .ft_1 {
	padding-top: 10px;
	padding-bottom: 7px;
}

#header-ph .phone_wajiu .sa .sa_bottom .ft_2 {
	color: #c20000;
}

#header-ph .phone_wajiu .sa .sa_bottom .ft_3 {
	margin-top: 21px;
	margin-bottom: 3px;
	color: #7f7f7f;
}

#header-ph .phone_wajiu .sa .sa_bottom .ft_4 {
	color: #7f7f7f;
}

#header-ph .phone_wajiu .sa .sa_bottom .logo_pic {
	width: 81px;
	height: 31px;
	margin-top: 14px;
}

#header-ph .phone_wajiu .sa .sa_bottom .kongbai {
	width: 81px;
	height: 5px;
	background: #fff;
	border-top: 1px solid #cdcdcd;
}

#header-ph .phone_wajiu:hover {
	background: #fff;
	cursor: pointer;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
}

#header-ph .phone_wajiu:hover .top_jian_bottom {
	width: 9px;
	height: 5px;
	display: inline-block;
	background-position: -276px -166px;
	vertical-align: middle;
}

/*logo导航 搜索*/

#wajiu-head {
	height: 104px;
	width: 100%;
	line-height: 104px;
	background-color: #fff;
}

#wajiu-head .wajiu-search #search-form {
	width: 475px;
	margin-top: 31px;
}

#wajiu-head .wajiu-search #search-form .search-text {
	width: 400px;
	height: 32px;
	float: left;
	line-height: 32px;
	margin-bottom: 6px;
}

#wajiu-head .wajiu-search #search-form .search-text input:focus {
	outline: none;
	border-color: #ef7e14;
}

#wajiu-head .wajiu-search #search-form .search-text .buxian {
	display: block;
	float: left;
	width: 100%;
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	border: 2px solid #ef7e14;
	border-right: none;
}

#wajiu-head .wajiu-search #search-form .search-submit {
	float: left;
	width: 75px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background-color: #ef7e14;
	cursor: pointer;
}

#wajiu-head .wajiu-search #search-form .search-submit:hover {
	background-color: #ea710a;
}

#wajiu-head .wajiu-search #search-form .search-submit .search-icon {
	display: inline-block;
	width: 19px;
	height: 19px;
	background-position: -370px -0px;
	margin-top: 6.5px;
}

#wajiu-head .wajiu-search #search-form .search_item {
	clear: left;
	height: 15px;
	line-height: 16px;
	overflow: hidden;
}

#wajiu-head .wajiu-search #search-form .search_item li a {
	font-size: 12px;
	color: #b5b5b5;
}

#wajiu-head .wajiu-search #search-form .search_item li a.sel {
	color: #ef7e14;
}

#wajiu-head .wajiu-search #search-form .bigautocomplete-layout {
	display: none;
	width: 402px !important;
	border: 2px solid #ef7e14;
	border-top: none;
	position: absolute;
	top: 63px;
	left: 0;
	z-index: 100;
	max-height: 300px;
	overflow: hidden;
	background: white;
}

#wajiu-head .wajiu-search #search-form .bigautocomplete-layout table {
	width: 412px;
}

#wajiu-head .wajiu-search #search-form .bigautocomplete-layout table td div {
	line-height: 30px;
	height: 30px;
	padding-left: 9px;
	overflow: hidden;
}

#wajiu-head .wajiu-search #search-form .bigautocomplete-layout td:hover {
	width: 412px;
	background: #D2DEE8;
}

#wajiu-head .wajiu-search #search-form .bigautocomplete-layout .ct {
	background: #D2DEE8 !important;
}

#wajiu-head .wajiu-cart {
	width: 164px;
	height: 32px;
	margin-top: 31px;
	padding: 0 0 0 53px;
	line-height: 32px;
	border: 1px solid #d6d6d6;
	color: #959595;
	cursor: pointer;
}

/*个人中心搜索头*/

#buyersCenter-head {
	width: 100%;
	height: 96px;
}

#buyersCenter-head .row {
	height: 96px;
}

#buyersCenter-head .row .buyersCenter-logo img {
	width: 160px;
	margin-top: 30px;
}

#buyersCenter-head .row .buyersCenter-logo div {
	margin-left: 10px;
	margin-top: 25px;
	width: 76px;
	text-align: center;
}

#buyersCenter-head .row .buyersCenter-logo div .home {
	display: block;
	height: 18px;
	line-height: 18px;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 17px;
	font-size: 12px;
	margin-top: 2px;
}

#buyersCenter-head .row .buyersCenter-logo div .home:hover {
	background-color: #fff;
	color: #ef7e14;
}

#buyersCenter-head .row .buyersCenter-logo div .color-white:hover {
	color: #fff;
}

#buyersCenter-head .row #search-form {
	float: right;
	width: 250px;
	margin-top: 31px;
	margin-right: 10px;
}

#buyersCenter-head .row #search-form .search-text {
	width: 200px;
	height: 32px;
	float: left;
	line-height: 32px;
	margin-bottom: 6px;
}

#buyersCenter-head .row #search-form .search-text input:focus {
	outline: none;
	border: none;
}

#buyersCenter-head .row #search-form .search-text .buxian {
	display: block;
	float: left;
	width: 100%;
	height: 32px;
	border: none;
	line-height: 32px;
	padding-left: 12px;
	border-right: none;
}

#buyersCenter-head .row #search-form .search-submit {
	float: left;
	width: 50px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background-color: #ececec;
	cursor: pointer;
}

#buyersCenter-head .row #search-form .search-submit:hover {
	background-color: #C1BFBF;
}

#buyersCenter-head .row #search-form .search-submit .search-icon {
	display: inline-block;
	width: 19px;
	height: 19px;
	vertical-align: middle;
	background-position: -370px -19px;
}

#buyersCenter-head .row #search-form .search_item {
	clear: left;
	height: 15px;
	line-height: 15px;
	max-width: 200px;
	overflow: hidden;
}

#buyersCenter-head .row #search-form .search_item li a {
	font-size: 12px;
	color: #b5b5b5;
}

#buyersCenter-head .row #search-form .search_item li a.sel {
	color: #ef7e14;
}

#buyersCenter-head .row #search-form .bigautocomplete-layout {
	display: none;
	width: 200px !important;
	border-top: none;
	position: absolute;
	top: 63px;
	left: 185px;
	z-index: 100;
	max-height: 300px;
	overflow: hidden;
	background: white;
	text-align: left;
}

#buyersCenter-head .row #search-form .bigautocomplete-layout table {
	width: 200px;
}

#buyersCenter-head .row #search-form .bigautocomplete-layout table td div {
	line-height: 30px;
	height: 30px;
	padding-left: 9px;
	overflow: hidden;
}

#buyersCenter-head .row #search-form .bigautocomplete-layout td:hover {
	width: 200px;
	background: #ececec;
}

#buyersCenter-head .row #search-form .bigautocomplete-layout .ct {
	background: #ececec !important;
}

#buyersCenter-head .row .wajiu-cart {
	width: 140px;
	height: 32px;
	margin-top: 31px;
	padding: 0 0 0 21px;
	line-height: 32px;
	color: #959595;
	cursor: pointer;
}

#nav {
	width: 100%;
	height: 40px;
	background-color: #fff;
	clear: left;
}

#nav .pullDown .pullDownTitle {
	position: relative;
	width: 200px;
	height: 40px;
	line-height: 41px;
	padding-left: 13px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background-position: -0px -193px;
	z-index: 99;
}

#nav .pullDown .pullDownTitle span a:hover {
	color: #fff;
}

#nav .pullDown .pullDownTitle .pullDownTitle_left {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 14px;
	margin-right: 10px;
	margin-bottom: 4px;
	background-position: -232px -289px;
}

#nav .pullDown .pullDownTitle .pullDownTitle_right {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 11px;
	margin-left: 60px;
	margin-bottom: 2px;
	background-position: -248px -289px;
}

#nav .pullDown .pullDownTitle span a:hover {
	color: #fff;
}

#nav .pullDown .pullDownContent {
	display: none;
	width: 200px;
	height: 466px;
	background-color: #333;
	position: absolute;
	z-index: 99;
}

#nav .pullDown .pullDownContent .pullDownList {
	width: 200px;
	height: 466px;
}

#nav .pullDown .pullDownContent .pullDownList .pullDownList-item {
	width: 100%;
	height: 93.2px;
	padding-left: 9px;
	padding-top: 10px;
}

#nav .pullDown .pullDownContent .pullDownList .pullDownList-item .li-childTtile {
	margin-top: 8px;
}

#nav .pullDown .pullDownContent .pullDownList .pullDownList-item .li-childTtile a {
	display: inline-block;
	font-size: 12px;
	width: 61px;
	overflow: hidden;
	color: #adadad;
}

#nav .pullDown .pullDownContent .pullDownList .pullDownList-item .li-titile {
	display: block;
	width: 176px;
	color: #fff;
}

#nav .pullDown .pullDownContent .pullDownList .pullDownList-item .li-titile .navArrow {
	display: inline-block;
	width: 5px;
	height: 9px;
	vertical-align: middle;
	background-position: -365px -73px;
	margin-left: 10px;
}

#nav .pullDown .pullDownContent .pullDownList .pullDownList-item .li-sub-box {
	position: absolute;
	display: none;
	top: 0;
	left: 200px;
	width: 750px;
	height: 466px;
	padding: 10px;
	background-color: #fff;
}

#nav .pullDown .pullDownContent .pullDownList .pullDownList-item .li-sub-box .box-type {
	width: 100%;
	height: 315px;
	margin-top: 10px;
	overflow: hidden;
}

#nav .pullDown .pullDownContent .pullDownList .pullDownList-item .li-sub-box .box-type .marginLeft35 {
	margin-left: 30px;
}

#nav .pullDown .pullDownContent .pullDownList .pullDownList-item .li-sub-box .box-type dl {
	width: 340px;
	height: 100px;
	padding-left: 10px;
}

#nav .pullDown .pullDownContent .pullDownList .pullDownList-item .li-sub-box .box-type dl dt {
	font-weight: bold;
	margin-bottom: 6px;
}

#nav .pullDown .pullDownContent .pullDownList .pullDownList-item .li-sub-box .box-type dl dt .box-type-icon {
	display: inline-block;
	vertical-align: middle;
	height: 12px;
	width: 3px;
	margin-right: 10px;
	margin-bottom: 2px;
}

#nav .pullDown .pullDownContent .pullDownList .pullDownList-item .li-sub-box .box-type dl dt .type01 {
	background-color: #f3556f;
}

#nav .pullDown .pullDownContent .pullDownList .pullDownList-item .li-sub-box .box-type dl dt .type02 {
	background-color: #798ad3;
}

#nav .pullDown .pullDownContent .pullDownList .pullDownList-item .li-sub-box .box-type dl dt .type03 {
	background-color: #67b65c;
}

#nav .pullDown .pullDownContent .pullDownList .pullDownList-item .li-sub-box .box-type dl dt .type04 {
	background-color: #e2bf33;
}

#nav .pullDown .pullDownContent .pullDownList .pullDownList-item .li-sub-box .box-type dl dd {
	float: left;
	width: 92px;
	height: 22px;
	margin-right: 7px;
	margin-left: 11px;
}

#nav .pullDown .pullDownContent .pullDownList .pullDownList-item .li-sub-box .box-type dl dd a {
	color: #5a5a5a;
}

#nav .pullDown .pullDownContent .pullDownList .pullDownList-item .li-sub-box .box-type dl dd a:hover {
	color: #ef7e14;
}

#nav .pullDown .pullDownContent .pullDownList .pullDownList-item .li-sub-box .box-img {
	width: 100%;
	height: 112px;
	margin-top: 10px;
	overflow: hidden;
}

#nav .pullDown .pullDownContent .pullDownList .pullDownList-item .li-sub-box .box-img a {
	display: inline-block;
	height: 112px;
	width: 360px;
}

#nav .pullDown .pullDownContent .pullDownList .pullDownList-item .li-sub-box .box-img img {
	height: 112px;
	width: 360px;
}

#nav .pullDown .pullDownContent .pullDownList .pullDownList-item .li-sub-box .box-img .marginLeft5 {
	margin-left: 5px;
}

#nav .pullDown .pullDownContent .pullDownList .pullDownList-item:hover {
	background-color: #fff;
}

#nav .pullDown .pullDownContent .pullDownList .pullDownList-item:hover .li-titile {
	color: #313131;
}

#nav .pullDown:hover .pullDownContent {
	display: block;
}

#nav .wajiu-nav {
	height: 38px;
}

#nav .wajiu-nav li {
	line-height: 42px;
}

#nav .wajiu-nav li a {
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 0 5px;
}

#nav .wajiu-nav li.cur a {
	color: #ef7e14;
}

#nav .li-childTtile a:hover {
	color: #ef7e14 !important;
}

/*尾部 部分*/

footer {
	clear: both;
	height: 340px;
	width: 100%;
}

footer .foot-copyright {
	height: 60px;
	line-height: 60px;
	background-color: #292929;
}

footer .foot-copyright .copyright-l li {
	margin-left: 14px;
	height: 60px;
	vertical-align: middle;
}

footer .foot-copyright .copyright-l .hezuo {
	width: 66px;
}

footer .foot-copyright .copyright-l .yinlian-pay {
	width: 42px;
}

footer .foot-copyright .copyright-l .weixin-pay {
	width: 28px;
}

footer .foot-copyright .copyright-l .alipay-pay {
	width: 42px;
}

footer .foot-copyright .copyright-r img {
	vertical-align: middle;
	width: 35px;
	height: 20px;
}

footer .foot-copyright .copyright-r .dropdown #dropdownMenu1 {
	background: none;
	border: 0;
	color: #fff;
}

footer .foot-copyright .copyright-r .dropdown .dropdown-menu {
	width: 67px;
	min-width: 67px;
	left: 51px;
	top: 49px;
	text-align: center;
	padding: 0;
	border-radius: 0;
}

footer .foot-copyright .copyright-r .dropdown .dropdown-menu .divider {
	margin: 0;
}

footer .foot-copyright .copyright-r .dropdown .dropdown-menu .arrow {
	position: absolute;
	top: -5px;
	left: 14px;
	width: 10px;
	height: 5px;
	vertical-align: middle;
	background-position: -328px -263px;
}

footer .foot-copyright .copyright-r .dropdown .dropdown-menu > li > a {
	width: 100%;
	height: 27px;
	line-height: 27px;
	text-align: center;
	padding: 0;
}

footer .foot-copyright .copyright-r .dropdown .copyright-text {
	color: #a9a9a9;
	font-size: 12px;
}
footer .foot-copyright .copyright-r .dropdown .copyright-text span {
	color: #a9a9a9;
	font-size: 12px;
}
footer .foot-link {
	/*height: 280px;*/
	padding-top: 53px;
	background-color: #333;
	color: #d6d6d6;
}

footer .foot-link .col-md-6 {
	padding-left: 0;
	padding-right: 0;
}

footer .foot-link .foot-list li {
	margin-right: 65px;
	text-align: center;
}

footer .foot-link .foot-list li ul {
	margin-top: 24px;
}

footer .foot-link .foot-list li ul li {
	margin-bottom: 20px;
	margin-right: 0;
}

footer .foot-link .foot-list li a {
	color: #a9a9a9;
	font-size: 12px;
}

footer .foot-link .foot-guanzhu li {
	width: 134px;
	height: 134px;
	font-size: 12px;
	margin-right: 10px;
	text-align: center;
}

footer .foot-link .foot-guanzhu .foot-app img {
	width: 94px;
	height: 94px;
}

footer .foot-link .foot-guanzhu .foot-app p {
	padding-left: 20px;
	margin-top: 12px;
	font-size: 12px;
}

footer .foot-link .foot-guanzhu .foot-weixin p {
	padding-left: 10px;
	margin-top: 10px;
}
footer .foot-link .foot-guanzhu .foot-weixin img {
	width: 94px;
	height: 94px;
}
footer .foot-link .col-md-2 .foot-tel {
	margin-top: 20px;
	padding-left: 36px;
	font-size: 16px;
}

footer .foot-link .col-md-2 .foot-email {
	margin-top: 30px;
	padding-left: 36px;
}

footer .foot-link .foot-kuaijierukou {
	margin-top: 15px;
}

footer .foot-link .foot-kuaijierukou li {
	margin-right: 25px;
}

footer .foot-link .foot-kuaijierukou li a {
	color: #d6d6d6;
	font-size: 16px;
}

footer .foot-link .record {
	width: 100%;
	padding: 24px 0;
	margin-top: 36px;
	border-top: 1px solid #5c5c5c;
}

footer .foot-link .record .record-icon {
	padding-left: 28px;
	background: url("https://image.59cdn.com/pc/bindingAccount/gongan.png") left center no-repeat;
	display: inline-block;
}

footer .foot-link .record span {
	width: 2px;
	height: 14px;
	vertical-align: middle;
	background: #a9a9a9;
	margin: 0 40px;
	display: inline-block;
}

footer .foot-link .record a {
	height: 20px;
	line-height: 20px;
	display: inline-block;
	color: #a9a9a9;
}

footer .foot-link .record a:hover {
	color: #f3f3f3;
	text-decoration: underline;
}

.help_body {
	width: 1200px;
	margin: 10px auto 100px;
}

.help_body #help_leftnav {
	float: left;
	width: 140px;
	height: 588px;
	margin-right: 10px;
	background-color: #fff;
	padding-left: 22px;
	padding-top: 7px;
}

.help_body #help_leftnav p {
	margin-top: 7px;
	margin-bottom: 8px;
}

.help_body #help_leftnav ul li {
	margin-bottom: 7px;
}

.help_body #help_leftnav ul li.cur a {
	color: #ef7e14;
}

.help_body #help_right {
	float: left;
	width: 1050px;
}

.buyersCenter_body {
	width: 1200px;
	margin: 10px auto 100px;
}

.buyersCenter_body #buyersCenter_leftnav {
	float: left;
	width: 140px;
	height: 660px;
	margin-right: 10px;
	background-color: #fff;
	padding-left: 22px;
	padding-top: 5px;
}

.buyersCenter_body #buyersCenter_leftnav p {
	margin-top: 13px;
	margin-bottom: 8px;
}

.buyersCenter_body #buyersCenter_leftnav ul li {
	margin-bottom: 7px;
}

.buyersCenter_body #buyersCenter_leftnav ul li.cur a {
	color: #ef7e14;
}

.buyersCenter_body #buyersCenter_right {
	float: left;
	width: 1050px;
}

.list-productItems {
	overflow: hidden;
}

.list-productItems .list-productItem-con {
	width: 1000px;
}

.list-productItems .list-productItem-con .list-page {
	width: 1000px;
	text-align: center;
	margin-top: 65px;
}

.list-productItems .list-productItem-con .list-page .pageWrap {
	width: 800px;
}

.list-productItems .list-productItem-sidebar {
	width: 200px;
}

.list-productItems .list-productItem-sidebar .sidebar-title {
	margin-bottom: 10px;
}

.list-productItems .list-productItem-sidebar ul li {
	width: 100%;
	margin-bottom: 15px;
	font-size: 12px;
}

.list-productItems .list-productItem-sidebar ul li .productItem-sidebar-top {
	width: 100%;
	height: 184px;
	text-align: center;
	border: 1px solid #d6d6d6;
	overflow: hidden;
}

.list-productItems .list-productItem-sidebar ul li .productItem-sidebar-top img {
	height: 180px;
	overflow: hidden;
	max-width: 100%;
}

.list-productItems .list-productItem-sidebar ul li .productItem-sidebar-bottom {
	margin-top: 5px;
}

.list-productItems .list-productItem-sidebar ul li .productItem-sidebar-bottom p {
	line-height: 22px;
}

.list-productItems .list-productItem-sidebar ul li .productItem-sidebar-bottom .sidebar-price {
	height: 20px;
}

.list-productItems .list-productItem-sidebar ul li .productItem-sidebar-bottom .sidebar-price span {
	display: block;
}

.list-productItems .list-productItem-sidebar ul li .productItem-sidebar-bottom .sidebar-price .fr {
	width: 99px;
	text-align: right;
}

.list-productItems .list-productItem-sidebar ul li .productItem-sidebar-bottom .sidebar-price .fl {
	width: 85px;
}

.list-productItem {
	overflow: hidden;
}

.list-productItem li {
	float: left;
	width: 230px;
	height: 344px;
	position: relative;
	margin-right: 20px;
	margin-bottom: 16px;
	border: 1px solid #d6d6d6;
	overflow: hidden;
}

.list-productItem li .productItem-top {
	width: 100%;
	height: 230px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.list-productItem li .productItem-top a {
	display: block;
	height: 100%;
	width: 100%;
	margin: 0 auto;
}

.list-productItem li .productItem-top a img {
	max-width: 220px;
	height: 230px;
	overflow: hidden;
}

.list-productItem li .productItem-top .pride {
	position: absolute;
	display: block;
	width: 23px;
	height: 29px;
	right: 10px;
	top: 10px;
	background-position: -342px -73px;
}

.list-productItem li .productItem-static {
	width: 100%;
}

.list-productItem li .productItem-static .productItem-static1 {
	width: 100%;
	border-bottom: 1px solid #d6d6d6;
}

.list-productItem li .productItem-static .productItem-static1 p {
	padding-left: 6px;
	padding-right: 6px;
}

.list-productItem li .productItem-static .productItem-static1 .productItem-price {
	position: relative;
	margin-bottom: 5px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.list-productItem li .productItem-static .productItem-static1 .productItem-price .font20 {
	display: inline-block;
	margin-right: 13px;
}

.list-productItem li .productItem-static .productItem-static1 .productItem-price .productItem-icon {
	display: inline-block;
	height: 16px;
	vertical-align: middle;
	margin-bottom: 4px;
}

.list-productItem li .productItem-static .productItem-static1 .productItem-price .productItem-icon.manjian {
	width: 36px;
	background-position: -30px -289px;
}

.list-productItem li .productItem-static .productItem-static1 .productItem-price .productItem-icon.manfan {
	width: 36px;
	background-position: -66px -289px;
}

.list-productItem li .productItem-static .productItem-static1 .productItem-price .baoxiaoqiang {
	width: 16px;
	background-position: -370px -319px;
}

.list-productItem li .productItem-static .productItem-static1 .productItem-price .jingpinjiu {
	width: 48px;
	background-position: -239px -273px;
}

.list-productItem li .productItem-static .productItem-static1 .productItem-price .quanguobaoxiao {
	width: 61px;
	background-position: -0px -273px;
}

.list-productItem li .productItem-static .productItem-static1 .productItem-price .quyubaoxiao {
	width: 61px;
	background-position: -61px -273px;
}

.list-productItem li .productItem-static .productItem-static1 .productItem-price .diliangbaoxiao {
	width: 61px;
	background-position: -122px -273px;
}

.list-productItem li .productItem-static .productItem-static1 .productItem-price .xin {
	width: 16px;
	background-position: -370px -335px;
}

.list-productItem li .productItem-static .productItem-static1 .productItem-price .cu {
	width: 16px;
	background-position: -276px -150px;
}

.list-productItem li .productItem-static .productItem-static1 .productItem-price .fan {
	width: 16px;
	background-position: -90px -317px;
}

.list-productItem li .productItem-static .productItem-static1 .productItem-price .jian {
	width: 16px;
	background-position: -106px -317px;
}

.list-productItem li .productItem-static .productItem-static1 .productItem-price .tao {
	width: 16px;
	background-position: -122px -317px;
}

.list-productItem li .productItem-static .productItem-static2 {
	height: 34px;
	line-height: 33px;
}

.list-productItem li .productItem-static .productItem-static2 span {
	display: block;
	text-align: center;
}

.list-productItem li .productItem-static .productItem-static2 .description {
	width: 160px;
	border-right: 1px solid #d6d6d6;
}

.list-productItem li .productItem-static .productItem-static2 .product-status {
	width: 68px;
}

.list-productItem li .product-introduce {
	position: absolute;
	left: 0;
	bottom: 75px;
	padding: 8px;
	width: 228px;
	display: none;
	background-color: #ef7e14;
	color: #fff;
	font-size: 12px;
}

.list-productItem li:hover {
	border: 1px solid #ef7e14;
}

.list-productItem li:hover .product-introduce {
	display: block;
}

.focus .focus_m {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.focus .focus_m ul {
	overflow: hidden;
}

.focus .focus_m .dots {
	position: absolute;
	right: 125px;
	bottom: 20px;
}

.focus .focus_m .dots li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 4px;
	text-indent: -999em;
	border: 1px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	opacity: .4;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}

.focus .focus_m .dots li.active {
	background: #fff;
	opacity: 1;
}

@media (max-width: 1200px) {
	footer .foot-link .foot-list li {
		margin-right: 5.4%;
	}
}

#zhanwei {
	width: 100%;
	height: 820px;
	position: relative;
}

#zhanwei img {
	width: 42px;
	height: 39px;
	left: 53%;
	position: absolute;
	top: 45%;
}

#page-ph {
	background: #fff;
	width: 1050px;
}

.pageWrap {
	padding-top: 12px;
	width: 1005px;
	height: 65px;
	overflow: hidden;
	margin: 0 auto;
}

.pageWrap a {
	float: left;
	display: block;
	height: 36px;
	padding: 0 10px;
	/*width: 36px;*/
	margin-right: 12px;
	border: 1px solid #d6d6d6;
	text-align: center;
	line-height: 36px;
	color: #5a5a5a;
	font-size: 16px;
}

.pageWrap a:hover {
	border: 1px solid #ef7e14;
	background-color: #ef7e14;
	color: #fff;
}

.pageWrap .num-a {
	height: 36px;
	line-height: 36px;
	width: 40px;
	text-align: center;
	padding: 0;
}

.pageWrap .cur {
	border: 1px solid #ef7e14;
	background-color: #ef7e14;
	color: #fff;
}

.pageWrap .pageRight {
	margin-left: 30px;
	margin-top: -7px;
}

.pageWrap .pageRight .pagenum {
	width: 46px;
	height: 36px;
	text-align: center;
	padding-left: 0;
}

.pageWrap .pageRight .btn {
	height: 36px;
	width: 68px;
	font-size: 16px;
	vertical-align: top;
	margin-left: 10px;
}

.pageWrap p {
	font-size: 16px;
	margin-top: 8px;
}

#zhanwei {
	width: 100%;
	height: 550px;
	position: relative;
}

#zhanwei img {
	width: 42px;
	height: 39px;
	left: 50%;
	position: absolute;
	top: 45%;
}

.a-upload {
	border-radius: 2px;
	padding: 0 10px;
	height: 32px;
	line-height: 32px;
	position: relative;
	top: 10px;
	cursor: pointer;
	color: #5a5a5a;
	background: #ececec;
	border: 1px solid #d6d6d6;
	overflow: hidden;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.a-upload input {
	position: absolute;
	font-size: 100px;
	right: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}

.a-upload:hover {
	color: #5a5a5a;
	background: #c1bfbf;
	border-color: #ccc;
	text-decoration: none;
}

.error-tip {
	display: none;
	position: absolute;
}

.error-tip .error-space {
	position: absolute;
	width: 20px;
	height: 20px;
	background-position: -0px -339px;
}

.error-tip .error-format {
	position: absolute;
	width: 20px;
	height: 20px;
	background-position: -20px -339px;
}

.error-tip span {
	margin-left: 0;
	position: relative;
	left: 26px;
	top: -1px;
}

.toast {
	display: none;
	width: 160px;
	height: 44px;
	line-height: 44px;
	background-color: rgba(0, 0, 0, 0.7);
	filter: alpha(opacity=70);
	position: relative;
}

.toast i {
	position: absolute;
	top: 9px;
	left: 19px;
	width: 24px;
	height: 24px;
	background-position: -346px -148px;
}

.toast .toast-content {
	font-size: 16px;
	color: #fff;
	width: 100%;
	display: inline-block;
	padding-left: 16px;
	text-align: center;
}

.rightPanel {
	width: 70px;
	position: fixed;
	right: 50%;
	left: 50%;
	margin-left: 610px;
	z-index: 2;
	top: 220px;
}

.rightPanel ul li {
	width: 60px;
}


.rightPanel ul .rightPanel-kefu.cur a {
	width: 60px;
	height: 60px;
}

.rightPanel ul .rightPanel-kefu.cur p {
	display: block;
	margin-top: 4px;
}


.rightPanel ul .rightPanel-cart.cur a {
	width: 60px;
	height: 60px;
}

.rightPanel ul .rightPanel-cart.cur p {
	display: block;
	margin-top: 4px;
}


.rightPanel ul .rightPanel-zuji.cur a {
	width: 60px;
	height: 60px;
}

.rightPanel ul .rightPanel-zuji.cur p {
	display: block;
	margin-top: 4px;
}

.rightPanel ul .rightPanel-top {
	display: none;
}


.rightPanel ul .rightPanel-top.cur a {
	width: 60px;
	height: 60px;
}

.rightPanel ul .rightPanel-top.cur p {
	display: block;
	margin-top: 4px;
}

.rightPanel a {
	display: block;
	position: relative;
	vertical-align: middle;
	width: 55px;
	height: 53px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transform: all 0.3s ease-out;
	/* IE 9 */
	transition: all 0.3s ease-out;
}

.rightPanel a .rightPanel-cart-num {
	display: inline-block;
	position: absolute;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	top: 0;
	right: 0;
	border-radius: 50%;
	background-color: #ff3c00;
	color: #fff;
	font-style: normal;
}

.rightPanel p {
	display: none;
	font-size: 12px;
	text-align: center;
	color: #ef7e14;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transform: all 0.3s linear;
	/* IE 9 */
	transition: all 0.3s linear;
}

#top {
	width: 1200px;
	line-height: 102px;
	margin: 4px auto;
	position: relative;
	height: 100px;
}

#top .logo {
	float: left;
	overflow: hidden;
	width: 420px;
	height: 102px;
}

#top .logo a {
	float: left;
	font-size: 12px;
	color: #171717;
	text-decoration: none;
}

#top .pay_top2 {
	height: 64px;
	background: 0 0;
	top: 19px;
	right: 0;
	width: 659px;
	overflow: hidden;
	position: absolute;
}

#top .pay_top2 li {
	width: 219px;
	float: left;
	text-align: center;
	color: #fff;
	font-weight: 700;
}

.check-tip {
	display: none;
	position: relative;
	min-height: 40px;
	line-height: 22px;
	background: #fcf5eb;
	border: 1px solid #f8e4cb;
	margin-top: 10px;
	padding: 10px 24px 10px 12px;
}

.check-tip .tip-icon {
	position: absolute;
	top: 12px;
	left: 12px;
	width: 20px;
	height: 20px;
	background-position: -0px -339px;
}

.check-tip .close-tip {
	position: absolute;
	right: 12px;
	top: 13px;
	cursor: pointer;
	width: 12px;
	height: 12px;
	background-position: -188px -114px;
}

.check-tip span {
	display: block;
	margin-left: 28px;
}

#nav .nav07 {
	position: relative;
}

#nav .nav07 .nav-course {
	display: none;
	position: absolute;
	left: -1px;
	background: #fff;
	top: 38px;
	width: 96px;
	padding: 0 8px;
	-webkit-box-shadow: 0 3px 3px #e6e6e6;
	-moz-box-shadow: 0 3px 3px #e6e6e6;
	box-shadow: 0 3px 3px #e6e6e6;
	z-index: 2;
}

#nav .nav07 .nav-course a {
	font-size: 14px;
	color: #313131;
	font-weight: normal;
	border-bottom: 1px solid #e6e6e6;
}

#nav .nav07 .nav-course a:hover {
	color: #ef7e14;
}

#nav .nav07 .navImg {
	position: absolute;
	top: 18px;
	right: 27px;
	width: 8px;
	height: 4px;
	background-position: -362px -257px;
}

#nav .nav07 .wajiu-course:hover {
	color: #313131;
}

#nav .nav07:hover .nav-course {
	display: block;
}

#nav .nav07:hover .navImg {
	background-position: -285px -166px;
}

.background2 {
	display: none;
	position: fixed;
	_position: absolute;
	z-index: 999998;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.webox2 {
	position: fixed;
	_position: absolute;
	z-index: 999999;
	color: #444;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	display: none;
	font-family: "Microsoft yahei", Arial;
	font-size: 12px;
	background: #fff;
}

.webox2 #inside {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #fff;
}

.webox2 #inside h1 {
	-moz-user-select: none;
	-webkit-user-select: none;
	position: relative;
	display: block;
	margin: 0;
	line-height: 35px;
	height: 35px;
	font-family: Arial, "Microsoft YaHei", sans-serif;
	cursor: move;
	overflow: hidden;
	color: #838383;
	padding: 0 20px 0 16px;
	font-size: 14px;
	background: #ececec;
}

.webox2 #inside h1 a {
	position: absolute;
	display: block;
	right: 6px;
	margin-top: 4px;
	top: 6px;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: center top;
	width: 17px;
	height: 17px;
	cursor: pointer;
	display: inline-block;
}

.webox2 p {
	margin-top: 23px;
	margin-bottom: 22px;
}

.switchAccount {
	border-radius: 0px;
	width: 366px;
	height: 208px;
	display: none;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.switchAccount ul {
	width: 100%;
	height: 90px;
	overflow-y: scroll;
	margin-top: 15px;
}

.switchAccount ul li {
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: left;
	padding-left: 40px;
}

.switchAccount span {
	cursor: pointer;
}

.switchAccount label {
	width: 22px;
	height: 22px;
	vertical-align: middle;
	background: url("https://image.59cdn.com/pc/bindingAccount/label.png") left center no-repeat;
	cursor: pointer;
	margin-right: 15px;
}

.switchAccount label.curre {
	background: url("https://image.59cdn.com/pc/bindingAccount/label2.png") left center no-repeat;
}

.switchAccount .switchAccount-no {
	background-color: #EF7E14;
	color: #fff;
	width: 88px;
	height: 28px;
	line-height: 28px;
	cursor: pointer;
	padding: 0;
	display: block;
	margin: 0 auto;
	border-radius: 2px;
}

.switchAccount a:hover {
	color: #fff;
}

.bind-tip {
	width: 176px;
	height: 60px;
	font-size: 14px;
	line-height: 60px;
	background: url("https://image.59cdn.com/pc/bindingAccount/yes-bg.png") #fff 20px center no-repeat;
	text-align: center;
	color: #333;
	display: none;
	text-indent: 42px;
	border-radius: 5px;
	z-index: 999999;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.homepage-head {
	height: 98px;
	width: 100%;
	line-height: 98px;
}

.homepage-head .homepage-nav li {
	position: relative;
	padding-left: 24px;
	padding-right: 24px;
}

.homepage-head .homepage-nav li a {
	font-size: 18px;
}

.homepage-head .homepage-nav li .homepage-hot {
	display: inline-block;
	position: absolute;
	width: 28px;
	height: 16px;
	top: 22px;
	right: 12px;
	vertical-align: middle;
}

.homepage-part1 {
	height: 551px;
	width: 100%;
	background-image: url('https://jiuchao-app.oss-cn-hangzhou.aliyuncs.com/jiuchao-website/body.jpg');
	background-size: contain;
}

.homepage-part1 .list-inline {
	margin-left: 330px;
	margin-top: 21%;
}

.homepage-part1 .list-inline .homepage-part1-btn {
	width: 259px;
	height: 51px;
	line-height: 51px;
	overflow: hidden;
	text-align: center;
	padding-left: 0px !important;
	border-radius: 50px;
	overflow: hidden;
}

.homepage-part1 .list-inline .homepage-part1-btn a {
	display: inline-block;
	width: 234px;
	color: #fff;
	font-size: 16px;
	background: none !important;
	padding-left: 0px !important;
	color: #ef7e14 !important;
}
.homepage-part1 .list-inline .homepage-part1-btn-left a {
	color: #ef7e14 !important;
}
.homepage-part1 .list-inline .homepage-part1-btn-right a {
	color: white !important;
	margin-top: -2px;
	display: block !important;
	width: 100% !important;
}
.homepage-part1 .list-inline .homepage-part1-btn-right {
	background: none !important;
	box-sizing: border-box;
	border: 3px solid white;
	margin-left: 60px;
	transition: all 1.3s;
}
.homepage-part1 .list-inline .homepage-part1-btn-left {
	transition: all 1.3s;
	background: white !important;
}

.homepage-part2 {
	height: 306px;
	padding-top: 65px;
	background-color: #f8f8f8;
}

.homepage-part2 .row .col-md-4 {
	height: 178px;
	padding-left: 30px;
	padding-right: 30px;
}

.homepage-part2 .row .col-md-4 .font26 {
	margin-bottom: 33px;
}

.homepage-part2 .row .col-md-4 .icon {
	display: inline-block;
	width: 30px;
	height: 28px;
	vertical-align: middle;
	margin-left: 20px;
}

.homepage-part2 .row .col-md-4 .guanyu {
	background-position: -337px -200px;
}

.homepage-part2 .row .col-md-4 .zheng {
	background-position: -240px -193px;
}

.homepage-part2 .row .col-md-4 .yinsi {
	background-position: -0px -289px;
}

.homepage-part3 {
	z-index: 10;
	height: 468px;
	width: 100%;
}

.homepage-part3 .homepage-video {
	width: 488px;
	margin-top: 70px;
	margin-right: 125px;
}

.homepage-part3 .homepage-video p {
	margin-bottom: 10px;
}

.homepage-part3 .homepage-text {
	width: 480px;
	margin-top: 110px;
}

.homepage-part3 .homepage-text .font26 {
	margin-bottom: 24px;
}

.homepage-part3 .homepage-text .font16 {
	margin-bottom: 24px;
}