@charset "utf-8";

body {
/* 	padding-top: 40px; */
}

ol,ul {
	list-style: none
}

@media ( max-width : 979px) {
	body {
		padding-top: 0;
	}
}

input[type=file] {
	width: 220px;
}

.subHead {
	text-align: left;
	border-bottom: 1px solid #ddd;
	position: relative;
	padding: 40px 0;
	color: #fff;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075);
	background: #020031;
	background: -moz-linear-gradient(45deg, #020031 0%, #6d3353 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #020031),
		color-stop(100%, #6d3353) );
	background: -webkit-linear-gradient(45deg, #020031 0%, #6d3353 100%);
	background: -o-linear-gradient(45deg, #020031 0%, #6d3353 100%);
	background: -ms-linear-gradient(45deg, #020031 0%, #6d3353 100%);
	background: linear-gradient(45deg, #020031 0%, #6d3353 100%);
	filter: progid :   DXImageTransform.Microsoft.gradient (    
		startColorstr = 
		 '#020031', endColorstr =   '#6d3353', GradientType =   1 );
	-webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .2), inset 0 -3px 7px
		rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .2), inset 0 -3px 7px
		rgba(0, 0, 0, .2);
	box-shadow: inset 0 3px 7px rgba(0, 0, 0, .2), inset 0 -3px 7px
		rgba(0, 0, 0, .2);
}

.subHead:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(bs-docs-masthead-pattern.png) repeat center center;
	opacity: .4;
}

.subHead h1 {
	font-size: 60px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1;
}

.subHead p {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.25;
	margin-bottom: 20px;
}

.mainContent {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 30px 0;
	margin: 3px 0;
	background-color: #eaeaea;
}

.asideNav {
	margin-left: 20px;
}

.material {
	margin-left: 30px;
}

.album {
	width: 750px;
	margin-top: 30px;
}

.album li {
	list-style: none;
	float: left;
	padding: 0px 50px;
	margin: 0px;
}

.album li  dd {
	text-align: center;
}

.name {
	padding-top: 5px;
}

.footer {
	text-align: center;
	padding: 30px 0;
	margin-top: 70px;
	border-top: 1px solid #e5e5e5;
	background-color: #f5f5f5;
}

.search-min {
	width: 50px;
}

.search-min1 {
	width: 65px;
}

.search-mini {
	width: 100px;
}

.search-mind {
	width: 120px;
}

.search-midd {
	width: 150px;
}

.search-big {
	width: 230px;
}

.search-l {
	width: 300px;
}

.search-xl {
	width: 350px;
}

.total {
	margin-left: 40px;
}

.mar-b10 {
	margin-bottom: 10px;
}

.marl-r10 {
	margin: 0 10px;
}

.mar-l10 {
	margin-left: 10px;
}

.mar-l15 {
	margin-left: 10px;
}

.mar-l20 {
	margin-left: 10px;
}

.mar-l30 {
	margin-left: 10px;
}

.index_focus_pre {
	position: absolute;
	top: 435px;
	left: 270px;
	text-indent: 100%;
	height: 68px;
	width: 41px;
	white-space: nowrap;
	overflow: hidden;
	z-index: 10;
	background: url(../img/left_side.png) no-repeat;
	display: block;
	white-space: nowrap;
}

.index_focus_next {
	position: absolute;
	top: 435px;
	left: 980px;
	height: 68px;
	width: 41px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 10;
	background: url(../img/right_side.png) no-repeat;
	display: block;
}

.add_date {
	text-indent: 100%;
	height: 68px;
	width: 41px;
	white-space: nowrap;
	overflow: hidden;
	z-index: 10;
	background: url(../img/left_side.png) no-repeat;
	display: block;
}

.plus_date {
	height: 68px;
	width: 41px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 10;
	background: url(../img/right_side.png) no-repeat;
	display: block;
}

#dSuggest {
	height: 30px;
	font-size: 15px;
	width: 132px;
	margin: -50px 0 0 9px;
	display: none;
	position: absolute;
}

#sug {
	list-style: none;
	padding-left: 0;
	background-color: #ffffff;
	border-left: 1px solid #a0a0af;
	border-right: 1px solid #a0a0af;
	border-bottom: 1px solid #a0a0af;
	width: 132px;
	margin-left: 0px;
	margin-bottom: 0;
	margin-top: 0;
	text-align: left;
}

#sug li {
	height: 30px;
	padding-left: 5px;
	line-height: 30px;
}

.select {
	background-color: #CDC9A5;
}

#submit {
	display: inline;
}

#sub {
	background-color: #f1f1f1;
	border: 1px solid #dcdcdc;
	margin-left: 15px;
	height: 30px;
	font-size: 13px;
}

