@charset "utf-8";

html {
	font-size: 12px
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
form,
fieldset,
legend,
input,
textarea,
button,
p,
blockquote,
th,
td,
pre,
xmp {
	margin: 0;
	padding: 0
}

body,
input,
textarea,
button,
select,
pre,
xmp,
tt,
code,
kbd,
samp {
	line-height: 1.5;
	font-family: tahoma, arial, "Hiragino Sans GB", simsun, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6,
small,
big,
input,
textarea,
button,
select {
	font-size: 16px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: tahoma, arial, "Hiragino Sans GB", "微软雅黑", simsun, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
	font-weight: normal
}

address,
cite,
dfn,
em,
i,
optgroup,
var {
	font-style: normal
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left
}

caption,
th {
	text-align: inherit
}

ul,
ol,
menu {
	list-style: none
}

fieldset,
img {
	border: 0
}

img,
object,
input,
textarea,
button,
select {
	vertical-align: middle
}

article,
aside,
footer,
header,
section,
nav,
figure,
figcaption,
hgroup,
details,
menu {
	display: block
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "\0020"
}

textarea {
	overflow: auto;
	resize: none;
	outline: none;
}

input,
textarea,
button,
select,
a {
	outline: 0 none;
	border: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0
}

mark {
	background-color: transparent
}

a,
ins,
s,
u,
del {
	text-decoration: none
}

sup,
sub {
	vertical-align: baseline
}

html {
	overflow-x: hidden;
	height: 100%;
	font-size: 16px;
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: Arial, "Microsoft Yahei", "Helvetica Neue", Helvetica, sans-serif;
	color: #333;
	line-height: 1;
	-webkit-text-size-adjust: none;
}

a {
	text-decoration: none;
}

@font-face {
	font-family: 'iconfont';
	/* project id 867477 */
	src: url('../iconfont/iconfont.eot');
	src: url('../iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
		url('../iconfont/iconfont.woff2') format('woff2'),
		url('../iconfont/iconfont.woff') format('woff'),
		url('../iconfont/iconfont.ttf') format('truetype'),
		url('../iconfont/iconfont.svg#iconfont') format('svg');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

html,
body {
	height: 100%;
}

.minHeight {
	min-height: 50%;
}

/**/
.content {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.overflowCont {
	overflow: hidden;
}

.grayBg {
	background: #f6f6f6;
	padding: 13px 0 16px 0;
}

.modularTitle {
	font: 23px/59px "微软雅黑";
	color: #000;
}

.modularTitle span {
	font: 18px/59px "微软雅黑";
	color: #757575;
	padding-left: 31px;
	margin-left: 14px;
	position: relative;
}

.modularTitle span::before {
	content: ' ';
	border-left: 1px solid #d5d5d5;
	height: 33px;
	position: absolute;
	top: -4px;
	left: 0;
}

.modularTitle a {
	font: 16px/59px "微软雅黑";
	color: #989898;
	float: right;
}

.modularTitle a:hover {
	color: #fd5400;
}

/*导航*/
/*nav*/
.banner .content {
	width: 1080px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -540px;
	height: 70px;
	z-index: 5;
}

.content .logo {
	display: block;
	width: 143px;
	height: 70px;
	float: left;
	margin-right: 120px;
	overflow: hidden;
	/* margin-left:30px; */
}

.content .logo img {
	display: block;
	height: 100%;
}

.content .nav {
	height: 58px;
	float: left;
	position: relative;
}

.memberCourtesy:hover {
	color: #fd5400 !important;
	font-weight: 900;
	position: relative;
}

.memberCourtesy div {
	/* display: none; */
	font: 16px/50px "微软雅黑";
	background: #fff;
	width: 180px;
	box-sizing: border-box;
	border-radius: 5px;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -90px;
	top: 47px;
	/* padding: 15px 0; */
	color: #444;
	overflow: hidden;
	z-index: 50;
	border: 1px solid #dedede;
}

.memberCourtesy div a {
	font: 16px/43px "微软雅黑" !important;
	color: #666 !important;
	padding: 3px 0 !important;
	display: block;
	width: 100%;
}

.memberCourtesy div a:hover {
	background: #fd5400 !important;
	color: #fff !important;

}

.memberCourtesy:hover div {
	display: block !important;
}

.content .codeImgCont {
	position: absolute;
	width: 226px;
	box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.2);
	z-index: 12;
	right: -36px;
	top: 57px;
}

.content .codeImgCont span {
	background: #7b7b7b;
	display: block;
	width: 328px;
	height: 48px;
	font: 14px/48px "微软雅黑";
	color: #fff;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 152px;
	margin-left: -164px;
}

.membercontent:hover .codeImgCont {
	display: block;
}

.content .codeImgCont .tranIcon {
	display: block;
	width: 25px;
	height: 16px;
	position: absolute;
	top: -12px;
	left: 50%;
	margin-left: -13px;
}

.content .codeImgCont img {
	display: block;
	width: 100%;
	height: 100%;
}

.secondNav {
	background: #fff;
	/*box-shadow: 0 6px 16px 0px rgba(0,0,0,0.1);*/
	height: 74px;
}

.secondNav .content .logo img {
	display: block;
	height: 74px;
	position: relative;
	top: -8px;
}

.secondNav .content .nav a,
.secondNav .content .tell {
	color: #888;
}

.secondNav .content .tell {
	line-height: 58px;
	padding-top: 2px;
	box-sizing: border-box;
}

.content .nav a,
.content .nav span {
	float: left;
	padding: 0 25px;
	font: 16px/74px "微软雅黑";
	color: #fff;
}

.content .nav>span {
	position: relative;
	cursor: pointer;
}

.content .nav>a:hover {
	color: #fd5400;
}

.content .nav a.currentNav {
	color: #fd5400;
	font-weight: 900;
	position: relative;
}

.content .nav a.currentNav::after {
	content: '';
	width: 100%;
	border-bottom: 3px solid #fd5400;
	left: 0;
	top: 70px;
	position: absolute;
	display: none;
}

.content .nav a.memberCourtesy::after {
	top: 52px !important;
	display: none;
}

.content .tell {
	color: #666;
	float: right;
	font: 19px/63px arial;
	margin-left: -10px;
	padding-left: 25px;
	position: relative;
	top: 9px;
	background: url(../img/phone.png) no-repeat left center;

	background-size: 20px 20px;
}

.content .tell::before {
	position: absolute;
	content: ' ';
	top: 24px;
	left: 0;
	height: 20px;
	border-left: 2px solid #fff;
}

/*面包屑导航*/
.crumbs {
	overflow: hidden;
	font-size: 12px;
	color: #999;
}

.crumbs a {
	font: 12px/46px "微软雅黑";
	color: #999;
}

.crumbs em {
	padding: 0 6px;
}

.crumbs span {
	position: relative;
}

.crumbs span i {
	position: absolute;
	font-size: 14px;
	right: -14px;
	top: -5px;
	cursor: pointer;
	color: #ccc;
}

/**/
::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999;
}

/*遮罩层*/
.mask {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.75);
	z-index: 500;
}

.maskCont {
	width: 520px;
	background: #fff;
	padding: 45px 40px 20px;
	box-sizing: border-box;
	position: fixed;
	top: 25%;
	left: 50%;
	margin: 0 0 0 -260px;
	border-radius: 3px;
}

.maskCont::before {
	content: ' ';
	display: block;
	width: 113px;
	height: 113px;
	position: absolute;
	left: 50%;
	top: -56.5px;
	margin-left: -56.5px;
	background: #fff;
	border-radius: 50%;
	z-index: -1;
}

.rightMaskCont::before {
	background: #fff url(../img/rightIcon.png) no-repeat center 22PX;
	background-size: 33px 37px;
}

.feedBack::before {
	background: #fff url(../img/rightIcon.png) no-repeat center 22PX;
	background-size: 33px 37px;
}

.feedBack p {
	text-align: center;
	font: 16px/26px "微软雅黑" !important;
	color: #333;
}

.maskCont .maskArea {
	display: block;
	border: 1px solid #cdcdcd;
	border-radius: 3px;
	width: 439px;
	height: 100px;
	margin: 20px auto 26px;
}

.maskCont .maskCue {
	font-size: 12px;
	color: #999;
	margin-top: 13px;
	text-align: left;
}

.maskCont .maskCue a {
	font-size: 14px;
}

.maskCont .maskArea textarea {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	padding: 5px 10px;
	box-sizing: border-box;
}

.maskCont p {
	text-align: center;
	font: 20px/40px "微软雅黑";
	color: #333;
}

.maskCont .tell {
	color: #fd5f11;
	font-weight: 900;
	font-family: arial;
}

.maskCont .maskBtn {
	display: block;
	width: 439px;
	height: 47px;
	background: #fd5f11;
	font: 18px/47px "微软雅黑";
	color: #fff;
	border-radius: 3px;
	text-align: center;
	margin-top: 30px;
}

/*提示信息弹层*/
.themeColor {
	color: #fd5e0f !important;
}

/*select  icon样式*/
select {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-writing-mode: horizontal-tb;
	background: transparent;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
}

.paddingTop {
	padding: 20px 0 16px 0;
}

/*list*/
.card {
	display: block;
	width: 290px;
	height: 310px;
	float: left;
	margin-right: 12px;
	margin-bottom: 17px;
	position: relative;
}

.card:nth-child(4n) {
	margin-right: 0;
}

.card .cardImg {
	display: block;
	width: 100%;
	height: 175px;
	background: #fff;
	margin-bottom: 12px;
	position: relative;
	box-sizing: border-box;

}

#salesList .card {
	width: 290px;
}

.buyCont .card .cardImg {
	border: 1px solid #e5e5e5;
	left: -1px;
	width: 290px;
}

.card .cardImg img {
	display: block;
	width: 100%;
	height: 100%;
}

.card:hover {
	box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
	position: relative;
	top: -8px;
}

.card:hover .btn {
	background: #fd5400;
	color: #fff;
}

.card .cardBtm {
	display: block;
	padding: 0 12px;
	box-sizing: border-box;
}

.card .cardBtm .goodName {
	color: #000;
	font: 16px/20px "微软雅黑";
	margin-bottom: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	width: 100%;
	height: 40px;
}

.card .tagIcon {
	overflow: hidden;
	margin-bottom: 10px;
	display: block;
	height: 21px;
}

.card .overflowCont {
	display: block;
}

.card .tagIcon span {
	display: block;
	float: left;
	padding: 0 3px;
	text-align: center;
	font: 14px/18px "微软雅黑";
	color: #fff;
	height: 18px;
	margin-right: 4px;
}

.card .goodInfo {
	float: left;
	width: 130px;
}

.card .goodInfo p {
	font: 12px/16px "微软雅黑";
	color: #aaaaaa;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.card .btn {
	width: 90px;
	height: 30px;
	text-align: center;
	border: 1px solid #fd5400;
	font: 16px/30px "微软雅黑";
	color: #fd5400;
	position: absolute;
	right: 12px;
	bottom: 12px;
}

.highIcon {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 72px;
	height: 70px;
}

.highIcon img {
	display: block;
	width: 100%;
	height: 100%;
}

/*footer*/
.footer {
	background: #4c4c4c;
	padding: 50px 0;
	box-sizing: border-box;
}

.footer .processImg {
	display: block;
	width: 1080px;
	height: 138px;
}

.footer .overflowCont dl {
	float: left;
	margin-right: 39px;
}

.footer .overflowCont dl dt {
	width: 232px;
	font: 16px/46px "微软雅黑";
	color: #fff;
	border-bottom: 1px solid #707070;
	position: relative;
	margin-bottom: 13px;
}

.footer .overflowCont dl dt::after {
	content: '';
	position: absolute;
	width: 73px;
	height: 4px;
	background: #707070;
	left: 0;
	bottom: -2px;
}

.footer .overflowCont dl dd a {
	font: 14px/25px "微软雅黑";
	display: block;
	color: #b5b5b5;
}

.footer .overflowCont dl dd a:hover {
	font-weight: 900;
}

.footer .overflowCont dl dd a i {
	margin-left: 12px;
	color: #707070;
	font-size: 10px;
}

.footer .overflowCont dl:nth-child(3) {
	margin-left: 4px;
}

.footer .overflowCont dl:nth-child(3) dt {
	border-bottom: 0;
}

.footer .overflowCont dl:nth-child(3) dt::after {
	display: none;
}

.footer .overflowCont dl:nth-child(3) dt img {
	display: block;
	width: 161px;
	height: 60px;
	margin-bottom: 13px;
}

.footer .overflowCont .weChatCode {
	float: right;
	display: block;
	width: 106px;
	height: 135px;
	margin-right: 20px;
}

/**/
.imgBanner {
	/*height: 400px;*/
	overflow: hidden;
	position: relative;
}

.imgBanner img {
	display: block;
	width: 100%;
	position: relative;
	top: -30px;
}

/*工具栏*/
.toolBar {
	position: fixed;
	width: 48px;
	height: 590px;
	background: #fff;
	z-index: 50;
	right: -48px;
	top: 20%;
	padding-top: 16px;
	box-sizing: border-box;
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}

.toolBar .toolBtn {
	display: block;
	margin: 0 auto 25px;
	font: 14px/18px "微软雅黑";
	text-align: center;
	color: #8b8b8b;
}

.toolBar .toolBtn:hover {
	color: #f95528;
}

.toolBar .toolBtn em {
	display: block;
	width: 33px;
	height: 33px;
	margin: 0 auto;
}

.toolBar .toTop {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	margin-bottom: 10px;
}

.toolBar .toTop:hover {
	color: #8b8b8b;
}

.toolBar .toolBtn:nth-child(1) em {
	background: url(../img/toolBarIcon1.png) no-repeat center 0;
	background-size: 25px 25px;
}

.toolBar .toolBtn:nth-child(2) em {
	background: url(../img/toolBarIcon1.png) no-repeat center 0;
	background-size: 27px 27px;
}

.toolBar .toolBtn:nth-child(3) em {
	background: url(../img/toolBarIcon2.png) no-repeat center 0;
	background-size: 27px 27px;
}

.toolBar .toolBtn:nth-child(4) em {
	background: url(../img/toolBarIcon3.png) no-repeat center 0;
	background-size: 27px 27px;
}

.toolBar .toolBtn:nth-child(5) em {
	background: url(../img/toolBarIcon5.png) no-repeat center 0;
	background-size: 27px 27px;
}

.toolBar .toolBtn:nth-child(6) em {
	background: url(../img/toolBarIconTop.png) no-repeat center 0;
	background-size: 33px 33px;
}

.toolBar .toolBtn:nth-child(1):hover em {
	background: url(../img/toolBarIcon1_active.png) no-repeat center 0;
	background-size: 25px 25px;
}

.toolBar .toolBtn:nth-child(2):hover em {
	background: url(../img/toolBarIcon2_active.png) no-repeat center 0;
	background-size: 27px 27px;
}

.toolBar .toolBtn:nth-child(3):hover em {
	background: url(../img/toolBarIcon3_active.png) no-repeat center 0;
	background-size: 27px 27px;
}

.toolBar .toolBtn:nth-child(4):hover em {
	background: url(../img/toolBarIcon4_active.png) no-repeat center 0;
	background-size: 27px 27px;
}

.toolBar .toolBtn:nth-child(5):hover em {
	background: url(../img/toolBarIcon5_active.png) no-repeat center 0;
	background-size: 27px 27px;
}

.toolCode {
	position: relative;
}

.toolCode .toolCodeImg {
	display: block;
	width: 130px;
	height: 130px;
	position: absolute;
	right: 55px;
	top: -60px;
	background: #fff;
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}

.toolCode .toolCodeImg img {
	display: block;
	width: 100%;
	height: 100%;
}

.currentGDTag {
	color: rgb(253, 84, 0) !important;
}

.rightControlTell {
	position: absolute;
	right: 48px;
	top: 0;
	overflow: hidden;
	width: 240px;
	background: #fff;
	height: 55px;
	box-sizing: border-box;
	padding: 10px;
	box-shadow: -3px 0px 5px 1px rgba(0, 0, 0, 0.1);
}

.rightControlTell b {
	display: block;
	float: left;
	width: 140px;
	height: 34px;
	border: 1px solid #cdcdcd;
	box-sizing: border-box;
}

.rightControlTell b input {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 5px;
	background: transparent;
}

.rightControlTell i {
	display: block;
	height: 34px;
	width: 80px;
	text-align: center;
	font: 14px/34px "微软雅黑";
	color: #fff;
	background: #fd5400;
	float: left;
	cursor: pointer;
}

.tellActive {
	color: #fd5400 !important;
}

.toolBar .tellActive em {
	background: url(../img/toolBarIcon4_active.png) no-repeat center 0 !important;
	background-size: 33px 33px !important;
}

.closeMask {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #cdcdcd;
	cursor: pointer;
}

.secondNav .logo {
	height: 54px;
	position: relative;
	top: 11px;
}

.secondNav .content .nav a {
	font: 18px/58px "微软雅黑";
}

.secondNav .content .tell::before {
	top: 20px;
}

/*急速售卖*/
.sellQuickly {
	float: left;
	width: 261px;
	height: 310px;
	position: relative;
	background: url(../img/sellQuickly.png) no-repeat center;
	background-size: 100% 100%;
	margin-right: 12px;
	margin-bottom: 17px;
}

.sellQuickly:hover a {
	background: #fa8a52;
	color: #fff;
}

.sellQuickly a {
	display: block;
	width: 219px;
	height: 30px;
	border: 1px solid #fa8a52;
	font: 16px/30px "微软雅黑";
	color: #fd5400;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -108.5px;
	bottom: 17px;
}

.getImgCodeCont::before {
	background: #fff url(../img/safeIcon.png) no-repeat center 22PX;
	background-size: 33px 37px;
}

.getImgCodeCont .maskTitle {
	text-align: center;
	font: 22px/40px "微软雅黑";
	color: #333;
	margin-bottom: 15px;
}

.getImgCodeCont {
	width: 400px;
	margin: 0 0 0 -200px;
}

.maskCheckBtn {
	display: block;
	height: 42px;
	text-align: center;
	font: 16px/42px "微软雅黑";
	background: #fd5f11;
	color: #fff;
	border-radius: 2px;
	margin-top: 22px;
	cursor: pointer;
}

.maskCont .maskInput {
	display: block;
	border: 1px solid #cdcdcd;
	border-radius: 3px;
	width: 439px;
	height: 48px;
	margin: 20px auto 15px;

}

.maskCont .maskInput input {
	display: block;
	width: 100%;
	height: 32px;
	margin: 8px 0;
	font: 16px/32x "微软雅黑";
	padding: 0 10px;
	box-sizing: border-box;
}

.floorBar {
	z-index: 6;
}

.secondNav .memberCourtesy {
	color: #666 !important;
	font: 18px/58px "微软雅黑" !important;
}

/*单品页 联系买卖家弹窗*/
.mask .contentMask {
	background: #fff;
	position: fixed;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	top: 160px;
	padding: 10px 20px;
	box-sizing: border-box;
	/*	height: 400px;*/
	overflow: hidden;
}

.mask .contentMask h3 {
	font: 16px/32px "微软雅黑";
	color: #333;
	border-bottom: 1px dashed #cdcdcd;
	margin-bottom: 20px;
}

.mask .contentMask .goodMaskInfo {
	overflow: hidden;
}

.mask .contentMask .closeMask {
	position: absolute;
	right: 20px;
	top: 22px;
	color: #999;
	cursor: pointer;
}

.mask .contentMask::after {
	content: '';
	width: 102%;
	height: 102%;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	left: -1%;
	top: -1%;
	z-index: -1;

}

/*发布成功*/
.successTitle {
	overflow: hidden;
	width: 230px;
	margin: 100px auto 0;
}

.successTitle i {
	display: inline-block;
	float: left;
	width: 60px;
	height: 60px;
	text-align: center;
	font-size: 38px;
	border: 4px solid #339900;
	border-radius: 50%;
	line-height: 60px;
	color: #339900;
}

.successTitle .successTitR {
	float: left;
	margin-left: 10px;
	padding-top: 4px;
}

.successTitle .successTitR h3 {
	font: 20px/30px "微软雅黑";
	color: #333;
}

.successTitle .successTitR h4 {
	font: 16px/30px "微软雅黑";
	color: #666;
}

.successBtn {
	display: block;
	width: 230px;
	height: 42px;
	font: 16px/42px "微软雅黑";
	text-align: center;
	background: #ff5722;
	color: #fff;
	margin: 60px auto 30px;
	border-radius: 3px;
}

.btnTxt {
	text-align: center;
}

.btnTxt a,
.btnTxt span {
	font-size: 14px;
	font-family: "微软雅黑";
	text-align: center;
	text-decoration: underline;
	color: #FF5722;
	margin-right: 15px;
	cursor: pointer;
	position: relative;
}

.btnTxt span img {
	position: absolute;
	width: 106px;
	height: 106px;
	bottom: -66px;
	right: -117px;
	display: none;
}

.btnTxt a:hover,
.btnTxt span:hover {
	font-weight: 900;
}

.toolBar .toolCollapse {
	display: block;
	width: 32px;
	height: 84px;
	background: #fff;
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
	font: 14px/18px "微软雅黑";
	border-radius: 3px 0 0 3px;
	text-align: center;
	right: 48px;
	position: absolute;
	top: 40%;
	color: #666;
	padding: 6px 3px;
	cursor: pointer;
	box-sizing: border-box;
}

.mainCont {
	width: 1200px !important;
	margin: 0 auto;
}

.dashedLine {
	border-bottom: 1px dashed #cdcdcd;
	margin-bottom: 10px;
}

.cardContTitle {
	font-size: 16px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.topCont {
	width: 100%;
	font: 14px/30px "微软雅黑";
	background-color: #f5f5f5;
}

.topCont .welcomes {
	float: left;
	color: #333333;
}

.topCont .welcomes a {
	color: #969696;
}

.topCont .topBtns {
	float: right;
	overflow: hidden;
}

.topCont .topBtns a {
	color: #333;
	padding-right: 11px;
	margin-right: 11px;
	position: relative;
}

.topCont .topBtns a::after {
	position: absolute;
	height: 16px;
	border-right: 1px solid #b0afaf;
	content: '';
	right: 0;
	top: 2px;
}

.topCont .topBtns a:last-child::after {
	display: none;
}

.forgetPwd {
	font: 14px/28px "微软雅黑";
	color: #999;
	position: absolute;
	right: 10px;
	top: 10px;
}

.autoLog {
	font: 14px/28px "微软雅黑";
	color: #666;
	position: relative;
	top: -10px;
}

.autoLog i {
	cursor: pointer;
	font-size: 13px;
}

.txtBtn {
	font: 13px/17px "微软雅黑";
	color: #ff5700;
	text-align: center;
	display: block;
	margin-top: 10px;
	text-decoration: underline;
}

/*协议*/
.agreementCont {
	width: 641px;
	position: absolute;
	left: 50%;
	margin-left: -320px;
	top: 10%;

}

.agreement {
	background: #fff;
	border: 5px solid #979797;
	padding-bottom: 18px;
}

.agreement h3 {
	width: 100%;
	height: 45px;
	font: 14px/45px "微软雅黑";
	background: #d8d8d8;
	color: #ff5700;
	padding: 0 25px;
	box-sizing: border-box;
	font-weight: 900;
}

.agreement .agreeTxt {
	padding: 25px;
}

.agreement .agreeTxt h4 {
	font: 14px/20px "微软雅黑";
	color: #FF5700;
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: 900;
}

.agreement .agreeTxt p {
	font: 14px/20px "微软雅黑";
	color: #333;
}

.agreetBtns {
	overflow: hidden;
	padding-top: 36px;
	text-align: center;
}

.agreetBtns a {
	display: inline-block;
	width: 160px;
	height: 48px;
	color: #fff;
	border-radius: 3px;
	font: 16px/48px "微软雅黑";
}

.agreetBtns a:nth-child(1) {
	background: #FF5700;
	margin-right: 50px;
}

.agreetBtns a:nth-child(2) {
	background: #d8d8d8;
}

.productSearch {
	width: 480px;
	height: 46px;
	background: rgba(255, 255, 255, 0.88);
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -23px 0 0 -300px;
	border: 3px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	z-index: 1;
}

.productSearch input {
	display: block;
	height: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	font: 14px/46px "微软雅黑";
	color: #717171;
	float: left;
	background: transparent;
	flex: 1;
}

.productSearch a {
	display: block;
	width: 60px;
	height: 100%;
	float: left;
	text-align: center;
	background: #fd5400;
	font: 14px/40px "微软雅黑";
	color: #fff;
}

.listSearch {
	width: 600px;
	margin: 0 auto 10px;
	left: auto;
	top: 0;
	right: 0;
}

.crumbs {
	margin-bottom: 10px;
}

.crumbs .productSearch {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.flexFlow {
	display: flex;
	align-items: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.cardImg {
	position: relative;
}

.newIcon {
	position: absolute;
	width: 47px !important;
	height: 56px !important;
	top: 0;
	left: 7px;
	z-index: 5;
}

#bigImg {
	position: relative;
}

.storeList {
	position: relative;
}

.sideBarModular a span {
	position: relative;
}

.sideBarModular a em {
	position: absolute;
	background: #FF5700;
	border-radius: 10px;
	padding: 0 10px;
	font: 12px/16px "微软雅黑", arial;
	text-align: center;
	right: -30px;
	top: -8px;
	color: #fff;
}

.reason::before {
	display: none;
}

.reasonIcon {
	position: absolute;
	display: block;
	width: 113px;
	height: 113px;
	position: absolute;
	left: 50%;
	top: -56.5px;
	margin-left: -56.5px;
	background: #fff;
	border-radius: 50%;
	z-index: -1;
	text-align: center;
	font: 40px/80px "iconfont";
	color: red;
}

.productSearch input {
	display: block;
	height: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	font: 14px/46px "微软雅黑";
	color: #717171;
	float: left;
	background: transparent;
	flex: 1;
}

.productSearch ol {
	display: block;
	width: 90px;
	float: left;
	font: 14px/40px "微软雅黑";
	color: #888;
	height: 41px;
	overflow: hidden;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.9);
}

.productSearch a {
	display: block;
	width: 90px;
	float: left;
	font: 14px/40px "微软雅黑";
	color: #fff;
	background: #ff5700;
	text-align: center;
	height: 41px;
	overflow: hidden;
}

.productSearch ol li {
	height: 41px;
	padding-left: 18px;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}

.productSearch ol li:hover {
	font-weight: 900;
}

.productSearch ol li:nth-child(1):hover {
	font-weight: 100;
}

.productSearch ol li:nth-child(1) {
	background: url(../img/selectIcon.png) no-repeat 70px 6px;
	background-size: 12px;
}

.productSearch ol li:last-child {
	border-bottom: 0;
}

.listSearch {
	width: 600px;
	margin: 0 auto 10px;
	left: auto;
	top: 0;
	right: 0;
}

.maskCont .maskBtn1 {
	display: block;
	width: 439px;
	height: 47px;
	background: #fd5f11;
	font: 18px/47px "微软雅黑";
	color: #fff;
	border-radius: 3px;
	text-align: center;
	margin-top: 30px;
}

/*无搜索结果*/
.emptySearch {
	text-align: center;
	padding-top: 20px;
	color: #999;
	padding-bottom: 80px;
}

.emptySearch img {
	margin-bottom: 20px;
}

.logregCue {
	font: 14px/20px "微软雅黑" !important;
	color: #999 !important;
	margin-top: 10px;
	text-align: left !important;
}

.logregCue a {
	color: #fd5400;
}

.logregCue i {
	margin-right: 5px;
	font-size: 14px;
	cursor: pointer;
}

.maskCont .maskCode {
	position: relative;
}

.maskCont .maskCode input {
	width: 300px !important;
}

.maskCont .maskCode span {
	display: block;
	position: absolute;
	right: 0;
	top: 8px;
	font: 14px/32px "微软雅黑";
	color: #ff5700;
	width: 120px;
	border-left: 1px solid #ccc;
	text-align: center;
	cursor: pointer;
}

.listPageSearch {
	float: right;
	border: 2px solid #ddd;
	width: 400px;
	height: 40px;
	border-radius: 3px;
}

.listPageSearch span {
	display: block;
	width: 80px;
	height: 100%;
	font: 14px/40px "微软雅黑";
	color: #fff;
	background: #FF5700;
	border-radius: 0 3px 3px 0;
	text-align: center;
}

.listPageSearch input {
	flex: 1;
	border: 0;
	display: block;
	height: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	border-radius: 3px 0 0 3px;
	font: 14px/40px "微软雅黑";
}

.detailDesText {
	font: 15px/32px "微软雅黑";
	color: #666;
}

.detailDesText i {
	font: 27px/32px "iconfont";
	margin: 0 2px;
	color: #FF5700;
}

.detailDesText span {
	text-decoration: underline;
	margin-left: 5px;
	color: #FF5700;
}



/**/
.secondNav .content .nav a {
	font: 16px/74px "微软雅黑";
}

.secondNav .memberCourtesy {
	font: 16px/74px "微软雅黑" !important;
}

.hasLogin {
	font: 16px/58px "微软雅黑";
	color: #888;
}

.hasLogin a.loginName {
	color: #666;
	font-weight: bold !important;
	margin-right: 5px;
	max-width: 140px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hasLogin a.signOut {
	color: #999 !important;
}

.hasLogin a:hover {
	color: #ff5700 !important;
}

.hasLogin a {
	padding: 0 !important;
}

.indexNav .hasLogin a.loginName:hover {
	color: #ff5700 !important;
}

.indexNav .hasLogin a.signOut:hover {
	color: #ff5700 !important;
	font-weight: 100 !important;
}

.searchEmpty {
	text-align: center;
	font: 16px/100px "微软雅黑";
	color: #666;
	font-weight: bold;
}

.searchEmpty i {
	font: 20px/100px "微软雅黑";
	color: #FF5700;
	margin-right: 5px;
}

.searchEmpty span {
	color: #ff5700;
	font: 26px/100px "微软雅黑";
}

.recommendTitle {
	font: 16px/35px '微软雅黑';
	color: #333;
	background: #eee;
	padding-left: 38px;
	position: relative;
	margin-bottom: 22px;
}

.recommendTitle::before {
	content: ' ';
	width: 10px;
	height: 10px;
	background: #ff5700;
	position: absolute;
	left: 11px;
	top: 13px;
}

#IndexTop1_wlogin a {
	position: relative;
	margin-right: 10px;
}

#IndexTop1_wlogin a::after {
	content: ' ';
	position: absolute;
	right: 0px;
	top: 30px;
	height: 16px;
	border-right: 2px solid #666;
}

#IndexTop1_wlogin a:last-child {
	padding-right: 10px !important;
}

