* {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
}

html {
	background-color: #f5f5f5;
	color: #333333;
}

body {
	font-size: 16px;
}

input,
select {
	border: none;
	background: none;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}

.clear {
	clear: both;
}

.mt02 {
	margin-top: 0.2rem;
}

@font-face {
	font-family: 'icon-font';
	src: url('../fonts/font.ttf') format('truetype');
	-webkit-font-smoothing: antialiased;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

.header {
	height: 1.2rem;
	background-color: #ca56fc;
}

.hd {
	height: 1.2rem;
	position: relative;
}
.home-tp .hd{
	flex: 1;
}
.hd_bg {
	position: relative;
	background-color: #fff;
	text-align: center;
}
.hd_bg h3{
	font-weight: normal;
	font-size: 0.4rem;
	text-align: center;
	color: #000;
	line-height: 1.2rem;
}
.hd_bg span{
	font-size: 0.4rem;
	position: absolute;
	right: 0.2rem;
	top: 0;
	color: #FFFFFF;
	line-height: 1.2rem;
}
.nodata {
	margin: 50% 0 0;
	text-align: center;
}
.hd_bg .reg-icon {
	color: #000;
}
.nodata font{
	color: #ccc;
	font-size: 2rem;
}
.house-nodata {
	margin: 0.5rem 0;
}

/* 首页分类 */
.ind-cate {
	padding: 0.4rem;
	display: flex;
	background-color: #fff;
}

.ind-cate a {
	display: inline-block;
	flex: 1;
	text-align: center;
	color: #666;
}

.ind-cate a img {
	width: 60%;
}

/* 导航 */
.footer {
	width: 100%;
	display: flex;
	position: fixed;
	bottom: 0;
	background-color: #FFFFFF;
	border-top: 1px solid #ababab;
}

.footer a {
	flex: 1;
	text-align: center;
	color: #666666;
	margin: 0.1rem 0;
	font-size: 0.3rem;
	position: relative;
}

.footer b {
	position: absolute;
	right: 20%;
	top: -0.1rem;
	color: #fff;
	background-color: #f4391c;
	font-weight: normal;
	border-radius: 10px;
	padding: 0.04rem 0.1rem;
	font-size: 0.25rem;
}

.footer img {
	width: 25%;
}

.footer a.active {
	color: #0084ff;
}

/* 首页 */
.home{
	padding:0 0.3rem;
	background-color: #fff;
}
.home-tp{
	display: flex;
	overflow: hidden;
}
.logo{
	flex:1;
	margin: 0.2rem 0 0 0;
}
.search{
	flex: 3;
	margin: 0.2rem 0 0 0.2rem;
	height:0.7rem;
	border: 2px solid #dcdcdc;
}
.search-hot a{
	border:1px solid #cccccc;
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 2px 8px;
	font-size: 0.25rem;
}
input.home-input{
	height:0.7rem;
	color: #b5b5b5;
	font-size: 0.3rem;
	padding: 0 0.2rem;
	float: left;
	width: 70%;
}
input.home-btn{
	height:0.7rem;
	float: right;
	margin: 0.1rem 0;
	width:0.7rem;
	background: url(../images/btn.png) no-repeat;
	background-size: auto 80%;
	text-indent: 1rem;
	overflow: hidden;
}
.mb-con{
	display: flex;
}
.mb-con a{
	margin:0 0.1rem 0.5rem;
}
.ind-tit {
	display: flex;
	margin: 0.4rem;
}

.ind-tit h3 {
	flex: 2;
	font-weight: bold;
	font-size: 0.4rem;
}

.ind-tit a {
	display: inline-block;
	flex: 1;
	text-align: right;
	font-size: 0.3rem;
	color: #666;
	margin-top: 0.1rem;
}

.ind-con {
	display: flex;
}

.ind-con dl {
	width: 42%;
	margin: 0 0 0.4rem 0.4rem;
	background-color: #FFFFFF;
}

.ind-con dl dd {
	font-size: 0.3rem;
	margin-top: 0.1rem;
	padding: 0 0.1rem;
}

.ind-con dl dt img {
	width: 100%;
}

.ind-con dl dd span {
	float: left;
	color: #f4391c;
	font-size: 0.4rem;
	font-weight: bold;
	margin-bottom: 0.1rem;
}

.ind-con dl dd span::before {
	content: "￥";
	font-size: 0.2rem;
}

.ind-con dl dd span del {
	font-size: 0.25rem;
	color: #999;
	margin-left: 0.05rem;
	font-weight: normal;
}

.ind-con dl dd a {
	float: right;
	color: #fff;
	background-color: #f4391c;
	font-size: 0.25rem;
	padding: 0.05rem 0.2rem;
	border-radius: 0.3rem;
}

.ind-bot {
	height: 1.6rem;
}

.ind-top {
	height: 1.2rem;
}

.ind-tot {
	position: relative;
}

.ind-tot font {
	position: absolute;
	right: 0.1rem;
	top: 0.05rem;
}

.ind-amo h3 {
	font-size: 0.4rem;
	font-weight: bold;
	margin-bottom: 0.1rem;
}

.ind-tot p {
	font-size: 0.4rem;
	font-weight: bold;
}

.ind-now {
	margin: 0.2rem 0;
	display: flex;
	vertical-align: middle;
}

.ind-now b {
	margin-top: 0.3rem;
	color: #FAFAFA;
}

.ind-now span {
	flex: 1;
	font-size: 0.35rem;
}

.ind-now h3 {
	font-size: 0.35rem;
	margin-top: 0.1rem;
}
/* 分类 */
.cate-tp{
	width: 100%;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
}
.cate-tp .home-tp{
	margin: 0 0.3rem;
}
.cate-bg{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: 0.5;
	z-index: 5;
}
.cate-xl{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	display: flex;
	padding: 0.2rem;
}
.cate-xl a{
	flex: 1;
	text-align: center;
	background: url(../images/xl.png) 80% center no-repeat;
	background-size:auto 40%;
}
.cate-xl a.xl-active{
	background: url(../images/xl-active.png) 80% center no-repeat;
	background-size:auto 40%;
	color: #0084ff;
}
.xl-con{
	display: none;
	padding: 0.3rem;
	background-color: #fff;
}
.xl-con-act{
	display: block;
}
.xl-con a{
	margin: 0  10px 10px  0;
	padding: 2px 8px;
	display: inline-block;
	background-color: #f2f2f4;
}
.more{
	margin: 0.3rem 0;
	text-align: center;
}
.more a{
	display: inline-block;
	padding: 0 0.3rem;
	height:0.7rem;
	line-height: 0.7rem;
	color: #fff;
	background-color: #0084ff;
	border-radius: 0.3rem;
}
/* 商品分类 */
.cate-lf {
	width: 25%;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 1.2rem;
	overflow-y: scroll;
}

.cate-lf a {
	display: block;
	padding: 0.3rem 0;
	text-align: left;
	bottom: 1rem;
	color: #666;
	text-align: center;
}

.cate-lf a.cate-act {
	background-color: #fff;
	font-weight: bold;
	border-left: 3px solid #f4391c;
}

.cate-rt {
	width: 75%;
	position: fixed;
	background-color: #fff;
	top: 0;
	right: 0;
	bottom: 1.2rem;
	overflow-y: scroll;
	padding-bottom: 0.4rem;
}

.cate-rt dl {
	margin: 0.4rem 0.4rem 0;
	display: flex;
}

.cate-rt dl dt {
	flex: 1;
}

.cate-rt dl dt img {
	width: 100%;
}

.cate-rt dl dd {
	margin-left: 0.2rem;
	flex: 2;
	font-size: 0.3rem;
}

.cate-rt dl dd h3 {
	height: 1rem;
	font-weight: normal;
	font-size: 0.3rem;
	margin-bottom: 0.1rem;
}

.cate-rt dl dd p {
	color: #f4391c;
	font-size: 0.4rem;
	font-weight: bold;
	float: left;
}

.cate-rt dl dd p del {
	font-size: 0.25rem;
	color: #999;
	margin-left: 0.05rem;
	font-weight: normal;
}

.cate-rt dl dd p::before {
	content: "￥";
	font-size: 0.2rem;
}

.cate-rt dl dd a {
	float: right;
	color: #fff;
	background-color: #f4391c;
	font-size: 0.25rem;
	padding: 0.05rem 0.2rem;
	border-radius: 0.3rem;
}

/* 购物车 */
.cart-ft {
	width: 100%;
	display: flex;
	position: fixed;
	bottom: 1.2rem;
	background-color: #FFFFFF;
	justify-content: space-between;
	padding: 0.3rem 0;
}

.cart-ft label {
	margin-left: 0.3rem;
}

.cart-ft span {
	margin-right: 0.3rem;
}

.cart-ft span font {
	color: #f4391c;
	font-size: 0.4rem;
	margin-bottom: 0.1rem;
}

.cart-ft span font::before {
	content: "￥";
	font-size: 0.2rem;
}

.cart-ft span a {
	color: #fff;
	background-color: #f4391c;
	font-size: 0.3rem;
	padding: 0.1rem 0.2rem;
	border-radius: 0.3rem;
}

.cart {
	margin: 0.4rem 0.4rem 0;
	display: flex;
	justify-content: space-between;
}

.cart-tpl {
	font-size: 0.3rem;
}

.cart-con {
	background-color: #fff;
	margin: 0.4rem 0;
	overflow: hidden;
	padding-bottom: 0.4rem;
}

.cart-con dl {
	margin: 0.4rem 0.4rem 0;
	display: flex;
}

.cart-con dl dt {
	flex: 1.5;
}

.cart-con dl dt input.cart-check {
	margin-top: 0.7rem;
}

input.cart-check[type=checkbox] {
	cursor: pointer;
	position: relative;
}

input.cart-check[type=checkbox]::after {
	position: absolute;
	top: 0;
	background-color: #fff;
	color: #fff;
	width: 18px;
	height: 18px;
	border-radius: 2px;
	display: inline-block;
	visibility: visible;
	text-align: center;
	content: ' ';
	box-sizing: border-box;
	border: 2px solid #ddd;
}

input.cart-check[type=checkbox]:checked::after {
	content: "";
	background-color: #f4391c;
	border-color: #f4391c;
}

input.cart-check[type=checkbox]:checked::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 6px;
	width: 4px;
	height: 8px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	z-index: 1;
}