.percent10 {
	width: 10%
}

.percent12 {
	width: 11%;
	margin-left: 12px;
	margin: 0 30px 0 20px;
	border: 1px solid green;
}

.percent15 {
	width: 12%;
	margin: 0 30px 0 30px;
}

.percent20 {
	width: 20%
}

.percent20-marl15 {
	width: 20%;
	margin-left: 15px
}

.percent22 {
	width: 22%
}

.percent25 {
	width: 25%
}

.percent28 {
	width: 28%
}

.percent30 {
	width: 30%
}

.percent40 {
	width: 40%
}

.percent50 {
	width: 50%
}

.percent60 {
	width: 60%
}

.percent70 {
	width: 70%;
}

.percent75 {
	width: 75%;
	margin-left: 15px;
}

.percent76 {
	width: 76%;
	margin-left: 15px;
}

.percent77 {
	width: 77%;
	margin-left: 15px;
}

.percent78 {
	width: 78%;
	margin: 0 20px 0 0;
}

.percent80 {
	width: 80%;
	margin-left: 20px;
}

.percent81 {
	width: 81%;
	margin: 0 0 0 16px;
}

.percent82 {
	width: 82%;
	margin: 0 10px 0 0;
}

.percent83 {
	width: 83%;
	margin: 0 0px 0 0;
}

.percent84 {
	width: 84%;
	margin: 0 0px 0 0;
}

.percent85 {
	width: 85%;
	margin: 0 0 0 0px;
}

.percent87 {
	width: 86.5%;
	margin: 0 0 0 16px;
}

.percent90 {
	width: 90%
}

.percent100 {
	width: 100%;
}

.shopper-height { 300px;
	overflow: hidden
}

.padding40-left {
	padding-left: 40px;
}

#chart-sort {
	position: relative;
	left: 87%;
	top: -490px;
	z-index: 100
}

.fn-clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

.fn-clear {
	zoom: 1
}

.ui-tab {
	overflow: hidden
}

.ui-title {
	margin-left: -25px;
}

.ui-tab-trigger-item,.ui-tab-trigger-item-current,.ui-tab-trigger-text,.ui-tab-trigger-item a
	{
	background-image: url(../img/ui-components.png);
	background-repeat: no-repeat;
	background-color: transparent;
	color: #4d4d4d;
	text-decoration: none
}

.ui-tab-trigger ul {
	position: relative;
	z-index: 100;
	top: 1px
}

.ui-tab-trigger-item {
	float: left;
	margin-right: 2px;
	background-position: 0 -193px;
	cursor: pointer;
	text-decoration: none
}

.ui-tab-trigger-item-current,.ui-tab-trigger-item-hover,.ui-tab-trigger-item:hover
	{
	background-position: 0 -111px
}

.ui-tab-trigger .ui-tab-trigger-item-current {
	border-bottom: 1px solid #fafafa
}

.ui-tab-trigger-text,a.ui-tab-trigger-text {
	display: inline-block;
	background-position: right -235px;
	font-size: 14px;
	line-height: 32px;
	padding: 0 10px;
	text-decoration: none;
	font-weight: 400
}

.ui-tab-trigger-item-current .ui-tab-trigger-text,.ui-tab-trigger-item-hover .ui-tab-trigger-text,.ui-tab-trigger-item a.ui-tab-trigger-text:hover
	{
	background-position: right -152px
}

.ui-tab-trigger-item-current a.ui-tab-trigger-text {
	font-weight: 700;
	text-decoration: none
}

.ui-tab-container {
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9
}

.ui-tab-container-top {
	height: 28px;
	background: #fafafa
}

.ui-select {
	background-color: #f5f5f5;
}

.ui-table {
	border-collapse: collapse;
	border: 1px solid #ccc;
	width: 100%
}

.ui-table-split,.ui-table-hover {
	background-color: #fcfcfc
}

.ui-table tr {
	color: #333
}

.ui-table thead tr {
	color: #333
}

.ui-table thead {
	color: #333
}

.ui-table th {
	padding: 7px 9px;
	border-bottom: 1px solid #d9d9d9;
	background-color: #fafafa
}

.ui-table td {
	padding: 8px 9px 7px;
	border-bottom: 1px solid #d9d9d9
}

.ui-table th {
	padding: 7px 9px
}

.ui-table tfoot td {
	border-bottom: 0
}

.ui-table .action {
	background-color: #ffffef
}

.ui-table .selected {
	background-color: #feffc5
}

.ui-table-noborder,.ui-table-noborder td,.ui-table-noborder tr,.ui-table-noborder th
	{
	border: 0;
	outline: 0
}

.ui-table-noborder .ui-table-split,.ui-table-noborder .ui-table-hover {
	background-color: #f7f7f7
}

