@charset "utf-8";

* {
	tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-ms-tap-highlight-color: rgba(0,0,0,0)
}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td {
	margin: 0;
	padding: 0;
	vertical-align: baseline
}

img {
	border: 0 none;
	vertical-align: top
}

ol,ul {
	list-style: none
}

input,select,button,h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-family: inherit
}

input[type=button],input[type=submit],textarea,select,button {
	-webkit-appearance: none;
	border-radius: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

address,cite,dfn,em,var,i {
	font-style: normal
}

strong {
	font-weight: 700
}

s {
	text-decoration: none
}

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

a:visited {
	color: #666
}

body {
	margin: 0 auto;
	min-width: 320px;
	max-width: 640px;
	height: 100%;
	font-size: 13px;
	font-family: Helvetica,STHeiti STXihei,Microsoft YaHei,Arial;
	line-height: 1.5;
	color: #666;
	-webkit-text-size-adjust: 100%!important;
	background-color: #e5e5e5
}

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

.g-f12 {
	font-size: 12px
}

.g-f14 {
	font-size: 14px
}

.g-fw {
	font-weight: 700
}

.g-fl {
	float: left
}

.g-fr {
	float: right
}

.g-al {
	text-align: left
}

.g-ar {
	text-align: right
}

.g-am {
	text-align: center
}

.g-pt10 {
	padding-top: 10px
}

.g-pl10 {
	padding-left: 10px
}

.g-mt10 {
	margin-top: 10px
}

.g-ml10 {
	margin-left: 10px
}

.g-tip {
	position: fixed;
	z-index: 10;
	top: 40%;
	right: 50%
}

.g-tip .box {
	position: relative;
	top: -50%;
	left: 50%;
	color: #F2F2F2;
	width: 100%;
	height: 100%;
	padding: 10px 15px;
	text-align: center;
	opacity: .8;
	background-color: #000;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

.g-tip.hide {
	display: none
}

.g-loading {
	position: fixed;
	z-index: 10;
	top: 40%;
	left: 50%;
	width: 60px;
	height: 60px
}

.g-loading:after {
	content: '';
	display: block;
	position: relative;
	top: -50%;
	left: -50%;
	width: 100%;
	height: 100%;
	opacity: .8;
	border-radius: 8px;
	background: #000 url(../../images/tm/ico-loading-v2.gif) 10px 10px no-repeat;
	background-size: 40px 40px
}

.g-loading.hide {
	display: none
}

.mod-bar {
	height: 42px;
	line-height: 42px;
	color: #fff;
	font-size: 15px;
	background-color: #ff5722;
	
background-color: 	#5422ff;
	position: relative;
	text-align: center
}

.mod-bar a.logo {
	width: 80px;
	text-align: center;
	display: block;
	margin: auto;
	padding: 12px;
	height: 18px
}

.mod-bar a.logo img {
	vertical-align: top
}

.mod-bar span.choose-city,.mod-bar a.l-member,.mod-bar a.r-member,.mod-bar a.l-home,.mod-bar a.r-home,.mod-bar a.back,.mod-bar a.text {
	position: absolute;
	height: 30px;
	line-height: 30px;
	margin-top: 6px;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 15px;
	background: url(../../images/tm/common-bg.png) right 10px no-repeat;
	background-size: 80px 243px
}

.mod-bar span.choose-city {
	margin-left: 10px;
	padding-right: 18px
}

.mod-bar a.l-member {
	width: 46px;
	display: block;
	background-position: -42px -24px
}

.mod-bar a.r-member {
	left: auto;
	right: 0;
	width: 46px;
	display: block;
	background-position: -42px -24px
}

.mod-bar a.text {
	padding: 0 10px;
	left: auto;
	right: 0;
	background: 0 0
}

.mod-bar a.l-home {
	width: 40px;
	display: block;
	line-height: 80px;
	padding: 0 10px;
	overflow: hidden;
	background: url(../../images/tm/i-home.png) center center no-repeat;
	background-size: 23px 22px
}

.mod-bar a.r-home {
	width: 40px;
	display: block;
	line-height: 80px;
	padding: 0 10px;
	left: auto;
	right: 0;
	overflow: hidden;
	background: url(../../images/tm/i-home.png) center center no-repeat;
	background-size: 23px 22px
}

.mod-bar a.back {
	width: 44px;
	display: block;
	line-height: 80px;
	padding: 0 10px;
	overflow: hidden;
	background: url(../../images/tm/i-back.png) 6px center no-repeat;
	background-size: 23px 22px
}

.mod-city-pop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	overflow-y: auto;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	-webkit-transform: translate3d(-100%,0,0);
	-moz-transform: translate3d(-100%,0,0);
	-ms-transform: translate3d(-100%,0,0);
	-o-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
	opacity: 0
}

.mod-city-pop.show {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1
}

.mod-city-pop div.title {
	background-color: #F2F2F2;
	height: 38px;
	line-height: 38px
}

.mod-city-pop div.title a.close {
	float: right;
	padding: 0 15px
}

.mod-city-pop div.search {
	position: relative;
	padding: 0 30px
}

.mod-city-pop div.search input {
	width: 100%;
	margin: 10px 0;
	border-radius: 30px;
	text-align: center;
	height: 25px;
	line-height: 25px;
	padding: 3px 0;
	font-size: 14px;
	border: 1px solid #999;
	outline: 0
}

.mod-city-pop div.search ul {
	position: absolute;
	left: 0;
	right: 0;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6
}

.mod-city-pop div.search li {
	background-color: #fff;
	border-bottom: 1px solid #e6e6e6
}

.mod-city-pop div.search li a {
	color: #666;
	display: block;
	text-align: center;
	padding: 8px;
	font-size: 14px
}

.mod-city-pop div.search li.none {
	text-align: center;
	padding: 8px;
	font-size: 14px
}

.mod-city-pop dl dt {
	background-color: #f2f2f2;
	padding: 4px 20px;
	color: #ee5554;
	font-size: 14px
}

.mod-city-pop dl dd {
	width: 33.3%;
	float: left
}

.mod-city-pop dl dd a {
	display: block;
	padding: 8px 0;
	text-align: center;
	font-size: 14px
}

.mod-city-pop dl:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block
}

.mod-footer {
	text-align: center;
	padding: 25px 0 40px
}

.mod-footer a {
	border-left: 1px solid #666;
	margin-left: 10px;
	padding-left: 10px
}

.mod-footer a.first {
	padding-left: 0;
	margin-left: 0;
	border-left: 0
}

.mod-footer p {
	padding-top: 5px
}

.mod-container.hidden {
	overflow-y: hidden;
	margin-bottom: 0
}

@-webkit-keyframes stretchdelay {
	0%,40%,100% {
		-webkit-transform: scaleY(0.4)
	}

	20% {
		-webkit-transform: scaleY(1)
	}
}

@keyframes stretchdelay {
	0%,40%,100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4)
	}

	20% {
		transform: scaleY(1);
		-webkit-transform: scaleY(1)
	}
}

.mod-tabs {
	border-top: 1px solid #ddd;
	font-size: 15px;
	background-color: #fff
}

.mod-tabs li {
	line-height: 40px;
	float: left;
	text-align: center;
	width: 33%;
	border-bottom: 1px solid #ddd
}

.mod-tabs li a {
	width: 100%;
	display: block
}

.mod-tabs li a span {
	padding-left: 17px;
	display: inline-block;
	background: url(../../images/tm/common-bg.png) 0 -148px no-repeat;
	background-size: 80px 243px
}

.mod-tabs li.selected {
	position: relative
}

.mod-tabs li.selected a span {
	color: #0965b2;
	background-position: 0 -118px
}

.mod-tabs li.selected:after {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	bottom: -1px;
	background-color: #ff5722
}

.mod-tabs li.i-sale a span {
	background-position: 0 -88px
}

.mod-tabs li.i-sale.selected a span {
	background-position: 0 -58px
}

