/******************************* CSS reset ***********************************************************/
 body, div, dl, dt, dd, ol, ul, li,h1, h2, h3, h4, h5, h6,pre,form,img, p,tr, th, td {
	margin: 0;
	padding: 0;
}
ol, ul {list-style: none;}
img { border: 0 none; display: block;}
table {border-collapse:collapse; border-spacing:0;}
h1, h2, h3, h4, h5, h6 {font-size:100%; font-weight: normal;}
html {color: #333;font: 12px/1.6 Microsoft Yahei,STHeiti,Arial;}
input[type="text"],
input[type="password"]{
	border: 1px solid #ccc;
	vertical-align: middle;
    padding: 3px;
	height: 40px;	
	background-color: #fff;
}
input[type="radio"],input[type="checkbox"],input[type="button"]{border:none;vertical-align: middle;}
input[type="button"] {cursor: pointer;}
select {
	vertical-align: middle;
	color: #666;
	border: 1px solid #ccc;
    padding:2px;
	background-color: #fff;	
}
textarea {
	border: 1px solid #ccc;
	background-color: #fff;
	font-size:12px;
}
label {
	font-family: Tahoma;
	vertical-align: middle;
}
/*  form 表单输入状态时的 border变色 */
input:focus,select:focus,textarea:focus{border-color:#00a9ec}  

/*  所有 文字颜色 大小 粗细 全局通用的   */
/*  彩色字体  */
.c_red{color:#ef4326!important;}  /*  红色  */
.c_green{color:#48a305!important} /*  绿色  */
.c_orange{color:#de8e25!important} /*  橙色  */
.c_blue{color:#3679BE!important} /*  蓝色  */
.c_white{color:#fff}/*  白色  */
.c_f60{color:#f00!important;}  /*  红色  */

/*  黑白字体  */
.color333{color:#333;} /*  深灰色  */
.color666{color:#666!important;} /*  中等深灰色  */
.color999{color:#999!important;} /*  50%灰色  */
.colorccc{color:#ccc!important;} /*  #ccc灰色  */
.coloreee{color:#eee;} /*  #eee灰色  */

.fb{font-weight:bold;} /*  粗体  */
.fn{font-weight:normal;} /*  正常粗细  */

.f_s10 {font-size:10px;} 
.f_s11 {font-size:11px;} 
.f_s12 {font-size:12px;} 
.f_s14 {font-size:14px!important;;} 
.f_s16 {font-size:16px!important;}
.f_s18 {font-size:18px!important;}
.f_s20 {font-size:20px;}
.f_s26 {font-size:26px;}

.lh160{line-height:160%;}
.lh180{line-height:180%;}
.lh200{line-height:200%;}
.h30{ height:30px!important;}
.h15{ height:15px!important;}
.h30 a{ line-height:25px!important;}
.lh30{ line-height:30px !important;}
.lh40{ line-height:40px !important;}

/*  英文字体强制换行......  */
.w_break {
	word-wrap: break-word;
	overflow: hidden;
}
body, table, td, div, p, a  {
    word-wrap: break-word;
}

.unl {text-decoration: underline;} /*  链接下划线  */
.no_unl{text-decoration: none;} /*  链接无下划线  */
.crp{cursor:pointer}  /*  链接手型  */
.text_delete {text-decoration: line-through;} /*  删除线  */
a {blr:expression(this.onFocus=this.blur());outline:none;}  /*  去除连接虚线  */

/*  全局 margin 属性  |  */
.m0{margin:0!important;}
.m5{margin:5px;}
.m10{margin:10px;}
.m20{margin:20px;}

.ml5  {margin-left:5px;}
.ml10{margin-left:10px!important;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}

.mr0  {margin-right:0px!important;}
.mr5  {margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px!important;}
.mr30{margin-right:30px;}

.mt0  {margin-top:0!important;}
.mt5  {margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px!important;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt100{margin-top: 100px!important;}

.mb0  {margin-bottom:0px!important;}
.mb5  {margin-bottom:5px!important;}
.mb10{margin-bottom:10px!important;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px!important;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px!important;}
.mb50{margin-bottom:50px!important;}
.bgfff{ background:#fff !important}
.bordert1{ border-top:1px solid #eee}
.borderb1{ border-bottom:1px solid #eee}
.bgseashell{ background:orangered; color:#fff !important; font-weight:bold; font-size:16px;}
.mtools{
	border-top-left-radius: 0px!important;
    border-top-right-radius: 0px!important; 
	border-radius: 0px!important; 
	}

/*  全局 padding  属性  |  */
.p0{padding:0!important}
.p5{padding:5px;}
.p10{padding:10px!important;}
.p20{padding:20px;}

.pl0 {padding-left:0px!important;}
.pl5 {padding-left:5px!important;}
.pl10{padding-left:10px!important;}
.pl15{padding-left:15px!important;}
.pl17{padding-left:17px!important;}
.pl20{padding-left:20px!important;}
.pl30{padding-left:30px!important;}

.pt0 {padding-top:0px!important;}
.pt5 {padding-top:5px!important;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}

.pb0 {padding-bottom:0px !important;}
.pb5 {padding-bottom:5px!important;}
.pb10{padding-bottom:10px!important;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}

.pr0 {padding-right:0;}
.pr5 {padding-right:5px!important;}
.pr10{padding-right:10px;}
.pr15{padding-right:15px;}
.pr20{padding-right:20px;}
.pr30{padding-right:30px;}

/*  全局 对齐  属性  |  */
.ta_c{text-align: center!important;}
.ta_l{text-align: left!important;}
.ta_r{text-align: right;}

/*  全局 定位  属性  |  */
.ov_h{overflow: hidden;zoom:1; display: block;}
.ov_s{overflow: scroll;}
.db{display:block;}
.dn {display: none;}
.di {display: inline;}
.dib{display:inline-block;-moz-inline-stack:inline-block;}

.cb{clear: both}
.cr{clear: right}
.cl{clear: left;}

.pr{position: relative;}
.pa{position: absolute;}

.rr{float:right!important;}
.ll{float:left!important;}

/*  清除浮动，不占高度，  */
* html .clearfix {
zoom: 1;
}
*+html .clearfix {
zoom: 1;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

/*  全局 链接属性  */
a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}


/*  多于文字 显示为......  */
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url('../../css/ellipsis.xml#ellipsis');
	display: block;
}




/******************************* style ***********************************************************/


/* header */
.container {
	width: 100%;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
}

.headerbar {
	height: 40px;
	position: relative;
	background-color: #d15331;
	box-shadow: 0 3px 3px #eee;
}

.top_inner {
	background-color: #ff3264;
	padding: 15px 15px;
}
.head_photo {
	float: left;
}
.photoBox {
	float: left;
	padding-left: 13px;
	color: #fff;
	font-size: 14px;
}
.photoBox dd {
	padding-left: 15px;
	background: url(../images/img_mobile.png) no-repeat left center;
	background-size: 10px 15px;
}
.icon_back {
	float: right;
	color: #fff;
	font-size: 16px;
	margin: 10px 0 0;
}
.mui-off-canvas-left .mui-scroll .mui-table-view-cell {
	padding: 11px 35px;
	background-color: #fff;
}
.mui-off-canvas-left .mui-scroll .mui-table-view-cell a {
	color: #666!important;
	margin-right: -20px;
}
.mui-off-canvas-left .mui-table-view-inverted:after, 
.mui-off-canvas-left .mui-table-view-inverted .mui-table-view-cell:after {
	background-color: #fff;
	height: 0;
}
.icon_home {
	background: url(../images/img_home.png) no-repeat left center;
	background-size: 16px 14px;
}
.icon_orders {
	background: url(../images/img_orders.png) no-repeat left center;
	background-size: 16px 16px;
}
.icon_cart {
	background: url(../images/img_cart.png) no-repeat left center;
	background-size: 16px 16px;
}
.icon_wish {
	background: url(../images/img_wish.png) no-repeat left center;
	background-size: 16px 16px;
}
.icon_account {
	background: url(../images/img_account.png) no-repeat left center;
	background-size: 16px 12px;
}
.icon_centter {
	background: url(../images/img_centter.png) no-repeat left center;
	background-size: 16px 16px;
}
.mui-bar .mui-title img {
	display: inline;
	margin-top:7px;
}
.top_icon {
	padding-top: 10px;
}
.mui-icon .mui-badge {
	background: #fff;
	color: #ff521e;
}
.mui-bar .mui-title {
	color: #666;
}

/* footer */

.footer {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 10;
}

/* index */

.nav_icon {
	margin-bottom: 10px;
	clear: both;
	background-color: #fff;
}

.nav_icon li {
	padding: 10px 0 10px;
	width: 25%;
	float: left;
}

.nav_icon li a {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #333;
}

.nav_icon li a span {
	display: block;
	text-align: center;
}

.nav_icon li a span img {
	display: inline-block;
}

.photo_box {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	clear: both;
}

.photo_box h2 {
	margin-bottom: 5px;
	font-size: 12px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 24px;
}
.mui-btn-outlined {
	margin-left: 10px;
	border-radius: 20px;
}
.photo_box h2 a {
	float: right;
	color: #aeaeae;
	font-size: 12px;
}

.imgbox {
	clear: both;
}

.imgbox li {
	width: 48%;
	margin-right: 2%;
	font-size: 12px;
	color: #999;
	float: left;
}

.imgbox li:last-child {
	margin-right: 0;
}

.imgbox li img,
.photoUl li img {
	width:100%;
}

.imgbox li span,
.photoUl li p span {
	color: #ff521e;
}
.nav_icon li a span {
	margin-bottom: 5px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 40px;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	line-height: 60px;
}
.nav_icon li:first-child a span {
	font-size: 30px;
	background: linear-gradient(to bottom right, #ff5f10, #ee2c2c);
}
.nav_icon li:nth-child(2) a span {
	font-size: 35px;
	background: linear-gradient(to bottom right, #fd8425, #ff6b01);
}
.nav_icon li:nth-child(3) a span {
	background: linear-gradient(to bottom right, #5aceff, #31a2f7);
}
.nav_icon li:nth-child(4) a span {
	background: linear-gradient(to bottom right, #fd547a, #eb6877);
}
.photo_box h3 {
	font-size: 15px;
	text-align: center;
	margin-bottom: 15px;
}

.photoUl li {
	float: left;
	width: 50%;
	font-size: 12px;
	color: #999;
	margin-bottom: 15px;
}

.photoUl li:nth-child(2n) {
	float: right;
}

.photoUl li p {
	margin-bottom: 0;
	padding: 0;
}

.photoUl li a {
	color: #333;
}

.photoUl .mui-content-padded {
	margin: 0;
}

.photoUl .mui-inline {
	vertical-align: middle;
}

.mui-input-group {
	padding: 20px 10px;
}

.mui-input-row input {
	border: none;
	padding: 10px 15px;
}

.mui-input-group .mui-button-row {
	height: auto;
	padding: 20px 0 0;
}

.mui-btn-submit {
	width: 100%;
	background-color: #ff521e;
	border: none;
	line-height: 1.5;
}
.mui-btn-666 {
	width: 100%;
	background-color: #ccc;
	border: none;
	line-height: 1.5;
}
.help-center .mui-table-view-cell {
	padding: 11px 15px;
}
.mui-popover .mui-popover-arrow.mui-bottom:after {
	top: 19px;
}
.forgot_txt {
	text-align: right;
	margin-top: 15px;
}
.forgot_txt a {
	color: #0b8ac5;
}
.mui-btn-join {
	width: 100%;
	color: #ff521e!important;
	border-color: #ff521e;
}
.mui-input-group:after {
	background-color: #fff;
}
.mui-radio01 {
	margin: 10px 10px 0;
}
.order_num {
	margin-bottom: 10px;
	padding: 10px;
	color: #999;
	background-color: #fff;
}
.total {
	color: #333;
}
.total span {
	float: right;
}
.total .mui-orange {
	color: #ff521e;
	font-size: 16px;
}
.payment {
	padding: 10px 0;
}
.payment ul li {
	float: left;
	width: 48%;
	margin-top: 10px;
}
.payment ul li:nth-child(2n) {
	float: right;
}
.payment ul li img {
	width: 100%;
}
.payment ul li a {
	border: 3px solid #eee;
	display: block;
	position: relative;
}
.payment ul li a:hover {
	border: 3px solid #ff521e;
} 
.payment ul li a:hover .payment-active {
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../images/icon_08.png) no-repeat left top;
	background-size: 19px 16px;
	display: block;
	width: 19px;
	height: 16px;
}
.table-color li a {
	color: #999!important;
}
.mui-tab-change {
	background-color: #fff;
}
.mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
	border-bottom: 0px solid #ff521e;
	color: #ff521e;
}
.mui-input-group:before,
.mui-table-view:before {
	background-color: #fff;
}
.sp_color {
	color: #999;
}
.sp_orange {
	color: #ff521e;
}
.copy {
	display: inline-block!important;
	margin-left: 50px!important;
	color: #fff!important;
	background-color: #ff521e;
	border-radius: 20px;
	line-height: 6px;
}
.already {
	text-align: center;
	color: #333;
	margin-top: 10px;
}
.mui-radio01 label a,
.already a {
	color: #008bda;
}
.review_box {
	margin-bottom: 10px;
	background-color: #fff;
}
.mui-table-reviews {
	padding: 10px;
	border-bottom: 1px solid #eaeaea;
} 
.mui-table-reviews .mui-name {
	float: left;
	font-size: 16px;
	color: #333;
	padding: 0;
}
.mui-table-reviews .mui-name span {
	display: block;
	font-size: 14px;
	color: #999;
}
.mui-table-reviews .mui-content-padded {
	float: right;
}
.review_box .mui-text {
	padding: 10px;
	color: #666;
}
.review_box .mui-ul {
	padding: 0 10px 10px;
}
.review_box .mui-ul li {
	float: left;
	margin-right: 1%;
	width:20%;
}
.review_box .mui-ul li img {
	width: 100%;
}
.view_box01 {
	margin-top: 10px;
	background-color: #fff;
}
.view_dl dt {
	margin: 15px;
}
.view_dl dd {
	color: #999;
	margin: 0 15px 15px;
}
.payment-ul {
	padding: 0 15px 15px;
}
.payment-ul li {
	float: left;
}
.search-ul {
	padding: 0 15px;
}
.search-ul li {
	margin: 0 15px 15px 0;
	padding: 10px 15px;
	color: #666;
	float: left;
	background-color: #f6f6f6;
}
.mui-input-row select {
	width: 100%;
	padding: 0 15px;
	color: #666;
	position: static;
}
.mui-select-box:before {
	font-family: Muiicons;
	font-size: inherit;
	line-height: 1;
	position: absolute;
	top: 50%;
	display: inline-block;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-decoration: none;
	color: #666;
	-webkit-font-smoothing: antialiased;
	right: 15px;
	content: '\e581';
}
.mui-input-group textarea {
	font-size: 17px;
	height: 100px;
	color: #666;
}
.mui-input-row.row:after {
	height: 0;
}
.mui-input-row.row {
	height: auto;
}


.itemimg{ 
width:100%; height:150px;
background-size:contain !important; 
}

.itemimg2{ 
width:100%; height:147px;
background-size:contain !important; 
}

.itemimg3{ 
width:100%; height:240px;
background-size:contain !important; 
}

.itempadding{
	padding:0px !important;
}

.loading{background:url(../images/loading.gif) no-repeat center center; width:100%; min-height:137px;}






.pro_table {
	margin: 0px 0;
	width: 100%;
	border-collapse: collapse;
}
.pro_table thead th {
	border: 1px solid #e5e5e5;
	background-color: #e5e5e5;
	text-align: center;
	line-height: 30px;
}
.pro_table tbody td {
	border: 1px solid #e5e5e5;
	text-align: center;
	line-height: 24px;
}

.number {
	background-color: #ff0000;
	color: #fff;
	border-radius: 5px;
	padding: 3px 6px;
	margin: 0 5px;
	font-size: 18px;
	display: inline-block;
}

.zxiantop{border-top:1px solid #ddd}
.mui-toast-message{ background:#ff3264;color:#fff; margin-bottom:40%; /*padding-bottom:10px;*/ padding-top:10px;}
.mui-toast-message a{color:#fff}
.mobile a{color:#fff}


.sucbid,
.offer,
.best,
.has_bid,
.collect {
	margin-bottom: 1px;
	font-size: 14px;
	color: #fff;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #ff3264;
	margin:10px;
	border-radius: 3px;
}
.best {
	background-color: turquoise;
}
.has_bid {
	background-color: #834e00;
}
.sucbid {
	background-color: limegreen;
}

#news {
	height: 22px;
	overflow: hidden;
}
#news a {
	line-height: 19px;
	display: block;
}
.leiDiv h2 {
	color: #ff5400;
	font-size: 16px;
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 10px;
}
.leiDiv h2 span {
	margin-right: 10px;
	font-size: 20px;
}
.leiDiv {
	padding: 10px;
	text-align: center;
	background-color: #fff;
}
.leiDiv {
	padding: 10px 0;
}
.leiDiv .leiUl {
	padding: 10px;
}
.leiDiv .leiUl li {
	float: left;
	width: 32%;
	margin: 10px 2% 0 0;
}
.leiDiv .leiUl li:nth-child(3n) {
	float: right;
	margin-right: 0;
}
.leiDiv .leiUl li img {
	width: 100%;
}
.liuchen {
	padding: 0 1%;
}
.liuchen li {
	float: left;
	width: 33.33%;
	padding: 10px 1%;
}
.liuchen li a {
	display: block;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background: linear-gradient(to bottom right, #fd9213, #fd5b13);
}
.liuchen li span {
	margin-left: 5px;
	font-size: 18px;
}
.clear{ clear:both}

.hotkeywords{float: left;width: 100%;height: auto;background:#FFF;}
.hotkeywords a{float: left;width: auto;height: 24px;line-height: 24px;text-align: center;padding: 0 10px;border:1px solid #EBEBEB;color: #666666;margin: 8px 8px 0 0px;}
.hotkeywords a.select{border-color: #11235E;color: #041757;}
.leftnav{visibility:initial !important;border-radius:0px!important;left:0px!important;background-color:#fff!important;width: 100%;}
.leftnav .mui-scroll-wrapper{margin:0px!important;border-radius:0px!important;}


.auctions_page{height: 45px;position: fixed;left: 0; bottom: 0; right: 0; z-index: 999; background: #f7f7f7; border-top: 1px solid #c7c7c7;line-height: 45px;}
.auctions_page a{float: left;width: 35%;height: 100%;display: block;text-align: center;border-left: 1px solid #CCCCCC;margin-left:-1px;}
.nowpagechange{position: relative;}
.nowpagechange dl{position: absolute;left: 0;bottom:45px;width: 100%;height: auto;background-color: #F7F7F7;display: none;}
.nowpagechange dl dd{float: left;height: 40px;width: 100%;border: 1px solid #c7c7c7;border-bottom: none;}
.nowpagechange dl dd:last-child{border-bottom: 1px solid #c7c7c7;;}
.nowpagechange dl dd input{float: left;width: 100%;height:38px;border: none;outline: none;text-align: center;}
.auctions_page .child_menu i,.nowpagechange span i{float: left;width: 100%;height: 14px;line-height: 14px;margin-top: 5px;}
.auctions_page .child_menu span,.nowpagechange span span{float: left;width: 100%;height: 22px;line-height: 22px;}
.auctions_menu_child{height: auto;position: fixed;bottom: 45px;background:rgba(0,0,0,0.8);width: 100%;padding: 0px 3% 10px;left: 0;display: none;}
.auctions_menu_child a{float: left;margin-right: 10px; display: block;margin-top: 10px; padding: 0px 10px; border-radius: 2px;height: 30px;line-height:30px;color: #666666;background-color: #FFFFFF;}
.auctions_position{float: left;width: 100%;/*margin-top: 10px;*/height: 30px;background-color: #FFFFFF;}
.auctions_position a{float:none;width: auto;margin-right: 0px;margin-top: 0px;padding: 0;display: inline;}
.auctions_position span{float: left;width: auto;color: #666666;height: 30px;line-height: 30px;text-indent: 5px;}
.bgnone{ background:none !important}
.daohangdel{color:#ccc !important}
.daohangdel a{color:#ccc !important}
.catlist.mui-bar-tab{height: 45px !important;}
.catlist.mui-bar .mui-icon{padding-top:0px;}
.nowpage{ float:left;color:#666; height:45px;}
.nowpagechange dl dd a{ height:100%; width:100%;}
.nowpagechange dl dd.current{ background:#f00;color:#fff}

.topnav{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0px;
    top: 84px !important;
    left: 0px !important;
    width: 100%;
	position:fixed;	
	}
.topnavdown{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0px;
    top: 40px !important;
    left: 0px !important;
    width: 100%;
	position:fixed;	
	}
.topnav.mui-popover .mui-popover-arrow, .topnavdown.mui-popover .mui-popover-arrow {
	display: none;
}
#class .mui-table-view-cell::after{ height:0px !important}
#sort .mui-table-view-cell::after{ height:0px !important}
#filter .mui-table-view-cell::after{ height:0px !important}
#hotword .mui-table-view-cell::after{ height:0px !important}
.shaixuan{top:44px;color:#666; background:#fff !important; border-bottom:1px solid #DBDBDB; height:35px; border-top:none !important;}
.shaixuan.mui-bar .mui-segmented-control{top:0px}
.colorbd {
    color: #bdbdbd;
}

.common_right_menu{position: fixed;top: 44px;width: 100px;height: auto;right: 0px;display: none;z-index: 9999;
    background: #f00;
    background: -webkit-linear-gradient(to right,#f00,#ff3264);
    background: linear-gradient(to right,#f00,#ff3264);
}
.common_right_menu ul{float: left;width: 100%;height: auto;}
.common_right_menu ul li{float: left;width: 100%;height: 40px;line-height: 40px;}
.common_right_menu ul li i{/*float: left;*/width: 30px;height: 40px;text-align: center;color: #FFFFFF;}
.common_right_menu ul li a{color: #FFFFFF;}
.siteitemimg2{ width:70% !important;background-size:100% auto !important;margin-left: auto;margin-right: auto; height:50px !important}
.sitediv li{ width:48% !important; border:1px solid #eee;text-align: center;line-height: 45px; padding-top:7px;}
.mui-btn-Pay {
	color: #ff3264;
	border-color: #ff3264;
}
.itemdespic img{ display:inline !important}
.detail_center {
	background-color: #fff;
	padding: 10px;
	margin-bottom: 10px;
}
.detail_center .detail_txt1 {
	margin-bottom: 8px;
}
.detail_center .detail_txt1 span {
	font-size: 20px;
	color: #ff5d00;
	display: inline-block;
	margin-right: 10px;
}
.detail_center .detail_txt1 a {
	color: #ff251e;
}
.detail_center .detail_ul01 li {
	float: left;
	width: 50%;
	line-height: 30px;
}
.detail_center .detail_ul01 li a {
	color: #666;
}
.detail_center .detail_txt2 span {
	color: #fff;
	display: inline-block;
	border-radius: 15px;
	padding: 2px 20px;
	background-color: #ff5d00;
}
.message .liulan {
	color: #fff;
	font-size: 13px;
	border-radius: 3px;
	background-color: #ff7001;
	padding: 2px 5px;
	margin-left: 15px;
	display: inline-block;
}
.tishi {
	padding: 0 10px 10px;
	border-bottom: 1px solid #e5e5e5;
}
.tishi li {
	color: #999;
	line-height: 30px;
}
.tishi li span {
	color: #bfbfbf;
	display: inline-block;
	font-size: 20px;
	margin-right: 15px;
}
.tishi li.on {
	color: #333;
}
.tishi li.on span {
	color: #ff5d00;
	font-size: 24px;
}
.cankao_tab {
	width: 95%;
	border-collapse: collapse;
	margin:auto;
}
.cankao_tab td {
	border-bottom: 1px solid #f4f4f4;
	padding: 10px;
	padding-left:0px;
	color:#666;

}
.cankao_tab tr td:first-child {
	text-align: left;
}
.mui-grid-view.mui-grid-9 {
	background-color: #fff;
	margin-bottom: 10px;
}
.mui-table-view.mui-grid-view .mui-table-view-cell span {
	font-size: 26px;
	color: #ff5d00;
}
.message {
	background-color: #fff;
	padding: 10px;
	/*margin-bottom: 10px;*/
}
.message > div {
	padding-top: 10px;
	line-height: 35px;
}
.message .liulan {
	color: #fff;
	font-size: 13px;
	border-radius: 3px;
	background-color: #ff7001;
	padding: 2px 5px;
	margin-left: 15px;
	display: inline-block;
}
.message .price {
	font-size: 18px;
	color: #ff251e;
	font-weight: bold;
	/*width: 30%;*/
	display: inline-block;
	padding-right:20px;
}
.message .num {
	margin: 0 3px;
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	border-radius: 5px;
	background-color: #ff251e;
	font-weight:bold;
	font-size:18px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sp_color {
	color: #666;
	display: inline-block;
	/*width: 25%;*/
	width: 35%;
}
.sp_orange {
	color: #ff521e;
}
.itemdesbg{ background:whitesmoke; margin-bottom:10px;}

/*search null*/
.m-emptydata {
    position: absolute;
    top: 50%;
    margin-top: -88px;
    width: 100%;
}
.f-tac {
    text-align: center;
}
.u-emptsearch {
    display: inline-block;
    width: 101px;
    height: 101px;
    background-position: 0 0;
	background: url(../images/search.png) no-repeat;
    background-size: 101px;
}
.m-emptydata .text {
    text-align: center;
    font-size: 13px;
    color: #333;
    font-family: STHeiti Light,Microsoft YaHei,SimSun;
    padding-top: 20px;
}
.m-emptydata .text .key {
    color: #d22147;
}
.ordertag {
	text-align: center;
	color: #fff;
	background-color: gainsboro;
	border: 1px solid gainsboro;
	border-radius: 3px;
	padding-left:3px;
	padding-right:3px;
}
.ordertag2 {
	text-align: center;
	color: #fff;
	background-color: #ff3264;
	border: 1px solid #ff3264;
	border-radius: 3px;
	padding-left:3px;
	padding-right:3px;
}

.helpdec img {
	max-width:100%;
	margin-top:10px;
}
.linkxu{
    color: #069 !important;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #069;
}