/* 统一样式 */
html ,body ,.mui-content{
	background: #fff;
}
.mui-bar-tab .iconfont {
	display:block;
	font-size: 20px;
}
.mui-bar-tab .mui-tab-label {
	font-size: 11px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}
.mui-bar {
	background-color: #fff;
	box-shadow:none;
}
.mui-bar .mui-title , .mui-bar-tab .mui-tab-item{
	color: #333;
	font-size: 16px;
}

.mui-bar-tab .mui-tab-item.mui-active {
	color: #d8482c;
}

.fl {float: left;}
.fr {float: right;}
.clearfix {

	zoom: 1;

	display: table;

	width: 100%;

}
ul,li {list-style: none;}
.loadding {
	text-align: center;
	color: #999;
	font-size: 14px;
	line-height: 2;
}
#back {
	color: #fff;
}
.bgcolor {
	background: #F7F7F7;
}
.deliver {
	text-align: center;
	padding: 20px 0 10px;
	margin: 0;
}
.flex {
	display: flex;
}
.flex-between {
	display: flex;
	justify-content: space-between;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #999;
  font-size: 14px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
  font-size: 14px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}
input[type=search] {
	background-color: rgba(158,158,158,0.1);
}
.mui-search .mui-placeholder .mui-icon {font-size: 16px;}
.mui-search .mui-placeholder span {font-size: 14px;}
.bgline {
	height: 10px;
	background: #EFEFF4;
	width: 100%;
}

/* index */
.index-images img {
	max-width: 100%;
}
.index-banner {
	width: 94%;
	margin: 10px 3%;
	border-radius: 10px;
}
.index-banner img {
	height: 240px;
	object-fit: cover;
}

/*金刚区*/
.menu-index {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 20px;
}

.menu-index .menu-index-item {
	text-align: center;
}

.menu-index img {
	width: 50px;
	height: 50px;
}

.index-vip-ads {
	padding: 0 10px;
}
.index-vip-ads img {
	max-width: 100%;
}

.index-msg {
	margin: 10px;
	padding: 4px;
	display: flex;
	background: #fef8ea;
	align-items: center;
	border-radius: 30px;
}

.index-msg img {
	width: 25px;
	height: 25px;
	object-fit: contain;
}


.index-advances {
	display: flex;
	padding: 0 10px;
	justify-content: space-between;
}

.index-advances div {
	width: 49%;
	padding: 10px;
	border-radius: 10px;
}

.index-advances div:nth-child(1) {
	background: url('../images/ad1.png') no-repeat;
	background-size:100% 100%;
}

.index-advances div:nth-child(2) {
	background: url('../images/ad1.png') no-repeat;
	background-size:100% 100%;
}
.index-advances div p:nth-child(1) {
	font-size: 16px;
	font-weight: bold;
}
.index-advances div p {
	color: #fff;
}
.index-advances div a {
	background: #fff;
	color: #ff0000;
	font-size: 13px;
	padding: 4px 8px;
	border-radius: 20px;
}

.index-title {
	color: #333333;
	padding: 16px 0;
	text-align: center;
}

.new-recommend {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 10px;
}

.new-item {
	width: 49%;
	margin-right: 2%;
	background: #F5F2F9;
	border-radius: 6px;
	margin-bottom:10px;
	padding:2%;
}

.new-item:nth-child(2n){
	margin-right: 0;
}
.new-item .info {width: 55%;}
.new-item  p {
	margin-bottom: 2px;
	line-height: 1.2;
}
.new-item .info p {
	color: #333;
	font-size: 14px;
	margin-bottom:6px;
}
.new-item .info .price {
	color: red;
	font-weight: bold;
}
.new-item .info .price span {
	color: #999;
	font-size: 12px;
	text-decoration: line-through;
	font-weight: normal;
}
.new-item img {width: 43%;height: 76px;object-fit: cover;}

.hot-recommend {
	background: #F7F7F7;
}

.twoRankedBox { 
    margin:6px 8px; 
    overflow: hidden;  
} 
.twoRankedBox ul{ 
    width:49%; 
    float: left; 
	padding-left: 0;
	margin-top: 0;
} 
.twoRankedBox ul:last-child{ 
    margin-left:2%; 
} 

.twoRankedBox ul li{ 
    margin-bottom:6px; 
    padding-bottom:8px; 
    background-color: #FFFFFF; 
	border-radius: 8px;
} 

.twoRankedBox ul li p { 
    padding-top:4px; 
} 

.twoRankedBox ul li p:first-child{ 
    padding-top:0px; 
} 

