.modal-login {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #edf0f4;
	color: #666;
	display: none;
}

.account-form {
	overflow: hidden;
}

.account-form a {
	color: #07d;
}

.account-form a:hover {
	color: #07d;
}

.account-form a.new-window {
	color: #00f;
}

.account-form a.new-window:hover {
	color: #00f;
}

.account-form input,.account-form textarea,.account-form select,.account-form button,.account-form 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;
}

.account-form input,.account-form textarea,.account-form select,.account-form button
	{
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 16px;
	background: white;
	border: 0;
}

.account-form input:focus,.account-form textarea:focus,.account-form select:focus,.account-form button:focus
	{
	outline: 0;
}

.account-form textarea {
	resize: none;
}

.account-form input[type="search"],.account-form input[type="search"]::-webkit-search-cancel-button,.account-form input[type="search"]::-webkit-search-decoration
	{
	-webkit-appearance: none;
	-moz-appearance: none;
}

.account-form ::-ms-clear {
	display: none;
}

.account-form ::-webkit-input-placeholder {
	color: #a8a8af;
}

.account-form :-ms-input-placeholder {
	color: #a8a8af;
}

.account-form ::-moz-placeholder {
	color: #a8a8af;
	opacity: 1;
}

.account-form ::-moz-focus-inner {
	padding: 0 !important;
	border: 0 !important;
}

.account-form button {
	border: 1px solid #e5e5e5;
}

.account-form .form-title {
	margin: 25px 0 10px;
	padding: 0 12px;
	line-height: 24px;
	font-size: 14px;
	color: #7c7b83;
	text-transform: uppercase;
	text-shadow: 0 1px rgba(255, 255, 255, 0.2);
}

.account-form .big {
	font-size: 20px;
	text-align: center;
	font-weight: normal;
}

.account-form .action-links {
	text-align: right;
	padding: 6px 12px;
	margin-top: 20px;
	font-size: 14px;
	zoom: 1;
}

.account-form .action-links:after {
	content: "";
	display: table;
	clear: both;
}

.account-form .action-links>a,.account-form .action-links>span {
	padding: 6px 0;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}

.account-form .action-links .division-span {
	border-left: 1px solid #999;
	margin: 0 5px 0 3px;
}

.account-form .btn-send-auth {
	width: 25%;
	height: 30px;
	line-height: 30px;
	padding-left: 0;
	padding-right: 0;
	position: absolute;
	top: 6px;
	right: 10px;
}

.bind-taobao .btn-send-auth {
	padding-left: 7px;
	padding-right: 7px;
	width: auto;
	font-weight: bold;
}

.bind-taobao .action-container .btn.btn-white {
	border: 1px solid #e5e5e5;
	color: #333;
}

.taobao-result {
	border-bottom: 1px solid #e5e5e5;
}

.quantity {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	position: relative;
}

.quantity input[type=number]::-webkit-outer-spin-button {
	margin: 0;
}

.quantity button {
	border: 2px solid #eee;
	font-size: 16px;
	line-height: 10px;
	font-weight: bold;
	color: #666;
	margin: 0;
	padding: 5px;
	outline: none !important;
	text-align: center;
	width: 26px;
	height: 30px;
	vertical-align: middle;
	text-indent: -9999px;
	overflow: hidden;
}

.quantity .txt {
	margin: 0;
	font-size: 14px;
	width: 24px;
	height: 18px;
	text-align: center;
	vertical-align: middle;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border-radius: 0;
}

.quantity .txt:focus {
	border-color: #eee;
}

.quantity .minus {
	border-radius: 4px 0 0 4px;
	border-right: 0px none;
	background: #eee url("img/ico_minus@2x.png") center center no-repeat;
	background-size: 8px 2px;
}

.quantity .plus {
	border-left: 0px none;
	border-radius: 0 4px 4px 0;
	background: #eee url("img/ico_plus@2x.png") center center no-repeat;
	background-size: 8px 8px;
}

.quantity .minus.disabled {
	background-image: url("img/minus_disabled@2x.png");
}

.quantity .plus.disabled {
	background-image: url("img/plus_disabled@2x.png");
}

.quantity .response-area {
	width: 42px;
	height: 42px;
	top: -7px;
	position: absolute;
}

.quantity .response-area-plus {
	right: -5px;
}

.quantity .response-area-minus {
	left: -5px;
}

.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;
}

.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.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;
	color: #999;
}

.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;
	color: #999;
	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;
}

.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;
}

.block-list-cart .block-item-cart {
	overflow: visible;
	padding-top: 0px;
	padding-bottom: 0px;
}