.ui-table-inbox {
	border: 0;
	outline: 0
}

.ui-tab-container {
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9
}

.ui-tab-container-top {
	height: 28px;
	border-bottom: 1px solid #d9d9d9;
	background: #fafafa
}

.ui-grid-1,.ui-grid-2,.ui-grid-3,.ui-grid-4,.ui-grid-5,.ui-grid-6,.ui-grid-7,.ui-grid-8,.ui-grid-9,.ui-grid-10,.ui-grid-11,.ui-grid-12,.ui-grid-13,.ui-grid-14,.ui-grid-15,.ui-grid-16,.ui-grid-17,.ui-grid-18,.ui-grid-19,.ui-grid-20,.ui-grid-21,.ui-grid-22,.ui-grid-23,.ui-grid-24,.ui-grid-25
	{
	margin: 0 10px 10px 0;
	float: left;
	display: inline
}

.ui-grid-1 {
	width: 30px
}

.ui-grid-2 {
	width: 70px
}

.ui-grid-3 {
	width: 110px
}

.ui-grid-4 {
	width: 230px
}

.ui-grid-5 {
	width: 190px
}

.ui-grid-6 {
	width: 230px
}

.ui-grid-7 {
	width: 270px
}

.ui-grid-8 {
	width: 310px
}

.ui-grid-9 {
	width: 350px
}

.ui-grid-10 {
	width: 390px
}

.ui-grid-11 {
	width: 430px
}

.ui-grid-12 {
	width: 470px
}

.ui-grid-13 {
	width: 510px
}

.ui-grid-14 {
	width: 550px
}

.ui-grid-15 {
	width: 590px
}

.ui-grid-16 {
	width: 630px
}

.ui-grid-17 {
	width: 670px
}

.ui-grid-18 {
	width: 710px
}

.ui-grid-19 {
	width: 750px
}

.ui-grid-20 {
	width: 790px
}

.ui-grid-21 {
	width: 100%
}

.ui-grid-22 {
	width: 870px
}

.ui-grid-23 {
	width: 910px
}

.ui-grid-24 {
	width: 950px
}

.ui-grid-25 {
	width: 990px
}

.ui-grid-right {
	margin-right: 0
}

.page {
	padding: 7px 10px;
	text-align: center;
}

.page-link a {
	margin: 0 8px 0 8px;
}

.foot td {
	text-align: center;
}

.foot-top {
	padding-left: 18px;
	background: transparent url(../img/layout_arrows.png) no-repeat center
		left;
	height: 16px;
	background-position: -16px 0;
}

.foot-bottom {
	padding-left: 18px;
	background: transparent url(../img/layout_arrows.png) no-repeat center
		left;
	height: 16px;
	background-position: -16px -16px;
}

.foot-left {
	padding-left: 18px;
	background: transparent url(../img/layout_arrows.png) no-repeat center
		left;
	height: 16px;
	background-position: 0 0;
}

.foot-right {
	padding-left: 18px;
	background: transparent url(../img/layout_arrows.png) no-repeat center
		left;
	height: 16px;
	background-position: 0 -16px;
}

.material-link {
	word-break: break-all;
	width: 300px;
	overflow: auto;
}

.failed-reason {
	word-break: break-all;
	width: 200px;
	overflow: auto;
}

.td300 {
	width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#errorMess {
	text-align: center;
	background-color: #f5f5f5;
	margin-top: -20px;
	margin-bottom: 15px;
	color: red;
}

#msgbox * {
	padding: 0;
	margin: 0;
	font-size: 12px
}

#msgbox a:link,a:visited {
	text-decoration: none;
	color: #222
}

#msgbox .title {
	font: 14px bold;
}

#msgbox a:hover,a:active {
	color: #ff6600;
	text-decoration: underline
}

/*#msgbox .showMsg{border: 1px solid #1e64c8; zoom:1; width:450px; height:172px;position:absolute;top:44%;left:50%;margin:-87px 0 0 -225px;background-color:#ffffff}*/
#msgbox .showMsg {
	border: 1px solid #1e64c8;
	zoom: 1;
	width: 450px;
	height: 172px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -86px;
	margin-left: -225px;
	background-color: #ffffff
}

#msgbox .showMsg h5 {
	background-image: url(../img/msg.png);
	background-repeat: no-repeat;
	color: #fff;
	padding-left: 35px;
	height: 25px;
	line-height: 26px; *
	line-height: 28px;
	overflow: hidden;
	font-size: 14px;
	text-align: left
}

#msgbox .close {
	background-image: url(../img/close.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	margin: -22px 2px 0px 10px;
}

#msgbox .showMsg .content {
	padding: 46px 12px 10px 45px;
	font-size: 14px;
	height: 64px;
	text-align: left
}

