input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
}

.list-group-custom {
	margin-bottom: 0;
}

/* start tag */
.tag-type {
	padding: 0 8px;
	display: inline-block;
	height: 20px;
	line-height: 18px;
	font-size: 12px;
	text-decoration: none !important;
	border-radius: 4px !important;
}

.tag-fry {
	color: #4fcf5b;
	border: 1px solid #4fcf5b;
}

.tag-adult {
	color: #ff7f42;
	border: 1px solid #ff7f42;
}

/* start step-content */
.step-content {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1001;
	opacity: 1;
	background-color: #fff;
	border-top: 1px solid #ebecee;
	box-shadow: 0 0 7px rgba(0, 0, 0, .1);
}

.step-list {
	position: relative;
	display: table;
	text-align: center;
	color: #666666;
}

.step-list-item {
	position: relative;
	display: table-cell;
	width: 1%;
	height: 49px;
	overflow: hidden;
	vertical-align: middle;
}

.step-list-item+.step-list-item:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	color: #e3e4df;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
	position: absolute;
	top: 50%;
	left: 0;
	line-height: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1;
}

.step-list-item.active {
	color: #ff7f42;
}

/* start filter-content */
.filter-content {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1110;
	opacity: 1;
	background-color: #fff;
	border-top: 1px solid #ebecee;
	box-shadow: 0 0 7px rgba(0, 0, 0, .1);
}

.filter-list {
	position: relative;
	display: table;
	text-align: center;
}

.filter-list-item {
	position: relative;
	display: table-cell;
	width: 1%;
	height: 49px;
	overflow: hidden;
	vertical-align: middle;
}

.filter-list-item+.filter-list-item .name {
	border-left: 1px solid #f0f1f2;
}

.filter-list-item .name {
	font-size: 14px;
}

.filter-list-item .name.active {
	color: #ff7f42;
}

.filter-list-item .name .fa:before {
	content: "\f0d7";
	color: #777;
}

.filter-list-item .name.active .fa:before {
	content: "\f0d8";
	color: #ff7f42;
}

/* start filter-layer */
.filter-layer.active {
	display: block;
}

.filter-layer.active-opacity {
	opacity: 1;
}

.filter-layer {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 50px;
	z-index: 1090;
	transition: opacity 0.1s ease 0s;
	opacity: 0;
}

.filter-layer.top {
	top: 0;
}

.filter-layer-dialog {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 50%;
	max-width: 100%;
	transform: translateY(-100%);
	transition: transform 0.2s ease-in-out 0s;
}

.filter-layer-dialog.min {
	height: 25%;
}

.filter-layer-dialog.max {
	height: 75%;
}

.filter-layer-dialog.full {
	height: 100%;
}

.filter-layer-dialog.auto {
	height: auto;
}

.filter-layer.active.active-opacity .filter-layer-dialog {
	transform: translateY(0px);
}

.filter-layer-content {
	position: relative;
}

.filter-layer .option-body {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

/* start filter-layer list-group */
.filter-layer .list-group-custom {
	margin-bottom: 0;
}

.filter-layer .list-group-custom .list-group-item {
	line-height: 20px;
	border: 1px solid #f0f1f2;
	border-left: 0 none;
	border-right: 0 none;
	border-radius: 0;
}

.filter-layer .list-group-custom .list-group-item:first-child {
	border-top: 0 none;
}

.filter-layer .list-group-custom .list-group-item:last-child {
	border-bottom: 0 none;
}

.filter-layer .list-group-custom .list-group-item.on {
	font-size: 16px;
	color: #ff7f42;
}

/* start option-layer */
.option-layer.active {
	display: block;
}

.option-layer.active-opacity {
	opacity: 1;
}

.option-layer {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1090;
	transition: opacity 0.1s ease 0s;
	opacity: 0;
}

.option-layer-dialog {
	background: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 50%;
	max-width: 100%;
	transform: translateY(100%);
	transition: transform 0.2s ease-in-out 0s;
}

.option-layer-dialog.min {
	height: 25%;
}

.option-layer-dialog.max {
	height: 75%;
}

.option-layer.active.active-opacity .option-layer-dialog {
	transform: translateY(0px);
}

.option-layer-content {
	position: relative;
}

.option-layer .option-header {
	position: relative;
	height: 50px;
	line-height: 49px;
	border-bottom: 1px solid #ebecee;
	font-size: 16px;
}

.option-layer .option-title {
	padding: 0 60px;
	text-align: center;
}

.option-layer .option-callback:before {
	font-family: "iconfont" !important;
	font-size: inherit;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e604";
	font-size: 23px;
	position: absolute;
	left: 3px;
	top: 0;
}

.option-layer .option-callback {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	text-align: center;
	padding-left: 20px;
}

.option-layer .option-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	text-align: center;
}