.mod-tabs li.i-before {
	width: 34%
}

.mod-tabs li.i-before a span {
	background-position: 0 -208px
}

.mod-tabs li.i-before.selected a span {
	background-position: 0 -178px
}

.mod-notice {
	background-color: #fff;
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	color: #666
}

.mod-notice i {
	background: url(../../images/tm/che.png) 1px 1px no-repeat;
	background-size: 15px 15px;
	width: 15px;
	height: 15px;
	float: left;
	margin: 8px 5px 0 10px
}

.mod-notice i.tel {
	background: url(../../images/tm/tel.png) no-repeat 2px -1px;
	background-size: 15px 15px
}

.mod-notice .bd {
	position: relative;
	height: 30px;
	width: 100%
}

.mod-notice .bd ul {
	position: absolute;
	left: 0;
	top: 0
}

.mod-notice .bd ul li {
	height: 30px
}

.mod-notice .bd ul li a {
	color: #666
}

.mod-notice .bd ul li a font {
	color: #c80a16;
	font-size: 14px;
	font-weight: 300;
	display: inline-block
}

.mod-activity li {
	margin-bottom: 10px;
	border-radius: 0px 30px 0px 20px;
	border-bottom: 2px solid #ff5722;
	background-color: #fff
}

.mod-activity li div.pic {
	position: relative
}

.mod-activity li div.pic img {
	width: 100%;
	min-height: 150px;
	border-radius: 0px 30px 0px 0px
}

.mod-activity li div.pic .field-view {
	position: absolute;
	left: 0;
	bottom: 0
}

.mod-activity li div.pic .field-view em.view {
	color: #fff;
	font-size: 12px;
	padding: 0 15px 0 10px;
	line-height: 28px;
	float: left;
	background-color: #72d113;
	opacity: .9;
	border-radius: 0 19px 19px 0
}

.mod-activity li div.pic .field-view em.view span {
	color: #ff0
}

.mod-activity li div.pic .field-view em.field {
	border-radius: 0;
	background-color: #0965b2;
	padding: 0 10px
}

.mod-activity li div.pic .field-view em.field span {
	color: #fc3
}

.mod-activity li h3 {
	margin: 0 16px;
	font-size: 15px;
	font-weight: 700;
	padding: 8px 0 7px;
	line-height: 25px;
	color: #333;
	border-bottom: 1px solid #f1f1f1
}

.mod-activity li h3 img {
	margin-right: 5px
}

.mod-activity li div.text dl {
	margin: 0 16px
}

.mod-activity li div.text dl dt span.time {
	font-size: 12px;
	float: right;
	line-height: 30px;
	margin: 5px 0 3px;
	padding-left: 18px;
	background: url(../../images/tm/index-bg.png) 0 -42px no-repeat;
	background-size: 39px 90px
}

.mod-activity li div.text dl dt span.time em {
	color: #f45f13
}

.mod-activity li div.text dl dt span.money {
	float: left;
	font-size: 18px;
	color: #f45f13;
	margin: 5px 0 3px;
	font-family: "Microsoft Yahei"
}

.mod-activity li div.text dl dt span.money em {
	font-size: 17px;
	float: left;
	margin-top: 2px
}

.mod-activity li div.text dl dt span.money span {
	float: left;
	line-height: 29px
}

.mod-activity li div.text dl dt i {
	float: left;
	width: 39px;
	height: 15px;
	overflow: hidden;
	line-height: 100px;
	background: url(../../images/tm/index-bg.png) no-repeat;
	background-size: 39px 90px;
	margin: 12px 0 0 5px
}

.mod-activity li div.text dl dt:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block
}

.mod-activity li div.text dl dt.finish span.time {
	color: #ccc;
	padding-left: 0;
	background: 0 0
}

.mod-activity li div.text dl dt.finish span.money {
	color: #ccc
}

.mod-activity li div.text dl dt.finish span.money em {
	color: #ccc
}

.mod-activity li div.text dl dt.finish i {
	background-position: 0 -25px
}

.mod-activity li div.text dl dd {
	border-bottom: 1px solid #f1f1f1;
	text-align: center;
	font-size: 14px;
	padding: 8px 0
	
}

.mod-detail .detail-main {
	border-bottom: 1px solid #ddd;
	background-color: #fff
}

.mod-detail .detail-main div.pic {
	position: relative
}

.mod-detail .detail-main div.pic img {
	width: 100%;
	
}

.mod-detail .detail-main div.pic em.view {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 12px;
	padding: 0 15px;
	line-height: 28px;
	float: left;
	background-color: #72d113;
	opacity: .9;
	border-radius: 0 19px 19px 0
}

.mod-detail .detail-main div.pic em.view span {
	color: #ff0
}

.mod-detail .detail-main h3 {
	margin: 0 16px;
	font-size: 15px;
	font-weight: 700;
	padding: 8px 0 7px;
	line-height: 25px;
	color: #333;
	border-bottom: 1px solid #f1f1f1
}

.mod-detail .detail-main h3 img {
	margin-right: 5px
}

.mod-detail .detail-main div.text dl {
	margin: 0 16px
}

.mod-detail .detail-main div.text dl dt {
	border-bottom: 1px solid #f1f1f1
}

.mod-detail .detail-main div.text dl dt span.time {
	font-size: 12px;
	float: right;
	line-height: 30px;
	margin: 5px 0 3px;
	padding-left: 18px;
	background: url(../../images/tm/index-bg.png) 0 -42px no-repeat;
	background-size: 39px 90px
}

.mod-detail .detail-main div.text dl dt span.time em {
	color: #f45f13
}

.mod-detail .detail-main div.text dl dt span.money {
	float: left;
	font-size: 18px;
	color: #f45f13;
	margin: 5px 0 3px
}

.mod-detail .detail-main div.text dl dt span.money em {
	font-size: 13px;
	float: left;
	margin-top: 7px
}

.mod-detail .detail-main div.text dl dt span.money span {
	float: left;
	line-height: 30px
}

.mod-detail .detail-main div.text dl dt i {
	float: left;
	width: 39px;
	height: 15px;
	overflow: hidden;
	line-height: 100px;
	background: url(../../images/tm/index-bg.png) no-repeat;
	background-size: 39px 90px;
	margin: 12px 0 0 5px
}

.mod-detail .detail-main div.text dl dt:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block
}

.mod-detail .detail-main div.text dl dt.finish span.time {
	color: #ccc;
	padding-left: 0;
	background: 0 0
}

.mod-detail .detail-main div.text dl dt.finish span.money {
	color: #ccc
}

.mod-detail .detail-main div.text dl dt.finish span.money em {
	color: #ccc
}

.mod-detail .detail-main div.text dl dt.finish i {
	background-position: 0 -25px
}

.mod-detail .detail-main div.text dl dd {
	font-size: 14px;
	text-align: center;
	padding: 8px 0
}

.mod-detail .detail-feature {
	font-size: 12px;
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 10px;
	padding-bottom: 8px
}

.mod-detail .detail-feature li {
	padding: 8px 0 0 14px;
	float: left;
	width: 88px
}

.mod-detail .detail-feature li span {
	background: url(../../images/tm/i-feature.png) left center no-repeat;
	background-size: 13px 13px;
	padding: 0 0 0 16px
}

.mod-detail .blankdiv {
	height: 55px;
	margin-bottom: 10px
}

.mod-detail .blankdiv .actdetail {
	padding: 5px 10px;
	margin: 10px 0;
	background-color: #fff;
	border: 1px solid #ddd
}

.mod-detail .blankdiv .actdetail .saleinfo {
	position: relative;
	padding: 5px 50px 0 120px;
	font-size: 14px;
	color: #000;
	line-height: 20px
}

.mod-detail .blankdiv .actdetail .saleinfo i {
	display: inline-block;
	background: url(../../images/tm/sale.png) no-repeat 0 0;
	background-size: 89px 46px
}

