/*
   common.css
   <project>
   
   Created by Administrator on 2015-05-27.
   Copyright 2015 Administrator. All rights reserved.
*/

body {
	font-family: "黑体";
	background-color: #eeeeee;
}

h3.smaller {
	font-size: 24px;
}

h3.smaller-2 {
	font-size: 20px;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	border: none;
}

input {
	background-color: #ffffff;
	-webkit-appearance: none;
	outline: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}

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

label {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	padding: 6px 0;
	margin: 0;
}

.pointer {
	cursor: pointer;
}

.text-decoration {
	text-decoration: underline;
}

.modal-header .close {
	margin-top: -3px;
}

button.close {
	font-size: 30px;
}


/*a:visited {
	color: #3b93d7;
}*/

.btn:hover {
	/*color: inherit;*/
}

.width48 {
	width: 48% !important;
}

.width95 {
	width: 95% !important;
}

.dropdown-menu {
	overflow: hidden;
}

.dropdown-menu > li > a {
	padding: 3px 8px !important;
}

.swiper-pagination {
	bottom: 35px !important;
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #ffffff;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #ff8e00;
}

.position-relative {
	position: relative;
}

.position-absolute {
	position: absolute;
}

.position-static {
	position: static;
}

.position-fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 17px 0;
	z-index: 10;
}

.position-fixed-h {
	padding-bottom: 60px;
}

.hide {
	display: none;
}

.display-none {
	display: none;
}

.visibility-hidden {
	visibility: hidden;
}

.overflow {
	overflow: hidden;
}

.border-radius-none {
	border-radius: 0 !important;
}

.border-radius {
	border-radius: 6px;
}