.option-layer .option-body {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

.option-layer .option-body.bottom {
	bottom: 50px;
}

.option-layer .option-footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	line-height: 50px;
	border-top: 1px solid #ebecee;
}

/* start option-layer list-group-custom */
.option-layer .list-group-custom .list-group-item.on {
	font-size: 16px;
	color: #ff7f42;
}

.option-layer .list-group-custom .list-group-item {
	padding: 10px 15px;
	line-height: 24px;
	border: 1px solid #f0f1f2;
	border-left: 0 none;
	border-right: 0 none;
	border-radius: 0;
}

.option-layer .list-group-custom .list-group-item:first-child {
	border-top: 0 none;
}

.option-layer .list-group-custom .list-group-item:last-child {
	border-bottom: 0 none;
}

/* start search */
.plugin-search {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 50px;
	opacity: 0.98;
	background: #ffffff;
	background-color: #ebebeb;
	z-index: 11001;
}

.plugin-search .search-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	font-size: 16px;
}

.plugin-search .search-box {
	background-color: #fff;
	position: relative;
	height: 34px;
	margin: 8px 60px 8px 15px;
	overflow: hidden;
	border-radius: 2px !important;
}

.plugin-search .search-box .search-left {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 20px;
	color: #989898;
}

.plugin-search .search-box .search-center {
	display: block;
	padding: 0 30px;
}

.plugin-search .search-box .search-center .form-control {
	padding: 6px 0;
	border: 0 none;
}

.plugin-search .search-box .search-right {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 34px;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	color: #989898;
}

/* start supade-list */
.supade-list {
	background-color: #fff;
}

.supade-list-item-inner {
	position: relative;
	padding: 12px 15px;
}

.supade-list-item-inner:before {
	border-top: 1px solid #e0e1e2;
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transform-origin: 0 0;
	-webkit-transform: scale(1);
	pointer-events: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	.supade-list-item-inner:before {
		right: -100%;
		bottom: -100%;
		-webkit-transform: scale(0.5);
	}
}

.supade-list-item-inner.first:before {
	border-top: 0 none;
}

.supade-list-item-inner:hover,.supade-list-item-inner:focus,.supade-list-item-inner:active {
	background-color: #f5f5f5;
}

.supade-list-item .icon {
	float: left;
	display: inline-block;
	width: 105px;
	height: 80px;
	overflow: hidden;
	background: none no-repeat scroll center center/cover rgba(0, 0, 0, .1);
}

.supade-list-item.simple .icon {
	display: none;
}

.supade-list-item .info {
	display: block;
	padding-left: 115px;
	height: 80px;
	position: relative;
}

.supade-list-item.simple .info {
	padding-left: 0;
}