.mod-detail .blankdiv .actdetail .saleinfo .headdiv {
	position: absolute;
	left: -10px;
	top: -5px;
	background-color: #f66;
	padding: 0 30px 0 10px;
	height: 55px;
	line-height: 55px
}

.mod-detail .blankdiv .actdetail .saleinfo .headdiv .zsgwicon {
	width: 55px;
	vertical-align: middle
}

.mod-detail .blankdiv .actdetail .saleinfo .headdiv span {
	display: inline-block;
	height: 55px;
	width: 55px;
	border-radius: 100%;
	background-color: #f66;
	position: absolute;
	right: -27px;
	line-height: 55px;
	top: 0;
	text-align: center
}

.mod-detail .blankdiv .actdetail .saleinfo .headdiv span .head {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	vertical-align: middle
}

.mod-detail .blankdiv .actdetail .saleinfo .xunzhan {
	width: 14px;
	margin-left: 5px;
	vertical-align: middle;
	margin-top: -4px
}

.mod-detail .blankdiv .actdetail .saleinfo p {
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12px
}

.mod-detail .blankdiv .actdetail .saleinfo a {
	width: 55px;
	height: 55px;
	position: absolute;
	right: -10px;
	top: -5px
}

.mod-detail .blankdiv .actdetail .saleinfo .phone {
	width: 32px;
	position: absolute;
	right: 14px;
	top: 12px
}

.mod-detail .blankdiv .shadow1 {
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.2);
	-o-box-shadow: 0 2px 2px rgba(0,0,0,.2);
	box-shadow: 0 2px 2px rgba(0,0,0,.2)
}

.mod-detail .detail-box {
	padding: 0 10px;
	font-size: 12px;
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 10px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	overflow: hidden
}

.mod-detail .detail-box h4 {
	border-bottom: 1px solid #efefef;
	color: #333;
	font-weight: 700;
	font-size: 16px;
	line-height: 1em;
	padding: 12px 0 10px 12px;
	position: relative
}

.mod-detail .detail-box h4.enfold:after {
	position: absolute;
	right: 5px;
	top: 16px;
	content: '';
	display: block;
	width: 11px;
	height: 7px;
	background: url(../../images/tm/i-arr.png) no-repeat;
	background-size: 11px 7px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}

.mod-detail .detail-box h4:before {
	position: absolute;
	left: 3px;
	top: 13px;
	content: '';
	display: block;
	width: 2px;
	height: 15px;
	background-color: #0965b2
}

.mod-detail .detail-box .enfold-box {
	display: block;
	padding: 10px 0 0
}

.mod-detail .detail-box.enfold-close h4.enfold {
	border-bottom: 0
}

.mod-detail .detail-box.enfold-close h4.enfold:after {
	-webkit-transform: rotate3d(0,0,1,180deg);
	-moz-transform: rotate3d(0,0,1,180deg);
	-ms-transform: rotate3d(0,0,1,180deg);
	-o-transform: rotate3d(0,0,1,180deg);
	transform: rotate3d(0,0,1,180deg)
}

.mod-detail .detail-box.enfold-close .enfold-box {
	display: none
}

.mod-detail .detail-onsale {
	font-size: 14px
}

.mod-detail .detail-onsale .enfold-box {
	word-wrap: break-word
}

.mod-detail .detail-onsale .enfold-box img {
	vertical-align: top;
	padding: 5px 0;
	text-align: center;
	width: 100%;
	max-width: 100%
}


.mod-detail .detail-box h4.unfold:after {
	position: absolute;
	right: 5px;
	top: 16px;
	content: '';
	display: block;
	width: 11px;
	height: 7px;
	background: url(../../images/tm/i-arr-l.png) no-repeat;
	background-size: 11px 7px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}

.mod-detail .detail-box h4:before {
	position: absolute;
	left: 3px;
	top: 13px;
	content: '';
	display: block;
	width: 2px;
	height: 15px;
	background-color: #0965b2
}

.mod-detail .detail-box .unfold-box {
	display: block;
	padding: 10px 0 0
}

.mod-detail .detail-box.unfold-close h4.unfold {
	border-bottom: 0
}

.mod-detail .detail-box.unfold-close h4.unfold:after {
	-webkit-transform: rotate3d(0,0,1,180deg);
	-moz-transform: rotate3d(0,0,1,180deg);
	-ms-transform: rotate3d(0,0,1,180deg);
	-o-transform: rotate3d(0,0,1,180deg);
	transform: rotate3d(0,0,1,180deg)
}

.mod-detail .detail-box.unfold-close .unfold-box {
	display: none
}

.mod-detail .detail-onsale {
	font-size: 14px
}

.mod-detail .detail-onsale .unfold-box {
	word-wrap: break-word
}

.mod-detail .detail-onsale .unfold-box img {
	vertical-align: top;
	padding: 5px 0;
	text-align: center;
	width: 100%;
	max-width: 100%
}
.mod-detail .detail-onsale .des {
	text-indent: 2em;
	padding: 10px 0
}

.mod-detail .detail-onsale .time-addr {
	padding: 5px 0 10px;
	border-top: 1px solid #efefef
}

.mod-detail .detail-onsale .time-addr li {
	color: #c00;
	padding-top: 5px
}

.mod-detail .detail-onsale .time-addr li span {
	color: #999;
	background: url(../../images/tm/index-bg.png) 0 -72px no-repeat;
	background-size: 39px 90px;
	padding-left: 18px
}

.mod-detail .detail-onsale .time-addr li span.time {
	background-position: 0 -48px
}

.mod-detail .detail-onsale .onsale {
	border-top: 1px solid #efefef;
	padding-top: 10px
}

.mod-detail .detail-onsale .onsale p.title {
	font-weight: 700;
	padding-bottom: 5px
}

.mod-detail .detail-onsale .onsale ol.list {
	list-style-type: decimal;
	padding-left: 24px
}

.mod-detail .detail-onsale .onsale ol.list li {
	padding-bottom: 5px
}

.mod-detail .detail-onsale .tip {
	text-align: center;
	margin-top: 10px;
	border-top: 1px solid #efefef;
	color: #999;
	line-height: 28px
}

.mod-detail .detail-dealer li {
	display: table;
	width: 100%;
	border-bottom: 1px solid #efefef;
	padding: 10px 0
}

.mod-detail .detail-dealer li:nth-last-child(1) {
	border-bottom: 0
}

.mod-detail .detail-dealer li div.l {
	display: table-cell;
	width: 80%
}

.mod-detail .detail-dealer li div.l p {
	padding: 2px 0
}

.mod-detail .detail-dealer li div.l p span {
	display: table-cell;
	color: #333
}

.mod-detail .detail-dealer li div.l p span.label {
	vertical-align: middle;
	width: 50px;
	color: #999;
	padding-left: 15px;
	background: url(../../images/tm/i-user.png) left center no-repeat;
	background-size: 10px 10px
}

.mod-detail .detail-dealer li div.l p.addr span a {
	color: #0965b2
}

.mod-detail .detail-dealer li div.l p.addr span.label {
	color: #999;
	background: url(../../images/tm/i-addr.png) left center no-repeat;
	background-size: 10px 10px
}

.mod-detail .detail-dealer li a.r {
	display: table-cell;
	width: 20%;
	border-left: 1px solid #f5f5f5;
	text-align: center;
	vertical-align: middle;
	background: url(../../images/tm/Telephone.png) 16px center no-repeat;
	background-size: 38px 38px
}

.mod-detail .detail-flow img.flow {
	margin: 10px 0 20px
}

.mod-detail .detail-flow p {
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #ff5559;
	padding-bottom: 10px
}

.mod-detail .detail-flow ul {
	padding-bottom: 10px
}

.mod-detail .detail-flow ul li {
	padding: 0 5px 5px
}

.mod-detail .detail-flow ul li.remark {
	color: #999
}