#msgbox .showMsg .confirm-b {
	background: #468847;
	margin: 5px 1px 1px 100px;
	height: 26px;
	text-align: center;
	padding: 2px 7px;
	border: 0px;
}

#msgbox .showMsg .cancel-b {
	background: #f89406;
	margin: 5px 1px 1px 20px;
	height: 26px;
	text-align: center;
	padding: 2px 7px;
	border: 0px;
}

#msgbox .showMsg .warning,.showMsg .guery {
	background: url(../img/msg_bg.png) no-repeat 0px -460px;
}

#msgbox .showMsg .error,.showMsg .mistake {
	background: url(../img/msg_bg.png) no-repeat 0px -367px;
}

#msgbox .showMsg .ok,.showMsg .success {
	background: url(../img/msg_bg.png) no-repeat 0px -560px;
}

.scrollbar {
	background: #808080;
	border-radius: 4px;
	border: 2px solid #808080;
	border-top-color: #666;
	line-height: 0;
}

.scrollbar .handle {
	border-radius: 4px;
	background: #fff;
	cursor: pointer;
	line-height: 0;
	-webkit-box-shadow: 0 1px 0 #555;
	-moz-box-shadow: 0 1px 0 #555;
	-o-box-shadow: 0 1px 0 #555;
	box-shadow: 0 1px 0 #555;
}

#vertical .scrollbar {
	width: 5px;
}

#vertical .scrollbar .handle {
	height: 100px;
	width: 100%;
}

#vertical .example1 .scrollbar {
	position: absolute;
	top: 0;
	right: 10px;
	height: 500px;
}

.total_name {
	color: red;
	font-size: 14px
}

.total_money {
	color: red;
	font-size: 14px
}

#div_pager {
	clear: both;
	height: 30px;
	line-height: 30px;
	margin-top: 20px;
	color: #999999;
	font-size: 14px;
}

#div_pager input {
	padding: 0px;
	margin: 0px;
}

#div_pager input {
	padding: 0px;
	margin: 0px;
	clear: both;
}

#div_pager a {
	padding: 4px 8px;
	margin: 10px 3px;
	font-size: 12px;
	border: 1px solid #DFDFDF;
	background-color: #FFF;
	color: #9d9d9d;
	text-decoration: none;
	cursor: pointer;
}

#div_pager span {
	font-size: 14px;
}

#div_pager span.disabled {
	padding: 4px 8px;
	margin: 10px 3px;
	font-size: 12px;
	border: 1px solid #DFDFDF;
	background-color: #FFF;
	color: #DFDFDF;
}

#div_pager span.curr {
	padding: 4px 8px;
	margin: 10px 3px;
	font-size: 12px;
	border: 1px solid #009dd7;
	background-color: #00b2f4;
	color: #FFF;
}

#div_pager a:hover {
	background-color: #CAE1FF;
	border: 1px solid #009dd7;
}

#div_pager span.normalsize {
	font-size: 12px;
}

#go_page_wrap {
	display: inline-block;
	width: 44px;
	height: 18px;
	border: 1px solid #DFDFDF;
	margin: 0px 1px;
	padding: 0px;
	position: relative;
	left: 0px;
	top: 5px;
}

#btn_go {
	width: 44px;
	height: 20px;
	line-height: 20px;
	padding: 0px;
	font-family: arial, 宋体, sans-serif;
	text-align: center;
	border: 0px;
	background-color: #0063DC;
	color: #FFF;
	position: absolute;
	left: 0px;
	top: -1px;
	display: none;
}

#btn_go_input {
	width: 42px;
	height: 16px;
	text-align: center;
	border: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	outline: none;
}

/**/
#sub_pager {
	height: 30px;
	line-height: 30px;
	color: #999999;
	font-size: 14px;
	float: left;
	text-align: center;
}

#sub_pager input {
	padding: 0px;
	margin: 0px;
}

#sub_pager input {
	padding: 0px;
	margin: 0px;
	clear: both;
}

#sub_pager a {
	padding: 4px 8px;
	margin: 10px 3px;
	font-size: 12px;
	border: 1px solid #DFDFDF;
	background-color: #FFF;
	color: #9d9d9d;
	text-decoration: none;
}

#sub_pager span {
	font-size: 14px;
}

#sub_pager span.disabled {
	padding: 4px 8px;
	margin: 10px 3px;
	font-size: 12px;
	border: 1px solid #DFDFDF;
	background-color: #FFF;
	color: #DFDFDF;
}

#sub_pager span.curr {
	padding: 4px 8px;
	margin: 10px 3px;
	font-size: 12px;
	border: 1px solid #009dd7;
	background-color: #00b2f4;
	color: #FFF;
}