.freeBox {
	/*width: 130px;*/
	/*margin-top: -5px;*/
	float: right;
}

.freeBox P {
	width: 102px;
	height: 16px;
	font: 14px/16px"微软雅黑";
	margin-left: 10px;
}

.wzclass {
	color: #333;
	padding-right: 11px;
	margin-right: 11px;
	/*position: relative;*/
	z-index: 200;
}

.free {
	width: 118px;
	text-align: center;
	color: rgb(68, 68, 68);
	font: 14px/50px 微软雅黑;
	background: #FFFFFF;
	overflow: hidden;
	border: 1px solid #e2e2e2;
	z-index: 999;
}

.free a {
	font: 14px/18px "微软雅黑";
	color: #666;
	padding: 3px 0;
	width: 100%;
	float: left;
}

.free a:hover {
	color: #FF5700;
}

.page-main {
	width: 80vw;
	min-width: 1200px;
	margin: 0 auto;
}

/* 重定义公共头尾宽度 */
.topCont .mainCont {
	width: 80vw !important;
	min-width: 1200px;
}

.secondNav .content {
	width: 80vw !important;
	min-width: 1200px;
}

.crumbs a:hover {
	color: #fd5400;
}

.page-main {
	width: 80vw;
	margin: 0 auto;
	min-width: 1200px;
}