.mod-detail .detail-before li {
	border-bottom: 1px solid #efefef;
	padding: 10px 0;
	background: url(../../images/tm/i-arr2.png) no-repeat;
	background-position: 98% center;
	background-size: 9px 15px
}

.mod-detail .detail-before li:nth-last-child(1) {
	border-bottom: 0
}

.mod-detail .detail-before li p {
	color: #333
}

.mod-detail .detail-before li p.num {
	color: #999;
	padding-top: 4px
}

.mod-detail .detail-before li p.num em {
	color: red;
	padding: 0 4px
}

.mod-detail .mod-fastbar {
	position: fixed;
	max-width: 640px;
	bottom: 0;
	width: 100%;
	padding: 0 0 6px;
	background-color: rgba(255,255,255,.9);
	box-shadow: 0 -3px 5px rgba(0,0,0,.2);
	height: 90px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

.mod-detail .mod-fastbar p.tip {
	height: 27px;
	margin-top: 1px;
	line-height: 27px;
	text-align: center;
	color: #f95554;
	font-size: 12px;
	border-bottom: 1px solid #e6e6e6
}

.mod-detail .mod-fastbar p.tip span {
	padding-left: 17px;
	background: url(../../images/tm/i-ii.png) left center no-repeat;
	background-size: 14px 14px
}

.mod-detail .mod-fastbar:after {
	content: '';
	display: block;
	height: 46px;
	width: 1px;
	background-color: #f1f1f1;
	position: absolute;
	right: 132px;
	top: 36px
}

.mod-detail .mod-fastbar a.btn {
	position: absolute;
	right: 12px;
	top: 41px;
	background-color: #72d113;
	box-shadow: 0 4px 0 0 #49aa02;
	border: 0;
	padding: 8px 25px 6px;
	border-radius: 5px;
	color: #fff
}

.mod-detail .mod-fastbar span.time {
	font-size: 12px;
	float: left;
	line-height: 24px;
	padding-left: 18px;
	background: url(../../images/tm/index-bg.png) 0 -44px no-repeat;
	background-size: 39px 90px
}

.mod-detail .mod-fastbar span.time em {
	color: #ff4946
}

.mod-detail .mod-fastbar span.money {
	float: left;
	font-size: 22px;
	color: #ff4946
}

.mod-detail .mod-fastbar span.money em {
	font-size: 13px;
	float: left;
	margin-top: 3px
}

.mod-detail .mod-fastbar span.money span {
	float: left;
	line-height: 22px
}

.mod-detail .mod-fastbar i {
	width: 39px;
	height: 15px;
	float: left;
	overflow: hidden;
	line-height: 100px;
	margin: 3px 0 0 4px;
	background: url(../../images/tm/index-bg.png) no-repeat;
	background-size: 39px 90px
}

.mod-detail .mod-fastbar .bar-box {
	padding: 8px 0 0 14px
}

.mod-detail .mod-fastbar .finish a.btn {
	padding: 8px 20px 6px;
	background-color: #999;
	box-shadow: 0 4px 0 0 #7E7E7E
}

.mod-detail .mod-fastbar .finish i {
	background-position: 0 -25px
}

.mod-detail .mod-bar span {
	font-size: 18px;
	width: 77%;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis)
}

.mod-detail .detail-list {
	padding: 0 10px;
	background-color: #fff
}

.mod-detail .detail-list h3 {
	color: #1a1a1a;
	font-size: 18px;
	line-height: 22px;
	font-weight: 100;
	padding: 20px 0 10px
}

.mod-detail .detail-list .time {
	line-height: 20px;
	font-size: 12px;
	color: #a3a3a3
}

.mod-detail .detail-list .time span {
	color: #1a7df7;
	margin-left: 20px
}

.mod-detail .detail-list .detail-cn .new_show_txt {
	width: 100%;
	padding: 10px 0;
	font-size: 14px;
	line-height: 22px;
	color: #1a1a1a
}

.mod-detail .detail-list .detail-cn .new_show_txt p {
	font-size: 14px;
	line-height: 22px
}

.mod-detail .detail-list .detail-cn .new_show_txt p.align-center {
	text-align: center
}

.mod-detail .detail-list .detail-cn .new_show_txt p.align-center em {
	color: #dc181c
}

.mod-detail .detail-list .detail-cn .new_show_txt img {
	max-width: 100%;
	padding: 10px 0
}

.mod-detail .detail-list .detail-cn .new_show_txt .news-price {
	background-color: #f5f5f5;
	margin: 20px 0
}

.mod-detail .detail-list .detail-cn .new_show_txt .news-price h5 {
	background-color: #1477d9;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	margin: 0
}

.mod-detail .detail-list .detail-cn .new_show_txt .news-price .price-title {
	background-color: #eee;
	height: 20px;
	line-height: 20px;
	color: #8b8b8b;
	padding: 4px 0
}

.mod-detail .detail-list .detail-cn .new_show_txt .news-price .price-title span {
	width: 25%;
	float: left;
	text-align: center
}

.mod-detail .detail-list .detail-cn .new_show_txt .news-price ul li {
	line-height: 20px;
	border-top: 1px solid #fff;
	padding: 10px 0;
	height: auto
}

.mod-detail .detail-list .detail-cn .new_show_txt .news-price ul li span {
	float: left;
	width: 25%;
	color: #1a1a1a;
	text-align: center;
	font-size: 12px
}

.mod-detail .detail-list .detail-cn .new_show_txt .news-price ul li span a {
	color: #1a7df7;
	width: auto;
	float: none;
	text-align: center;
	font-size: 12px
}

.mod-detail .detail-list .detail-cn .new_show_txt .news-price ul li a {
	color: #1a7df7;
	width: 25%;
	float: left;
	text-align: center;
	font-size: 12px
}

.mod-detail .detail-list .detail-cn .new_show_txt .news-price .bottom {
	height: 50px;
	line-height: 50px;
	border-top: 1px solid #fff;
	text-align: center;
	color: #1a1a1a
}

.mod-detail .detail-list .detail-cn .new_show_txt .news-price .bottom em {
	color: #1a7df7;
	font-style: normal;
	padding-right: 10px
}

.mod-detail .detail-list .detail-cn .new_show_txt .news-price .bottom b {
	font-weight: 100
}

.mod-detail .detail-list .detail-cn .new_show_txt .interest {
	margin: 0;
	background-color: #f7f7f7;
	border-top: #e8e8e8 1px solid;
	margin-top: 15px;
	width: 100%
}

.mod-detail .detail-list .detail-cn .new_show_txt .interest .interest-list {
	padding: 10px 8px;
	color: #ff5f07
}

.mod-detail .detail-list .detail-cn .new_show_txt .interest .interest-list h5 {
	line-height: 20px;
	font-size: 14px;
	margin: 0;
	padding: 5px 0
}

.mod-detail .detail-list .detail-cn .new_show_txt .interest .interest-list p {
	line-height: 22px;
	font-size: 14px;
	color: #ff5f07;
	margin: 0
}

.mod-detail .detail-list .detail-cn .new_show_txt .interest .interest-list p strong {
	font-weight: 100
}

.mod-detail .detail-list .detail-cn .new_show_txt .interest .interest-list p .strong1 {
	width: 10px;
	float: left;
	font-size: 14px;
	height: 22px
}

.mod-detail .detail-list .detail-cn .new_show_txt .interest .interest-list p .strong2 {
	display: block;
	margin-left: 10px;
	font-size: 14px
}

.mod-detail .detail-list .detail-cn .new_show_txt .interest .bottom {
	border-top: #e8e8e8 1px solid;
	background-color: #fff;
	padding: 20px 15px;
	font-size: 14px;
	line-height: 22px
}

.mod-detail .detail-list .detail-cn .new_show_txt .interest .bottom p {
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	margin-bottom: 10px
}

.mod-detail .detail-list .detail-cn .new_show_txt .interest .bottom p strong {
	font-weight: 100
}