#sub_pager a:hover {
	background-color: #CAE1FF;
	border: 1px solid #009dd7;
}

#sub_pager span.normalsize {
	font-size: 12px;
}

#sub_pager #go_page_wrap {
	display: inline-block;
	width: 44px;
	height: 18px;
	border: 1px solid #DFDFDF;
	margin: 0px 1px;
	padding: 0px;
	position: relative;
	left: 0px;
	top: 5px;
}

#sub_pager #btn_go {
	width: 44px;
	height: 20px;
	line-height: 20px;
	padding: 0px;
	font-family: arial, 宋体, sans-serif;
	text-align: center;
	border: 0px;
	background-color: #0063DC;
	color: #FFF;
	position: absolute;
	left: 0px;
	top: -1px;
	display: none;
}

#sub_pager #btn_go_input {
	width: 42px;
	height: 16px;
	text-align: center;
	border: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	outline: none;
}

/**/
.license-wrapper {
	border: 1px solid #d0d0d0;
	position: relative;
}

.license-wrapper .license-l1 {
	margin: 10px;
	border: 10px solid #bcc9cc;
}

.img-license {
	position: absolute;
	right: -14px;
	bottom: -14px;
	background: url(../img/app_logo.png);
	width: 158px;
	height: 159px;
}

.license-wrapper .license-l1 .license-l2 {
	background-color: #fffbf8;
	padding-left: 65px;
	padding-top: 110px;
	padding-bottom: 20px;
	position: relative;
}

.logo-license {
	position: absolute;
	left: 82px;
	top: 56px;
	background: url(../img/logo_license.png);
	width: 144px;
	height: 35px;
}

.matched-goods { /*-webkit-filter: grayscale(1); Webkit*/
	/*filter:gray; IE6-9 */ /*filter: grayscale(1); W3C */
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.3;
}

/*关注我的会员*/
.focusCenter {
	width: 100%;
	margin: 0px auto;
	padding: 16px 0px 0px;
	letter-spacing: -0.31em;
	word-spacing: -0.43em;
	background-color: transparent !important;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	font-size: 12px;
}

.memberInfo .nameIsFoucs {
	position: relative;
	width: 100%;
}

.foucsTxt {
	color: #333;
	text-decoration: none;
	font-size: 14px;
}

.member-name {
	color: #333;
	text-decoration: none;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	width: 100%;
}

.focusCenter .foucsChoose {
	width: 100%;
	overflow: hidden;
	background: #fff;
	overflow: hidden;
	border-radius: 2px;
	display: inline-block;
	background: none repeat scroll 0% 0% #FFF;
}

.focusCenter {
	padding: 0px;
}

.foucsChoose {
	overflow: hidden;
	border-radius: 2px;
}

.foucsChoose .foucsInner {
	height: 38px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 0px 6px;
	border-color: #F2F2F5;
	display: inline-block;
}

.foucsItem:hover {
	border-bottom: 0px none;
}

.foucsItem {
	position: relative;
	display: inline-block;
	margin: 0px 10px -1px;
	padding: 7px 0px;
	height: 23px;
	line-height: 23px;
	font-weight: bold;
	float: left;
}