.cart-pic {
	flex: 3.5;
}

.cart-des {
	flex: 10;
	margin-left: 0.2rem;
}

.cart-con dl dd img {
	width: 100%;
}

.cart-lf {
	float: left;
}

.cart-rt {
	display: flex;
	float: right;
}

.cart-rt font {
	width: 0.5rem;
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
	display: inline-block;
	border: 1px solid #ccc;
	color: #ccc;
	font-size: 0.3rem;
	font-weight: bold;
}

.cart-rt input {
	width: 0.5rem;
	height: 0.5rem;
	padding: 0 0.01rem;
	display: inline-block;
	background-color: #fafafa;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	border-radius: 0;
}

.cart-con dl dd {

	font-size: 0.3rem;
}

.cart-con dl dd h3 {
	display: block;
	font-weight: normal;
	font-size: 0.3rem;
	height: 1.2rem;
}

.cart-lf {
	color: #f4391c;
	font-size: 0.4rem;
	font-weight: bold;
}

.cart-lf::before {
	content: "￥";
	font-size: 0.2rem;
}

.cart-con dl dd a {
	float: right;
	color: #fff;
	background-color: #f4391c;
	font-size: 0.25rem;
	padding: 0.05rem 0.2rem;
	border-radius: 0.3rem;
}