.block-list-cart .block-item-cart.ajust {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.block-list-cart .block-item-cart.error .error-box {
	display: block;
}

.block-list-cart .block-item-cart.disable div.error-box {
	color: #999;
}

.block-list-cart .block-item-cart .check-container {
	padding: 5px 5px 5px 10px;
	width: 20px;
	height: 60px;
	float: left;
	margin-left: -10px;
}

.block-list-cart .block-item-cart .name-card.name-card-order .thumb {
	width: 66px;
	height: 66px;
}

.block-list-cart .block-item-cart .name-card.name-card-order .detail {
	margin-left: 73px;
}

.block-list-cart .block-item-cart .error-box {
	display: none;
	color: #f60;
	font-size: 12px;
	text-align: right;
	margin-top: 3px;
}

.block-list-cart .block-item-cart .delete-btn {
	width: 640px;
	height: 73px;
	position: absolute;
	right: -640px;
	top: -1px;
	background-color: red;
	color: #fff;
	line-height: 73px;
	font-size: 12px;
}

.block-list-cart .block-item-cart .delete-btn span {
	margin-left: 28px;
}

.block-list-cart .block-item-cart .price-num .num .quantity .response-area
	{
	width: 42px;
	height: 60px;
	top: -20px;
}

.block-list-cart .block-item-cart .price-num .num .quantity .response-area-minus
	{
	left: 0;
}

.block-list-cart .block-item-cart .price-num .num .quantity .response-area-plus
	{
	right: -10px;
}

.block-list-cart .block-item-cart .price-num .num button {
	margin: 0;
	width: 25px;
	height: 22px;
	border: 1px solid #eee;
	background-color: #f2f2f2;
	border-radius: 1px;
}

.block-list-cart .block-item-cart .price-num .num .txt {
	border: 1px solid #eee;
	height: 20px;
	width: 25px;
	line-height: 20px;
	padding: 0;
}

.check {
	border-radius: 100%;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 17px 0 0;
	vertical-align: middle;
	line-height: 60px;
	background: url("img/icon_check_circle@2x.png") center center no-repeat;
	background-size: contain;
}

.check.checked {
	width: 20px;
	height: 20px;
	background: url("img/icon_check_circle_checked@2x.png") center center
		no-repeat;
	background-size: contain;
}

.check.delete {
	width: 20px;
	height: 20px;
	background: url("img/icon_delete@2x.png") center center no-repeat;
	background-size: contain;
}

.check.info {
	width: 20px;
	height: 20px;
	background: url("img/icon_info@2x.png") center center no-repeat;
	background-size: contain;
}

.bottom-fix .bottom-cart {
	padding: 0 10px;
	height: 40px;
	background-color: #ffffff;
	font-weight: 500;
	color: #f60;
	position: relative;
}

.bottom-fix .bottom-cart .select-all {
	font-weight: 500;
	float: left;
	width: 55px;
	height: 40px;
	color: #ccc;
}

.bottom-fix .bottom-cart .select-all.checked {
	color: #f60;
}

.bottom-fix .bottom-cart .select-all.delete {
	color: #ed5050;
}

.bottom-fix .bottom-cart>div {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

.bottom-fix .bottom-cart .total-price {
	padding-right: 80px;
	text-align: center;
	font-weight: 700;
	width: auto;
	margin-left: 55px;
}

.bottom-fix .bottom-cart button {
	position: absolute;
	right: 10px;
	padding: 4px 10px;
	padding-left: 10px;
	padding-right: 10px;
	top: 5px;
	height: 30px;
	margin-top: 0px;
	width: auto;
}

.bottom-fix .bottom-cart button.hide {
	display: none;
}

.bottom-fix .bottom-cart .check {
	margin: -5px 5px 0 0;
}

.bottom-fix .bottom-cart.editing {
	color: #f24d4d;
}

.bottom-fix .bottom-cart.disable {
	color: #ccc;
}

.tabber.tabber-double-11 {
	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;
	margin-bottom: 1px;
}

@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) {
	.tabber.tabber-double-11 {
		border-bottom-width: 1px;
	}
}

.tabber.tabber-double-11 a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px none;
	color: #999;
	display: block;
}

.tabber.tabber-double-11 a.active {
	color: #F15A0C;
	border-top: 0px none;
	border-bottom: 2px solid #F15A0C;
}

.tabber.tabber-double-11.tabber-fixed {
	z-index: 9;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.tabber.tabber-double-11.tabber-fixed a {
	background-color: #fff;
}

.tabber.tabber-double-11.tabber-one-line {
	height: 40px;
}

.tabber.tabber-double-11.tabber-two-line {
	height: 80px;
}

.more-discount {
	position: fixed;
	bottom: 101px;
	right: 8px;
	display: block;
	z-index: 11;
	height: 38px;
	width: 45px;
	text-align: center;
	line-height: 14px;
	padding-top: 9px;
	border-radius: 50%;
	opacity: 0.9;
	background: #f66;
}

.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;
}

.line-block::before {
	content: '';
	display: block;
	margin: 10px;
}

.line-block .lineblock-title {
	display: block;
	text-align: center;
	margin-top: -17px;
	margin-bottom: 17px;
}

.line-block .lineblock-font {
	display: inline-block;
	padding: 0px 10px;
	background-color: #fff;
	color: #22C415;
}

.line-block.line-block-red::before {
	border-top: 1px solid #F33;
}

.line-block.line-block-red .lineblock-font {
	color: #F33;
}

.line-block.line-block-green::before {
	border-top: 1px solid #22C415;
}

.line-block.line-block-green .lineblock-font {
	color: #22C415;
}

.line-block.line-block-gray::before {
	border-top: 1px solid #eee;
}

.line-block.line-block-gray .lineblock-font {
	color: #999;
	background-color: #f8f8f8;
}

.show-more {
	padding: 10px;
	text-align: center;
}

hr.cart {
	margin: 30px 20px 0 20px;
}

.block-item.block-item-cart-shop {
	padding: 5px 0;
}

.block-item.block-item-cart-shop .btn-go-pay {
	position: absolute;
	right: 10px;
	top: 20px;
	font-size: 12px;
	padding: 2px 6px;
}

#cart-container .edit-list {
	padding: 0 10px;
	margin-right: -10px;
}

.block-order-team {
	margin: 10px 0;
}

.block-order-team .header .switch-cart {
	color: #33a8f5;
}

.block-order-team .goods-imgs {
	position: relative;
	padding: 8px 0;
	margin-left: 10px;
}

.block-order-team .goods-imgs img {
	margin-right: 6px;
}

.block-order-team .goods-imgs .arrow-right {
	position: absolute;
	top: 35px;
	right: 20px;
	width: 9px;
	height: 9px;
	border-top: 1px solid #ababab;
	border-right: 1px solid #ababab;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}