.border-radius-bottom-none {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.border-radius-top-none {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.border-radius-grey {
	border: 1px solid #dcdcdc;
	border-radius: 6px;
}

.border-222326 {
	border: 1px solid #222326 !important;
}

.border-c9c9c9 {
	border: 1px solid #c9c9c9;
}

.border-6d150b {
	border: 1px solid #6d150b !important;
	color: #6d150b !important;
}

.border-ff0000 {
	border: 1px solid #ff0000 !important;
}

.border-grey {
	border-bottom: 1px solid #dcdcdc;
	padding: 0 15px 15px 15px;
}

.border-bottom-grey {
	border-bottom: 1px solid #dcdcdc;
	color: #787878;
	text-indent: 14px;
	padding-bottom: 5px;
}

.border-bottom-f1f1f1 {
	border-bottom: 1px solid #f1f1f1;
}

.border-bottom-e4e4e4 {
	border-bottom: 1px solid #e4e4e4;
}

.border-bottom-434446 {
	border-bottom: 1px solid #434446;
}

.border-bottom-ffde00 {
	border-bottom: 1px solid #ffde00;
}

.border-302d1d {
	border-top: 1px solid #302d1d;
	border-bottom: 1px solid #302d1d;
}

.border-cfcfcf {
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
}

.border-6d5e1a {
	/*border-left: 1px dotted #6d5e1a;*/
	border-right: 1px dotted #6d5e1a;
}

.bg-color-110f10 {
	background-color: #110f10 !important;
}

.bg-color-1c1b20 {
	background-color: #1c1b20 !important;
}

.bg-color-white {
	background-color: #ffffff !important;
}

.bg-color-orange {
	background: #e75819 !important;
}

.bg-color-ffd101 {
	background: #ffd101 !important;
}

.bg-color-efefef {
	background: #efefef !important;
}

.bg-color-e2e2e2 {
	background: #e2e2e2 !important;
}

.bg-color-222326 {
	background: #222326 !important;
}

.bg-color-d41c1c {
	background: #d41c1c !important;
}

.bg-color-1c1c1f {
	background: #1c1c1f !important;
}

.bg-color-292a2e {
	background: #292a2e !important;
}

.bg-color-grey {
	background: #f4f4f4 !important;
}

.bg-color-gray {
	background: #808080 !important;
}

.bg-color-blue {
	background-color: #3b93d7 !important;
}

.bg-color-black {
	background-color: black !important;
}

.bg-color-red {
	background-color: red !important;
}

.btn-color-ffd101 {
	background: #ffd101 !important;
	border-color: #ffd101 !important;
	padding: 12px;
	color: #000000;
}

.no-border {
	border: none !important;
}

.no-border-bottom {
	border-bottom: none !important;
}

.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.no-padding-t {
	padding-top: 0 !important;
}

.no-padding-b {
	padding-bottom: 0 !important;
}

.no-padding-l {
	padding-left: 0 !important;
}

.no-padding-r {
	padding-right: 0 !important;
}

.no-padding-lr {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.text-left {
	text-align: left !important;
}

.color-white {
	color: #FFFFFF !important;
}

.color-525355 {
	color: #525355 !important;
}

.color-grey {
	color: #464646;
}

.color-grey-2 {
	color: #a2a2a2;
}

.color-grey-3 {
	color: #717171;
}

.color-orange {
	color: #ff8a00;
}

.color-blue {
	color: #3b93d7;
}

.color-red {
	color: #ff0000;
}

.color-black {
	color: black;
}

.color-00b050 {
	color: #00b050;
}

.color-ffde00 {
	color: #ffde00;
}

.color-d03117 {
	color: #d03117;
}

.color-bf1927 {
	color: #bf1927;
}

.font-size-12 {
	font-size: 12px !important;
}

.font-size-14 {
	font-size: 14px !important;
}

.font-size-16 {
	font-size: 16px !important;
}

.font-weight-700 {
	font-weight: 700 !important;
}

.margin10 {
	margin-top: 10%;
	margin-bottom: 10%;
}

.margin-left-15 {
	margin-left: 15px !important;
}

.margin-right-15 {
	margin-right: 15px !important;
}

.paddingtb8 {
	padding: 8px 0;
}

.padding510 {
	padding: 5px 10px;
}

.paddinglr15 {
	padding: 0 15px !important;
}

.paddingl55 {
	padding-left: 50px !important;
	font-size: 16px;
}

.space {
	max-height: 1px;
	min-height: 1px;
	overflow: hidden;
	margin: 20px 0;
}

.space5 {
	max-height: 1px;
	min-height: 1px;
	overflow: hidden;
	margin: 5px 0 !important;
}

.space10 {
	max-height: 1px;
	min-height: 1px;
	overflow: hidden;
	margin: 10px 0 !important;
}

.margin-lr2 {
	margin-left: 2% !important;
	margin-right: 2% !important;
}

.line-height-26 {
	line-height: 26px;
}

.line-white {
	width: 85%;
	max-height: 1px;
	min-height: 1px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	margin: 25px auto 40px auto;
}

.line-orange {
	width: 100%;
	max-height: 1px;
	min-height: 1px;
	border-top: 1px solid #e75819;
	margin: 25px auto 5px auto;
	position: relative;
}

.line-ffd200 {
	width: 100%;
	max-height: 1px;
	min-height: 1px;
	border-top: 1px solid #ffd200;
	margin: 30px 0 15px;
}

.line-grey {
	width: 100%;
	max-height: 1px;
	min-height: 1px;
	border-top: 1px solid #dcdcdc;
	margin: 25px auto 15px auto;
	position: relative;
}

.line-cfcfcf {
	position: absolute;
	right: -8px;
	top: 0;
	color: #cfcfcf;
	font-size: 16px;
}

.caret-triangle-right-rel {
	display: inline-block;
	width: 9px;
	height: 9px;
	border: 1px solid #ff2626;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.caret-triangle-right {
	position: absolute;
	top: 12px;
	right: 15px;
	width: 10px;
	height: 10px;
	border: 1px solid #bababa;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.caret-triangle-down {
	position: absolute;
	top: 3px;
	right: 5px;
	width: 10px;
	height: 10px;
	border: 1px solid #666;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.caret-triangle-down-ffde00 {
	position: absolute;
	top: 6px;
	right: 35px;
	width: 6px;
	height: 6px;
	border: 1px solid #ffde00;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.caret-triangle-down-606060 {
	margin-left: 5px;
	margin-bottom: 2px;
	display: inline-block;
	width: 8px;
	height: 8px;
	border: 1px solid #606060;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.line_vertical {
	width: 6px;
	height: 30px;
	right: 36%;
	top: 50%;
	margin-top: -20px;
	margin-left: -3px;
	text-align: center;
	color: #4e4f53;
	font-size: 30px;
}

.pages_user_head {
	margin: 0 auto;
	line-height: 60px;
	height: 60px;
}

.pages_user_head img {
	float: left;
	width: 60px;
}

.pages_user_head span.nickName {
	color: #feffff;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 20px;
	display: inline-block;
	float: left;
	margin-top: 20px;
	margin-left: 5px;
}

.btn-personal {
	background: #ffd101;
	border-radius: 6px;
	border: none;
	font-size: 14px;
	padding: 5px 12px;
	color: #000;
}

.btn-base {
	border: 1px solid #222326;
	padding: 2px 5px;
	font-size: 12px;
}

.member_icon {
	width: 20px;
	vertical-align: middle;
	padding-bottom: 4px;
}

.member-box ul {
	float: left;
	width: 100%;
	margin-top: 12px;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}

.member-box ul li {
	float: left;
	width: 90%;
	margin-left: 5%;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #e4e4e4;
}

.pages_user_cart {
	position: absolute;
	top: 8px;
	right: 26px;
}

.tip_cart {
	position: absolute;
	top: 9px;
	right: 22px;
	display: inline-block;
	min-width: 15px;
	padding: 2px 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #fefffb;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #d64167;
	border-radius: 10px;
}

.tip_cart_index {
	top: 17px;
	right: 36px;
}

.btn_box {
	position: absolute;
	right: 5px;
	bottom: 8px;
	z-index: 5;
}

.nav_menu {
	height: 100%;
}

.nav_menu_list {}

.nav_menu_list ul li {
	padding: 12px 0;
}

.nav_menu_list ul li div {
	margin-top: 3px;
}

.nav_menu_tel {
	position: absolute;
	bottom: 3%;
	font-size: 16px;
}

.pages_icon_shop {
	position: absolute;
	right: 25px;
	top: 10px;
	z-index: 5;
}

.moreSeller {
	position: absolute;
	right: 25px;
	bottom: 10px;
	z-index: 5;
	background-color: #242021;
	border-radius: 4px;
	padding: 2px 6px;
	opacity: 0.8;
}

.goods_detail_txt p {
	display: inline-block;
	border: 1px solid #747378;
	color: #acabb0;
	padding: 1px 8px;
	margin-right: 5px;
}

.search-box {}

.search-input {
	border: 1px solid #bcbcbc;
	border-radius: 6px;
	text-indent: 30px;
	padding: 4px 5px;
}

.pages_icon_search {
	position: absolute;
	top: 5px;
	left: 22px;
}

.btn-search {
	padding: 7px 12px;
}

.order-box {
	margin-top: 10px;
}

.order_title span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
}

.selected {
	color: #fe0000;
	border-bottom: 1px solid #fe0000;
}

.order_list table {
	margin-bottom: 10px;
}

.order_list table tr td {
	padding: 10px 0;
}

.order_list .coupon {
	position: absolute;
	left: 1px;
	bottom: 15px;
	width: 100px;
}

.order_list .coupon input {
	height: 22px;
	border-radius: 0;
	padding: 6px 6px;
}

.order_list .invoice {
	margin: 12px auto;
}

.order_list .invoice div {
	margin: 5px auto;
}

.order_list .invoice_title div {
	margin: 0;
	display: block;
	height: 30px;
	line-height: 30px;
}

.order_list .invoice_title input {
	display: inline-block;
	width: 70%;
	height: 24px;
}

.order_list .invoice_title .radio {
	padding-top: 7px;
}

.order_list .invoice_detail {
	display: none;
	margin: 10px auto;
}

.address_box .address_txt {
	padding-top: 3px;
}

.address_box .add_address {
	position: absolute;
	top: 10px;
	right: 0;
}

.address_box .toggle_address {
	position: absolute;
	top: 15px;
	right: -20px;
	width: 12px;
	height: 12px;
}

.address_list {
	padding: 15px 0;
	margin-bottom: 10px;
}

.address_list div {
	/*display: block;*/
	/*height: 30px;*/
	line-height: 30px;
}

.address_list .icon_position {
	margin-bottom: 4px;
}

.address_list .btnSpan {
	padding-top: 4px;
}

.address_list div.address_detail {
	height: auto;
	line-height: 20px;
	margin: 5px auto;
}

.address_list div.address_select span {
	position: absolute;
	top: 2px;
	left: 40px;
}

.com_list {
	border-bottom: 1px solid #e4e4e4;
	padding: 15px 0;
}

.com_list p {
	margin: 0;
	/*height: 20px;*/
	line-height: 20px;
	font-size: 14px;
}

.com_list .unAudit {
	float: right;
	padding-top: 20px;
}

.com_list span.num {
	position: absolute;
	right: 15px;
	top: 15px;
}

.com_list .btn-use {
	color: #fff;
	background-color: #d41c1c;
	margin-top: 15px;
}

.coupon_list {
	padding: 15px 0;
	margin-bottom: 10px;
}

.coupon_list p {
	margin: 0;
	height: 20px;
	line-height: 20px;
}

.coupon_list span.num {
	position: absolute;
	right: 15px;
	top: 15px;
}

.coupon_list_empty {
	padding: 35px 0 50px;
}

.coupon_list_empty div.coupon_list_txt {
	padding-top: 15px;
}

.coupon_list_empty p {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

.best_goods_box {}

.best_goods_box .new_goods_title {
	padding: 10px 15px 8px 0;
}

.best_goods_box .new_goods_title span {
	display: inline-block;
	margin-bottom: 2px;
}

.best_goods_box .new_goods_title a.more {
	position: absolute;
	bottom: 10px;
	right: 17px;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}

.best_goods_box .best_goods_title {
	position: absolute;
	text-align: center;
	width: 100px;
	left: 50%;
	top: 18px;
	margin-left: -50px;
	color: #ffd200;
	font-size: 16px;
	background-color: #222326;
	display: inline-block;
	z-index: 5;
}

.best_goods_list {
	margin: 5px auto;
}

.best_goods_list .best_goods_bg {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	z-index: 5;
	width: 100%;
	height: 25px;
	line-height: 25px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.best_goods_list .best_goods_txt {
	position: absolute;
	text-align: center;
	color: #FFF;
	bottom: 0;
	z-index: 6;
	width: 100%;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}

.goods_sort_box,
.seller_sort_box {
	margin: 15px auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.goods_sort_box .goodsCate {
	border: none;
	width: 70%;
	text-align: center;
}

.btn_enterSeller {
	background-color: #242328;
	color: #ffde00;
	padding: 20px 30px;
	margin-top: 20px;
	font-size: 20px;
}

.seller_box {}

.seller_list {
	margin-bottom: 10px;
}

.seller_list p {
	margin: 0;
	padding: 0;
	line-height: 24px;
	text-align: left;
}

.order_list p {
	margin: 0;
	padding: 0;
}

.order_list p.title {
	font-size: 14px;
}

.order_list p.num {
	position: absolute;
	left: 0;
	bottom: 15px;
}

.order_list span.minus {
	text-align: center;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	border: 1px solid #cccccc;
	background-color: #ededed;
}

.order_list span.input {
	text-align: center;
	display: inline-block;
	width: 40px;
	height: 30px;
	border: 1px solid #cccccc;
	border-left: none;
	border-right: none;
	background-color: #FFFFFF;
}

.order_list span.input input {
	text-align: center;
	width: 40px;
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	border: none;
	border-radius: 0;
	vertical-align: bottom;
}

.order_list span.plus {
	text-align: center;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	border: 1px solid #cccccc;
	background-color: #ededed;
}

.order_list p.price {
	position: absolute;
	right: 5px;
	bottom: 10px;
}

.order_list p.btnBox {
	position: absolute;
	left: 5px;
	bottom: 10px;
}

.order_list p.status {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 12px;
	text-align: center;
	font-size: 12px;
	padding: 2px 0;
}

.order_list em {
	font-style: normal;
	font-size: 16px;
}

.order_list strong {
	font-size: 14px;
	color: #fe0000;
}

.order_list del {
	font-size: 12px;
	color: #6e6e6e;
}

.order_list label {
	color: #535353;
	font-weight: 500;
	margin: 0;
	margin-left: 8px;
	vertical-align: middle;
}

.order_list label span {
	vertical-align: text-top;
}

.order_list .total {
	line-height: 1;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}

.order_list .btn-pay {
	padding: 8px 10px;
	font-size: 16px;
}

.order_list .total small {
	font-size: 10px;
}

.order_detail p {
	padding: 8px 0;
}

.comment_box {}

.comment_box .pages_icon_upload {
	border: 1px solid #c9c9c9;
	margin: 15px 5px;
	padding: 10px;
	width: 50px;
	vertical-align: middle;
}

.comment_box .grade_box {
	margin-top: 10px;
	padding: 10px 0;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}

.comment_box .pages_icon_star {
	width: 25px;
	vertical-align: middle;
}

.comment_box .grade {
	height: 30px;
	line-height: 30px;
}

.comment_box .comment_content {
	width: 100%;
	margin-top: 5px;
	padding: 5px;
	min-height: 120px;
	border: none;
}

.comment_list {
	padding: 15px;
}

.comment_list .comment_user {
	margin: 0 auto;
	line-height: 40px;
	height: 40px;
}

.comment_list .comment_user img {
	width: 40px;
}

.comment_list .comment_desc {
	margin: 10px 0;
}

.comment_list .comment_time {
	font-size: 12px;
}

.gift_exchange_box {
	font-size: 16px;
	color: #424244;
	margin: 20px auto;
}

.gift_exchange_box span.minus {
	text-align: center;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	font-size: 16px;
	border: 1px solid #424244;
	background-color: #FFF;
	margin-right: 10px;
}

.gift_exchange_box span.input {
	text-align: center;
	display: inline-block;
	width: 62px;
	height: 30px;
	border: 1px solid #424244;
	background-color: #FFFFFF;
}

.gift_exchange_box span.input input {
	text-align: center;
	width: 30px;
	height: 26px;
	font-size: 16px;
	border: none;
	border-radius: 0;
	vertical-align: bottom;
}

.gift_exchange_box span.plus {
	margin-left: 10px;
	text-align: center;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	font-size: 16px;
	border: 1px solid #424244;
	background-color: #FFF;
}


/*spinner start*/

.spinner {
	margin: 10px auto 0;
	width: 150px;
	text-align: center;
}

.spinner > div {
	width: 15px;
	height: 15px;
	background-color: #ffd200;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0.0)
	}
	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes bouncedelay {
	0%,
	80%,
	100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}
	40% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}


/*spinner end*/

@media all and (min-width: 320px) and (max-height: 504px) {
	.order_list label {
		margin-left: 6px;
	}
	.caret-triangle-down-ffde00 {
		right: 25px;
	}
}

@media all and (min-width: 414px) and (max-height: 672px) {
	.order_list label {
		margin-left: 11px;
	}
	.order_list span.input input {
		height: 25px;
		line-height: 25px;
	}
}