/* 登录 */
.bg{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
	background-color: #000;
	opacity: 0.5;
	z-index: 5;
}
.lg-con{
	left:0.8rem;
	right:0.8rem;
	top: 10%;
	position: fixed;
	z-index: 10;
}
.lg-name {
	text-align: center;
}
.lg-name img{
	width: 50%;
}


.lg-form {
	width: 100%;
	padding:1.3rem 0.5rem 0.5rem;
	box-sizing: border-box;
	background-color: #fff;
	margin-top: -1.2rem;
}

.lg-input {
	width: 100%;
	display: flex;
	padding: 0.2rem 0;
	border: 2px solid #e6e6e6;
	border-radius: 20px;
	margin-bottom: 0.3rem;
}

.lg-input input {
	width: 100%;
	flex: 1;
	padding-left: 0.3rem;
	font-size: 0.25rem;
}

.lg-btn {
	width: 100%;
	padding: 0.2rem 0;
	background: linear-gradient(to bottom, #3ab6f7, #0788fd);
	border-radius: 0.5rem;
	font-size: 0.3rem;
	color: #FFFFFF;
}

.my-close{
	text-align: center;
}
.my-close img{
	width:12%;
	margin:0.5rem;
}

.lg-can-btn {
	background: linear-gradient(-90deg, #fff, #fff);
	border: 0.04rem solid #5677fc;
	color: #5677fc;
}

.my-btn {
	background: linear-gradient(-90deg, #fff, #fff);
	border: 0.04rem solid #5677fc;
	color: #5677fc;
	margin-top: 3rem;
}

.lg-reg {
	display: flex;
	justify-content:space-between;
	padding: 0.3rem 0;
	border-top:2px solid #e5e5e5;
}

.lg-xy{
	padding: 0.3rem 0 0.5rem;
	font-size: 0.25rem;
	vertical-align: middle;
}


.lg-reg  span a {
	color:#28b7f7;
}

.lg-thi {
	text-align: center;
	margin-top: 0.5rem;
}

.lg-thi a {
	color: #000000;
}

.lg-thi img {
	width: 10%;
	border-radius: 50%;
	border: 0.02rem solid #24db5a;
}

.content{
	padding: 0.3rem;
	background-color: #fff;
}
.mb-tit{
	font-size: 0.3rem;
}
.mem-tit {
	font-weight:normal;
	margin:0 0 0.3rem;
}
table.mem-tb {
	width: 100%;
	text-align: center;
	border-spacing: 0;
}
.mem-tb  td{
	padding: 5px;
	text-align: center;
	border: 1px solid #2087ff;
}
.con-tp .hd{
	flex: 1;
}
.con-tit{
	height: 1.2rem;
	line-height: 1.2rem;
	flex: 5;
	text-align: center;
}
.con-ss{
	flex: 1;
}
.con-ss .home-btn{
	 margin: 0.3rem 0.2rem 0 0;
}
.con-tp{
	display: flex;
	background-color: #fff;
}
.con-mid{
	padding: 0.3rem;
	background-color: #fff;
}
.down-yl{
	padding: 0.2rem;
	font-size: 0.3rem;
	height: 0.6rem;
	line-height: 0.6rem;
	display: flex;
	background-color: #f5f5f5;
	border: 2px solid #cccccc;
	justify-content: space-between;
}
.down-yl a{
	padding: 0 0.2rem;
	height: 0.6rem;
	border-radius: 0.6rem;
	background-color: #0084ff;
	color: #fff;
}
.con-mb{
	margin: 0.3rem 0;
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 0.3rem;
	border-bottom: 1px solid #cccccc;
	background: url(../images/icon-s.png) left center no-repeat;
	background-size: auto 60%;
	padding-left: 0.6rem;
}
.xg-tit{
	margin:0.3rem 0 ;
	padding: 0.4rem 0 0;
	font-size: 0.3rem;
	border-top: 1px solid #cccccc;
}
.xg-con a{
	margin: 0 10px 10px 0;
	  padding: 2px 8px;
	  display: inline-block;
	  background-color: #f2f2f4;
	  font-size: 0.3rem;
}
.mb-bg{
	text-align: left;
	font-size: 0.3rem;
}
.mb-bg td{
	height: 0.5rem;
}
.con-pay{
	width: 100%;
	position: fixed;
	z-index: 10;
	background-color: #fff;
	bottom: 0;
	left: 0;
}
.pay-tp{
	margin-top: 0.3rem;
}
.vip-con{
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
}
.vip-tel{
	margin: 0.3rem;
	font-size: 0.3rem;
}
.vip-xz{
	color: #666666;
	margin: 0 0.3rem;
	line-height: 0.6rem;
	font-size: 0.25rem;
}
.vip-pay{
	width: 100%;
	position: fixed;
	left: 0;
	bottom:0;
	color: #fff;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	background-color: #0084ff;
	display: block;
}
.vip-tp ul li{
	display: inline-block;
	position: relative;
	padding-top: 1rem;
	width: 28%;
	margin:  0 0 0.3rem 0.2rem;
	border: 1px solid #cccccc;
	border-radius: 0.2rem;
	background: url(../images/vip-bg.png) 80% 0.2rem no-repeat #fe9f51;
	background-size: auto 0.9rem;
}
.vip-tag{
	color: #fff;
	  position: absolute;
	  left: 0;
	  top: 0;
	  background-color: #a84200;
	  font-size: 12px;
	  padding: 2px 6px;
	  border-radius:  6px 0 6px 0;
}
.vip-tp ul li:nth-child(even){
	background: url(../images/vip-bg.png) 80% 0.2rem no-repeat #fe7a51;
	background-size: auto 0.9rem;
}
.pay-tp dl , .vip-tp dl{
	position: relative;
	width: 29%;
	padding: 0.3rem 0;
	text-align: center;
	display: inline-block;
	border-radius: 0.2rem;
	border: 1px solid #cccccc;
	margin: 0 0 0.2rem 0.2rem;
}
.vip-tp dl{
	width: 100%;
	margin: 0 ;
	background: linear-gradient(to bottom, #ffffff, #fff7f2);
	border: 1px solid #eee;
}
.pay-tp dl.pay-act{
	border: 1px solid #f65b51;

}
.vip-tp dl.pay-act{
	border: 1px solid #f65b51;
	background: linear-gradient(to bottom, #ffe8d9, #ffffff);
}
.pay-tp dt{
	color: #000;
}
.pay-pri{
	padding: 0.1rem 0;
	color: #f65b51;
	font-weight: bold;
	font-size: 0.5rem;
}
.pay-pri1{
	margin-bottom: 0.2rem;
	color: #a5a3a3;
}
.pay-pri::before{
	content:"￥";
	font-size: 0.2rem;
}
.pay-ms{
	margin: 0 0.2rem;
	line-height: 0.5rem;
	height: 0.5rem;
	border-radius: 0.5rem;
	font-size: 0.3rem;
	color: #fff;
	background-color: #e2c594;
}
.tag{
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #fd3d41;
	font-size: 12px;
	padding: 2px 6px;
	border-radius: 0 6px 0 6px;
}
.pay-se{
	width: 100%;
	line-height: 0.8rem;
	display: flex;
	justify-content: space-between;
}
.pay-se span{
	margin:0.3rem 0 0.3rem 0.3rem ;
}
.wx{
	width: 1.2rem;
	display: inline-block;
	height: 0.8rem;
	line-height: 0.8rem;
	background: url(../images/wx.png) right center no-repeat;
	background-size: auto 100%;
	margin-right: 0.3rem;
}
.zfb{
	background: url(../images/zfb.png) right center no-repeat;
	background-size: auto 100%;
}
.pay-py{
	line-height: 1rem;
	border-top:10px solid #f5f5f5;
	display: flex;
	text-align: center;
}
.py-pri{
	flex: 1;
}
.pay-ent{
	color: #fff;
	flex: 2;
	background-color: #0084ff;
}
.py-pri font{
	color: #f65b51;
}
.vip-wc{
	padding: 0.4rem;
	text-align: center;
	top: 20%;
	left: 1rem;
	right: 1rem;
	position: fixed;
	z-index: 10;
	background-color: #fff;
	border-radius: 10px;
}
.vip-wc h3{
	font-weight: normal;
	font-size: 0.3rem;
	margin: 0.3rem 0;
}
.vip-wc p{
	background-color: #0084ff;
	color: #fff;
	height: 0.7rem;
	line-height: 0.7rem;
	border-radius: 0.1rem;
	margin: 0.3rem 0;
}
/* 常见问题 */
body.question{
	background: linear-gradient(to bottom, #e1e9f4, #ffffff);
}
.qs-con{
	position: relative;
}
.qs-tit{
	width:100%;
	height: 3rem;
	color: #3366ff;
	font-size: 0.4rem;
	text-align: center;
	font-weight:bold;
	position: absolute;
	left: 0;
	padding-top:0.7rem;
	top: 0;
	z-index: 10;
	background: url(../images/qs-bg.png) left top no-repeat;
	background-size:100% auto;
}
.qs-c{
	padding:1rem 0.3rem;
	left:0.3rem;
	right:0.3rem;
	top:2.3rem;
	position: absolute;
	z-index: 5;
	background-color: #fff;
}
.qs-c ul li {
	list-style: none;
}
.qs-c ul li  b{
	color: #f00;
}
.qs-c ul li h3{
	font-size: 0.3rem;
	margin: 0.3rem 0;
}
.qs-c ul li  label{
	margin: 0.2rem 0.2rem;
	width: 42%;
	display: inline-block;
}
.qs-c ul li  label input{
	margin-right: 0.1rem;
}

/* 注册 */
.reg-title {
	font-size: 0.5rem;
	font-weight: bold;
	margin: 0.6rem 0 0 0.5rem;
	color: #333333;
}

.reg-icon {
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'icon-font' !important;
	display: inline-block;
	font-size: 1rem;
	font-weight: normal;
	color: #666;
}

.reg-code {
	color: #28b7f7;
	margin-right: 0.2rem;
	font-size: 0.25rem;
}

/* 个人中心 */
.my-con{
	overflow: hidden;
	background: url(../images/my_bg.png) no-repeat;
	background-size: 100% auto;
}
.my-img{
	height:2.7rem;
}
.my-login{
	
	padding:0.5rem 0.3rem;
}
.my-login a{
	color: #fff;
}
.my-name {
	display: flex;
	width: 100%;
	padding:0.5rem 0.3rem;
	color: #fff;
	font-size: 0.3rem;
}

.my-name img {
	width: 1rem;
	border: 0.05rem solid #a5a5a5;
	border-radius: 50%;
	margin-right: 0.2rem;
	background-color: #fff;
}

.account span{
	display: block;
	margin: 0.1rem 0 ;
}

.account font{
	padding:4px 10px 4px 22px ;
	border-radius:10px;
	font-size: 0.2rem;
	background: url(../images/tel.png) 5px center  no-repeat #e56359;
	background-size:auto 70% ;
}

.my-serve{
	padding: 0.3rem ;
	background-color: #fff;
	margin:0.3rem;
	border-radius: 0.3rem;
}

.my-serve h3{
	font-weight: normal;
	margin-bottom: 0.2rem;
}

.my-menu {
	display: flex;
}

.my-menu a {
	position: relative;
	display: inline-block;
	flex: 1;
	text-align: center;
	color: #666666;
	font-size: 0.3rem;
}

.my-menu a img {
	width: 65%;
	vertical-align: middle;
	margin: 0.2rem;
}

.my-menu a b {
	position: absolute;
	right: 20%;
	top: -0.1rem;
	color: #fff;
	background-color: #f4391c;
	font-weight: normal;
	border-radius: 10px;
	padding: 0.04rem 0.1rem;
	font-size: 0.2rem;
}

.coll-con{
	padding: 0.3rem ;
	background-color: #fff;
	margin:0.3rem;
	border-radius: 0.3rem;
}
.cate-con{
	margin-top: 1.6rem;
	padding: 0.3rem ;
	background-color: #fff;
}
a.my-act{
	color: #0084ff;
}
.coll-nav a{
	display: inline-block;
	margin: 0 0.2rem 0.2rem 0;
}
.no-data{
	margin: 1rem 0;
	text-align: center;
	color: #999;
}
.no-data img{
	width: 60%
}
.coll-list{
	margin-top: 0.3rem;
}
.word-list{
	margin: 0;
}
.coll-l{
	width: 48%;
	margin-top: 0.3rem;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	background-color:#eeeeee;
}
.cate-con .coll-l{
	border: 1px solid #e5e5e5;
}
.cate-coll{
	padding:0.2rem;
	border-top: 1px solid #e5e5e5;
	background-color: #fff;
	display: block;
	text-align: right;
	color: #999999;
	font-size: 0.3rem;
}
.cate-coll img{
	width: 15px;
}
.word-list .coll-l{
	width: 48%;
	margin: 0.7%;
}
.coll-b{
	padding: 0.2rem 0;
	display: block;
	background-color: #fff;
}
.coll-t{
	display: flex;
	
}
.home-t{
	margin:0.5rem 0;
}

.coll-tl img{
	width: 20px;
	margin:20px 0 0 8px;
}

.word-list .coll-tl img{
	width: 15px;
	margin:15px 0 0 5px;
}

.home-t .coll-tl img{
	width: 50px;
	margin: 0;
}

.coll-img{
	margin-bottom: 8px;
}
.word-list .coll-img{
	margin-bottom: 5px;
}
.coll-tr{
	margin:8px;
}
.word-list .coll-tr{
	margin:5px;
}
.home-t .coll-tr{
	margin:0 0 0 0.2rem;
}
.coll-tr h3{
	font-size: 12px;
}
.home-t .coll-tr h3{
	font-size: 0.4rem;
}
.coll-tr p{
	font-size:10px;
}
.word-list .coll-tr h3{
	font-size: 10px;
}
.word-list .coll-tr p{
	font-size:8px;
}

/* 字体图标 */
.lg-icon {
	font-family: 'icon-font' !important;
	display: inline-block;
	font-size: 0.4rem;
	font-weight: normal;
	color: rgb(109, 122, 135);
}

.icon-load::before {
	content: '\e71c';
}

.icon-phone::before {
	content: '\e712';
}

.icon-nodata::before {
	content: '\e70b';
}

.icon-pass::before {
	content: '\e685';
}

.icon-code::before {
	content: '\e671';
}

.icon-people::before {
	content: '\e691';
}

.icon-attestation::before {
	content: '\e761';
}

.icon-arrowleft::before {
	content: '\e764';
}

.icon-circle-fill::before {
	content: '\e74d';
}

.icon-arrowright::after {
	content: '\e763';
}

.icon-close::after {
	content: '\e749';
}

.icon-category-fill::before {
	content: '\e750';
}

.dec-form {
	padding: 0.3rem;
	display: flex;
	background-color: #FFFFFF;
	font-size: 0.3rem;

}

.dec-form font {
	display: inline-flex;
	flex: 1.2;
}

.dec-input,
.dec-select {
	padding-left: 0.3rem;
	flex: 4;
	text-align: right;
	font-size: 0.3rem;
}

.dec-label {
	flex: 2;
}

.dec-radio {
	margin: 0 0.3rem 0 0.5rem;
}

.dec-btn {
	margin-top: 0;
}

.dec-btn-bg {
	background: none;
}

.dec-img,
.dec-file {
	width: 2rem;
	height: 2rem;
	float: left;
	display: inline-flex;
	border: 1px solid #e8e8e8;
	background-size: 100% 100%;
	border-radius: 0.2rem;
	margin-right: 0.2rem;
}

.dec-file {
	border: none;
	background-image: url(../images/iconfont-tianjia.png);
	background-size: 103% 103%;
}

.dec-photo {
	width: 2rem;
	height: 2rem;
	display: block;
	opacity: 0;
}

/* 订单列表*/
.dec-nav {
	width: 100%;
	/* position: fixed;
	left: 0;
	top: 0; */
	background-color: #FFFFFF;
	display: flex;
	margin-bottom: 0.3rem;
}

.dec-nav a {
	position: relative;
	flex: 1;
	padding: 0.3rem 0;
	text-align: center;
	color: #666666;
}

.dec-nav a b {
	display: none;
}

.dec-nav a.dec-nav-act b {
	width: 35%;
	display: block;
	position: absolute;
	left: 32%;
	bottom: 0;
	height: 0.05rem;
	background-color: #f4391c;
}

.dec-dl dl {
	margin: 0.1rem 0;
	padding: 0.2rem 0.3rem;
	background-color: #FFFFFF;
	color: #666666;
}

.ord-img {
	display: flex;
}

.ord-pic {
	flex: 1;
	margin-right: 0.2rem;
}

.ord-pic img {
	width: 100%;
}

.ord-tit {
	flex: 2;
}

.ord-pri {
	flex: 0.8;
	text-align: right;
}

.ord-pri p {
	color: #f4391c;
}

.ord-pri font {
	margin-top: 0.8rem;
	display: block;
}

.dec-dl dl dt {
	display: flex;
	justify-content: space-between;
	padding-bottom: 0.2rem;
	font-size: 0.25rem;
	border-bottom: 0.05rem solid #fafafa;
}

.ord-sta {
	color: #f4391c;
}

.dec-dl dl dd {
	padding-top: 0.2rem;
}

.dec-dl dl dd.ord-num {
	font-size: 0.25rem;
	padding-bottom: 0.2rem;
	border-top: none;
}

.ord-btn {
	text-align: right;
	border-top: 0.05rem solid #fafafa;
}

.ord-btn a {
	padding: 0.1rem 0.2rem;
	border: 1px solid #666666;
	border-radius: 0.3rem;
	font-size: 0.25rem;
	color: #666;
}

.ord-btn a.ord-pay {
	color: #f4391c;
	border: 1px solid #f4391c;
}

.dec-tel {
	color: #eeeeee;
}

.dec-tel a {
	margin: 0 0.5rem;
	color: #5677fc;
}

/* 订单详情 */
.ord-det-tit {
	padding: 0.5rem 0.3rem;
	background-color: #f4391c;
	color: #fff;
}

.ord-det-tit p {
	font-size: 0.3rem;
	margin-top: 0.1rem;
	font-weight: bold;
}

.det-adr {
	padding: 0.3rem;
	background-color: #fff;
	border-bottom: 2px solid #fafafa;
	font-weight: bold;
}

.det-ft {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	padding: 0.3rem;
	text-align: right;
}

.det-ft a {
	color: #666;
	background-color: #fff;
	font-size: 0.3rem;
	padding: 0.1rem 0.2rem;
	border-radius: 0.3rem;
	border: 1px solid #666;
}

.det-ft a.det-pay {
	color: #fff;
	background-color: #f4391c;
	border: 1px solid #f4391c;
}

.det-pri {
	color: #f4391c;
}


.tra-pat {
	padding: 0.3rem;
	background-color: #FFFFFF;
	display: flex;
	border-bottom: 2px solid #fafafa;
}

.tra-pat span {
	flex: 3;
	font-size: 0.3rem;
	color: #666666;
}

.tra-pat span b {
	margin-left: 0.1rem;
	font-size: 0.3rem;
	font-weight: normal;
}

.tra-icon {
	flex: 1.5;
	font-family: 'icon-font' !important;
	display: inline-block;
	font-weight: normal;
	color: #666;
	text-align: right;
}

.tra-sta {
	padding: 0.7rem 0.5rem 0.5rem;
	text-align: center;
}

.tra-sta a {
	background: linear-gradient(-90deg, #5677fc, #5c8dff);
	margin: 0 0.1rem;
	color: #FFFFFF;
	font-size: 0.4rem;
	padding: 0.15rem 0.5rem;
	border-radius: 0.5rem;
}

.tra-sta a.tra-pas {
	background: linear-gradient(-90deg, #fe7920, #febd3f);
}

.tra-sta a.tra-rej {
	background: linear-gradient(-90deg, #fd4329, #fe7c7a);
}

.tra-text {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: #FFFFFF;
	padding: 0.3rem;
	box-shadow: 0 8px 12px 15px #efefef;
	overflow-y: scroll;
}

.tra-text textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 0.3rem;
	border: none;
	border-radius: 0.2rem;
	background-color: #fafafa;
	font-size: 0.4rem;
}

.tra-text .lg-btn {
	margin-top: 0.4rem;
}

.tra-con {
	margin: 0.2rem 0.2rem 4rem;
	padding: 0.2rem;
	overflow: hidden;
	position: relative;

}

.tra-con dl {
	display: flex;
	margin: 0.5rem 0;
}

.tra-con::before {
	content: " ";
	position: absolute;
	left: 0.4rem;
	top: 0;
	width: 1px;
	bottom: 0;
	border-left: 0.1rem solid #ddd;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleX(0.5);
	transform: scaleX(0.5);
}

.tra-con-icon {
	flex: 1;
	position: absolute;
	font-family: 'icon-font' !important;
	font-size: 0.5rem;
	font-weight: normal;
	color: #5677fc;
}

.tra-con dd {
	position: relative;
	flex: 5;
	border-radius: 0.2rem;
	padding: 0.3rem;
	background-color: #ededed;
	font-size: 0.4rem;
	color: #666666;
	margin-left: 1rem;
}

.tra-con dd::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 7px;
	border: 8px solid;
	right: 100%;
	border-color: transparent #ededed transparent transparent;
}

.tra-con dd h3 {
	font-weight: bold;
	margin-bottom: 0.2rem;
}

.tra-pop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.tra-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	background-color: rgb(0, 0, 0, 0.5);
}

.tra-pop .tra-text {
	box-shadow: none;
	z-index: 4;
}

/* 加载 */
.loading {
	width: 100%;
	height: 100%;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000000;
	z-index: 10000;
}

.loading img {
	width: 10%;
	margin-top: 50%;
}

/* 商品详情 */
.banner img {
	width: 100%;
	display: block;
}

.banner .swiper-pagination {
	left: auto;
	right: 7px;
	bottom: 7px;
	width: auto;
	padding: 2px 7px;
	border-radius: 10px;
	color: #fff;
	background: rgba(0, 0, 0, .3);
}

.pro-tit {
	overflow: hidden;
	background-color: #fff;
	padding: 0.3rem 0.4rem;
}

.pro-tit span {
	color: #999;
}

.pro-lf {
	float: left;
}

.pro-rt {
	float: right;
}

.pro-pri {
	font-size: 0.6rem;
	color: #f4391c;
	font-weight: bold;
	margin-bottom: 0.1rem;
}

.pro-pri::before,
.pro-pri del::before {
	content: "￥";
	font-size: 0.4rem;
}

.pro-pri del {
	font-size: 0.4rem;
	color: #999;
	margin-left: 0.1rem;
	font-weight: normal;
}

.pro-tit h3 {
	font-size: 0.4rem;
	margin: 0.2rem 0;
}

.pro-des {
	margin-bottom: 0.4rem;
}

.det-tit {
	font-size: 0.4rem;
	margin-top: 0.4rem;
	background-color: #fff;
	padding: 0.4rem;
}

.det-con {
	padding: 0 0.4rem 0.4rem;
	background-color: #fff;
}

.det-con img {
	max-width: 100%;
	display: block;
}

.pro-ft {
	width: 100%;
	display: flex;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
	padding: 0.3rem 0;
}

.pro-hom {
	display: flex;
	flex: 1.5;
}

.pro-hom a {
	flex: 1;
	text-align: center;
	color: #666666;
	position: relative;
}

.pro-hom b {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	background-color: #f4391c;
	font-weight: normal;
	border-radius: 10px;
	padding: 0.04rem 0.1rem;
	font-size: 0.2rem;
}

.pro-hom img {
	width: 50%;
}

.pro-btn {
	flex: 2;
	margin-top: 0.25rem;
	text-align: center;
}

.pro-btn a,
.pro-btn1 a {
	color: #fff;
	background-color: #f4391c;
	border-radius: 0.2rem;
	padding: 0.15rem 0.2rem;
	font-size: 0.3rem;
	margin-right: 0.1rem;
}

.pro-btn a.cart-add,
.pro-con a.cart-add {
	background-color: #f7b500;
}

.pro-bg {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background: rgb(0, 0, 0, 0.5);
}

.pro-con {
	padding: 0.3rem;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 200;
	background-color: #fff;
}

.pro-btn1 {
	display: flex;
}

.pro-btn1 a {
	flex: 1;
	text-align: center;
}

.pro-pic {
	display: flex;
}

.pro-pic dt {
	flex: 1;
}

.pro-pic dt img {
	width: 100%;
}

.pro-pic dd {
	margin-left: 0.2rem;
	flex: 3;
	font-size: 0.3rem;
}

.pro-pic dd h3 {
	color: #f4391c;
	font-weight: bold;
	height: 0.6rem;
	font-weight: normal;
}

.pro-pic dd p {
	font-size: 0.3rem;
}

.pro-num {
	margin: 0.3rem 0;
	overflow: hidden;
}

.pro-num dt {
	float: left;
}

.pro-num dd {
	display: flex;
	float: right;
}

.pro-num font {
	width: 0.5rem;
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
	display: inline-block;
	border: 1px solid #ccc;
	color: #ccc;
	font-size: 0.3rem;
	font-weight: bold;
}

.pro-num input {
	width: 0.5rem;
	height: 0.5rem;
	padding: 0 0.01rem;
	display: inline-block;
	background-color: #fafafa;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	border-radius: 0;
}

.pro-clo {
	position: absolute;
	right: 0.3rem;
	top: 0.3rem;
	font-family: 'icon-font' !important;
	display: inline-block;
	font-weight: normal;
	color: #666;
	text-align: right;
	font-size: 0.5rem;
}

/* 提交订单 */
.tra-pat span.ord-adr {
	font-family: 'icon-font' !important;
	color: #666;
	flex: 20;
}

.ord-adr::before {
	content: '\e72d';
	color: #f4391c;
	margin-right: 0.1rem;
}

.det-ft font {
	color: #f4391c;
	margin-right: 0.1rem;
}

.adr-add .dec-form {
	padding: 0.3rem;
}

/* 收货地址 */
.adr-lis dl {
	padding: 0 0.3rem;
	background-color: #fff;
}

.adr-lis dt {
	padding: 0.2rem 0;
	font-weight: bold;
}

.adr-lis dd {
	padding: 0.2rem 0;
	border-top: 1px solid #fafafa;
	display: flex;
}

.adr-lis label {
	flex: 1;
}

.adr-lis span {
	flex: 1;
	text-align: right;
}

.adr-lis span a {
	color: #666;
	margin-left: 0.2rem;
}

.adr-lis span a.adr-del {
	color: #f4391c;
}

.addr-add {
	background-color: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0.3rem;
}

.addr-add a {
	display: inline-block;
	width: 100%;
	padding: 0.2rem 0;
	background: #f4391c;
	border-radius: 0.5rem;
	font-size: 0.3rem;
	color: #FFFFFF;
	text-align: center;
}

.adr-lis label input[type=checkbox] {
	cursor: pointer;
	position: relative;
}

.adr-lis label input[type=checkbox]::after {
	position: absolute;
	top: 0;
	background-color: #fff;
	color: #fff;
	width: 18px;
	height: 18px;
	border-radius: 2px;
	display: inline-block;
	visibility: visible;
	text-align: center;
	content: ' ';
	box-sizing: border-box;
	border: 2px solid #ddd;
}

.adr-lis label input[type=checkbox]:checked::after {
	content: "";
	background-color: #f4391c;
	border-color: #f4391c;
}

.adr-lis label input[type=checkbox]:checked::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 6px;
	width: 4px;
	height: 8px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	z-index: 1;
}

.ui-form-item {
	display: flex;
	padding: 0.3rem;
	background-color: #ffffff;
}

.ui-form-item label:not(.ui-switch):not(.ui-checkbox):not(.ui-checkbox-s):not(.ui-radio):not(.ui-radio-s) {
	flex: 1.2;
}

.ui-select {
	flex: 4;
}

.ui-form-item input,
.ui-form-item textarea {
	width: 100%;
	text-align: right;
	font-size: 0.3rem;
}

.ui-select:after {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -4px;
	width: 0;
	height: 0;
	border-top: 6px solid;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	color: #a6a6a6;
	content: "";
	pointer-events: none;
	border: 0;
	background: url(../img/icon-select.png) no-repeat;
	height: 20px;
	width: 20px;
	background-size: 100%;
	top: 35%;
	right: -5px;
}

.ui-form-item span {
	display: block;
	padding-left: 95px;
	width: 100%;
	text-align: right;
	color: #000;
}

/* 个人信息 */
.set-img font {
	position: relative;
}

.set-img font.icon-arrowright::after {
	position: absolute;
	top: 0.5rem;
	right: 0;
}

.set-img font img {
	width: 50%;
	margin-right: 0.2rem;
}

.set-img span {
	margin-top: 0.5rem;
}

.sed-add img {
	display: block;
	margin: 0.3rem auto;
	width: 30%;
}

.sed-add .dec-form {
	position: relative;
}

.set-file {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	opacity: 0;
}

/*选择地区*/
.express-area {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
}

.express-area a {
	display: block;
}

.express-area dl {
	position: relative;
	color: #4d525d;
}

.express-area dl dt {
	position: absolute;
	top: 0;
	left: 0;
}

.express-area dl dd {
	text-align: justify;
}

@media (min-width: 721px) and (max-width: 1300px) {
	.express-area a {}

	.express-area dl dt {}

	.express-area dl dd {}
}

/*选择地区弹层*/
.express-area-box {
	position: absolute;
	bottom: -100%;
	left: 50%;
	z-index: 15;
	width: 320px;
	margin-left: -160px;
	background-color: #fff;
	border-radius: 6px 6px 0;
	position: fixed;
	left: 0px;
	width: 100%;
	margin-left: 0px;
}

.express-area-box header {
	position: relative;
	border-bottom: 1px solid #e2e2e2;
}

.express-area-box header h3 {
	text-align: center;
	padding: 0.3rem 0;
}

.express-area-box header .back,
.express-area-box header .close {
	position: absolute;
	top: 0;
}

.express-area-box header .back {
	display: none;
	left: 0;
}

.express-area-box header .close {
	right: 0;
}

.express-area-box article {
	height: 200px;
	overflow-y: scroll;
}

.area-list li {
	text-align: justify;
	padding: 0 15px;
	line-height: 40px;
}

@media (min-width: 721px) and (max-width: 1300px) {
	.express-area-box {}

	.express-area-box header h3 {}

	.express-area-box header .back,
	.express-area-box header .close {}

	.express-area-box article {
		height: 120px;
	}

	.area-list li {}
}

@media (max-width: 720px) {
	.express-area-box {
		position: fixed;
		left: 0;
		width: 100%;
		margin-left: 0;
	}
}


/*遮罩层*/

.mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 12;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
}

@media (max-width: 720px) {
	.mask {}
}

.selet-area-wrap {
	display: -webkit-box;
	width: 100%;
	height: 44px;
	padding: 0 15px;
	background: #F1F1F1;
}

.selet-area-wrap p {
	-webkit-box-flex: 1;
	text-align: center;
	width: 100%;
}

.selet-area-wrap span {
	display: inline-block;
	text-align: center;
	padding-left: 0;
	position: relative;
	width: auto;
	line-height: 44px;
}

.selet-area-wrap span.current {
	color: #f4391c;
}

.selet-area-wrap span.current:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #f4391c;
	top: 44px;
}

.hot-city {
	padding: 0 15px;
}

.hot-city p {
	color: #bbb;
}

.hot-city ul {
	padding: 0 15px
}

.hot-city li {
	display: inline-block;
	width: 17.7%;
	text-align: center;
	margin: 0% 3%;
	/*line-height: 20px;
    height: 20px;*/
}

/* 扫一扫 */
.invite {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.invite {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.invite-text{
	width: 100%;
	position: absolute;
	top:6.4rem;
	text-align: center;
	font-size: 0.4rem;
	color: #fff;
}
.invite-text img {
	width:50%;
	border: 0.2rem solid #fff;
}
.invite-atte {
	margin-top:0.3rem;
}