.supade-list-item .line {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.supade-list-item .line.first {
	height: 21px;
	line-height: 21px;
	font-size: 16px;
}

.supade-list-item .line.second {
	height: 20px;
	line-height: 21px;
	font-size: 14px;
}

.supade-list-item .line.third {
	height: 20px;
	line-height: 21px;
	font-size: 14px;
}

.supade-list-item .line.fourth {
	height: 19px;
	line-height: 21px;
	font-size: 12px;
}

.supade-list-item .aux {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 11;
	width: 70px;
	text-align: right;
}

.supade-list-item .name {
	display: block;
	width: 100%;
	padding-right: 50px;
}

.supade-list-item .type {
	width: 50px;
	height: 21px;
	font-size: 12px;
}

.supade-list-item .time {
	width: 70px;
	height: 19px;
}

.supade-list-item .price {
	width: 100px;
	color: #ff7f42;
}

.supade-list-item .unit {
	width: 50px;
}

.supade-list-item .stock {
	font-size: 12px;
}

.supade-list-item .address {
	display: block;
	width: 100%;
	padding-right: 70px;
}

/* start reply-list */
.reply-list {
	position: relative;
}

.reply-list-item,.reply-list-item .content {
	position: relative;
}

.reply-list-item+.reply-list-item:before,.reply-list-item .content:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transform-origin: 0 0;
	-webkit-transform: scale(1);
	pointer-events: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	.reply-list-item+.reply-list-item:before,.reply-list-item .content:before {
		right: -100%;
		bottom: -100%;
		-webkit-transform: scale(0.5);
	}
}

.reply-list-item+.reply-list-item:before {
	border-top: 1px solid #e0e1e2;
}

.reply-list-item .content:before {
	border-top: 1px solid #ebecee;
}

.reply-list-item .reply-base {
	padding: 15px;
}

.reply-list-item .reply-base:hover,.reply-list-item .reply-base:focus,.reply-list-item .reply-base:active {
	background-color: #f5f5f5;
}

.reply-list-item .reply-header {
	position: relative;
	height: 25px;
	line-height: 25px;
}

