.btn-1-1 {
	width: 100%;
}

.btn-2-1 {
	width: 50%;
}

.btn-3-1 {
	width: 33.33%;
}

.btn-1-1,.btn-2-1,.btn-3-1 {
	display: inline-block;
	padding-left: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.btn-1-1 .tag,.btn-1-1 .btn,.btn-2-1 .tag,.btn-2-1 .btn,.btn-3-1 .tag,.btn-3-1 .btn
	{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.btn-1-1:first-child,.btn-2-1:first-child,.btn-3-1:first-child {
	padding-left: 0;
}

.btn-1-1 {
	padding-left: 0;
}

.btn-1-1 .tag,.btn-1-1 .btn {
	width: 50%;
}

.action-container {
	padding: 0 10px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.action-container>div {
	margin-bottom: 0;
}

.action-container>div:last-child {
	margin-bottom: 0;
}

.action-container>button,.action-container>.btn {
	margin-bottom: 10px;
}

.action-container>button:last-child,.action-container>.btn:last-child {
	margin-bottom: 0;
}

.action-container .btn1-3 {
	line-height: 35px;
	height: 35px;
	min-width: 70px;
	width: 25%;
	font-size: 14px;
}

.action-container .btn1-3 {
	margin-right: 5px;
	margin-left: 5px;
}

@media ( min-width : 400px) {
	.action-container .btn1-3 {
		margin-right: 10px;
		margin-left: 10px;
	}
}

@media ( min-width : 600px) {
	.action-container .btn1-3 {
		margin-right: 20px;
		margin-left: 20px;
	}
}

.action-tip {
	font-size: 12px;
	line-height: 16px;
	padding: 0 15px;
	margin: 10px 0;
	color: #999;
}

.empty-list {
	font-size: 14px;
	display: block;
	text-align: center;
	padding: 30px 10px;
	color: #999;
}

.empty-list h4 {
	font-size: 16px;
	margin-bottom: 10px;
	color: #666;
}

.empty-list div {
	margin-bottom: 20px;
}

.empty-list .empty-list-header,.empty-list .empty-list-content {
	margin-bottom: 0;
}

.empty-list .empty-list-content {
	margin-top: 20px;
}

.empty-list .empty-list-content .home-page {
	padding: 8px 30px;
}

.animated {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@
-webkit-keyframes tada { 0%{
	-webkit-transform: scale(1);
}

10%,20%{
-webkit-transform
:scale
(0
.9
)
 
rotate
(-3deg);
}
30%,50%,70%,90%{
-webkit-transform
:scale
(1
.1
)
 
rotate
(3deg);
}
40%,60%,80%{
-webkit-transform
:scale
(1
.1
)
 
rotate
(-3deg);
}
100%{
-webkit-transform
:scale
(1)
 
rotate
(0);
}
}
@
-moz-keyframes tada { 0%{
	-moz-transform: scale(1);
}

10%,20%{
-moz-transform
:scale
(0
.9
)
 
rotate
(-3deg);
}
30%,50%,70%,90%{
-moz-transform
:scale
(1
.1
)
 
rotate
(3deg);
}
40%,60%,80%{
-moz-transform
:scale
(1
.1
)
 
rotate
(-3deg);
}
100%{
-moz-transform
:scale
(1)
 
rotate
(0);
}
}
@
keyframes tada { 0%{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

10%,20%{
-webkit-transform
:scale
(0
.9
)
 
rotate
(-3deg);-moz-transform
:scale
(0
.9
)
 
rotate
(-3deg);transform
:scale
(0
.9
)
 
rotate
(-3deg);
}
30%,50%,70%,90%{
-webkit-transform
:scale
(1
.1
)
 
rotate
(3deg);-moz-transform
:scale
(1
.1
)
 
rotate
(3deg);transform
:scale
(1
.1
)
 
rotate
(3deg);
}
40%,60%,80%{
-webkit-transform
:scale
(1
.1
)
 
rotate
(-3deg);-moz-transform
:scale
(1
.1
)
 
rotate
(-3deg);transform
:scale
(1
.1
)
 
rotate
(-3deg);
}
100%{
-webkit-transform
:scale
(1)
 
rotate
(0);-moz-transform
:scale
(1)
 
rotate
(0);transform
:scale
(1)
 
rotate
(0);
}
}
.tada {
	-webkit-animation-name: tada;
	-moz-animation-name: tada;
	animation-name: tada;
}

@
-webkit-keyframes pulse { 0%{
	-webkit-transform: scale(1);
}

50%{
-webkit-transform
:scale
(1
.1
);
}
100%{
-webkit-transform
:scale
(1);
}
}
@
-moz-keyframes pulse { 0%{
	-moz-transform: scale(1);
}

50%{
-moz-transform
:scale
(1
.1
);
}
100%{
-moz-transform
:scale
(1);
}
}
@
keyframes pulse { 0%{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

50%{
-webkit-transform
:scale
(1
.1
);-moz-transform
:scale
(1
.1
);transform
:scale
(1
.1
);
}
100%{
-webkit-transform
:scale
(1);-moz-transform
:scale
(1);transform
:scale
(1);
}
}
.pulse {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	animation-name: pulse;
}

@
-webkit-keyframes blink-border { 0%{
	border: 1px solid #e5e5e5;
}

20%{
border
:
1px
 
solid
 
#ed5050
;
}
50%{
border
:
1px
 
solid
 
#fff
;
}
80%{
border
:
1px
 
solid
 
#ed5050
;
}
100%{
border
:
1px
 
solid
 
#e5e5e5
;
}
}
@
-moz-keyframes blink-border { 0%{
	border: 1px solid #e5e5e5;
}

20%{
border
:
1px
 
solid
 
#ed5050
;
}
50%{
border
:
1px
 
solid
 
#fff
;
}
80%{
border
:
1px
 
solid
 
#ed5050
;
}
100%{
border
:
1px
 
solid
 
#e5e5e5
;
}
}
@
keyframes blink-border { 0%{
	border: 1px solid #e5e5e5;
}

20%{
border
:
1px
 
solid
 
#ed5050
;
}
50%{
border
:
1px
 
solid
 
#fff
;
}
80%{
border
:
1px
 
solid
 
#ed5050
;
}
100%{
border
:
1px
 
solid
 
#e5e5e5
;
}
}
.blink-border {
	-webkit-animation-name: blink-border;
	-moz-animation-name: blink-border;
	animation-name: blink-border;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
}

.progress-bar {
	height: 15px;
	width: 100%;
	background-color: #efeff4;
	border-radius: 7px;
}

.progress-bar span {
	display: inline-block;
	height: 100%;
	border-radius: 7px;
	background-color: rgba(6, 191, 4, 0.6);
	-webkit-transition: width 0.4s ease-in-out;
	-moz-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
}

.shine span {
	position: relative;
}

.shine span::after {
	content: '';
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	border-radius: 7px;
	-webkit-animation: animate-shine 2s ease-out infinite;
	-moz-animation: animate-shine 2s ease-out infinite;
	animation: animate-shine 2s ease-out infinite;
}

@
-webkit-keyframes animate-shine { 0%{
	opacity: 0;
	width: 0;
}

50%{
opacity
:
0
.5
;
}
100%{
opacity
:
0;width
:
95%;
}
}
@
-moz-keyframes animate-shine { 0%{
	opacity: 0;
	width: 0;
}

50%{
opacity
:
0
.5
;
}
100%{
opacity
:
0;width
:
95%;
}
}
@
-ms-keyframes animate-shine { 0%{
	opacity: 0;
	width: 0;
}

50%{
opacity
:
0
.5
;
}
100%{
opacity
:
0;width
:
95%;
}
}
@
keyframes animate-shine { 0%{
	opacity: 0;
	width: 0;
}

50%{
opacity
:
0
.5
;
}
100%{
opacity
:
0;width
:
95%;
}
}
textarea.txt,input.txt {
	border: 1px solid #e5e5e5;
	padding: 5px;
	resize: none;
	border-radius: 4px;
}

textarea.txt:focus,input.txt:focus {
	outline: none !important;
}

textarea.txt.txt-nb,input.txt.txt-nb {
	border: 0px none;
}

textarea.txt.txt-nb:focus,input.txt.txt-nb:focus {
	border-color: #eee;
}

textarea.txt.txt-black,textarea.txt input.txt.txt-black,input.txt.txt-black,input.txt input.txt.txt-black
	{
	color: #444;
}

.goods-order-list-container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.goods-order-list-container ol,.goods-order-list-container ul {
	list-style: none;
	margin: 0;
}

.goods-order-list-container .header {
	height: 37px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	padding-left: 10px;
	line-height: 37px;
}

.goods-order-list-container .header span {
	font-size: 14px;
}

.goods-order-list-container .header a {
	float: right;
	font-size: 13px;
	margin-right: -10px;
	padding-right: 10px;
	line-height: 37px;
	width: 50px;
	text-align: right;
	color: #0189e9;
}

.goods-order-list-container .header a.disable {
	color: #999;
}

.goods-order-list-container .list {
	padding-left: 10px;
	display: block;
	overflow: hidden;
}

.goods-order-list-container .list li {
	padding: 10px 0;
	-webkit-border-image: url("img/border-line.png") 2 stretch;
	-moz-border-image: url("img/border-line.png") 2 stretch;
	border-image: url("img/border-line.png") 2 stretch;
	border-bottom: 2px solid #e5e5e5;
	position: relative;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.goods-order-list-container .list li {
		border-bottom-width: 1px;
	}
}

.goods-order-list-container .list li:last-child {
	border: 0px none;
}

.goods-order-list-container .list {
	-webkit-border-image: url("img/border-line.png") 2 stretch;
	-moz-border-image: url("img/border-line.png") 2 stretch;
	border-image: url("img/border-line.png") 2 stretch;
	border-top: 2px solid #e5e5e5;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.goods-order-list-container .list {
		border-top-width: 1px;
	}
}

.goods-order-list-container .list li .goods-detail {
	padding-right: 10px;
}

.goods-order-list-container .list li .goods-detail .thumb {
	width: 66px;
	height: 66px;
	-webkit-border-image: url("img/border-line-c9c9c9-inner.png") 2 stretch;
	-moz-border-image: url("img/border-line-c9c9c9-inner.png") 2 stretch;
	border-image: url("img/border-line-c9c9c9-inner.png") 2 stretch;
	border-top: 2px solid #e5e5e5;
	border-right: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	border-left: 2px solid #e5e5e5;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.goods-order-list-container .list li .goods-detail .thumb {
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
	}
}

.goods-order-list-container .list li .goods-detail .detail {
	margin-left: 75px;
	position: relative;
	padding-right: 73px;
}

.goods-order-list-container .list li .goods-detail .detail h3 {
	margin-top: 1px;
	color: #333;
	font-size: 12px;
	line-height: 16px;
}

.goods-order-list-container .list li .goods-detail .detail p {
	color: #333;
}

.goods-order-list-container .list li .goods-detail .detail p.c-gray {
	color: #999;
}

.goods-order-list-container .list li .goods-detail .detail p.c-orange {
	color: #f60;
}

.goods-order-list-container .list li .goods-detail .detail p.pull-bottom
	{
	position: absolute;
	bottom: -10px;
}

.goods-order-list-container .list li .goods-detail .detail.no-price {
	padding-right: 0;
}

.block.goods-order-list-container .list .goods-detail {
	margin-left: 0;
}

.block.goods-order-list-container .list .goods-detail img {
	margin: 0 5px 0 0;
}

.block.goods-order-list-container .list .price-num div.price {
	color: #555;
}

.block.goods-order-list-container .bottom {
	padding: 10px;
	padding-left: 10px;
	height: 16px;
	font-size: 14px;
	line-height: 16px;
}

.block.goods-order-list-container .bottom span {
	float: right;
	color: #f60;
}

.goods-list-present-title {
	font-size: 12px;
	color: #f90;
	line-height: 24px;
}

.block-item {
	position: relative;
	display: block;
	padding: 10px;
	line-height: 22px;
	border: 0px none;
	-webkit-border-image: url("img/border-line.png") 2 stretch;
	-moz-border-image: url("img/border-line.png") 2 stretch;
	border-image: url("img/border-line.png") 2 stretch;
	border-bottom: 2px solid #e5e5e5;
	overflow: hidden;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.block-item {
		border-bottom-width: 1px;
	}
}

.block-item:last-child {
	border-bottom: 0px none;
}

.block-item .btn-auth-code {
	position: absolute;
	top: 6px;
	right: 10px;
	height: 30px;
	line-height: 30px;
	padding-left: 7px;
	padding-right: 7px;
	font-weight: bold;
}

.block-item .verify-image {
	position: absolute;
	width: 80px;
	height: 30px;
	right: 10px;
	top: 7px;
}

.block-item.border-none {
	border-bottom: 0px none;
}

.block-item ul {
	padding-right: 50px;
}

.block-item ul em {
	color: #999;
}

.block-item h4.block-item-title {
	line-height: 22px;
	float: left;
	margin-right: 10px;
}

.block {
	overflow: hidden;
	-webkit-border-image: url("img/border-line.png") 2 stretch;
	-moz-border-image: url("img/border-line.png") 2 stretch;
	border-image: url("img/border-line.png") 2 stretch;
	border-top: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	margin: 10px 0;
	background-color: #fff;
	display: block;
	position: relative;
	font-size: 14px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.block {
		border-top-width: 1px;
		border-bottom-width: 1px;
	}
}

.block.block-left-10 {
	padding-left: 10px;
}

.block.block-top-0 {
	margin-top: 0;
}

.block.block-bottom-0 {
	margin-bottom: 0;
}

.block.block-border-top-none {
	border-top: 0px none;
}

.block.block-border-bottom-none {
	border-bottom: 0px none;
}

.block.block-border-none {
	border-top: 0px none;
	border-bottom: 0px none;
}

.block:first-child {
	margin-top: 0;
}

.block .bottom {
	padding: 10px;
	height: 18px;
	line-height: 18px;
}

.block .bottom .price {
	float: right;
	color: #ff6600;
}

.block .opt-wrapper {
	position: absolute;
	top: 9px;
	right: 5px;
}

.block .opt-wrapper .btn {
	margin-right: 5px;
}

.block .opt-wrapper .opt-link {
	margin-right: 5px;
}

.block .opt-link {
	color: #09f;
	font-size: 12px;
	line-height: 24px;
}

.block p {
	overflow: hidden;
}

.block.block-order .header {
	height: 37px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	padding-left: 10px;
	line-height: 37px;
}

.block.block-order .header span {
	font-size: 12px;
}

.block.block-order .header a.disable {
	color: #999;
}

.block.block-order .bottom {
	padding: 10px;
	padding-left: 10px;
	height: 16px;
	font-size: 14px;
	line-height: 16px;
}

.block.block-list {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style: none;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.block.block-list.margin-top-normal {
	margin-top: 20px;
}

.block-list.wf {
	padding-left: 0;
}

.block-list.wf .b-list {
	padding-left: 10px;
	background-color: #fff;
}

.block-list>.block-item {
	padding: 10px 10px 10px 0;
}

.block.block-list a.hide,.block.block-list p.hide {
	display: none;
}

.block.block-list+.block.block-list {
	margin-top: 12px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.block.block-list li span.clear {
		background: url("img/icon_clear@2x.png") center center no-repeat;
		background-size: 100%;
	}
}

.block.block-form {
	width: 100%;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style: none;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.block.block-form.margin-top-normal {
	margin-top: 20px;
}

.block.block-form.margin-bottom-normal {
	margin-bottom: 20px;
}

.block.block-form .auth-hide {
	display: none !important;
}

.block.block-form .block-item {
	display: table;
	width: 100%;
	padding: 0;
}

.block.block-form .block-item label {
	display: table-cell;
	width: 90px;
	padding: 10px 0;
	vertical-align: middle;
}

.block.block-form .block-item textarea,.block.block-form .block-item input,.block.block-form .block-item select,.block.block-form .block-item a,.block.block-form .block-item span
	{
	display: table-cell;
	overflow: hidden;
	margin-left: 0;
	margin-right: 10px;
	padding: 10px 0;
	font-size: 14px;
	min-height: 22px;
	line-height: 22px;
}

.block.block-form .block-item textarea,.block.block-form .block-item input,.block.block-form .block-item select
	{
	width: 99%;
	background-color: #fff;
	border: 0px none;
	outline: none;
}

.block.block-form .block-item textarea {
	height: 50px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	resize: none;
}

.block.block-form .block-item span.message {
	line-height: 18px;
	min-height: 42px;
}

.block.block-form .block-item:last-child {
	border-bottom: 0px none;
}

@
-webkit-keyframes loader {
	from {-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

to {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}
@
-moz-keyframes loader {
	from {-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
}

to {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}

}
@
keyframes loader {
	from {-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
}

to {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}

}
.loader-container {
	position: relative;
	width: 200px;
	height: 100px;
	border-radius: 8px;
	background-color: #fff;
}

.loader-container .loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -29px;
	margin-left: -24px;
	height: 17px;
	padding-top: 41px;
	text-align: center;
	color: #888;
	z-index: 1000;
}

.loader-container .loader::before,.loader-container .loader::after {
	position: absolute;
	content: '';
	top: 0%;
	left: 50%;
	margin-left: -15.5px;
	width: 25px;
	height: 25px;
	border-radius: 100%;
}

.loader-container .loader::after {
	border-width: 3px;
	border-style: solid;
	border-color: #d9d9d9 #d9d9d9 #d9d9d9 transparent;
	-webkit-box-shadow: 0px 0px 0px 1px transparent;
	box-shadow: 0px 0px 0px 1px transparent;
	-webkit-animation: loader 0.8s linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation: loader 0.8s linear;
	-moz-animation: loader 0.8s linear;
	animation: loader 0.8s linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.important-message {
	margin: 0;
	padding: 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	line-height: 1.4em;
	padding: 10px 10px 5px;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #ffffcc;
	font-size: 12px;
}

.important-message h3 {
	color: #333;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	zoom: 1;
}

.important-message h3:after {
	content: "";
	display: table;
	clear: both;
}

.important-message hr {
	border: 0px none;
	border-top: 1px solid #eee;
}

.important-message p {
	margin-bottom: 10px;
}

.important-message .mp-wx {
	color: #f60;
	text-decoration: underline;
}

.append-message {
	margin: 0;
	padding: 5px 10px;
	-webkit-border-image: url("img/border-line.png") 2 stretch;
	-moz-border-image: url("img/border-line.png") 2 stretch;
	border-image: url("img/border-line.png") 2 stretch;
	border-bottom: 2px solid #e5e5e5;
	background-color: #fff;
	line-height: 20px;
	font-size: 12px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.append-message {
		border-bottom-width: 1px;
	}
}

.append-message span {
	color: #999;
}

.append-message.complain p {
	color: #f51919;
}

.express-info .block-item {
	padding-top: 5px;
	padding-bottom: 5px;
}

.express-info p.express-context {
	color: #1B9C46;
}

.address-list .block {
	border-bottom: 0px none;
	margin-top: 5px;
}

.block.express {
	border-bottom: 0 none;
}

.block.express .block-item.logistics {
	height: 22;
}

.block.express .block-item.logistics .btn {
	margin-top: -4px;
	margin-right: 5px;
	float: left;
}

.block.express .block-item.logistics button.btn.hide {
	display: none;
}

.block.express .logistics-content {
	-webkit-border-image: url("img/border-line.png") 2 stretch;
	-moz-border-image: url("img/border-line.png") 2 stretch;
	border-image: url("img/border-line.png") 2 stretch;
	border-bottom: 2px solid #e5e5e5;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.block.express .logistics-content {
		border-bottom-width: 1px;
	}
}

.block.express .logistics-content.no-border-bottom {
	border-bottom: 0 none;
}

.block.express .logistics-tips {
	border-top: 1px solid #FBEED5;
	border-bottom: 1px solid #FBEED5;
	background-color: #FCF8E3;
	line-height: 30px;
	padding-left: 10px;
}

#confirm-pay-way-opts .butn.butn-block {
	margin-bottom: 20px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.confirm-pay-way-opts-popup button {
	width: 300px;
}

.confirm-pay-way-opts-popup button.butn-white {
	width: 300px;
}

.confirm-pay-way-opts-popup.active {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.confirm-pay-way-opts-popup div {
	margin: 0;
	padding: 0;
}

.order-message {
	padding: 8px 10px 0 10px;
}

.order-message span {
	float: left;
	color: #999;
}

.order-message .message-content {
	margin-bottom: 10px;
	color: #999;
}

.order-message textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 8px;
	line-height: 22px;
	color: #333;
	border: 1px solid #f2f2f2;
	-webkit-transition: height 0.3s ease-in-out;
	-moz-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
	resize: none;
	outline: none;
}

.order-message textarea.two-rows {
	height: 54px;
	line-height: 18px;
}

.btn-1-1 {
	width: 100%;
}

.btn-2-1 {
	width: 50%;
}

.btn-3-1 {
	width: 33.33%;
}

.btn-1-1,.btn-2-1,.btn-3-1 {
	display: inline-block;
	padding-left: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.btn-1-1 .tag,.btn-1-1 .btn,.btn-2-1 .tag,.btn-2-1 .btn,.btn-3-1 .tag,.btn-3-1 .btn
	{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.btn-1-1:first-child,.btn-2-1:first-child,.btn-3-1:first-child {
	padding-left: 0;
}

.btn-1-1 {
	padding-left: 0;
}

.btn-1-1 .tag,.btn-1-1 .btn {
	width: 50%;
}

.bottom-fix {
	display: block;
	z-index: 100;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 6px 10px;
	border-top: 1px solid #ccc;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(226, 227, 231,
		0.33) ), to(rgba(248, 248, 248, 0.33) ) );
	background-image: -webkit-linear-gradient(bottom, rgba(226, 227, 231, 0.33)
		0%, rgba(248, 248, 248, 0.33) 100% );
	background-image: -moz-linear-gradient(bottom, rgba(226, 227, 231, 0.33)
		0%, rgba(248, 248, 248, 0.33) 100% );
	background-image: linear-gradient(bottom, rgba(226, 227, 231, 0.33) 0%,
		rgba(248, 248, 248, 0.33) 100% );
	background-color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0;
}

.bottom-fix.bottom-fix-noshadow {
	-webkit-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
}

.bottom-fix .btn,.bottom-fix .tag-big {
	line-height: 20px;
	font-size: 14px;
}

.bottom-fix .info-wrapper {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 1.5em;
	padding: 3px 5px 5px;
	-webkit-border-image: url("img/border-line.png") 2 stretch;
	-moz-border-image: url("img/border-line.png") 2 stretch;
	border-image: url("img/border-line.png") 2 stretch;
	border-bottom: 2px solid #e5e5e5;
	border-top: 1px solid #ccc;
	-webkit-box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.2);
	border-color: #ddd;
	bottom: 42px;
	left: 0;
	background-color: #fff;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.bottom-fix .info-wrapper {
		border-bottom-width: 1px;
	}
}

.bottom-fix .info-wrapper em {
	font-style: normal;
}

.bottom-fix .info-wrapper a {
	color: #07d;
	text-decoration: underline;
}

.bottom-fix .info-wrapper a:hover {
	color: #07d;
	text-decoration: underline;
}

.bottom-fix .info-wrapper i {
	font-style: normal;
	color: #f60;
}

.admin .bottom-fix {
	display: block;
}

.admin.responsive-540 .bottom-fix {
	display: block;
}

.admin.responsive-800 .bottom-fix {
	display: none;
}

.tabber {
	width: 100%;
	color: #333;
	font-size: 14px;
	background-color: #fff;
}

.tabber button,.tabber a {
	float: left;
	width: 50%;
	height: 40px;
	line-height: 40px;
	border: 0px none;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background-color: #fff;
	position: relative;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.tabber button.active,.tabber a.active {
	color: #22C415;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #22C415;
}

.tabber button.first,.tabber a.first {
	border-right: 0px none;
}

.tabber.tabber-top button.active,.tabber.tabber-top a.active {
	border-top: 1px solid #22C415;
	border-bottom: 0px none;
}

.tabber.tabber-top button.first,.tabber.tabber-top a.first {
	border-right: 1px solid #e5e5e5;
}

.tabber.tabber-n3 button,.tabber.tabber-n3 a {
	width: 33.3%;
}

.tabber.tabber-n4 button,.tabber.tabber-n4 a {
	width: 25%;
}

.tabber.tabber-n5 button,.tabber.tabber-n5 a {
	width: 20%;
}

.tabber.orange {
	color: #f60;
}

.tabber.orange button.active,.tabber.orange a.active {
	color: #f60;
	border-bottom: 1px solid #f60;
}

.tabber.red {
	color: #333;
}

.tabber.red button.active,.tabber.red a.active {
	color: #ed5050;
	border-bottom: 1px solid #ed5050;
}

.avatar {
	display: inline-block;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	position: relative;
}

.avatar img {
	margin: 0 auto;
	bottom: 0;
	width: 70px;
	height: 70px;
	display: block;
}

.avatar p {
	line-height: 50px;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: -1px;
}

.avatar p>span {
	padding: 5px 15px;
	background-color: #809843;
	border-radius: 13px;
	color: #fff;
}

.avatar span.trigon {
	width: 20px;
	display: inline-block;
	margin-bottom: 20px;
}

.avatar span.trigon i {
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	line-height: 0px;
	border-color: transparent;
	_border-color: #000000;
	_filter: progid : DXImageTransform.Microsoft.Chroma ( color = '#000000'
		);
	border-top-color: #a1bf54;
	_border-top-color: #a1bf54;
	border-width: 7px 10px 0 10px;
}

.avatar .c-important,.avatar .c-important span,.avatar .c-important i {
	color: #eee;
}

.circular {
	border-radius: 140px;
}

.arrow_box {
	background: #fff;
	border: 1px solid #e5e5e5;
	position: relative;
}

.arrow_box .empty-trigon {
	top: 5px;
	right: 100%;
}

.arrow_box .empty-trigon,.arrow_box .empty-trigon:before {
	border: solid transparent;
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	border-color: transparent;
	border-right-color: #e5e5e5;
	border-width: 11px;
}

.arrow_box .empty-trigon:before {
	border-color: transparent;
	border-right-color: #fff;
	border-width: 10px;
	content: '';
	left: -10px;
	top: -10px;
	left: -9px;
}

div.peerpay-gift {
	text-align: left;
}

div.peerpay-gift h2 {
	padding-top: 10px;
	line-height: 18px;
	font-size: 12px;
	color: #999;
	padding-left: 10px;
}

div.peerpay-gift textarea {
	color: #ccc;
	width: 100%;
	height: 60px;
}

div.peerpay-gift div.invite-message {
	padding: 0 22px 0 10px;
}

div.peerpay-gift div.invite-message textarea {
	height: 60px;
	font-size: 14px;
}

div.peerpay-gift .steps {
	height: 70px;
	padding-top: 60px;
}

div.peerpay-gift .steps .step {
	position: relative;
	margin: 0 auto;
	background: url("img/peerpay_steps.png") no-repeat center center;
}

div.peerpay-gift .steps .step-x {
	position: relative;
	height: 34px;
	float: left;
}

div.peerpay-gift .steps .step-3 {
	width: 33.33%;
}

div.peerpay-gift .steps .step-3-1 {
	background-position: 0 0;
	width: 34px;
	height: 34px;
}

div.peerpay-gift .steps .step-3-2 {
	background-position: 0 -84px;
	width: 34px;
	height: 34px;
}

div.peerpay-gift .steps .step-3-3 {
	background-position: 0 -168px;
	width: 34px;
	height: 34px;
}

div.peerpay-gift .steps .step-4 {
	width: 24.9%;
}

div.peerpay-gift .steps .step-4-1 {
	background-position: 0 -252px;
	width: 34px;
	height: 34px;
}

div.peerpay-gift .steps .step-4-2 {
	background-position: 0 -336px;
	width: 34px;
	height: 34px;
}

div.peerpay-gift .steps .step-4-3 {
	background-position: 0 -420px;
	width: 34px;
	height: 34px;
}

div.peerpay-gift .steps .step-4-4 {
	background-position: 0 -504px;
	width: 34px;
	height: 34px;
}

div.peerpay-gift .steps p {
	font-size: 12px;
	color: #999;
	line-height: 25px;
}

div.peerpay-gift .steps hr {
	position: absolute;
	margin: 0;
	top: 15px;
	width: 100%;
	border: 0px none;
	border-bottom: 2px solid #e4e4e4;
}

.block-list.block-list-peerpay .block-item {
	padding: 5px 0;
}

.block.block-form .block-item span.price {
	position: absolute;
	left: -5px;
	top: 2px;
}

.block.block-form .block-item .price {
	color: #f60;
	font-size: 20px;
	line-height: 20px;
}

.block.block-form .block-item input.price::-webkit-input-placeholder {
	font-size: 14px;
}

.block.block-form .block-item input.price::-moz-placeholder {
	font-size: 14px;
}

.block.block-form .block-item input.price::-ms-input-placeholder {
	font-size: 14px;
}

.block.block-form .block-item input.price::-moz-placeholder {
	font-size: 14px;
}

.block.block-form .block-item input.date-time {
	margin-left: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.block.block-form .block-item div.price-container {
	width: auto;
	overflow: hidden;
	position: relative;
}

.block.block-form .block-item div.price-container input {
	z-index: 0;
	margin-left: 15px;
	margin-top: 4px;
	padding-top: 5px;
	width: 100%;
}

.block.block-form .block-item div.clear-response-area {
	position: absolute;
	z-index: 2;
	top: 1px;
	right: 0px;
	width: 70px;
	height: 40px;
}

.block.block-form .block-item .btn-clear {
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 9px;
	width: 40px;
	line-height: 15px;
	font-size: 12px;
}

.name-card .detail.detail-peerpay p {
	line-height: 13px;
}

.peerpay.gift .steps {
	padding-top: 25px;
	margin-top: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.peerpay-gift .steps .step {
		background: url("img/peerpay_steps@2x.png") no-repeat top left;
	}
	.peerpay-gift .steps .step-3-1 {
		background-position: 0 0;
		background-size: cover;
	}
	.peerpay-gift .steps .step-3-2 {
		background-position: 0 -59px;
		background-size: cover;
	}
	.peerpay-gift .steps .step-3-3 {
		background-position: 0 -118px;
		background-size: cover;
	}
	.peerpay-gift .steps .step-4-1 {
		background-position: 0 -177px;
		background-size: cover;
	}
	.peerpay-gift .steps .step-4-2 {
		background-position: 0 -236px;
		background-size: cover;
	}
	.peerpay-gift .steps .step-4-3 {
		background-position: 0 -295px;
		background-size: cover;
	}
	.peerpay-gift .steps .step-4-4 {
		background-position: 0 -354px;
		background-size: cover;
	}
}

.peerpay-gift .message-container,.gift .message-container {
	width: 100%;
	height: 320px;
	background-color: #a0bf54;
	margin-bottom: 10px;
}

.peerpay-gift .message-container div.message,.gift .message-container div.message
	{
	height: 200px;
}

.peerpay-gift .message-container div.message span,.gift .message-container div.message span
	{
	font-size: 16px;
	color: #fff;
	width: 280px;
	line-height: 28px;
	display: inline-block;
	vertical-align: middle;
}

.peerpay-gift .progress {
	margin-top: -10px;
	margin-bottom: 0;
	padding: 20px 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.peerpay-gift .progress .progress-txt {
	line-height: 30px;
	height: 30px;
	font-size: 12px;
}

.peerpay-gift .progress .progress-txt span {
	color: #999;
}

.peerpay-gift .progress .progress-txt span em {
	color: #ed5050;
}

.peerpay-gift .feed,.gift .feed {
	padding: 0 10px 10px;
}

.peerpay-gift .feed .record-item,.gift .feed .record-item {
	width: 100%;
	position: relative;
	padding-bottom: 10px;
}

.peerpay-gift .feed .record-item .left,.gift .feed .record-item .left {
	width: 50px;
	height: 100%;
	position: relative;
	margin-left: -10px;
}

.peerpay-gift .feed .record-item .left .avatar,.gift .feed .record-item .left .avatar
	{
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0;
	left: 8px;
	z-index: 0;
	border: 0px none;
}

.peerpay-gift .feed .record-item .left .avatar img,.gift .feed .record-item .left .avatar img
	{
	width: 35px;
	height: 35px;
	background-color: #ddd;
}

.peerpay-gift .feed .record-item .detail,.gift .feed .record-item .detail
	{
	margin-left: 45px;
	width: auto;
	border-radius: 4px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	padding: 5px;
}

.peerpay-gift .feed .record-item .detail p,.gift .feed .record-item .detail p
	{
	color: #333;
	line-height: 18px;
}

.peerpay-gift .feed .record-item .detail hr,.gift .feed .record-item .detail hr
	{
	border: none;
	border-top: 1px solid #eee;
	margin: 4px 0;
}

.peerpay-gift .feed .time-line,.gift .feed .time-line {
	background-size: 1px 100%;
	background-position: 15px 0;
	background-repeat: repeat-y;
	background-image: url(img/cuAxJgYkAFpPIBAgwAyICoV1NyDEAAAAASUVORK5CYII=)
		;
}

.peerpay-gift .feed .time-line:first-child,.gift .feed .time-line:first-child
	{
	height: 10px;
}

.peerpay-gift .feed .time-line:last-child,.gift .feed .time-line:last-child
	{
	background-size: 1px 20px;
}

.wrapper {
	width: 100%;
	height: 200px;
	margin: 0;
	padding: 0;
	display: table;
}

.wrapper .outer-wrapper {
	position: absolute;
	width: 100%;
	top: 0;
	margin: 0;
	padding: 0;
}

.wrapper .table-wrapper {
	display: table;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
}

.wrapper .table-cell-wrapper {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
}

.avatar.avatar-peerpay {
	width: 300px;
	height: 120px;
}

.peerpay-gift .message-container.wechat,.gift .message-container.wechat
	{
	background: url("img/wechat_img.png");
	background-size: cover;
}

.peerpay-gift .message-container.wechat .avatar-peerpay .txt-status,.gift .message-container.wechat .avatar-peerpay .txt-status
	{
	background: rgba(255, 255, 255, 0.3);
}

.peerpay-gift .message-container.wechat .avatar-peerpay .trigon i,.gift .message-container.wechat .avatar-peerpay .trigon i
	{
	border-top-color: #191a27;
}

.peerpay-gift .message-container.wechat {
	position: relative;
}

.peerpay-gift .message-container.wechat .wechat-rankbox {
	position: absolute;
	z-index: 100;
	bottom: 0px;
	left: 50%;
	margin-left: -129px;
	width: 258px;
	height: 250px;
	border-radius: 10px 10px 0 0;
	background: rgba(255, 255, 255, 0.88);
}

.peerpay-gift .message-container.wechat .wechat-rankbox .circular {
	display: block;
	margin: -36px auto 0;
	width: 72px;
	height: 72px;
	border: 2px solid #fff;
	border-radius: 50%;
}

.peerpay-gift .message-container.wechat .wechat-rankbox .rank-msg h1 {
	font-size: 14px;
	width: 220px;
	margin: 10px auto;
	text-align: center;
	line-height: 30px;
	color: #6d6b6b;
	border-bottom: 1px solid #64d364;
}

.peerpay-gift .message-container.wechat .wechat-rankbox .rank-list {
	width: 180px;
	margin: 0px auto;
}

.peerpay-gift .message-container.wechat .wechat-rankbox .rank-list li {
	font-size: 12px;
	color: #939393;
	line-height: 24px;
	text-align: left;
}

.peerpay-gift .message-container.wechat .wechat-rankbox .rank-list li b
	{
	font-weight: bold;
	color: #ed3352;
}

.peerpay-gift .message-container.wechat .avatar-peerpay .trigon-alert i
	{
	border-top-color: #e3e3e4;
}

.rank-share-wrap {
	display: none;
	position: fixed;
	z-index: 200;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	left: 0;
	top: 0;
}

.rank-share-wrap .rank-share-box {
	position: absolute;
	z-idnex: 300;
	left: 50%;
	top: 100px;
	margin-left: -140px;
	width: 285px;
	height: 225px;
}

.rank-share-wrap .rank-share-box .rank-share-title {
	position: absolute;
	width: 285px;
	height: 35px;
	left: 0;
	top: 0;
	z-index: 100;
	line-height: 35px;
	font-size: 16px;
	color: #ffe8ec;
	font-weight: bold;
	text-align: center;
	background: url("img/title_bg.png") no-repeat center top;
	background-size: 285px;
}

.rank-share-wrap .rank-share-box .rank-share-content {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -103px;
	width: 215px;
	height: 225px;
	border-radius: 5px;
	background: #fff;
}

.rank-share-wrap .rank-share-box .rank-share-content ul {
	padding-top: 60px;
}

.rank-share-wrap .rank-share-box .rank-share-content ul li {
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #9b9797;
}

.rank-share-wrap .rank-share-box .rank-share-content ul li b {
	font-weight: bold;
	color: #ed3352;
}

.rank-share-wrap .rank-share-box .rank-share-content .share-btn {
	display: block;
	margin: 10px auto;
	width: 120px;
	height: 35px;
	border-radius: 35px;
	background: #ed3352;
	text-align: center;
	line-height: 35px;
	color: #fff;
	font-weight: bold;
}

.gift-box {
	border-radius: 4px;
	background: white;
	width: 260px;
	padding: 20px 20px 12px 20px;
}

.gift-box .title {
	font-size: 16px;
	margin-bottom: 10px;
}

.gift-box .subtitle {
	font-size: 12px;
}

.gift-box .btn {
	margin-bottom: 10px;
}

.gift-box .btn:last-child {
	margin-bottom: 0;
}

.gift-box hr {
	border: 0px none;
	border-top: 1px solid #eee;
}

.gift-success .gift-name {
	height: 33px;
}

.gift-success .gift-thanks {
	height: 89px;
}

.gift-success .txt {
	margin-bottom: 10px;
	width: 248px;
}

.goods-order-list-container .list li .goods-detail .detail.gift-fetch h3
	{
	overflow: hidden;
	max-height: 32px;
}

.paid-time {
	min-height: 90px;
	text-align: left;
	color: #333;
	background: #fff url("img/paid_watermark.png") right 8px no-repeat;
	margin: 0;
	padding: 0 5px;
}

.paid-time .paid-time-inner p {
	margin: 5px 0;
}

.qrcode-pic {
	text-align: center;
}

.qrcode-pic .pic-wrapper {
	display: inline-block;
	background: #fff;
}

.qrcode-pic .pic-wrapper img {
	display: block;
	width: 100%;
}

.qrcode-pic .pic-wrapper span {
	display: inline-block;
	padding: 5px 0 0;
	font-size: 12px;
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.paid-time {
		background-image: url("img/paid_watermark@2x.png");
		background-size: 130px 77px;
	}
}

.block-item.qrcode {
	padding: 0;
}

.wish-gift-success .wish-gift-name {
	margin-bottom: 10px;
	line-height: 18px;
}

.wish-gift-success .wish-gift-msg {
	height: 89px;
	border: 0px none;
}

.wish-gift-success .msg-container {
	border: 1px solid #e5e5e5;
	border-radius: 4px;
}

.wish-gift-success input,.wish-gift-success textarea {
	padding: 10px;
}

.wish-gift-success .txt {
	width: 248px;
}

.wish-gift-success .wish-gift-msg-change {
	padding: 10px 5px 5px 10px;
}

.wish-gift-success .error-msg {
	margin-top: 10px;
	color: #ed5050;
}

.block.block-list a.block-item.block-item-big {
	padding: 8px 0;
}

.block.block-list a.block-item.block-item-big strong,.block.block-list a.block-item.block-item-big span
	{
	line-height: 30px;
	height: 30px;
	vertical-align: middle;
	display: inline-block;
}

.block.block-list a.block-item.block-item-big span.vertical-bottom {
	margin-top: 2px;
}

.block-item .btn-auth-code {
	width: 100px;
}

.btn-vertify-code-response-area {
	position: absolute;
	top: 0;
	right: 0;
	width: 110px;
	height: 40px;
	z-index: 1;
	display: block;
}

.bank-sprite {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 10px;
}

input.certify-code {
	margin-top: 2px;
	width: 110px;
	height: 20px;
	padding-bottom: 5px;
}

button.btn-vertify-code {
	position: absolute;
	top: 2px;
	right: 10px;
	width: 100px;
	height: 35px;
	line-height: 22px;
	display: inline-block;
	font-size: 12px;
	z-index: 0;
}

.bank-sprite {
	width: 30px;
	height: 30px;
	background-image: url("img/bank-1416817757559.png");
	background-repeat: no-repeat;
}

.bank-abc {
	background-position: 0 -60px;
}

.bank-bjb {
	background-position: 0 -120px;
}

.bank-boc {
	background-position: 0 -30px;
}

.bank-ccb {
	background-position: 0 -150px;
}

.bank-ceb {
	background-position: 0 -450px;
}

.bank-cib {
	background-position: 0 -210px;
}

.bank-citic {
	background-position: 0 -390px;
}

.bank-cmb {
	background-position: 0 -90px;
}

.bank-cmbc {
	background-position: 0 -270px;
}

.bank-comm {
	background-position: 0 -240px;
}

.bank-gdb {
	background-position: 0 -300px;
}

.bank-hxb {
	background-position: 0 -180px;
}

.bank-icbc {
	background-position: 0 0;
}

.bank-psbc {
	background-position: 0 -330px;
}

.bank-spab {
	background-position: 0 -420px;
}

.bank-spdb {
	background-position: 0 -360px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.bank-sprite {
		background-image: url("img/bank2x-1416817757559.png");
		background-size: 30px auto;
	}
	.bank-abc {
		background-position: 0 -30px;
	}
	.bank-bjb {
		background-position: 0 -270px;
	}
	.bank-boc {
		background-position: 0 0;
	}
	.bank-ccb {
		background-position: 0 -300px;
	}
	.bank-ceb {
		background-position: 0 -390px;
	}
	.bank-cib {
		background-position: 0 -90px;
	}
	.bank-citic {
		background-position: 0 -210px;
	}
	.bank-cmb {
		background-position: 0 -120px;
	}
	.bank-cmbc {
		background-position: 0 -450px;
	}
	.bank-comm {
		background-position: 0 -330px;
	}
	.bank-gdb {
		background-position: 0 -180px;
	}
	.bank-hxb {
		background-position: 0 -240px;
	}
	.bank-icbc {
		background-position: 0 -60px;
	}
	.bank-psbc {
		background-position: 0 -150px;
	}
	.bank-spab {
		background-position: 0 -360px;
	}
	.bank-spdb {
		background-position: 0 -420px;
	}
}

.icon_circle-info {
	display: inline-block;
	width: 23px;
	height: 23px;
	text-align: center;
	border-radius: 100%;
	border: 1px solid #007aff;
	background-color: #fff;
	color: #007aff;
	font-family: serif;
	font-size: 18px;
	line-height: 23px;
	font-style: normal;
}

.address-fm {
	padding-bottom: 20px;
}

.address-fm .block .block-item {
	margin-left: 10px;
	padding-left: 0px;
}

.address-fm .form-row {
	display: block;
	padding-left: 70px;
	display: block;
	position: relative;
	height: 30px;
	line-height: 30px;
}

.address-fm .form-text-label {
	position: absolute;
	font-size: 14px;
	display: block;
	width: 70px;
	top: 0;
	left: 0;
	height: 30px;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	color: #000;
}

.address-fm .form-text-input {
	display: block;
	width: 100%;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px none;
	padding: 7px 5px 7px;
	font-size: 14px;
	line-height: 18px;
	float: left;
}

.address-fm .input-wrapper {
	display: block;
	width: 100%;
	zoom: 1;
}

.address-fm .input-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

.address-fm .input-region {
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}

.address-fm .input-region>span {
	float: none;
	display: table-cell;
	width: 1%;
	padding-right: 5px;
}

.address-fm .input-region>span:last-of-type {
	padding-right: 0;
}

.address-fm .input-region select {
	-webkit-appearance: none;
	-moz-appearance: none;
	width: auto;
	font-size: 14px;
	line-height: 18px;
	border: 0px none;
	border-radius: 0;
	padding: 7px 5px 7px;
	max-width: 80px;
}

.address-fm input,.address-fm textarea,.address-fm select,.address-fm button,.address-fm label
	{
	display: inline-block;
	vertical-align: top;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.address-fm input,.address-fm textarea,.address-fm select,.address-fm button
	{
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 16px;
	background: white;
	border: 0;
	border-radius: 0;
}

.address-fm input:focus,.address-fm textarea:focus,.address-fm select:focus,.address-fm button:focus
	{
	outline: 0;
}

.address-fm .form-submit {
	overflow: hidden;
	padding: 0px 12px;
}

.address-fm .form-submit>.button {
	float: left;
	width: 40%;
	width: -webkit-calc(50% -   6px);
	width: -moz-calc(50% -   6px);
	width: calc(50% -   6px);
}

.address-fm .form-submit>.button+.button {
	float: right;
}

.address-fm .form-submit>.button:only-child {
	float: none;
	width: 100%;
}

.address-fm fieldset>.form-submit {
	margin-left: -12px;
	border-top: 1px solid #e5e5eb;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.address-fm .button {
	display: inline-block;
	vertical-align: top;
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	color: #2087fc;
	text-align: center;
	background: transparent;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 0 1px #2087fc;
	box-shadow: inset 0 0 0 1px #2087fc;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.address-fm .button:active {
	opacity: 0.6;
}

.address-fm .button:before {
	display: inline-block;
	vertical-align: top;
	margin: 8px 6px 0 -4px;
	font-size: 24px;
}

.address-fm .button-small {
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	font-size: 14px;
}

.address-fm .button-link {
	font-weight: 500;
	color: #07d;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.address-fm .button-gray {
	font-weight: 500;
	color: #999;
	background-color: #eee;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.address-fm .button-green {
	font-weight: 500;
	color: white;
	background: #22c415;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.address-fm .button-green.icon-check:before {
	content: "\4e";
}

.address-fm .button-red {
	font-weight: 500;
	color: white;
	background: #fd3c31;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.address-fm .button-red.icon-delete:before {
	content: "\4d";
	margin-top: 4px;
	font-size: 30px;
}

.address-fm .delete {
	color: #f00;
	line-height: 22px;
}

.modal .address-list h4 {
	margin: 0 0 5px;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.modal .address-list h4 .add-address,.modal .address-list h4 .cancel {
	color: #09f;
}

.modal .address-list h4 .add-address {
	margin: 0;
	float: left;
}

.modal .address-list .block {
	margin-top: 1px;
}

.modal .address-list .address-container .block-item {
	display: block;
	position: relative;
	padding-right: 55px;
}

.modal .address-list .address-container .block-item .address-str {
	color: #333;
	font-size: 14px;
	line-height: 16px;
	display: block;
	max-width: 220px;
}

.modal .address-list .address-container .block-item .address-str.address-str-sf
	{
	max-width: 100%;
	padding-right: 10px;
	color: #999;
}

.modal .address-list .address-container .block-item .address-opt {
	margin: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0px;
	padding: 10px;
	padding-right: 15px;
	z-index: 5;
}

.modal .address-list .address-container .block-item h4 {
	font-weight: bold;
	font-size: 16px;
}

.modal .address-list .address-container .block-item::after {
	content: '';
	display: block;
	position: absolute;
	margin-left: 10px;
	border-bottom: 1px solid #e5e5e5;
	bottom: 0px;
	height: 1px;
	width: 100%;
	left: 0px;
}

.modal .address-list .address-container>div:last-child .block-item::after
	{
	margin-left: 0px;
}

.modal .address-list .address-container .address-selected.block-item {
	background-color: #008eff;
}

.modal .address-list .address-container .address-selected h4,.modal .address-list .address-container .address-selected .address-str.address-str-sf,.modal .address-list .address-container .address-selected .icon_circle-info
	{
	color: #fff;
}

.modal .address-list .address-container .address-selected .icon_circle-info
	{
	background-color: #008eff;
	border-color: #fff;
}

.modal .address-list .address-container .address-selected::after {
	border-color: #008eff;
}

.block.block-list .block-item.self-fetch-info-show {
	border-bottom: 0px none;
}

.block.block-list .block-item.self-fetch-info-show:nth-child (2){
	margin-top: 3px;
}

.block.block-list .block-item.self-fetch-info-show:last-child {
	margin-bottom: 3px;
}

.block.block-list .block-item.self-fetch-info-show input,.block.block-list .block-item.self-fetch-info-show label
	{
	padding: 3px 0;
}

.express-panel {
	padding: 10px 0 10px 10px;
	background-color: #fff;
	font-size: 15px;
	line-height: 22px;
	min-height: 22px;
	border: 0px none;
	-webkit-border-image: url("img/border-line.png") 2 stretch;
	-moz-border-image: url("img/border-line.png") 2 stretch;
	border-image: url("img/border-line.png") 2 stretch;
	border-bottom: 2px solid #e5e5e5;
	position: relative;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.express-panel {
		border-bottom-width: 1px;
	}
}

.express-panel:last-of-type {
	border-bottom: 0px none;
}

.express-panel ul {
	padding-right: 50px;
}

.express-panel ul em {
	color: #999;
}

.block-item-wish-express-panel {
	line-height: 17px;
	padding: 20px 0 20px 10px;
	border: 0px none;
	position: relative;
	background-color: #5e6b85;
}

.block-item-wish-express-panel .address-container {
	margin-right: 18px;
}

.block-item-wish-express-panel .icon-location-and-arrow {
	background: url("img/location.png") no-repeat 5px center/ 18px 24px,
		url("img/arrow.png") no-repeat right center/ 9px 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.block-item-wish-express-panel .icon-location-and-arrow {
		background: url("img/location@2x.png") no-repeat 5px center/ 18px 24px,
			url("img/arrow@2x.png") no-repeat right center/ 9px 15px;
	}
}

.block-item-wish-express-panel .icon-location {
	background: url("img/location.png") no-repeat 5px 8px/ 18px 24px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.block-item-wish-express-panel .icon-location {
		background: url("img/location@2x.png") no-repeat 5px 8px/ 18px 24px;
	}
}

.block-item-wish-express-panel p {
	padding: 0 20px 0 33px;
	font-size: 12px;
	color: #fff;
	word-wrap: break-word;
	word-break: break-all;
}

.block-item-wish-express-panel .addressee-info {
	font-size: 16px;
	margin-bottom: 5px;
}

.block-item-wish-express-panel .addressee-info .name {
	max-width: 70px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	vertical-align: bottom;
}

.block-item-wish-express-panel .address-tip {
	padding: 14px 0;
	text-align: center;
}

.block-item-wish-express-panel .address-tip span {
	display: inline-block;
	padding-right: 20px;
	font-size: 14px;
	color: #fff;
	background: url("img/arrow.png") no-repeat right 1px/ 9px 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.block-item-wish-express-panel .address-tip span {
		background: url("img/arrow@2x.png") no-repeat right 1px/ 9px 15px;
	}
}

.coupon-ui {
	padding-bottom: 50px;
}

.coupon-ui .coupon-inputer {
	padding-right: 90px;
}

.coupon-ui .coupon-inputer .tag {
	position: absolute;
	top: 0;
	right: 9px;
	height: 30px;
	padding: 4px 13px;
}

.coupon-ui .txt-coupon-code {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
	vertical-align: middle;
	font-size: 12px;
	padding: 4px 6px;
	line-height: 18px;
	border: 1px solid #ccc;
	border-radius: 4px;
	letter-spacing: 2px;
	width: 90%;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.coupon-ui .txt-coupon-code:focus {
	border-color: #999;
}

.order-coupon {
	font-size: 14px;
}

.order-coupon .coupon-info-container {
	float: right;
	text-align: right;
}

.order-coupon .coupon-info-container .coupon-info {
	display: inline-block;
	float: none;
}

.order-coupon .coupon-info-container .arrow {
	display: inline-block;
	width: 7px;
	height: 7px;
	line-height: 22px;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.order-coupon .coupon-info {
	float: right;
	margin-top: 0;
	text-align: right;
}

.order-coupon .coupon-info span {
	display: inline-block;
	width: 150px;
	color: #999;
}

.order-coupon .coupon-info em {
	float: right;
	color: #f60;
	font-style: normal;
}

.order-coupon .coupon-info p {
	color: #999;
}

.order-coupon .coupon-info.arrow-2line {
	line-height: 44px;
}

.order-coupon .radio,.order-coupon .coupon-info {
	vertical-align: top;
	line-height: 22px;
}

.order-coupon .radio {
	position: absolute;
	top: 3px;
	left: 0;
	margin: 0;
	display: inline-block;
}

.order-coupon .coupon-opt {
	float: right;
	color: #07d;
}

.coupon-inputer {
	margin: 5px 0;
}

.order-coupon-item {
	padding-right: 10px;
}

.order-coupon-item .label-check {
	cursor: pointer;
	display: block;
	position: relative;
	padding-left: 30px;
}

.order-coupon-item .label-check .label-check-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background-image: url("img/trade-1416817757559.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}

.order-coupon-item .label-check .label-check-img-inputer {
	top: 4px;
}

.order-coupon-item.active .label-check .label-check-img {
	background-position: 0 -20px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.order-coupon-item .label-check .label-check-img {
		background-image: url("img/trade2x-1416817757559.png");
		background-size: 20px auto;
	}
	.order-coupon-item.active .label-check .label-check-img {
		background-position: 0 -20px;
	}
}

.confirm-use-coupon {
	position: fixed;
	z-index: 10000;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	padding: 10px 15px;
	line-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	zoom: 1;
}

.confirm-use-coupon:after {
	content: "";
	display: table;
	clear: both;
}

.confirm-use-coupon .btn {
	float: right;
}

.name-card {
	margin-left: 0px;
	width: auto;
	padding: 5px 0;
	overflow: hidden;
	position: relative;
}

.name-card .thumb {
	width: 60px;
	height: 60px;
	float: left;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-size: cover;
}

.name-card .thumb img {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.name-card .thumb img.border {
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	width: 56px;
	height: 56px;
	-webkit-box-shadow: 0 0 0 2px #eee;
	box-shadow: 0 0 0 2px #eee;
}

.name-card a:hover,.name-card a:active {
	text-decoration: none;
}

.name-card .detail {
	margin-left: 68px;
	width: auto;
	position: relative;
}

.name-card .detail h3 {
	margin-top: 1px;
	color: #333;
	font-size: 12px;
	line-height: 16px;
	width: 100%;
}

.name-card .detail p {
	position: relative;
	font-size: 12px;
	line-height: 16px;
	white-space: nowrap;
	margin: 0 0 2px;
	color: #ccc;
}

.name-card .detail a {
	display: block;
}

.name-card .btn-goods-link {
	bottom: 8px;
	right: 10px;
	position: absolute;
	line-height: 14px;
	font-size: 12px;
}

.name-card.name-card-3col {
	padding: 8px 0;
	padding-right: 85px;
}

.name-card.name-card-3col .right-col {
	position: absolute;
	right: 0px;
	top: 8px;
	width: 78px;
	padding-right: 10px;
	font-size: 12px;
}

.name-card.name-card-3col .right-col .price {
	font-size: 14px;
	color: #515151;
	text-align: right;
	line-height: 16px;
}

.name-card.name-card-3col .right-col .num {
	font-weight: 200;
	text-align: right;
	margin-top: 3px;
	padding: 0;
	color: #555;
}

.name-card.name-card-3col .right-col .num .num-txt {
	padding: 0;
	line-height: 22px;
	color: #515151;
}

.name-card.name-card-3col .right-col .order-state {
	font-size: 13px;
	text-align: right;
}

.popout-box .header {
	position: relative;
	margin-bottom: 10px;
	-webkit-border-image: url("img/border-line.png") 2 stretch;
	-moz-border-image: url("img/border-line.png") 2 stretch;
	border-image: url("img/border-line.png") 2 stretch;
	border-bottom: 2px solid #e5e5e5;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.popout-box .header {
		border-bottom-width: 1px;
	}
}

.popout-box .header h2 {
	margin-bottom: 15px;
	line-height: 16px;
	font-size: 16px;
}

.popout-box .action-container {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 0;
}

.popout-box .action-container .btn.btn-block {
	font-size: 14px;
}

.border-top-none {
	border-top: 0px none !important;
}

.list-finished,.loading-more {
	width: 100%;
	padding: 20px 10px;
	vertical-align: middle;
	text-align: center;
	color: #999;
	font-size: 12px;
	line-height: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.list-finished span,.loading-more span {
	display: inline-block;
	margin-top: 10px;
	width: 16px;
	height: 16px;
	background: url("img/loader.gif") no-repeat center center;
}

.c-green-55BD47 {
	color: #55BD47;
}

.binary-box {
	padding: 10px 0;
	zoom: 1;
}

.binary-box:after {
	content: "";
	display: table;
	clear: both;
}

.binary-box>div {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 10px;
}

.binary-box>div.text-right {
	text-align: right;
}

.binary-box>div:first-child {
	border-right: 1px solid #e5e5e5;
}

.binary-box>div:last-child {
	border-left: 1px solid #e5e5e5;
	margin-left: -1px;
}

.binary-box p {
	font-size: 12px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.binary-box.binary-box-count {
	text-align: center;
}

.binary-box.binary-box-count>div p {
	padding-top: 5px;
	padding-bottom: 5px;
}

.binary-box.binary-box-count>div p.num {
	line-height: 18px;
	height: 18px;
	font-weight: 300;
}

.binary-box.binary-box-count>div .unit {
	vertical-align: top;
	margin-top: -4px;
	display: inline-block;
}

.binary-box-bd {
	border: 1px solid #e5e5e5;
}

.tag {
	display: inline-block;
	background-color: transparent;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	text-align: center;
	margin: 0;
	color: #999;
	font-size: 12px;
	line-height: 12px;
	padding: 4px;
}

.tag-big {
	font-size: 14px;
	line-height: 18px;
}

.tag.tag-green {
	color: #06bf04;
	border-color: #00cc33;
}

.tag.tag-orange {
	color: #f60;
	border-color: #f60;
}

.tag.tag-orangef60 {
	color: #f60;
	border-color: #f60;
}

.tag.tag-blue {
	color: #00a0f8;
	border-color: #00a0f8;
}

.tag.tag-red {
	color: #ed5050;
	border-color: #ed5050;
}

.tag.tag-pink {
	color: #ee614b;
	border-color: #ee614b;
}

.tag.disabled {
	background-color: #ddd !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	color: #fff !important;
}

body.bg-gray {
	background-color: #f8f8f8;
}

.app-order {
	color: #444;
}

.app-order ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.app-order em,.app-order i {
	font-style: normal;
}

.app-order h1,.app-order h2,.app-order h3,.app-order h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.app-order p {
	margin: 0;
}

.app-order .goods-info {
	position: relative;
	padding-bottom: 15px;
	zoom: 1;
}

.app-order .goods-info:after {
	content: "";
	display: table;
	clear: both;
}

.app-order .goods-info .summary {
	zoom: 1;
}

.app-order .goods-info .summary:after {
	content: "";
	display: table;
	clear: both;
}

.app-order .goods-info .summary .opt-wrapper {
	position: static;
	float: right;
}

.app-order .goods-info .opt-wrapper {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.app-order .goods-info .butn-to-pay {
	padding-left: 15px;
	padding-right: 15px;
}

.app-order .goods-info .butn+.butn {
	margin-left: 5px;
}

.app-order .goods-info .goods-pic {
	margin: 0;
	float: left;
}

.app-order .goods-info .pic-wrapper {
	display: block;
	width: 60px;
	height: 60px;
	border: 1px solid #eee;
	background: #fff;
	font-size: 0;
}

.app-order .goods-info .goods-desc {
	padding-left: 70px;
}

.app-order .goods-info .goods-desc ul {
	font-size: 14px;
	line-height: 18px;
}

.app-order .goods-info .goods-desc .txt {
	text-align: center;
	width: 20px;
}

.app-order .goods-info .goods-title {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
	margin-top: -1px;
	color: #000;
}

.app-order .goods-info .goods-title>a {
	color: #000;
}

.app-order .goods-info .goods-title.end-with-ellipsis {
	height: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.app-order .address-tip {
	padding: 15px 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #fff;
	text-align: center;
	font-size: 16px;
	margin-bottom: 5px;
	margin-right: 10px;
}

.app-order .address-tip>span {
	color: #07d;
}

.app-order .txta {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 90%;
}

.scene {
	padding-top: 15px;
}

body {
	min-width: 200px;
}

body .modal {
	overflow-y: auto;
	background-color: #efeff4;
}

body p {
	margin: 0;
}

body .container>.content {
	min-height: 0;
	width: auto;
}

body .app-order .app-inner {
	padding: 0;
}

body .app-order .goods-info .opt-wrapper {
	bottom: 0px;
	right: 5px;
}

body .list-title {
	margin: 0 0 5px;
	padding: 0 12px;
	line-height: 24px;
	font-size: 14px;
	font-weight: normal;
	color: #7c7b83;
	text-transform: uppercase;
	text-shadow: 0 1px rgba(255, 255, 255, 0.2);
}

body .order-total {
	font-size: 14px;
	text-align: center;
}

body .order-total>em,body .order-total>span,body .order-total>strong {
	vertical-align: middle;
}

body .paid-time {
	margin: 0;
	padding: 5px 0;
}

body .paid-time .paid-time-inner {
	padding: 0 10px;
}

body select {
	outline: none;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 16px;
	background: white;
	border: 0;
	border-radius: 0;
}

.btn-pay {
	position: relative;
}

.btn-pay .hot {
	position: absolute;
	left: 50%;
	margin-left: 42px;
	width: 49px;
	height: 13px;
	top: 13px;
	background: url("img/baiduwap.png") no-repeat center center;
	background-size: 49px 13px;
}

.btn-other .hot {
	margin-left: 49px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.btn-pay .hot {
		background-image: url("img/baiduwap@2x.png");
	}
}

.binary-box .cashback-amount {
	width: 100%;
	float: none;
	border: none;
}