.mod-detail .detail-list .detail-cn .new_show_txt .interest .bottom p .strong1 {
	width: 90px;
	font-size: 14px;
	line-height: 22px;
	display: inline-block;
	height: 22px;
	margin-top: 3px;
	background-color: #ff5f07;
	border-radius: 20px;
	text-align: center;
	color: #fff;
	float: none
}

.mod-detail .detail-list .detail-cn .new_show_txt .interest .bottom p .strong2 {
	margin-top: 6px;
	display: block;
	line-height: 20px;
	font-size: 14px;
	color: #ff5f07;
	margin-left: 0
}

.mod-detail .detail-list .mod-enrollwap {
	background-color: #f7f7f7;
	border: 1px solid #e8e8e8;
	border-radius: 2px;
	padding: 0 0 20px
}

.mod-detail .detail-list .mod-enrollwap .adviser {
	color: #3d3d3d;
	border-bottom: 1px solid #e8e8e8;
	padding: 20px 0 16px;
	margin: 0 8px
}

.mod-detail .detail-list .mod-enrollwap .adviser .pic {
	width: 60px;
	height: 60px;
	float: left;
	border-radius: 50%;
	overflow: hidden
}

.mod-detail .detail-list .mod-enrollwap .adviser p {
	font-size: 14px;
	line-height: 20px;
	color: #1a1a1a
}

.mod-detail .detail-list .mod-enrollwap .adviser p font {
	width: 85px;
	float: left;
	line-height: 20px;
	font-size: 14px
}

.mod-detail .detail-list .mod-enrollwap .adviser p span {
	display: block;
	margin-left: 85px;
	font-size: 14px
}

.mod-detail .detail-list .mod-enrollwap .adviser p span b {
	display: inline-block;
	font-weight: 100
}

.mod-detail .detail-list .mod-enrollwap .adviser p span b:after {
	content: "";
	background: url(../../images/wap/news/enroll.png) no-repeat -5px 0;
	background-size: 19px 138px;
	width: 14px;
	height: 14px;
	display: inline-block;
	margin: 0 0 0 4px
}

.mod-detail .detail-list .mod-enrollwap .adviser p.telephone font {
	width: 70px
}

.mod-detail .detail-list .mod-enrollwap .adviser p.telephone span {
	margin-left: 70px;
	color: #1a7df7
}

.mod-detail .detail-list .mod-enrollwap .adviser p.address font {
	width: 70px
}

.mod-detail .detail-list .mod-enrollwap .adviser p.address span {
	margin-left: 70px;
	color: #1a1a1a
}

.mod-detail .detail-list .mod-enrollwap .adviser p.address span b:after {
	background-position: -6px -21px;
	width: 13px;
	height: 15px;
	margin: 0 0 0 4px
}

.mod-detail .detail-list .mod-enrollwap .adviser .txt {
	margin-left: 70px;
	padding-top: 8px
}

.mod-detail .detail-list .mod-enrollwap .adviser .txt h4 {
	margin: 0;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	font-weight: 100
}

.mod-detail .detail-list .mod-enrollwap .adviser .txt h4 font {
	font-size: 12px;
	color: #a3a3a3;
	margin-left: 6px
}

.mod-detail .detail-list .mod-enrollwap .adviser .txt p {
	line-height: 24px;
	font-size: 14px
}

.mod-detail .detail-list .mod-enrollwap .adviser .txt p a {
	color: #1a1a1a;
	display: inline-block;
	text-decoration: none
}

.mod-detail .detail-list .mod-enrollwap .adviser .txt p a:hover {
	text-decoration: none
}

.mod-detail .detail-list .mod-enrollwap .adviser .txt p em {
	font-style: normal;
	color: #0db35f;
	display: inline-block;
	font-size: 16px
}

.mod-detail .detail-list .mod-enrollwap .adviser .txt p.telephone {
	margin-bottom: 6px
}

.mod-detail .detail-list .mod-enrollwap .distribution {
	padding: 20px 0 16px;
	border-bottom: 1px solid #e8e8e8;
	margin: 0 8px
}

.mod-detail .detail-list .mod-enrollwap .distribution p {
	font-size: 14px;
	line-height: 20px;
	color: #1a1a1a
}

.mod-detail .detail-list .mod-enrollwap .distribution p font {
	width: 85px;
	float: left;
	line-height: 20px;
	font-size: 14px
}

.mod-detail .detail-list .mod-enrollwap .distribution p span {
	display: block;
	margin-left: 85px;
	font-size: 14px;
	color: #ff5f07
}

.mod-detail .detail-list .mod-enrollwap .distribution p span b {
	display: inline-block;
	font-weight: 100
}

.mod-detail .detail-list .mod-enrollwap .distribution p span b:after {
	content: "";
	background: url(../../images/wap/news/enroll.png) no-repeat -5px 0;
	background-size: 19px 138px;
	width: 14px;
	height: 14px;
	display: inline-block;
	margin: 0 0 0 4px
}

.mod-detail .detail-list .mod-enrollwap .distribution p.telephone font {
	width: 70px
}

.mod-detail .detail-list .mod-enrollwap .distribution p.telephone span {
	margin-left: 70px;
	color: #1a7df7
}

.mod-detail .detail-list .mod-enrollwap .distribution p.address font {
	width: 70px
}

.mod-detail .detail-list .mod-enrollwap .distribution p.address span {
	margin-left: 70px;
	color: #1a1a1a
}

.mod-detail .detail-list .mod-enrollwap .distribution p.address span b:after {
	background-position: -6px -21px;
	width: 13px;
	height: 15px;
	margin: 0 0 0 4px
}

.mod-detail .detail-list .mod-enrollwap .enroll-box {
	color: #2b2b2b;
	font-size: 14px
}

.mod-detail .detail-list .mod-enrollwap .enroll-box ul {
	padding: 0 8px
}

.mod-detail .detail-list .mod-enrollwap .enroll-box ul li {
	margin-top: 14px
}

.mod-detail .detail-list .mod-enrollwap .enroll-box ul li:last-child {
	margin-top: 4px
}

.mod-detail .detail-list .mod-enrollwap .enroll-box ul li font {
	width: 60px;
	height: 40px;
	line-height: 40px;
	float: left;
	text-align: right;
	font-size: 12px
}

.mod-detail .detail-list .mod-enrollwap .enroll-box ul li div {
	border: 1px solid #ddd;
	padding: 10px 8px;
	border-radius: 2px;
	background-color: #fff;
	margin-left: 64px
}