.product_picture img{ 
    display: block; 
    width:100%; 
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
} 

.product_np a{ 
    display: block; 
    overflow:hidden; 
    text-overflow:ellipsis; 
    white-space:nowrap; 
}
 .product_np {
	 overflow: hidden;
	 line-height:20px; 
	 color:red;
	 font-size:16px;
	 font-weight: bold;
	 padding: 0 8px;
 }
 .product_np span {
	 text-decoration: line-through;
	 margin-left:8px;
	 color:#999;
	 font-size:13px;
 } 

.product_np a:first-child{ 
    font-size:0.9em; 
    color:#58b7e3; 
    width:65%; 
    float: left; 
} 

.product_np a:last-child{ 
    font-size:0.8em; 
    color:#f00; 
    float: right; 
    width:35%; 
    text-align: right; 
} 

.product_ie{ 
    font-size:0.8em; 
    color:#777;
	 padding: 0 8px;
} 
.hot-recommend {
	margin-bottom: 50px;
}

/* goodsDetail */
.footer {
	height: 44px;
	position: fixed;
	width: 100%;
	bottom: 0;
	background: #fff;
	border-top: 1px solid #f2f2f2;
	display: flex;
	justify-content: space-between;
	text-align: center;
	font-size: 14px;
	z-index: 999;
}
.footer a {display: block;color:#333;}
.footer .mui-tab-item span {
	display: block;
}
.footer .btn {
	background: red;
	color: #fff;
	border-radius: 36px;
	height: 34px;
	line-height: 36px;
	font-size: 15px;
	margin: 5px 4px;
}
.footer .add {
	background:orangered;
}

.goods-info {
	background: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-bottom: 10px;
}

.goods-desc , .goods-comment {
	background: #fff;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 10px;
}
.goods-info .price {
	padding: 10px;
	padding-bottom: 0;
}
.goods-info .price , .goods-info .title {
	display: flex;
	justify-content: space-between;
	
}
.goods-info .price p {
	color: red;
}
.goods-info .price  p  b{
	font-size: 24px;
}

.goods-info .price p span {
	color: #999;
	text-decoration: line-through;
}

.goods-info .price span {
	display: block;
}
.goods-info .price a {
	color: #333;
	font-size: 12px;
	text-align: center;
}

.goods-info .title p {
	width: 90%;
	padding-left: 10px;
	color: #333;
	font-size: 16px;
}
.goods-info .title a {
	color: #999999;
	background: #EDEDED;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	padding-left: 8px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-right: 4px;
}
.goods-info .title a span {
	margin-right: 4px;
}
.goods-desc p {
	color: #333;
}
.goods-desc b {
	margin-right: 20px;
}
.goods-desc ul {
	padding-left: 0;
	margin-bottom: 0;
}
.goods-desc li {
	color: #999;
	display: inline-block;
	font-size: 13px;
	padding: 4px 6px;
}
.goods-desc li .iconfont {
	font-size: 12px;
	margin-right: 4px;
}
.goods-comment .title {
	font-size: 14px;
	display: flex;
	justify-content: space-between;
}
.goods-comment .title a {
	color: orangered;
}
.goods-comment .title a .iconfont {
	margin-left: 4px;
}
.goods-comment .comments .more {
	text-align: center;
}
.goods-comment .comments .mui-btn {
	margin: 10px auto;
}
.goods-content {
	margin-bottom: 44px;
	
}
.goods-content .content {
	background: #fff;
	padding: 10px 0;
}
.goods-content .content img {
	width: 100%;
}
.mui-popover.mui-popover-action .mui-table-view {
	margin: 0;
}

#popover , #popover-share{
	background: #fff;
	padding: 10px;
}
#popover-share #closePopShare {
	position: absolute;
	right:10px;
	top:10px;
}
#popover .goods-show , #popover .number , #popover .pop-btn {
	display: flex;
	justify-content: space-between;
}
#popover .goods-show img {
	width: 100px;
	height: 100px;
	border-radius: 8px;
	object-fit: cover;
	margin-right: 8px;
}

#popover .price {display: flex;align-items:flex-end}
#popover .price p {
	color: red;
	font-size: 20px;
	margin-bottom: 0;
}
#popover .price span {display: block;
color: #666;font-size: 14px;}
#popover .number {
	margin: 10px 0;
	line-height: 35px;
}
.number p {
	color: #333;
}
.mui-numbox {
	background-color: transparent;
	border: 0;
}
.mui-numbox .mui-numbox-input, .mui-numbox .mui-input-numbox {
	border: 0 !important;
}
.pop-btn a {
	width: 46%;
	margin: 0 2%;
	height: 36px;
	background: orangered;
	color: #fff;
	border-radius: 36px;
	text-align: center;
	font-size: 16px;
	line-height: 36px;
	padding: 0;
}

