@charset "UTF-8"; 

a, abbr, acronym, address, applet, article, aside, audio, b, big,
	blockquote, body, canvas, caption, center, cite, code, dd, del, details,
	dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form,
	h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, input, ins, kbd,
	label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby,
	s, samp, section, small, span, strike, strong, sub, summary, sup, table,
	tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: 400;
	vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, menu, nav,
	section {
	display: block
}

body {
	line-height: 1
}

blockquote, q {
	quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a {
	color: #7e8c8d;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	text-decoration: none
}

li {
	list-style: none
}

body {
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body, html {
	line-height: 1;
	font-family: 'Microsoft YaHei', SimSun, 'PingFang SC', STHeitiSC-Light,
		Helvetica-Light, arial, sans-serif, 'Droid Sans Fallback';
	-webkit-tap-highlight-color: transparent;
	background: #fff;
	color: #000;
	min-height: 100%;
	overflow-x: hidden
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	position: relative
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: grey
}

input:-moz-placeholder, textarea:-moz-placeholder {
	color: grey
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: grey
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: grey
}

input[type=radio] {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

input {
	outline: 0
}

.mask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #000;
	filter: alpha(opcity = 60);
	-moz-opacity: .6;
	-khtml-opacity: .6;
	opacity: .6;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	z-index: 1
}

.f-cb, .f-clearboth {
	height: 0;
	clear: both;
	font-size: 0;
	line-height: 0;
	zoom: 1
}

.f-fl, .f-floatleft {
	float: left
}

.f-floatright, .f-fr {
	float: right
}

.top_part {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	height: 3.125rem;
	padding: 0 .9375rem;
	background-color: #fff
}

.top_part .go_back {
	width: .78125rem;
	height: 1.25rem;
	background: url(../images/top_go_back_left.png) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain
}

.top_part .text {
	max-width: 15.625rem;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 1.1875rem;
	color: #333;
	font-weight: 700;
	text-align: center
}

.top_part .go_home {
	width: 1.34375rem;
	height: 1.28125rem;
	background: url(../images/top_go_home.png) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain
}

.nulldiv {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 3.15625rem;
	border-bottom: 1px solid #dedede
}

.await .await_img {
	padding-top: 3.4375rem;
	font-size: 0;
	text-align: center
}

.await .await_img .await_imgs {
	width: 13.625rem;
	height: 6.9375rem;
	display: inline-block
}

.await .await_title {
	padding: .6875rem;
	text-align: center;
	line-height: 1.375rem;
	font-size: .75rem;
	color: #999
}

.unfind .unfind_img {
	padding-top: 1.78125rem;
	font-size: 0;
	text-align: center
}

.unfind .unfind_img .unfind_imgs {
	width: 15.3125rem;
	height: 9.3125rem;
	display: inline-block
}

.unfind .unfind_title {
	padding: .375rem;
	text-align: center;
	line-height: 1.0625rem;
	font-size: .75rem;
	color: #999
}

.unfind .unfind_btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: .53125rem
}

.unfind .unfind_btn a {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #dd151e;
	padding: .46875rem;
	line-height: 1.1875rem;
	font-size: .9375rem;
	width: 6.25rem;
	text-align: center;
	-webkit-border-radius: .125rem;
	border-radius: .125rem;
	margin: .625rem
}

.unfind .unfind_btn .unfind_tohome {
	background-color: #fff;
	color: #dd151e
}

.unfind .unfind_btn .unfind_tohome:active {
	background-color: #f9f9f9
}

.unfind .unfind_btn .unfind_refresh {
	background-color: #dd151e;
	color: #fff
}

.unfind .unfind_btn .unfind_refresh:active {
	background-color: #d21010
}
.lc_tableNav{
	font-size: 20px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	width: 200px;
	text-align: center;
	cursor: pointer;
	color: #999999;
	border-bottom: 1px solid #dedede;
}
.lc_tableNull{
	width: 356px;
	height: 50px;
	border-bottom: 1px solid #dedede;
}
.lc_closeTwo{
  		display: none;
}
.sell_list_rgt .lc_tableCut .active{
  		border: 1px solid #dedede;
  		color: #e00e0e;
  		border-bottom: 1px solid #fff;
  	}
.detail_list .list_title {
	    font-size: 1.125rem;
	    color: #333;
	    line-height: 1.75rem;
	    margin-bottom: .59375rem;
	}
.detail_list .list_jzrq,  .detail_list .list_pdwjz ,  .detail_list .list_ljjz {
	    font-size: .875rem;
	    color: #666;
	    line-height: 1.3125rem;
	    width: 19.84375rem;
	    padding-left: 1.71875rem;
	    position: relative;
    }
.detail_list {
	    padding: .9375rem;
	    background: #fff;
	}
.pl_head {
	    font-size: 20px;
	    color: #333333;
	    font-weight: bold;
	    text-align: center;
	    padding-top: 30px;
	    padding-bottom: 40px;
	    width: 100%;
    }