.reply-list-item .reply-header .icon {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	overflow: hidden;
	background: none no-repeat scroll center center/cover rgba(0, 0, 0, .1);
	background-image: url(http://passport-10002987.image.myqcloud.com/avatar-system-00?imageView2/1/w/100);
	background-size: 25px;
	border-radius: 50% !important;
	background-size: 25px;
}

.reply-list-item .reply-header .info {
	position: relative;
	padding: 0 120px 0 35px;
}

.reply-list-item .reply-header .name {
	color: #45b3a6;
}

.reply-list-item .host {
	border: 1px solid #ebecee;
	border-radius: 2px !important;
	padding: 0 2px;
	font-size: 12px;
	color: #999;
}

.reply-list-item .reply-header .profile {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	text-align: right;
}

.reply-list-item .reply-header .storey,.reply-list-item .reply-header .time {
	margin-left: 5px;
	font-size: 12px;
	color: #cecece;
}

.reply-list-item .reply-body {
	margin-left: 35px;
}

.reply-list-item .reply-body .message {
	padding-top: 10px;
	line-height: 1.7;
}

.reply-list-item p {
	margin: 0 !important;
}

.reply-list-item .content {
	margin-left: 50px;
	padding: 10px 15px 10px 0;
}

.reply-list-item .inner-item {
	padding: 4px 0;
}

.reply-list-item .inner-item:hover,.reply-list-item .inner-item:focus,.reply-list-item .inner-item:active {
	background-color: #f5f5f5;
}

.reply-list-item .inner-item .name {
	color: #45b3a6;
}

.reply-list-item .inner-item .reply {
	color: #ff7f42;
}

.reply-list-item .inner-item .info {
	padding-right: 5px;
	color: #626262;
}

.reply-list-item .inner-item .time {
	font-size: 12px;
	color: #cecece;
}

.reply-list-item .more {
	padding-bottom: 5px;
	text-align: right;
	font-size: 12px;
}

.reply-list-item .more a {
	color: #3998d2;
}

.reply-list-item .more a:hover,.reply-list-item .more a:focus {
	color: #337ab7;
}

.reply-list-item .quote {
	margin: 15px 0 0 35px;
	position: relative;
	padding: 8px;
	background-color: #e9edee;
	color: #666;
	border-radius: 4px !important;
}

.reply-list-item .quote-inner:before {
	content: '';
	position: absolute;
	height: 0;
	width: 0;
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent #e9edee;
	bottom: 100%;
	left: 10px;
	margin-bottom: -3px;
}

.reply-list-item .quote-inner {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* start reply-compile */
.reply-compile {
	min-height: 50px;
	position: relative;
	background-color: #ebebeb;
}

.reply-compile .input {
	padding: 8px 10px 54px 10px;
}

.reply-compile .editor {
	border-radius: 4px !important;
	line-height: 20px;
	resize: none;
}

.reply-compile .button,.reply-compile .cancel {
	position: absolute;
	bottom: 10px;
	z-index: 1010;
	text-align: center;
}

.reply-compile .button {
	right: 10px;
}

.reply-compile .cancel {
	left: 10px;
}

.reply-compile .button .btn,.reply-compile .cancel .btn {
	border-radius: 4px !important;
}

/* blue buttons */
.btn-reply {
	color: #fff;
	background-color: #ff7f42;
	border-color: #ff7f42;
}

.btn-reply:hover,.btn-reply:focus,.btn-reply:active,.btn-reply.active {
	color: #fff;
	background-color: #ff7f42;
	border-color: #ff7f42;
}

.btn-reply.disabled,.btn-reply.disabled:hover,.btn-reply.disabled:focus,.btn-reply.disabled:active,.btn-reply.disabled.active,.btn-reply[disabled],.btn-reply[disabled]:hover,.btn-reply[disabled]:focus,.btn-reply[disabled]:active,.btn-reply[disabled].active,fieldset[disabled] .btn-reply,fieldset[disabled] .btn-reply:hover,fieldset[disabled] .btn-reply:focus,fieldset[disabled] .btn-reply:active,fieldset[disabled] .btn-reply.active
	{
	background-color: #ccc;
	border-color: #ccc;
}

/* start compile */
.compile-content {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	width: 100%;
}

.compile-list {
	position: relative;
	display: table;
	text-align: center;
}

.compile-list-item {
	position: relative;
	display: table-cell;
	width: 1%;
	height: 50px;
	overflow: hidden;
	vertical-align: middle;
	color: #fff !important;
}

.compile-list-item.supply {
	background-color: #aed3e8;
}

.compile-list-item.supply:hover,.compile-list-item.supply:focus,.compile-list-item.supply:active {
	background-color: #a3c9de;
}

.compile-list-item.demand {
	background-color: #f5bb90;
}

.compile-list-item.demand:hover,.compile-list-item.demand:focus,.compile-list-item.demand:active {
	background-color: #ecb185;
}

.compile-list-item .text {
	margin: 17px 0;
	display: inline-block;
	height: 16px;
	line-height: 16px;
}

/* start .swiper-pagination */
.swiper-pagination {
	padding-right: 12px !important;
	text-align: right !important;
}

.swiper-pagination-bullet:before {
	content: "\f111" !important;
}

.swiper-pagination-bullet {
	margin: 0 4px !important;
	width: auto !important;
	height: auto !important;
	display: inline-block !important;
	font: normal normal normal 14px/1 FontAwesome !important;
	text-rendering: auto !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	font-size: 10px !important;
	color: #fff !important;
	opacity: 1 !important;
	background-color: transparent !important;
}

.swiper-pagination-bullet-active {
	background-color: transparent !important;
	color: #ff7f42 !important;
}

/* start fish-kind-list */
.fish-kind-list-classify {
	padding: 12px 10px;
	border-bottom: 1px solid #ebecee;
}

.fish-kind-list-classify-inner {
	height: 15px;
	line-height: 15px;
	border-left: 2px solid #ff7f42;
	padding-left: 5px;
}

.fish-kind-list-item {
	padding: 0 15px;
	line-height: 20px;
}

.fish-kind-list-item-inner {
	position: relative;
	padding: 10px 0;
}

.fish-kind-list-item+.fish-kind-list-item .fish-kind-list-item-inner:before {
	border-top: 1px solid #ebecee;
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transform-origin: 0 0;
	-webkit-transform: scale(1);
	pointer-events: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	.fish-kind-list-item+.fish-kind-list-item .fish-kind-list-item-inner:before {
		right: -100%;
		bottom: -100%;
		-webkit-transform: scale(0.5);
	}
}

.fish-kind-list-item:focus,.fish-kind-list-item:active,.fish-kind-list-item:hover {
	background-color: #f5f5f5;
}

.fish-kind-list-item.active {
	font-size: 16px;
	color: #ff7f42;
}

.fish-kind-list-item em {
	color: #3998d2;
}

.fish-kind-list-item.active em {
	color: #ff7f42;
}

/* start price-list */
.price-list {
    background-color: #fff;	
}

.price-list-item-inner {
	position: relative;
    padding: 12px 15px;
}

.price-list-item-inner:before {
	border-top: 1px solid #e0e1e2;
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transform-origin: 0 0;
	-webkit-transform: scale(1);
	pointer-events: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	.price-list-item-inner:before {
		right: -100%;
		bottom: -100%;
		-webkit-transform: scale(0.5);
	}
}

.price-list-item-inner.first:before {
    border-top: 0 none;
}

.price-list-item-inner:hover,.price-list-item-inner:focus,.price-list-item-inner:active {
    background-color: #f5f5f5;
}

.price-list-item .icon {
    float: left;
    display: inline-block;
    width: 85px;
    height: 65px;	
    overflow: hidden;
}

.price-list-item .icon img {
    margin-top: -10px;
    width: 85px;
    height: 85px;
}

.price-list-item .info {
    display: block;
    margin-left: 95px;
    height: 65px;
    position: relative;
}

.price-list-item .title {
    height: 23px;	
    line-height: 23px;	
    overflow: hidden;	
    font-size: 16px;
}

.price-list-item .price {
    color: #ff0000;
    font-size: 16px;
}

.price-list-item .type {
    height: 22px;	
    line-height: 22px;
    overflow: hidden;
}

.price-list-item .extra {
    height: 20px;	
    line-height: 20px;
    overflow: hidden;
    position: relative;
}

.price-list-item .address {
    display: block;
    width: 100%;
    padding-right: 70px
}

.price-list-item .time {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 11;
    width: 70px;
    text-align: right;
}

.price-list-item .muted {
    font-size: 12px;
    color: #737373;	
}

/* start price-detail */
.price-detail .basis {
    position: relative;
    padding: 15px;
}

.price-detail .basis .icon {
    float: left;
    display: inline-block;
    width: 90px;
    height: 70px;	
    overflow: hidden;
}

.price-detail .basis .icon img {
    margin-top: -10px;
    width: 90px;
    height: 90px;
}

.price-detail .basis .info {
    display: block;
    margin-left: 105px;
    height: 70px;
    position: relative;
}

.price-detail .basis .title {
    height: 24px;	
    line-height: 24px;	
    overflow: hidden;	
    font-size: 16px;
}

.price-detail .collection {
    top: -10px;
    right: -10px;
    position: absolute;
    width: 50px;
    height: 50px;	
    line-height: 50px;	
    text-align: center;
    font-size: 20px;
    color: #666;
}

.price-detail .collection:hover,.price-detail .collection:focus,.price-detail .collection:active {
    border-radius: 50% !important;
    background-color: #d9edf7;
}

.price-detail .collection .fa-star {
    color: #ff7f42;
}

.price-detail .collection .fa-star-o {
    color: #999;
}

.price-detail .basis .type {
    height: 23px;	
    line-height: 23px;
    overflow: hidden;
}

.price-detail .basis .price {
    color: #ff0000;
    font-size: 16px;
}

.price-detail .extra {
	position: relative;
    padding: 15px 15px 2px;
}

.price-detail .extra:before {
	border-top: 1px solid #e0e1e2;
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transform-origin: 0 0;
	-webkit-transform: scale(1);
	pointer-events: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	.price-detail .extra:before {
		right: -100%;
		bottom: -100%;
		-webkit-transform: scale(0.5);
	}
}

.price-detail .extra .item {
    position: relative;
    margin-bottom: 10px;
}

.price-detail .extra .title  {
    display: inline-block;
    left: 5px;	
    position: absolute;
    top: 0;
    z-index: 11;
    width: 90px;
}

.price-detail .extra .info  {
    padding-left: 105px;	
    display: block;
    width: 100%;
    min-height: 20px;
}

.price-detail .muted {
    font-size: 12px;
    color: #737373;	
}

/* 免责申明 */
.disc-content {
	padding: 15px;
}

.disc-content p {
	line-height: 1.7;
	text-indent: 2em;
	color: #444;
}