.pop-btn a.buy {
	background: red;
}

/* submitOrder */
.submit-address {
	background: url(../images/img_addr_bg.png) #fff bottom repeat-x;
	height: 70px;
	width: 100%;
	margin-top: 44px;
	padding: 10px;
}
.submit-address a {
	display: flex;
	justify-content: space-between;
	color: #333;
}
.submit-address p {
	color: #333;
	margin-bottom: 0;
}
.submit-address p:nth-child(1) {
	font-size: 18px;
	margin-bottom: 6px;
}
.submit-address span {
	margin-top: 14px;
}
.submit-goods {
	margin-top: 10px;
	background: #fff;
}
.submit-goods .title {
	height: 36px;
	line-height: 36px;
	color: #333;
	font-size: 16px;
	padding-left: 10px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 0;
}
.submit-goods .submit-goods-item {
	padding: 10px;
	border-bottom: 1px solid #f2f2f2;
}
.submit-goods .submit-goods-item a {
	display: flex;
	justify-content: space-between;
}
.submit-goods .submit-goods-item div {
	display: flex;
	width: 80%;
}
.submit-goods .submit-goods-item div p {
	color: #333;
}
.submit-goods .submit-goods-item span {
	display: block;
	text-align: right;
}

.submit-goods .submit-goods-item img {width: 80px;height: 80px;margin-right: 8px;}
.submit-note {}
.submit-note li {font-size: 14px;}
.submit-note li:nth-child(2) span {
	width: 100px;font-size: 14px;
}
.submit-note li:nth-child(2) input {
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 14px;
	height: auto;
}
.submit-note li:nth-child(3) span {
	color: red;
}
.submit-note li:nth-child(3) b {
	font-size: 20px;
}
.mui-table-view-cell.mui-active {
	background-color: #fff;
}
.footer .pay-total {
	text-align: right;
	margin-right: 10px;
	line-height: 44px;
}
.footer .pay-total b {
	color: red;
}
.footer .pay-total b span {
	font-size: 20px;
}


/* addressList */
.address-item {
	display: flex;
	justify-content: space-between;
}
.address-item .default {
	background: #E41F19;
	color: #fff;
	padding: 2px 4px;
	font-size: 10px;
	border-radius: 4px;
	margin-right: 6px;
}
.address-item p {
	color: #333;
}
.address-item > a {
	margin-top: 0px !important;
}
.add-address {
	width: 80%;
	background: #E41F19;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: fixed;
	bottom: 10px;
	left:10%;
	padding: 0;
}
/* addressAdd */
.mui-input-row label {
	font-size: 14px;
}