.mod-detail .detail-list .mod-enrollwap .enroll-box ul li div input {
	width: 100%;
	height: 20px;
	line-height: 20px;
	outline: 0;
	border: 0;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

.mod-detail .detail-list .mod-enrollwap .enroll-box ul li div span {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #a3a3a3;
	display: block
}

.mod-detail .detail-list .mod-enrollwap .enroll-box ul li div span.selected {
	color: #333
}

.mod-detail .detail-list .mod-enrollwap .enroll-box ul li a {
	position: relative;
	display: block;
	margin-left: 64px
}

.mod-detail .detail-list .mod-enrollwap .enroll-box ul li a div {
	margin-left: 0
}

.mod-detail .detail-list .mod-enrollwap .enroll-box ul li a:after {
	content: "";
	background: url(../../images/wap/news/enroll.png) no-repeat -9px -46px;
	background-size: 19px 138px;
	width: 10px;
	height: 7px;
	position: absolute;
	right: 10px;
	top: 17.5px
}

.mod-detail .detail-list .mod-enrollwap .enroll-box ul li a:hover {
	text-decoration: none
}

.mod-detail .detail-list .mod-enrollwap .enroll-box ul li p {
	padding-top: 12.5px;
	margin-left: 64px;
	line-height: 16px;
	color: #1a1a1a;
	font-size: 12px
}

.mod-detail .detail-list .mod-enrollwap .enroll-box div.btn {
	padding: 15px 8px 2px;
	margin-bottom: 0
}

.mod-detail .detail-list .mod-enrollwap .enroll-box div.btn input {
	background-color: #1477d9;
	width: 100%;
	color: #fff;
	border: 0;
	padding: 10px 0;
	border-radius: 2px;
	font-size: 16px;
	cursor: pointer
}

.mod-detail .detail-list .mod-enrollwap .enroll-box div.btn p {
	width: 300px;
	text-align: center;
	line-height: 40px;
	color: #8b8b8b;
	font-size: 12px
}

.mod-detail .detail-list .mod-enrollwap .enroll-box div.btn p b {
	color: #1a7df7;
	font-weight: 100
}

.mod-detail .detail-list .mod-bottomwap {
	background-color: #fff;
	padding: 15px 0;
	line-height: 20px;
	font-size: 12px;
	color: #1a1a1a
}

.mod-detail .detail-list .mod-bottomwap em {
	color: #dc181c;
	font-style: normal
}

.mod-checkout .base-info {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 15px;
	color: #333;
	padding: 12px 10px
}

.mod-checkout .base-info p {
	color: #999;
	font-size: 12px;
	padding-top: 2px
}

.mod-checkout .base-info p em {
	color: red
}

.mod-checkout .user-info {
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 10px
}

.mod-checkout .user-info li {
	margin: 0 10px;
	border-top: 1px solid #f1f1f1;
	padding: 10px 0
}

.mod-checkout .user-info li:first-of-type {
	border-top: 0
}

.mod-checkout .user-info li input.text {
	width: 100%;
	border: 0;
	outline: 0;
	background: url(../../images/tm/user-icon.png) 4px 2px no-repeat;
	background-size: 12px 130px;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

.mod-checkout .user-info li:nth-of-type(2) input.text {
	background-position: 4px -20px
}

.mod-checkout .user-info li:last-child {
	position: relative
}

.mod-checkout .user-info li:last-child input.text {
	background-position: 4px -40px
}

.mod-checkout .user-info li input.btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 39px;
	color: #fff;
	padding: 0 10px;
	background-color: #0965b2;
	border: 0
}

.mod-checkout .car-info {
	margin-top: 10px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc
}

.mod-checkout .car-info li {
	margin: 0 10px;
	padding: 11px 0;
	border-top: 1px solid #f1f1f1;
	background: url(../../images/tm/i-arr.png) 98% center no-repeat;
	background-size: 11px 7px
}

.mod-checkout .car-info li:first-of-type {
	border-top: 0
}

.mod-checkout .car-info li span {
	color: #A9A9A9
}

.mod-checkout .car-info li span.selected {
	color: #333
}

.mod-checkout div.btn {
	text-align: center;
	padding-top: 10px
}

.mod-checkout div.btn input {
	background-color: #0965b2;
	width: 95%;
	color: #fff;
	border: 0;
	padding: 10px 0;
	border-radius: 4px
}

.mod-car-pop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background-color: #fff;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	-webkit-transform: translate3d(-100%,0,0);
	-moz-transform: translate3d(-100%,0,0);
	-ms-transform: translate3d(-100%,0,0);
	-o-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
	opacity: 0
}

.mod-car-pop.show {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1
}

.mod-car-pop div.title {
	background-color: #F2F2F2;
	height: 38px;
	line-height: 38px;
	padding-left: 4%
}

.mod-car-pop div.title a.close {
	float: right;
	padding: 0 15px
}

.mod-car-pop li {
	border-bottom: 1px solid #ddd;
	background-color: #fff
}

.mod-car-pop li a {
	display: block;
	padding: 4%;
	width: 92%;
	font-size: 16px
}

.mod-pay .base-info {
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 15px;
	color: #333;
	padding: 12px 10px
}

.mod-pay .base-info p {
	color: #999;
	font-size: 12px;
	padding-top: 2px;
	font-weight: 100
}

.mod-pay .base-info p em {
	color: red
}

.mod-pay .base-info.last {
	font-weight: 700;
	font-size: 16px
}

.mod-pay .base-info.last p {
	color: #666
}

.mod-pay .base-info.last p em {
	font-weight: 700
}

.mod-pay .cost-info {
	margin-top: 10px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc
}

.mod-pay .cost-info li {
	color: #333;
	margin: 0 14px;
	padding: 11px 0;
	border-top: 1px solid #f1f1f1
}

.mod-pay .cost-info li span {
	float: right;
	color: #999
}

.mod-pay .cost-info li span em {
	color: #333;
	padding-right: 5px
}

.mod-pay .cost-info li:first-of-type {
	border-top: 0
}

.mod-pay .cost-info li:first-of-type span em {
	color: red
}

.mod-pay .cost-info.last {
	border-bottom: 0
}

.mod-pay .cost-info.last li {
	color: #666
}

.mod-pay .cost-info.last li span em {
	color: red;
	font-weight: 700
}

.mod-pay .mod-pay-cn {
	background-color: #fff;
	padding: 10px;
	border-bottom: 1px solid #ddd
}

.mod-pay .mod-pay-cn p {
	line-height: 20px;
	font-size: 12px
}

.mod-pay .mod-pay-cn p span {
	color: #666
}

.mod-pay .mod-pay-cn p b {
	color: #333;
	font-weight: 100
}

.mod-pay p.title {
	line-height: 34px;
	padding-left: 14px
}

.mod-pay .pay-type {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc
}

.mod-pay .pay-type li {
	margin: 0 14px;
	padding: 11px 0 11px 34px;
	position: relative;
	background: url(../../images/tm/i-pay.png) no-repeat;
	background-size: 30px 85px;
	background-position: left 18px
}

.mod-pay .pay-type li p {
	font-size: 12px;
	color: #999
}

.mod-pay .pay-type li i {
	position: absolute;
	right: 4px;
	top: 22px;
	display: block;
	width: 16px;
	height: 16px;
	background: url(../../images/tm/i-check.png) no-repeat;
	background-size: 16px 75px
}

.mod-pay .pay-type li.i-wechat {
	border-top: 0;
	background-position: left -44px
}

.mod-pay .pay-type li.selected i {
	background-position: left -56px
}

.mod-pay div.btn {
	text-align: center;
	padding-top: 10px
}

.mod-pay div.btn input {
	background-color: #0965b2;
	width: 95%;
	color: #fff;
	border: 0;
	padding: 10px 0;
	border-radius: 4px
}

.mod-lookback .search {
	margin-top: 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	padding: 8px 10px;
	position: relative
}