.textcut {
	width: 500px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.foucsBtn {
	border-color: #D9D9D9;
}

.textcut {
	white-space: nowrap;
	line-height: 23px;
	font-weight: bold;
	width: 500px;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	display: inline-block;
	margin: 0px 10px -1px;
	padding: 7px 0px;
	height: 23px;
	border-bottom: 0px none;
	border-color: #D9D9D9;
}

.memberBox {
	padding-bottom: 6px;
	min-width: 580px;
}

.memberBox ul {
	padding: 0;
	margin: 0;
}

.memberBox .memberLi {
	float: left;
	width: 190px;
	margin: 6px 0px 0px 6px;
	padding: 16px 0px 5px 8px;
	border-radius: 2px;
	background-color: #F2F2F5;
}

.memberBox .memberLi:hover {
	background-color: #F4F4FF;
}

.memberWrap .memberPic {
	float: left;
	position: relative;
	width: 58px;
	height: 95px;
	border-right-width: 1px;
	border-right-style: solid;
	border-color: #D9D9D9;
}

/*.memberPic .menPicBox {
    margin-top: 20px;
}*/
.memberWrap .memberInfo {
	margin-left: 68px;
}

.memberInfo .title {
	height: 17px;
	vertical-align: top;
	line-height: 1em;
	margin-bottom: 5px;
	font-size: 16px;
	width: 65%;
	font-weight: 700;
}

.menPicBox .memberImg {
	width: 50px;
	height: 50px;
}

.memberInfo .title a {
	line-height: 16px;
}

.memberPic .statu .memFicon {
	background: transparent url("custom/weibo.png") no-repeat scroll 0px 1px
		;
	width: 16px;
	height: 14px;
	margin-right: 2px;
	display: inline-block;
	margin-top: 4px;
}

.memberPic .statu .memCancel {
	background: transparent url("custom/weibo.png") no-repeat scroll 0px
		-16px;
	width: 16px;
	height: 14px;
	margin-right: 2px;
	display: inline-block;
	margin-top: 4px;
}

em,i {
	font-style: normal;
	font-weight: normal;
}

.memberLi .foucsItemB {
	position: relative;
	margin-bottom: 4px;
	margin-top: 8px;
}

.foucsItemB .memBtn {
	border-radius: 3px;
	font-size: 12px;
	padding: 0px 3px;
	margin-left: 1px;
}

.memberLi .foucsItemB .foucsBtn {
	vertical-align: top;
	margin-right: 6px;
}

.memberInfo .statu {
	position: absolute;
	float: left;
	right: 0px;
	top: -3px;
	margin-right: 3px;
}

.memberInfo .text {
	width: 100%;
	margin-bottom: 5px;
	color: #808080;
	text-decoration: none;
}

.foucsBtn_disable,.foucsBtn_disable:hover {
	color: #808080;
	text-decoration: none;
}

/*关注我的会员-----end----*/
padding:  4px  8px ;
margin:  10px  3px ;
font-size:  12px ;
border:  1px solid #DFDFDF ;
background-color: #FFF ;
color: #9d9d9d ;
text-decoration: none ;

.goodShowbox {
	width: 100%;
	height: auto;
	margin: 20px auto;
}

.goodShowDiv {
	width: 24%;
	height: 300px;
	border: 1px dashed #CCC;
	float: left;
	position: relative;
}

.goodShowDiv:hover {
	border: 1px solid #F00;
}

.goodShowDiv:hover,.goodShowDiv:hover * {
	cursor: pointer;
}

.goodspic {
	width: 90%;
	height: 218px;
	margin: 10px auto;
	text-align: center;
}

.goodspic .goodsimg {
	width: 218px;
	height: 218px;
	border: 0px;
}

.goodsNameInfo a {
	text-decoration: none;
	color: #666;
	width: 90%
}

.goodsNameInfo {
	width: 90%;
	height: 60px;
	margin: 10px auto;
	font-size: 14px;
	font-family: Arial;
	margin-bottom: 0px;
}

.goodsNameInfo strong {
	font-size: 16px;
	color: #F30;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.goodsNameInfo div {
	color: #666;
	height: 17px;
	line-height: 18px;
	margin-bottom: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.buy {
	margin-top: -1200px;
	margin-left: 200px;
}

.shop-buyer-info {
	width: 100%;
	float: left;
	position: relative;
}

.shop-buyer-info ul {
	width: 350px;
	margin: 20px 20px 20px 30px;
	float: left;
}

.shop-buyer-info li {
	float: left;
	width: 100%;
}

.shop-buyer-info li img {
	margin-bottom: 8px;
	float: left;
}

.shop-buyer-info li .text-desc {
	float: left;
	margin-left: 0px;
	position: relative;
	width: 24px;
}

.shop-buyer-info li span {
	float: left;
	position: relative;
	width: 75%;
	margin-left: 20px;
}

.shop-buyer-info li .contact-me a {
	margin-right: 8px;
	float: left
}

.shop-logo {
	float: left;
	position: relative;
	width: 150px;
	top: 15px;
	left: 10px;
}

.shop-logo img {
	width: 100%;
	height: 100%;
	float: left;
	text-align: center;
	margin-left: 25px;
	vertical- align: middle;
}

.shop-qrcode {
	width: 300px;
}

.shop-qrcode .shop-qrcode-img {
	float: left;
	width: 160px
}

.shop-qrcode .down-first {
	padding-top: 20px;
	width: 100px;
	float: left;
}

.shop-qrcode .down-other {
	width: 100px;
	float: left;
}

.initQrcodeInfo {
	color: #F7271C
}

.mess-box {
	position: relative;
	top: -90px;
	left: 50px;
	float: left;
	background-color: #FFFFFF;
	padding: 2px 3px;
}

.supplier_audit_pass {
	padding-left: 30px;
	background: url(../css/images/pass.png) no-repeat 0 0;
	background-size: 22px auto;
	height: 30px;
	display: inline-block;
	background-position: 0px 1px;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.supplier_audit_pass:hover {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.supplier_audit_nopass {
	padding-left: 30px;
	background: url(../css/images/nopass.png) no-repeat 0 0;
	background-size: 22px auto;
	height: 30px;
	display: inline-block;
	background-position: 0px 1px;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.supplier_audit_nopass:hover {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.all-payment .alipay-show {
	height: 20px;
	width: 20px;
	margin: 0 5px;
	display: inline-block;
	background: transparent url("../img/payment/payment.png") no-repeat
		-22px 0px;
}

.all-payment .alipay-show:hover {
	cursor: pointer;
}

.all-payment .baifubao-show {
	height: 20px;
	width: 20px;
	margin: 0 5px;
	display: inline-block;
	background: transparent url("../img/payment/payment.png") no-repeat
		-44px 0px;
}

.all-payment .baifubao-show:hover {
	cursor: pointer;
}

.all-payment .weixin-show {
	height: 20px;
	width: 20px;
	margin: 0 5px;
	display: inline-block;
	background: transparent url("../img/payment/payment.png") no-repeat 0px
		0px;
}

.all-payment .weixin-show:hover {
	cursor: pointer;
}

.all-payment .tenpay-show {
	height: 20px;
	width: 20px;
	margin: 0 5px;
	display: inline-block;
	background: transparent url("../img/payment/payment.png") no-repeat
		-66px 0px;
}

.all-payment .tenpay-show:hover {
	cursor: pointer;
}

.all-payment .alipay-hide {
	height: 20px;
	width: 20px;
	margin: 0 5px;
	display: inline-block;
	background: transparent url("../img/payment/payment.png") no-repeat
		-22px -22px;
}

.all-payment .alipay-hide:hover {
	cursor: pointer;
}

.all-payment .baifubao-hide {
	height: 20px;
	width: 20px;
	margin: 0 5px;
	display: inline-block;
	background: transparent url("../img/payment/payment.png") no-repeat
		-44px -22px;
}

.all-payment .baifubao-hide:hover {
	cursor: pointer;
}

.all-payment .weixin-hide {
	height: 20px;
	width: 20px;
	margin: 0 5px;
	display: inline-block;
	background: transparent url("../img/payment/payment.png") no-repeat 0px
		-22px;
}

.all-payment .weixin-hide:hover {
	cursor: pointer;
}

.all-payment .tenpay-hide {
	height: 20px;
	width: 20px;
	margin: 0 5px;
	display: inline-block;
	background: transparent url("../img/payment/payment.png") no-repeat
		-66px -22px;
}

.all-payment .tenpay-hide:hover {
	cursor: pointer;
}

.payment-desc {
	margin-left: 55px;
	color: red;
}

.box div {
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	color: #333;
}

.box {
	width: 650px;
	height: 524px;
	background-color: #ECF5D4;
	border: 1px solid #ccc;
	margin-left: 55px;
}

.box_left {
	float: left;
	margin-left: 20px;
}

.box_left div {
	line-height: 40px;
}

.box_right {
	float: left;
	margin-left: 30px;
}

.box_margin_left {
	margin-left: 13px;
}

.box_margin_left1 {
	margin-left: 23px;
}

.box_right div {
	line-height: 40px;
}

.box_hint {
	font-size: 12px !important;
	color: #00f !important;
}

.box div img {
	margin-right: 5px;
	vertical-align: bottom;
	margin-bottom: 10px;
}

.p55 {
	margin-left: 55px;
	margin-top: 1px;
}

.p68 {
	margin-left: 68px;
	margin-top: 1px;
}

.margin_left-13 {
	margin-left: -13px;
}

.margin_top5 {
	margin-top: 5px;
}

.margin_top10 {
	margin-top: 10px;
}

.margin_bottom10 {
	margin-bottom: 10px;
}

.margin_top20 {
	margin-top: 20px;
}

.prop-name {
	margin-left: 10.5px;
	padding-right: 10px;
}

.box_div_p {
	margin-left: 53px !important;
}

.shop-address {
	margin: 20px 0 10px 55px;
}

.shop-address textarea {
	width: 595px;
	height: 50px;
	resize: none;
	border-radius: 0px;
}

/*首页公告板样式*/
#ks-content {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
	position: fixed;
	z-index: 101;
}

.ks-overlay {
	position: absolute;
	left: -9999px;
	top: -9999px;
}

.banner-wrap {
	position: relative;
	overflow: hidden;
	height: 650px;
	width: 100%;
}

.banner-cont {
	position: absolute;
	top: -100%;
}

.banner-top {
	background: url(images/notice-136.png) 50% 0 no-repeat;
	height: 96px;
	width: 100%;
}

.banner-con-wrap {
	background-color: #fff;
	width: 640px;
	padding: 10px;
	border-radius: 7px;
}

.banner-tit-bg {
	background: url(images/notice-head.jpg) center center;
	height: 128px;
	text-align: center;
	line-height: 128px;
	font-size: 25px;
	color: #FFF;
}

.banner-cont-info {
	padding: 10px 45px;
}

.banner-cont-info p {
	color: #666;
	font-family: "microsoft yahei";
	font-size: 30px;
	height: 150px;
	line-height: 45px;
	overflow: hidden;
}

.banner-footer {
	height: 100px;
	text-align: center;
}

.banner-footer a {
	margin: 30px 30px;
}

a {
	text-decoration: none;
}

.banner-footer {
	text-align: center;
}

.banner-confirm-btn em {
	display: inline-block;
	background: url(images/btn-1-48.png);
	width: 24px;
	height: 48px;
}

.banner-confirm-btn span {
	display: inline-block;
	vertical-align: top;
	height: 48px;
	line-height: 48px;
	background-color: #ff5a00;
	color: #FFF;
	font-size: 26px;
}

.banner-confirm-btn i {
	display: inline-block;
	background: url(images/btn-1-48.png) -24px 0;
	width: 24px;
	height: 48px;
}

.banner-cancel-btn em {
	display: inline-block;
	background: url(images/btn-2-48.png);
	width: 24px;
	height: 48px;
}

.banner-cancel-btn i {
	display: inline-block;
	background: url(images/btn-2-48.png) -24px 0;
	width: 24px;
	height: 48px;
}

.banner-cancel-btn span {
	display: inline-block;
	vertical-align: top;
	height: 44px;
	line-height: 44px;
	background-color: #FFF;
	border-bottom: 2px solid #ff5a00;
	border-top: 2px solid #ff5a00;
	color: #ff5a00;
	font-size: 26px;
}

.jbox-drag {
	border: 1px dashed #444 !important
}

div.jbox .jbox-title-panel {
	background-color: #444 !important
}

div.jbox .jbox-tip-color {
	background-color: #444 !important;
	border-color: #444 !important;
	opacity: 0.9;
	color: #cbee92 !important;
}

#items .alipay_img_box {
	position: absolute;
	height:106px;
	width:130px;
	float:left;
	border: 3px solid transparent;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	z-index: 9;
}

#items .selected{
	border-color: #0066cc;
	cursor: pointer;
}

#items .selected_icon {
    position: absolute;
	right: -2px;
	bottom: -2px;
	width: 33px;
	height: 33px;
	background: transparent url('images/selected_icon.png') no-repeat 0 0;
}

.uploadImgBox{ width:100%; position: relative; float: left;}

.upload-photo{
    position: relative;
    width: 130px;
    height: 106px;
    overflow: hidden;
    line-height: 106px;
    color: #06c;
}
.upload-photo .uploadify {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px dashed #ccc;
    width: auto !important;
 }
.upload-photo .uploadify-button {
    width: auto !important;
}
.upload-photo:hover .uploadify {
    border: 1px dashed #06c
}
.uploadify  .uploadify-button-text{display:block; text-align:center;}

/*--婊氬姩鏉℃牱寮?-*/
.uploadify-queue .cancel {
    display: none;
}
.uploadify-queue-item {
    position: absolute;
    z-index: 10;
    left: -1px;
    top: -1px;
    width: 100%;
    height: 100%;
    background: #4c4c4c;
    border: 1px solid #4c4c4c;
}
.uploadify-error {
    background-color: #FDE5DD !important;
}
.uploadify-progress {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    margin-top: -5px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 1px;
    overflow: hidden;
}
.uploadify-progress-bar {
    height: 6px;
    background: #fff;
    border-radius: 5px;
}
.fileName,.data{ display: none;}
/*--婊氬姩鏉℃牱寮?END--*/
.avatar{ position: absolute;}
.upload-photo-hover{
    border:1px dashed #06c;
}
.upload-photo-square {
    width: 100px;
}

.upload-photo .avatar {
    position: absolute;
    top: 0;
    left: 0;
    background: #fbfbfb;
}

.upload-del {
    margin: 86px 0 0 5px;
}

.avator-upload-mask {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    display: none;
}
.has-upload-img:hover .avator-upload-mask {
    display: block;
}
.avator-upload-mask .avator-upload-mask-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;
    filter: alpha(Opacity=60) -webkit-border-radius:3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.avator-upload-mask .avator-upload-mask-title {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 102px;
    font-size: 16px;
    display: block;
    color: #ffffff !important;
}
.hide-upload-dom .upload-del,
.hide-upload-dom .avatar{display:none;}
/*--涓婁紶鍥剧墖缁勪欢鏍峰紡 END--*/

.cover-selected{
	position: relative;
	width: 200px;
	height: 100px;
	overflow: hidden;
	line-height: 100px;
	color: #06c;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none !important;          
}
input:focus,
textarea:focus,
select:focus
{
    outline: none !important;
}

.qr_code {
    width: 7rem;
    height: 7rem;
}