/* shopCart */
.cart-list .mui-checkbox.mui-left input[type=checkbox], .mui-radio.mui-left input[type=radio] {
	margin-top: 40px;
}
.cart-list .mui-input-row {
	background: #fff;
	margin-top: 10px;
}
.cart-item {
	padding: 11px 15px 11px 58px;
}
.cart-item img {
	width: 30%;
	height: 80px;
	object-fit: cover;
	border-radius: 8px;
	margin-right: 8px;
}
.cart-item .price p {
	color: red;
	font-size: 20px;
	margin-bottom: 0;
	line-height: 35px;
}
.cart-item .cart-item-info > p {
	margin-bottom: 10px;
	color: #333;
}
.cart-item .mui-numbox {
	height: 30px;
	width: 90px;
	padding: 0 30px;
}
.cart-item .mui-numbox [class*=btn-numbox], .mui-numbox [class*=numbox-btn] {
	width: 30px;
}
.cart-list .mui-checkbox input[type=checkbox]:checked:before, .mui-radio input[type=radio]:checked:before , .footer .mui-checkbox input[type=checkbox]:checked:before, .mui-radio input[type=radio]:checked:before {
	color: #ff791f;
}
.footer .mui-checkbox input[type=checkbox], .mui-radio input[type=radio] {
	top: 8px;
}
.footer .mui-input-row label {
	padding-top:0;
	padding-bottom: 0;
	line-height: 44px;
}
.footer .cart-calcu {
	width: 70%;
}
.footer .cart-calcu p {
	line-height: 44px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.footer .cart-calcu button {
	margin-top: 5px;
	margin-right: 10px;
	border-radius: 35px;
}
.footer .cart-calcu a {
	margin-right: 10px;
	height: 34px;
	border-radius: 34px;
	line-height: 34px;
	padding: 0 20px;
	margin-top: 5px;
	background: #EB0909;
	color: #fff;
	border: 0;
}
.cart-info {
	padding: 10px 10px 0;
	background: #fff;
}
.cart-info p {
	line-height: 40px;
}
.cart-info span {
	color: red;
	font-weight: bold;
	font-size: 18px;
	margin: 0 4px;
}
.cart-info button {
	width: 100px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	padding: 0;
	color: #999;
	font-size: 14px;
}

.my {
	background: #62ABA4;
	background-size: 100%;
	padding: 10px 20px 30px;
}
.my-userinfo {
	padding: 20px 10px;
	_background: #fff;
	border-radius: 10px;
	align-items: center;
}
.my-userinfo .account a {
	color: #fff;
	font-size: 14px;
	display: block;
	text-align: center;
}
.my-userinfo .account a p {
	color: #fff;
	margin-top: 4px;
	margin-bottom: 0;
	font-size: 12px;
}
.spread-menu img {width: 40px; margin-top: 10px;}
.vip-info {position: relative;}
.vip-info-level {position: absolute;left: 80px;top: -20px;color: #fbd791;}
.vip-info img {
	width: 100%;
	margin-top: -100px;
}
.avatar > img {
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	border-radius: 100%;
	margin-right: 14px;
}
.avatar .username {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-top: 4px;
}
.avatar .username .vip {
	color: #fff;
	background: #333;
	font-size: 8px;
	padding: 0 12px 0 20px;
	font-weight: normal;
	border-radius: 14px;
	margin-top: 6px;
	position: relative;
	left: 10px;
	top: -4px;
}
.avatar .username p {
	color: #fff;
	font-weight: normal;
	font-size: 12px;
}
.avatar .username .vip img {
	position: absolute;
	left: -7px;
}
.my-userinfo .address {
	text-align: center;
	padding-top: 0;
}
.my-userinfo .address span {
	font-size: 24px;
}
.my-userinfo .address p {
	margin-top: 0;
	font-size: 12px;
	margin-bottom: 0;
	line-height: .4;
}
.my-money {
	text-align: center;
	padding: 14px 0;
	font-size: 16px;
	align-items: center;
}
.my-money .ball img {
	width: 28px;
	margin-bottom: 4px;
}
.my-money .ball p {
	margin-bottom: 0;
}
.my-money .score p {
	margin-bottom: 6px;
	color: #f73131;
	font-size: 18px;
	font-weight: bold;
}
.my-money .score img {
	width: 18px;
	vertical-align: middle;
}
.my-money .score span {
	font-size: 14px;
	vertical-align: middle;
	margin-top: 3px;
	display: inline-block;
	color: #888;
}
.my-order {
	margin: 10px 14px;
	background: #fff;
	padding-bottom: 1px;
}
.my-order .title {
	padding: 10px;
	border-bottom: 1px solid #eee;
}
.my-order ul {
	padding: 0;
	margin: 20px 0 14px;
}
.my-menu img {width: 24px;height: 24px;margin-bottom: 6px;}
.my-order li {
	width: 20%;
	text-align: center;
}
.my-order li img {
	width: 24px;
	height: 24px;
	object-fit: contain;
}
.my-order li p {
	margin-top: 4px;
	font-size: 13px;
	color: #666;
	margin-bottom: 0;
}
.my-menu {
	flex-wrap: wrap;
	text-align: center;
	margin-bottom: 50px;
}
.my-menu p {font-size: 13px;}
.my-menu .mui-col-sm-3 {
	padding-top: 24px;
}

.pagination {}
.pagination span ,.pagination a {font-size: 13px;padding: 10px 20px;}
.pagination a {color: #0c6251}
	/* myorder */
.myorder-tab {
	margin: 0 20px;
	font-size: 14px;
	border-bottom: 1px solid #f2f2f2;
}
.myorder-tab a {
	color: #666;
	padding: 10px 4px;
}
.myorder-tab a.active {
	color: #d8482c;
	border-bottom: 2px solid #d8482c;
	text-align: center;
}
.myorder-list {margin:0 20px;}
.myorder-item-head {
	padding: 16px 0;
	border-bottom: 1px solid #f2f2f2;
}
.myorder-item-head p {
	margin-bottom: 0;
}
.myorder-item-head p:nth-child(1) {
	color: #333;
	font-weight: bold;
}
.myorder-item-head .mui-text-right {
	font-size: 18px;
	font-weight: bold;
	margin-top: 6px;
}
.myorder-item-content {
	padding: 10px;
}
.myorder-item-footer {
	padding: 10px;
	text-align: right;
}
.myorder-item-footer p {
	color: #333;
	margin-bottom: 14px;
}
.myorder-item-footer p span {
	font-size: 20px;
}
.myorder-item-footer a {
	font-size: 14px;
	border: 1px solid #333;
	color: #333;
	padding: 8px 14px;
	border-radius: 20px;
}
.myorder-item-footer a.on {
	color: red;
	border: 1px solid red;
}
.myorder-goods {
	padding: 8px 0;
	border-bottom: 1px solid #f2f2f2;
}
.myorder-goods-info img {
	width: 80px;
	height: 80px;
	margin-right: 8px;
	border-radius: 8px;
	object-fit: cover;
}
.myorder-goods-info p {
	color: #333;
}
.myorder-goods-info span {
	color: #666;
	font-size: 14px;
	display: block;
}
.myorder-goods-price {
	text-align: right;
}
.orderdetail-header {
	background: url(../images/order.png) no-repeat;
	background-size: 100%;
	height: 80px;
	line-height: 80px;
	color: #fff;
}
.orderdetail-header p {
	font-size: 20px;
	color: #fff;
	margin-left:20px
}
.orderdetail-address {
	line-height: 1;
	padding-top: 10px;
}
.orderdetail-address .info p:nth-child(1) {
	color: #333;
	font-weight: bold;
}
.order-times {}
.order-times .title {
	padding: 10px;
	border-bottom: 1px solid #f2f2f2;
	color: #333;
}
.order-times .info {
	color: #333;
	padding-left: 10px;
}

.goods-category {
	width: 100px;
	font-size: 13px;
	text-align: center;
	flex-shrink: 0;
}
.goods-category-item a {
	display: block;
	padding: 14px 0;
	color: #666;
}
.goods-category-item.active {
	background: #fff;
	color: #333;
	font-weight: bold;
	position: relative;
}
.goods-category-item.active a {
	color: #333;
}
.goods-category-item.active:before {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	top: 16px;
	width: 3px;
	height: 15px;
	background: red;
}

.goodslist {
	display: flex;
	padding: 10px;
	flex-wrap: wrap;
	width: 100%;
}
.goodslist-item {
	width: 48%;
	margin-right:3%;
	background: #fff;
	border-radius: 8px;
	margin-bottom: 10px;
}
.goodslist-item img {
	width: 100%;
	object-fit: cover;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.goodslist-item:nth-child(2n){
	margin-right: 0;
}
.goodslist-item .info {
	padding: 4px 6px;
}
.goodslist-item a {
	display: block;
}
.goodslist-item .info p {
	margin-bottom: 0;
}
.goodslist-item .info p:nth-child(1) {
	color: #333;
	font-size: 12px;
}
.goodslist-item .info p:nth-child(2) {
	margin-top: 4px;
	color: #f63b4d;
	font-weight: bold;
	font-size: 14px;
}
.goodslist-item .info p:nth-child(2) span {
	font-size: 12px;
}
.goodslist-item .info  p:nth-child(3) {
	color: #888;
	text-decoration: line-through;
	font-weight: 100;
	font-size: 12px;
	margin: 0;
	line-height: 1;
}
.goodslist-item .info p:nth-child(3) {
	font-size: 12px;
}
.goodslist-header {
	background:#fff;
}
.goodslist-header ul {
	padding: 0;
	margin: 0;
	display: flex;
	text-align: center;
	position: relative;
}
.goodslist-header li {
	width: 50%;
	font-size: 14px;
}
.goodslist-header li a {
	color: #333;
	padding: 6px 0;
	display: block;
}
.goodslist-header .dropmenu {
	display: none;
	position: absolute;
	z-index: 10;
	background: #ffffff;
	width: 100%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	top: 36px;
	text-align: left;
}
.goodslist-header .dropmenu a {
	display: block;
	margin: 0 20px;
	border-bottom: 1px solid #f2f2f2;
}
.goodslist-header .dropmenu a.active {
	color: red;
}
.goodslist-header #popver p {
	margin-bottom: 0;
	padding: 6px 0;
	color: #333;
}
.mui-search {
	margin: 10px;
}
.mui-search input {
	margin: 0;
}
.mui-search.mui-active:before{
	margin-top: -10px;
}