.mod-lookback .search input.text {
	background-color: #f1f1f1;
	border: 1px solid #e0e0e0;
	width: 100%;
	padding: 6px 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

.mod-lookback .search input.btn {
	background-color: #0965b2;
	color: #fff;
	border: 0;
	position: absolute;
	right: 10px;
	top: 8px;
	height: 29px;
	padding: 0 15px
}

.mod-lookback .list {
	border-bottom: 1px solid #ddd;
	background-color: #fff
}

.mod-lookback .list li {
	padding: 10px 5px 10px 10px;
	min-height: 76px;
	border-top: 1px solid #f1f1f1
}

.mod-lookback .list li:first-of-type {
	border-top: 0
}

.mod-lookback .list li h4 {
	color: #333;
	font-weight: 700;
	min-height: 30px
}

.mod-lookback .list li .pic {
	float: left;
	padding-top: 2px
}

.mod-lookback .list li .pic img {
	border: 1px solid #f1f1f1
}

.mod-lookback .list li .text {
	margin-left: 132px
}

.mod-lookback .list li .text p {
	color: #999;
	background: url(../../images/tm/lookback-bg.png) left 4px no-repeat;
	background-size: 10px 40px;
	padding-left: 15px
}

.mod-lookback .list li .text p em {
	color: red;
	padding: 0 4px
}

.mod-lookback .list li .text p:nth-of-type(2) {
	background-position: left -25px
}

.mod-lookback-detail .base-info {
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd
}

.mod-lookback-detail .base-info li {
	margin: 0 14px;
	padding: 10px 0;
	border-top: 1px solid #f1f1f1;
	font-size: 12px;
	color: #999
}

.mod-lookback-detail .base-info li span {
	float: right
}

.mod-lookback-detail .base-info li:first-of-type {
	border-top: 0;
	font-size: 15px;
	color: #333
}

.mod-lookback-detail .article {
	padding: 20px 14px;
	margin-top: 10px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	word-wrap: break-word
}

.mod-lookback-detail .article img {
	vertical-align: top;
	padding: 5px 0;
	text-align: center;
	width: 100%;
	max-width: 100%
}

.mod-lookback-detail .article p {
	padding-bottom: 10px;
	word-wrap: break-word
}

.mod-lookback-detail .rq-code {
	padding: 15px 0;
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 10px
}

.mod-lookback-detail .new-act {
	padding: 0 10px;
	font-size: 12px;
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 10px
}

.mod-lookback-detail .new-act h4 {
	border-bottom: 1px solid #efefef;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	line-height: 1em;
	padding: 12px 0 10px 12px;
	position: relative
}

.mod-lookback-detail .new-act h4:before {
	position: absolute;
	left: 3px;
	top: 13px;
	content: '';
	display: block;
	width: 2px;
	height: 15px;
	background-color: #0965b2
}

.mod-lookback-detail .new-act li {
	border-bottom: 1px dotted #efefef;
	padding: 8px 5px 8px 0;
	min-height: 54px;
	position: relative
}

.mod-lookback-detail .new-act li:nth-last-child(1) {
	border-bottom: 0
}

.mod-lookback-detail .new-act li .pic {
	float: left;
	padding-top: 2px
}

.mod-lookback-detail .new-act li .pic img {
	border: 1px solid #f1f1f1
}

.mod-lookback-detail .new-act li .text {
	padding-left: 98px
}

.mod-lookback-detail .new-act li p.title {
	color: #333;
	min-height: 36px
}

.mod-lookback-detail .new-act li p.num {
	color: #999
}

.mod-lookback-detail .new-act li p.num em {
	color: red;
	padding-right: 4px
}

.mod-lookback-detail .new-act li span.btn {
	right: 0;
	bottom: 10px;
	color: #fff;
	padding: 3px 10px 2px;
	border-radius: 5px;
	background-color: #0965b2;
	box-shadow: 0 3px 0 0 #0b518b;
	position: absolute
}

.mod-flows .detail-flow {
	padding: 0 10px 10px;
	font-size: 12px;
	background-color: #fff;
	border-bottom: 1px solid #ddd
}

.mod-flows .detail-flow h4 {
	border-bottom: 1px solid #efefef;
	font-size: 16px;
	font-weight: 700;
	color: #333;
	line-height: 1em;
	padding: 12px 0 10px 12px;
	position: relative
}

.mod-flows .detail-flow h4:before {
	position: absolute;
	left: 3px;
	top: 13px;
	content: '';
	display: block;
	width: 2px;
	height: 15px;
	background-color: #0965b2
}

.mod-flows .detail-flow img.flow {
	margin: 10px 0 20px
}

.mod-flows .detail-flow p {
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #ff5559;
	padding-bottom: 10px
}

.mod-flows .detail-flow ul {
	padding-bottom: 10px
}

.mod-flows .detail-flow ul li {
	padding: 0 5px 5px
}

.mod-flows .detail-flow ul li.remark {
	color: #999
}

.mod-pay-success .success-info {
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
	padding: 15px 0
}

.mod-pay-success .success-info .info {
	display: inline-block;
	padding-left: 40px;
	position: relative;
	text-align: left;
	color: #a6a6a6;
	font-size: 14px
}

.mod-pay-success .success-info .info h1 {
	color: #df3031;
	font-size: 18px;
	font-weight: 400
}

.mod-pay-success .success-info .info img {
	position: absolute;
	left: 0;
	top: 5px
}

.mod-pay-success .rq-text {
	font-size: 15px;
	color: #0965b2;
	text-align: center;
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 16px;
	padding: 10px 0
}

.mod-pay-success .rq-code {
	text-align: center
}

.mod-pay-success .rq-code p {
	color: #666;
	padding: 12px 0
}

.mod-pay-success .rq-code img {
	padding-bottom: 40px
}

.mod-checkout .user-info li input.btn-code {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: 39px;
	color: #fff;
	padding: 0 10px;
	background-color: #0965b2;
	border: 0;
}

/*logo*/
.loginmain {
	text-align: center;
	}
.loginmain .kinds{
	padding: 10px 0;color:#7a7979;
	}
.loginmain img{
	margin:30px 30px 0px;
	width: 80px; 
	filter:alpha(opacity=80); 
	-moz-opacity:0.8; 
	opacity:0.8;
	border-radius: 50px 50px;
	}
.loginmain .inputstyle{
	border-top: 1px solid #e5e5e5;
	background-color: #fff;
	font-size: 16px;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	text-align: left;
	}
.loginmain .shadowright{
	-webkit-box-shadow:1px 0px 5px rgba(0,0,0,0.1 ); 
	-moz-box-shadow:1px 0px 5px rgba(0,0,0,0.1 ); 
	-o-box-shadow:1px 0px 5px rgba(0,0,0,0.1 ); 
	box-shadow:1px 0px 5px rgba(0,0,0,0.1 );
	display: inline-block;
	width: 80px;
	height: 40px;
	vertical-align: bottom;text-align: center;color: #999;
	}
.loginmain .inputstyle input{
	margin-left: 10px;
	border-left: 1px solid #ccc;
	border: 0;
	}
.loginmain .borbottom{
	border-bottom: 1px solid #e5e5e5;
	}
.loginmain p.attenbz{
	margin:15px 10px -5px;
	font-size: 14px;
	color: #bdb9b9;
	text-align: center;
	}
.loginmain p.attenbz img{
	vertical-align: sub;
	width:17px;
	margin: 0px;
	margin-right: 5px;
	opacity: 1;
	}
.loginmain p input{
	color: #fff;
	display:block;
	background-color: #55a2f4;
	padding: 10px 0;
	text-align: center;
	margin: 20px auto;
	font-size: 16px;
	border: 0;
	width: 90%;
	border-radius: 3px;
	}
.loginmain p.oper{
	font-size: 14px;
	text-decoration: underline;
	text-align: left;
	margin: 10px 20px;
	overflow: hidden;
	color: #969696;
	}
.loginmain p.oper label{
	float: right;
	text-decoration: underline;
	color: #969696;
    
}
/*xin*/

.mui-btn, button, input[type=button], input[type=reset], input[type=submit] {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42;
    position: relative;
    
    margin-bottom: 0;
    padding: 3px 12px;
    cursor: pointer;
    -webkit-transition: all;
    transition: all;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #fff;
    background-clip: padding-box;
}
/*.button, html input[type=button], input[type=reset], input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
}*/
.mod-xin-activity li {
	margin-bottom: 10px;
	border-radius: 0px 0px 0px 15px;
	border-bottom: 2px solid #ff5722;
	background-color: #fff
}

.mod-xin-activity li div.pic-xint {
	position: relative
}

.mod-xin-activity li div.pic-xint img {
	width: 100%;
	min-height: 150px;
	border-radius: 0px 30px 0px 0px
}

.mod-xin-activity li div.pic-xint .field-view {
	position: absolute;
	left: 0;
	bottom: 0
}

.mod-xin-activity li div.pic-xint .field-xint-view em.view-xint {
	color: #fff;
	font-size: 12px;
	padding: 0 15px 0 10px;
	line-height: 28px;
	float: left;
	background-color: #72d113;
	opacity: .9;
	border-radius: 0 19px 19px 0
}

.mod-xin-activity li div.pic-xint .field-xint-view em.view-xint span {
	color: #ff0
}

.mod-xin-activity li div.pic-xint .field-xint-view em.field-xint {
	border-radius: 0;
	background-color: #0965b2;
	padding: 0 10px
}

.mod-xin-activity li div.pic-xint .field-xint-view em.field-xint span {
	color: #fc3
}

.mod-xin-activity li h3 {
	margin: 0 16px;
	font-size: 15px;
	font-weight: 700;
	padding: 8px 0 7px;
	line-height: 25px;
	color: #333;
	border-bottom: 1px solid #f1f1f1
}

.mod-xin-activity li h3 img {
	margin-right: 5px
}

.mod-xin-activity li div.text-xin dl {
	margin: 0 1px
}

.mod-xin-activity li div.text-xin dl dt span.time-xin {
	font-size: 10px;
	float: right;
	line-height: 30px;
	margin: 5px 0 3px;
	padding-left: 18px;
	background: url(http://m.ycheyi.com/images/tm/index-bg.png) 0 -42px no-repeat;
	background-size: 39px 90px
}

.mod-xin-activity li div.text-xin dl dt span.time-xin em {
	color: #f45f13
}

.mod-xin-activity li div.text-xin dl dt span.money-xin {
	float: left;
	border-bottom: 1px solid #f1f1f1;
    text-align: center;
    font-size: 14px;
    padding: 8px 0;
}
.mod-xin-activity li div.text-xin dl dt span.money-xing {
	float: left;
	/*margin: 0 5px;*/
    font-size: 14px;
    font-weight: 600;
    padding: 8px 0 0px;
    line-height: 20px;
    color: #333;
    width: 63%;
    white-space:nowrap;
    text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow: hidden;
    /*border-bottom: 1px solid #f1f1f1;*/
}
.mod-xin-activity li div.text-xin dl dt span.money-xin em {
	font-size: 17px;
	float: left;
	margin-top: 2px
}

.mod-xin-activity li div.text-xin dl dt span.money-xin span {
	float: left;
	line-height: 29px
}
.mod-xin-activity li div.text-xin dl dd {
	border-bottom: 1px solid #f1f1f1;
	text-align: center;
	font-size: 14px;
	
	
}
.mod-xin-activity li div.text-xin dl dt i {
	float: left;
	width: 39px;
	height: 15px;
	overflow: hidden;
	line-height: 100px;
	background: url(../../images/tm/index-bg.png) no-repeat;
	background-size: 39px 90px;
	margin: 12px 0 0 5px
}

.mod-xin-activity li div.text-xin dl dt:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block
}

.mod-xin-activity li div.text-xin dl dt.finish-xint span.time-xin {
	color: #ccc;
	padding-left: 0;
	background: 0 0
}

.mod-xin-activity li div.text-xin dl dt.finish-xint span.money-xin {
	color: #ccc
}

.mod-xin-activity li div.text-xin dl dt.finish-xint span.money-xin em {
	color: #ccc
}

.mod-xin-activity li div.text-xin dl dt.finish-xint i {
	background-position: 0 -25px
}

.mod-xin-activity li div.tex-xint dl dd {
	border-bottom: 1px solid #f1f1f1;
	text-align: center;
	font-size: 14px;
	/*padding: 8px 0*/
	
}

.car{
	margin:3px;
	
}
/*tupian*/
.a img{
	width:100%;
	height:250px;
	border-radius:0px 50px 0px 0px;
}
.btn{
	margin-top:-1px;
}
.btn button{
	border:0px;
	color:#fff;
	font-size:14px;	
	font-weight:600;
}
.btn-a{
	background:blue;
	border-radius:0px;
}
.btn-b{
	margin-left:-5px;
	border-radius:0px 60px 60px 0px;
	background:#4BF03C;
}
.btn-a span,.btn-b span{
	color:orange;
}
.b{
	border-bottom:1px solid #DDDDDD;
	padding:5px 5px;
	overflow:hidden;
}
.b-img img{
	width:35px;
	height:18px;	
}
.b-img{
	width:50px;
	height:25px;
	/*background:red;*/
	text-align:center;
	line-height: 30px;
	float:left;
}
.b button{
	float:left;
	height:20px;
	border:0px;
	border-radius:30px;
	background:red;
	color:#fff;
	line-height: 10px;
	top:3px;
}
.b h4{
	line-height: 20px;
}

.c{
	overflow:hidden;
	border-bottom: 1px solid #DDDDDD;
}
.c button{
	border:0px;
	border-radius:100%;
	background:#F0E951;
	padding:3px;
	float:left;
	margin:5px 5px 0px 5px;
	
}
.c h5{
	line-height:25px;
}
.d{
	overflow:hidden;
	border-bottom: 2px solid red;
	border-radius:0px 0px 0px 25px;
}
.d-l{
	width:50%;
	float:left;
	padding-left:15px;
	color:red;
	/*position:absolute;*/
}
.d-l button{
	padding:0px 5px;
	color:#67F083;
	font-size:10px;
	border:1px solid #67F083;
	border-radius:5px;
}
.d-r{
	width:50%;
	float:left;
}
.d-r span{
	line-height:20px;
	font-size:15px;
}
.d-r-t{
	color:red;	
}

/*shouye*/
.cars{
	background:#FFFFFF;
}
.bg{
	width:100%;
	height:10px;
	background: url(../img/06.jpg);
}
.top-xin{
	position:relative;
}
.top-xin button{
	top:5px;
	background:#45C4EF;
	border:0px;
	color:#fff;
	border-radius:0px;
	font-size:12px;
	font-weight: 700px;
	opacity: .6;
}
.top-xin button span{
	color:#f7f312;
}
.top-xin .top-xin-btn{
	position:absolute;
	display:inline-block;
	right:0px;
	width:36%;
	background:#72d113;
	opacity: .6;
}

.text-xin{
	margin-top:10px;
	overflow:hidden;
}
	
.text-xin-img img{
	width:64%;
	height:155px;
	  
    min-height: 150px;
	float:left;
}
.text-xin-r{
	width:36%;
	height:35px;
	float:left;
	text-align:center;
}
.box-xin img{
	width:80%;
	height:35px;
}
.box-xin button{
	width:45%;
	background:rgba(255, 111, 0, 0.01);
	border:1px solid rgba(255, 255, 255, 0);
	color: #fff;
	padding:5px;
	border-radius:1px;
	height:31px;
	margin-top:-33px;
}
.box2-xin {
	border: 1px solid #a5a0a0;
	text-align: center;
	border-radius:15px 0px 15px 0px;
	line-height: 80px;
	margin:3% 5px 3px 5%;
	height: 93px;
	font-size:10px;
	display:block;
	margin-top: -16px;
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow: hidden;
}
.text-xin-r h5{
	
	/*padding:5px;
	line-height: 80px;*/
	text-align: center;
	border-radius:15px 0px 15px 0px;
	
	
	margin:3% 5px 3px 3%;
	font-size:12px;
	/*font-size: 1vw;*/
	color:#545251;
	
  	line-height:22px;
	
}
.text-xin-r p{
	font-weight: 800;
	color:#746666;
	font-size: 12px;
	/*font-size: 1vw;*/
}

.buttom-xin{
	overflow:hidden;
	margin-top:5px;
	border:1px solid #C0C0C0;
}
.buttom-xin h3{
	float:left;
	width:64%;
	font-size:13px;  
	line-height: 25px;
	border-right:4px groove #BBBBBB;
}
.buttom-xin-img img {
	width:30px;
	height:20px;
	float:left;
}
.buttom-xin h4{
	float:left;
	width:36%;
	line-height: 25px;
	font-size:14px;
}
/*蒙版*/
.mask{
	position: absolute;
    /*z-index: 3;*/
    top: 33px;
    left: 0px;
    width: 64%;
    height: 9.7rem;
    background: url(indexmask.png);
    background-size: 100% 9.7rem;
}
/* 开始 */