@charset "utf-8";
/* CSS Document */
	html{ height:100%; font-size: 55px; outline: 0; overflow: auto;}
	body{ height:100%; font-family:"微软雅黑"; -webkit-text-size-adjust:none;  -webkit-user-select: none; background-color:#f3f3f3; overflow: auto;}
	input[type="text"], input[type="submit"],input[type="reset"],input[type="button"],button { outline:0; -webkit-appearance: none; border-radius:0;}
	a{ -webkit-tap-highlight-color: rgba(255,0,0,0);}
	

/*底部栏*/
	.menu{ width:100%; background:#fff; border-top:1px #d1d1d1 solid; position:fixed; bottom:0; left:0; z-index:12;display: flex;justify-content: center; align-items: center}
	.menu a{display:block; height:0.78rem; float:left; width:20%; text-align:center; font-size:0.18rem; color:#666; padding:0.1rem 0; }
	.menu a img{ width:0.5rem; margin-bottom:0.08rem;}
	
/*个人中心*/
	/*头像*/ 
	.head{ width:100%; background:#e4393c; position:relative; color:#FFF;}
	.headImg{ position: relative; height:2.5rem; display: inline-block; top:0.6rem; left:0.3rem; border-radius:0.65rem;}
	.headImg img{ width:1.3rem;}
	.headText{ font-size:0.3rem; border:1px solid #fff;  padding:0.16rem; border-radius:0.06rem; position:absolute; top:0.95rem; left:2.1rem;}
	.useInfoBox{ position:absolute; top:0.35rem; left:2.1rem;}
	.headName{ font-size:0.3rem;}
	.headId{ font-size:0.24rem; margin-top:0.3rem;}
	/*订单*/	
	.order{ width:100%;background:#fff; border:1px solid #e2e2e2; border-style:solid none;}
	.order a{ display:block; float:left; width:20%; text-align:center; padding:0.3rem 0; font-size:0.24rem; color:#666; position:relative;}
	.order:after{ content:""; clear:both; display:block; height:0;}
	.order a span{ display: block; width: 0.4rem; height: 0.4rem; border-radius: 0.3rem; background: #e33235; font-size: 0.15rem; line-height: 0.4rem; color: #fff; position: absolute; right: 0.3rem; top: 0.15rem;}
	.order a img{ width:0.6rem; height:0.6rem;} .order a p{ margin-top:0.12rem;}
	
/*功能----通用*/
	.mainBox{margin-top:0.2rem}
	.main a{ display:block; width:100%; height:0.88rem; background:#FFF;  position:relative; border-top:1px solid #e2e2e2;}
	.main :last-child { border-bottom:1px solid #e2e2e2;}
	.main01{ position:absolute; top:0.26rem; left:0.3rem; width:0.36rem;}
	.main02{ position:absolute; top:0.26rem; right:0.3rem; height:0.36rem;}
	.main p{ margin-left:0.9rem; line-height:0.88rem; font-size:0.3rem; color:#222;}
	
/*表单 导航 确认 通用样式*/
	input{display:block; margin:0 auto; width:6rem; height:0.88rem; margin-bottom:0.3rem; font-size:0.3rem; line-height:0.88rem; font-family:"微软雅黑"; border:1px solid #e2e2e2; background:#fff; text-indent:0.2rem;}
	/*表单*/
	.name{ background:url(../image/login-name.png) no-repeat left #fff; background-size:contain;}
	.tel{ background:url(../image/login-phone.png) no-repeat left #fff; background-size:contain;}
	.password{background:url(../image/login-password.png) no-repeat left #fff; background-size:contain;}
	/*确认取消按钮*/
	.confirmBox{ width:6rem; margin:0 auto; padding-top:0.8rem; position:relative;}
	.confirm,.cancel{display:block; margin:0 auto; width:6rem; height:0.88rem; margin-bottom:0.3rem; font-size:0.3rem; line-height:0.88rem; font-family:"微软雅黑"; color:#fff; border:none; border-radius:0;}
	.confirm{ background:#e33235; margin-bottom:0.4rem;}
	.cancel{ background:#999;}
	.confirmBox02{ position:fixed; bottom:0.3rem; left:0; right:0; margin:0 auto;}
	/*错误提示*/
	.error{ width:6rem; font-size:0.24rem; line-height:0.3rem; color:#f5a800; position:absolute; top:0.1rem; text-align:center;}
	.error02{font-size:0.2rem; line-height:0.3rem; color:#f5a800;}
	/*导航*/
	.navBox{ width:100%; height:0.88rem; position:fixed; top:0; z-index:3;}
	.nav{ height:0.88rem; padding:0 0.3rem; font-size:0.36rem; line-height:0.88rem; background:#e9e9e9; border-bottom:1px solid #e2e2e2; position: relative;}
	.nav .navBack{ display:block; width:0.88rem; position:absolute; left:0.3rem;}
	.nav p{color:#222; text-align:center;}
	.nav .navRight{ width:0.88rem; position:absolute; right:0.3rem; top:0; text-align:right;}
	.nav img{ height:0.36rem; vertical-align:middle;}
	.space{ width:100%; height:0.88rem;}
	.spaceBig{ height:2rem;}
	/*字体*/
	.red{ color:#e33235;}
	.black{ color:#222;}
	.yellow{ color:#f5a800;}
/*登入*/
	.login01 { margin-top:0.9rem;}
	.login01 input{text-indent:0.88rem;}
	.login01 .password{margin-bottom:0;}
	.login02{ width:6rem; margin:0.08rem auto;}
	.login02 a{ display:block; line-height:0.44rem; font-size:0.26rem; color:#666;}
	.login02 .forgot{ float:left;}	
	.login02 .regist{ float:right;}
	.login02:after{ content:""; display:block; height:0; clear:both;}
	.company { text-align:center; font-size:0.24rem; color:#222; line-height:0.56rem; position:absolute; bottom:-4rem; left:0; right:0; padding:0 0.3rem;}
	
/*注册*/
	.register{ width:6rem; margin:0.3rem auto 0; position:relative;}
	.register input{text-indent:0.88rem;}
	.register>p{position:absolute; bottom:-0.3rem; left:0;}
	.verify{ width:6rem; margin:0 auto; height:1.2rem; position:relative;}
	.verifyPic01,.verifyTel01{ width:3.8rem; float:left;}
	.verifyPic02,.verifyTel02{ width:2rem; height:0.88rem; float:right; text-indent:0; background:#108e03; color:#fff; border:1px solid #e2e2e2; }
	.verifyTel02{ line-height:0.88rem; text-align:center; font-size:0.3rem;}	 
	.verify>p{ position:absolute; bottom:0; left:0;}

/*忘记密码*/		
	
	
	
	
/*收货地址*/
	.address{margin:0 auto 0.15rem; padding:0.3rem 0.3rem 0.2rem; background:#fff; font-size:0.3rem; color:#222; border:1px solid #e2e2e2;}
	.addressName span{ margin-right:0.3rem;}
	.addressInfo{ font-size:0.28rem; margin:0.2rem 0; line-height:0.48rem;}
	.addressOperate div{ height:0.44rem; color:#666;}
	.addressOperate img{ height:0.3rem; vertical-align:middle;} 
	.addressOperate span{ font-size:0.26rem; vertical-align:middle;}
	.addressDefault{ float:left; }
	.addressDelete{ float:right; }
	.addressEdit{ margin-right:0.36rem; float:right;} 
	.addressOperate:after{ content:""; display:block; height:0; clear:both;}
		
/*收货地址新增 修改*/
	.addressList{ font-size:0.3rem; line-height:0.8rem;;}
	.newAddress{ padding:0.15rem 0.3rem; height:0.8rem;}
	.newAddress span{ display:inline-block; width:1.6rem;font-size:0.3rem; text-align:right; color:#222; vertical-align: middle;}
	.newAddress input{ display:inline; width:5rem; height:0.64rem; margin-bottom:0; vertical-align:middle; line-height:0.64rem; border-radius:0;}
	.newAddress select{ width:5rem; height:0.64rem; border:1px solid #e2e2e2; vertical-align: middle;background: #fff;}
	.newAddress input[type="checkbox"]{ width:0.44rem; height:0.44rem; margin:0 0.1rem 0 1rem;}
	.newAddress label{font-size:0.3rem; color:#222; }
	.Validform_checktip{font-size:0.2rem; line-height:0.3rem; color:#f5a800; margin-left:1.7rem;}	
	
/*账号管理*/
	.idPasswordBox{ padding:0 0.3rem; background:#fff; border-bottom:1px solid #e2e2e2; }
	.idPassword{ display:block; height:0.88rem; line-height:0.88rem; color:#222; font-size:0.3rem; background:url(../image/arrow-right.png) no-repeat center right; background-size:0.21rem 0.36rem;}
	.idExit{ height:0.88rem; padding:0 0.3rem; margin-top:0.5rem; background:#fff; border:1px solid #e2e2e2; border-style:solid none; font-size:0.3rem;  color:#e33235; line-height:0.88rem; text-align:center;}
	
/*账号管理 密码修改*/
	
	
/*全部订单*/
	.orderListBox{ width:100%; position:absolute; left:0; top:0.88rem; bottom:0rem; overflow:auto; z-index:2;}
	.orderList{ margin-bottom:0.2rem; background:#fff; border:1px solid #e2e2e2;}	
	.orderList01{ padding:0.2rem 0.3rem 0; position:relative;}
	.orderList01 p{ font-size:0.26rem; margin-bottom:0.2rem; color:#222;}
	.orderList01 span{ font-size:0.3rem; color:#e33235; position:absolute; right:0.3rem; top:0.3rem;}
	.orderList02{ padding:0.2rem 0.3rem; background:#fff; position:relative; border-bottom:1px solid #e2e2e2;display: flex;align-items: center}
	.orderPic{ width:1.4rem; height:1.4rem; border:1px solid #e2e2e2; overflow:hidden;}
	.orderPic img{ width:1.4rem;}
	.orderText{ margin-left: 0.3rem; font-size:0.22rem; color:#666; line-height:0.36rem;}
	.orderText strong{ display:inline-block; font-size:0.28rem; color:#222; font-weight:normal; line-height:0.3rem; width:4rem;  white-space: nowrap; overflow:hidden; text-overflow:ellipsis; }	
	.orderNumber{  float:left; margin-top:0.55rem; font-size:0.28rem; color:#666;}
	
	.orderText02{  font-size:0.22rem; color:#666; line-height:0.36rem;}
	.orderText02 strong{ display:inline-block; font-size:0.28rem; color:#222; font-weight:normal; line-height:0.4rem; width:4rem; margin-bottom:0.1rem;}
	
	.orderRight{ position:absolute; top:40%; right:0.3rem;}
	.orderRight img{ height:0.36rem;}
	.orderRightButton{ position:absolute; bottom:20%; right:0.3rem; font-size:0.26rem;}
	.orderList02:after{ content:""; display:block; clear:both; height:0;}
	.orderList03{ height:0.8rem; font-size:0.26rem; color:#222; position:relative; padding:0 0.3rem;}
	.orderList03 p{ line-height:0.8rem;}
	.orderList03 p em{ color:#e33235;}
	.orderListRight{ position:absolute; right:0.3rem; top:0.15rem; font-size:0;}
	.orderButton01,.orderButton02{ display:inline-block; width:1.2rem; height:0.48rem; font-size:0.24rem; text-align:center; line-height:0.48rem;}
	.orderButton01{ border:1px solid #f5a800; color:#f5a800;}
	.orderButton02{	border:1px solid #999; color:#999; margin-left:0.2rem;}
	
/*退款申请*/	
	.cancelOrder{ width:6rem; margin:0 auto;}
	.cancelInfo{font-size:0.3rem; color:#666; line-height:0.6rem; border-bottom:1px solid #e2e2e2; padding:0.2rem 0;}
	.cancelSpec{ padding-top:0.18rem; font-size:0.28rem; color:#f5a800; line-height:0.56rem;}
	
/**/
	.rework{ padding:0.2rem 0.3rem 0.7rem; background:#fff;}	
	.reworkSpec{ border:1px solid #e2e2e2; padding:0.1rem 0.2rem; font-size:0.24rem;}
	.reworkSpec h1{ text-align:center; font-size:0.24rem; font-weight:normal;}
	.reworkSpec p{ color:#666;line-height:0.48rem;}
	.reworkInfo{ padding:0.1rem 0;}
	.reworkIdBox h2{font-size:0.26rem;font-weight:normal; line-height:0.6rem;}
	.reworkId{ padding:0.05rem 0;}
	.reworkId span{ width:1.3rem; color:#666;}	
	.reworkId textarea{ width:5rem; height:1.2rem; resize:none; vertical-align:top; border:1px solid #e2e2e2; font-size:0.3rem;}
	
/*个人信息*/
	.personBox{ width:6rem; margin:0 auto;}
	.personHead{ text-align:center; padding:0.4rem 0;}
	.personHead img{ width:1.4rem;}
	.personInfo{ font-size:0.36rem; color:#666; margin-bottom:0.5rem;}
	.personInfo input{ display:inline; width:4.2rem; height:0.8rem; margin:0;}
	.personInfo input[type="radio"]{ width:0.44rem; height:0.3rem; vertical-align: top;} 
	.personInfo label{color:#222;  margin-right:0.6rem;}
	.personInfo02{ margin-bottom:0.24rem; height:0.88rem; line-height:0.88rem; background: url(../image/login-sex.png) no-repeat left center #fff; background-size:0.88rem; border:1px solid #e2e2e2; padding-left:0.88rem;}
	.personInfo02 input[type="radio"]{ vertical-align: middle;}

/*返修信息*/
	.reworkBox{ width:6rem; margin:0.5rem auto 0;}
	/*其他同个人信息*/

/*退款信息*/
	.refundInfo{ border-bottom:0;}
	/*其他同退款申请*/	

/*物流查询*/
	.goods{ padding:0.3rem; background:#fff; margin-bottom:0.4rem; border:1px solid #e2e2e2;}
	.goodsPic{width:1.4rem; height:1.4rem; float:left; border:1px solid #e2e2e2; margin-right:0.5rem;}
	.goodsPic img{ width:1.4rem;}
	.goodsText{ float:left; font-size:0.28rem; color:#666;}
	.goodsText li{ margin-bottom:0.2rem;}
	.goodsText li p{ font-size:0.3rem; color:#222; height:0.28rem; line-height:0.28rem; width:4rem;  white-space: nowrap; overflow:hidden; text-overflow:ellipsis;}
	.goods:after{ content:""; display:block; height:0; clear:both;}
	.emsBox{padding:0.3rem;}
	.emsInfo{font-size:0.26rem; line-height:0.48rem; color:#999;} 
	.emsInfo li{ padding-left:0.4rem; margin-bottom:0.3rem; position:relative;}
	.emsInfo p{ margin-bottom:0.1rem;}
	.emsInfo .top{ display:block; width:0.2rem; height:0.2rem; border-radius:0.1rem; background:#999; position:absolute; left:0; top:0.12rem;}	
	.emsInfo .bottom{ display:block; border-left:2px solid #999; height:90%; position:absolute; top:0.4rem; left:0.08rem;}
	.emsNew{ color:#222;}
	.emsNew .top,.emsNew .bottom{ border-color:#108e03; background:#108e03;} 
	
/*评论*/
	.commentBox{ padding:0.3rem; background:#fff; font-size:0.3rem; border:1px solid #e2e2e2;}	
	.commentStar{ margin-bottom:0.3rem;}
	.commentTextBox{ width:6.5rem; height:2rem; resize:none; line-height:0.48rem; font-family:"微软雅黑"; color:#222; padding:0 0.2rem;}
		
/*主页*/	
	.searchBox{ width:6.9rem; padding:0 0.3rem; height:0.88rem; background:#e9e9e9; border-bottom:1px solid #e9e9e9; position:fixed; top:0; left:0; border-bottom:1px solid #e2e2e2; z-index:3;}
	.search{ display:inline; width:100%; height:0.6rem; border-radius:0.3rem; font-size:0.3rem; line-height:0.6rem; margin-top:0.14rem; padding:0 0.16rem 0 0.48rem; background:url(../image/search.png) no-repeat 0.1rem 0 #fff; background-size:contain;}
	.homeBanner{ width:100%;height:3.5rem;}
	.shop .navBox {display: flex;justify-content: center;}
	.shop .navBox .text{color:#000000; font-size: 0.3rem;}
	.shop .navBox .contrlLayer{display: flex; position: fixed; height: 1rem; width: 100%; align-items: center; justify-content: space-between;}
	.shop .navBox .contrlLayer .logo{width:0.7rem;height:0.7rem;position: relative;left:0.3rem;border-radius: 0.7rem;}
	.shop .navBox .close{width: 0.5rem;height:0.5rem;position:relative;right:0.3rem;}
	.homeBanner img{ width:100%;}
	.homeTypeBox{ padding:0.16rem 0; font-size:0; background:#fff; margin-bottom:0.1rem; text-align:center;}
	.homeType{ display:inline-block; text-align:center; font-size:0.26rem; width:1.5rem; color:#999; }
	.homeType img{ width:1rem; margin-bottom:0.1rem;}
	.homeTitle{ width:4.8rem; height:0.4rem; margin:0 auto 0.4rem;; border-bottom:1px solid #e2e2e2; position:relative; }
	.homeTitle .title{ width:1.6rem; font-size:0.3rem; color:#666; text-align:center; background:#f3f3f3; position:absolute; bottom:-0.15rem; left:0; right:0; margin:0 auto;}
	.logoBox{ width:100%; margin:0 auto; padding:0 0.3rem; font-size:0;}
	.productBox{ width:7.5rem; font-size:0;}
	.product{ display:inline-block; margin-bottom:0.3rem; margin-left:0.3rem; width:3.3rem; height:4.5rem;  background:#fff;  position:relative; font-size:0.26rem; }
	.product img{ width:3.3rem;height:3.3rem;overflow: hidden}
	.product p{ line-height:0.36rem; position:absolute; top:3.35rem; color:#222; padding:0 0.12rem;  height:0.72rem; overflow:hidden;  word-break:break-all;}
	.product span{ position:absolute; bottom:0.1rem; left:0.12rem;}	
	.logoBox .logo{ display:inline-block; width:2.15rem; height:2.15rem; background:#fff; border-radius:50%; overflow:hidden; margin:0.15rem 0.3rem 0.15rem 0; text-align:center;}
	.logo img{ width:2.15rem;}
	
	.designerBox{ width:100%; margin:0 auto; padding:0 0.3rem;}
	.designerBox .designer{ display:block; width:6.9rem; margin-bottom:0.3rem;}
	.designer img{ width:6.9rem;}

	/*代购*/
	.buyBanner{ width:100%; padding:0 0;}
	.buyBanner img{ width:100%;}
	.posterBox{ width:100%; overflow-y:hidden; font-size:0;}
	.posterBox a{ display:inline-block; }
	.posterBox img{ width:100%;}
	.posterLeft{ width:4rem;}
	.posterRight{ width:3.5rem; }

	.brandBox{ width:100%; margin:0.1rem 0 0.2rem; }
	.brand{ line-height:0; border-color:#e6e6e6;}
	.brand img{ width:100%;}
	
/*分类*/
	.spaceBig{ height:2rem;}
	.typeNavBox{ width:100%; background:#fff; position:fixed; top:0.88rem; color:#222; z-index:2;}
	.type02{ height:0.88rem; border-bottom:1px solid #e2e2e2;  background:#fff;}
	.type02 li{ width:1.48rem; font-size:0.3rem; color:#666; float:left; height:0.85rem; line-height:0.88rem; text-align:center;}
	.type02 .srceenLine{ height:0.44rem; margin-top:0.22rem; width:1px; background:#d1d1d1;}

	/*筛选
	.srceenBg{width:100%; height:100%; background:rgba(0,0,0,0.5); position: fixed; top:0; z-index:20; }
	.srceenBigBox{ width:6.6rem; height:100%; position:absolute; background:#fff; }
	.srceenSmallBox{ height:100%; overflow-y:auto;}
	.srceenSmallBox:after{ content:""; display:block; height:2rem;}
	.srceenBox{ font-size:0.3rem; padding:0.3rem 0.36rem 0; line-height:0.6rem;}
	.srceenType{ width:5.88rem; font-size:0;}
	.srceenType li{ width:1.5rem; height:0.6rem; border:1px solid #999; border-radius:0.1rem; font-size:0.28rem; color:#666; text-align:center; line-height:0.6rem; display:inline-block; margin:0.15rem 0.4rem 0.15rem 0;}
	.srceenButtom{ position: absolute; bottom:0; right:0;}
	.srceenConfirm,.srceenCancel{ display:inline; width:3.3rem; border:none; margin:0; padding:0; color:#fff; text-indent:0; border-radius:0; }
	.srceenConfirm{ background:#e33235;}
	.srceenCancel{ background:#999;}*/
	.srceenBg{width:100%; height:100%; background:rgba(0,0,0,0.5); position: absolute; top:0; z-index:20; }
	.srceenBigBox{ width:100%; height:100%; position:absolute; background:#fff; }
	.srceenSmallBox{ height:100%; overflow-y:auto;}
	.srceenSmallBox:after{ content:""; display:block; height:2rem;}
	.srceenBox{ font-size:0.3rem; padding: 0.3rem 0 0.3rem 0.3rem; line-height:0.6rem;}
	.srceenType{ width:5.88rem; font-size:0;}
	.srceenType li{height:0.6rem; border:1px solid #999; border-radius:0.1rem; font-size:0.28rem; color:#666; text-align:center; line-height:0.6rem; display:inline-block; margin:0.15rem 0.4rem 0.15rem 0;}
	.srceenType li:after{margin-right: 0;}
	.srceenButtom{ }
	.srceenConfirm,.srceenCancel{ display:inline-block; width:49%; border:none; margin:0; padding:0; color:#fff; text-indent:0; }
	.srceenConfirm{ background:#e33235;}
	.srceenCancel{ background:#999;}
	/*筛选没结果*/
	.srceenFailBox{ padding-top:50%; text-align:center; display:none;}
	.srceenFail{ font-size:0.3rem; color:#999;}

/*logo*/
 	.logoBanner img{ width:100%;}	
	.discover{ width:100%; background:#fff; height:0.98rem; font-size:0.36rem; line-height:0.98rem; color:#222; position:fixed; bottom:0; text-align:center; border-top:1px solid #e2e2e2;}
	.logoProduct{ margin-top:0.3rem;}
/*设计师*/
	.designerBanner{ padding:0.3rem 0.3rem 0.1rem;}
	.designerBanner img{ width:100%;}
/*定制*/
	.diyBanner{ width:100%;}
	.diyBanner img{ width:7.5rem;}
	/*门店*/
	.diyShopNavBox{ width:100%; background:#fff; position:fixed; top:0rem; color:#666; z-index:1;}
	.diyShopNav{  border-bottom:1px solid #e2e2e2; padding:0 0.3rem;}
	.diyShopNav li{ width:2.3rem; float:left; height:0.84rem; line-height:0.88rem; text-align:center; font-size:0.3rem;}
	.diyShopBox{ margin-top:0.88rem;}
	.diyShopInfo{ display:block; padding:0.1rem 1.2rem; background:#fff; font-size:0.32rem; line-height:0.6rem; border-bottom:1px solid #e2e2e2; background:url(../image/diy-location.png) no-repeat 0.4rem center #fff; background-size:0.36rem;}
	/*说明*/
	.diySpec{ padding:0.2rem 0.48rem; font-size:0.3rem; line-height:0.6rem; background:#fff;}
	.diySpecTitle{ font-weight:normal; text-align:center; font-size:0.3rem; color:#f5a800; margin-bottom:0.1rem;}
	/*我的脚型*/
	.diyFooterBox{ width:100%; background:#fff; position:fixed; top:0rem; color:#666; z-index:1;}
	.diyFooterNav{ border-bottom:1px solid #e2e2e2;}
	.diyFooterNav li{ width:3.75rem;; float:left; height:0.85rem; line-height:0.88rem; text-align:center; font-size:0.32rem;}
	.myFooter{ padding:1rem 0 0.5rem; }
	.myLeftFooter,.myRightFooter{ padding:0 0.5rem;}
	table{ width:100%; border:1px solid #666; font-size:0.3rem; text-align:center; font-weight:normal;  border-collapse:collapse; border-spacing:0;  }
	caption{ line-height:0.6rem;}
	tr{ line-height:0.72rem;}
	th{ width:3rem; font-weight:normal;  color:#222; border:1px solid #666;}
	td{ width:4rem; border:1px solid #666;}
	td img{ width:4rem; height:auto;}
	/*3d*/
	.machineBanner img{ width:100%;}
	.diyMachine{ padding:0.3rem;}
	.machineTextBox{ margin-bottom:0.6rem; font-size:0.28rem; line-height:0.72rem; color:#666;}	
	.machineTextBox h1,.machineTextBox h2{ font-size:0.36rem; color:#111;}
	.machineTitle{ font-size:0.32rem; color:#333;}
	.machineTextBlack{ font-size:0.3rem; color:#222;}
/*购物车*/
	.shopBox{ width:100%; position:absolute; top:0.88rem; bottom:2rem; left:0; overflow: auto;}	
	.shopList{ padding:0.2rem 0.3rem; background:#fff;  margin-bottom:0.2rem;}
	.shopButton{ width:0.6rem; float:left; margin-top:0.7rem;}
	.shopButton img{ width:0.36rem; line-height:100%;}
	.shopPic{ width:1.8rem; height:1.8rem; float:left; border:1px solid #e2e2e2; margin-right:0.3rem;}
	.shopPic img{ width:1.8rem;}
	.shopText{ float:left; font-size:0.26rem; color:#666; line-height:0.48rem;}
	.shopText strong{ display:inline-block; font-size:0.3rem; color:#222; font-weight:normal; height:0.28rem; line-height:0.28rem; width:3rem;  white-space: nowrap; overflow:hidden; text-overflow:ellipsis; }	
	.numberBox{ display:inline-block; height:0.48rem; border:1px solid #666; margin-left:0.4rem;}
	.numberBox .min,.numberBox .number,.numberBox .max{ display:inline; width:0.54rem; height:0.48rem; line-height:0.5rem; text-indent:0; vertical-align:top; text-align:center; border:none; border-radius:0;}
	.numberBox .min,.numberBox .max{ font-size:0.36rem;}
	.numberBox .number{ border-left:1px solid #666; border-right:1px solid #666;}
	.shopRight{ float:right;}
	.shopRight img{ height:0.36rem; margin-top:0.7rem;}
	.shopList:after{ content:""; display:block; clear:both; height:0;}
	
	.shopPayBox{ position:fixed; bottom:0.97rem; height:0.98rem; line-height:0.98rem; background:#fff; width:100%; border-top:1px solid #e2e2e2;}
	.shopPayButtom{ width:1.3rem; height:0.98rem; padding-left:0.3rem; font-size:0.28rem; float:left;    display: flex;}
	.shopPayButtom>span{vertical-align:middle;}
	.shopPayButtom>img{width:0.36rem; vertical-align:middle;}
	.shopPay{ float:left; font-size:0.36rem; font-size:0.36rem; height:0.98rem; }
	.payButtomBox{ float:right;}
	.payButtom{ width:2.5rem; height:0.98rem; margin:0; background:#e33235; color:#fff; font-size:0.36rem; text-indent:0;  border:0; border-radius:0;}
	.shopPayBox:after{ content:""; display:block; clear:both; height:0;}
	
/*商品*/
	.shoesBox{ width:100%; position:absolute; top:0.88rem; bottom:1rem; left:0; overflow: auto;}
	.shoesBanner{ height:7rem; background:#fff; text-align:center; border-bottom:1px solid #e2e2e2; overflow:hidden;}
	.shoesBanner img{ height:7rem;}
	.shoesPrice{ background:#fff; padding:0.06rem 0.3rem 0; font-size:0.28rem; color:#666; line-height:0.7rem; margin-top:0.1rem;  border-top:1px solid #e2e2e2; border-bottom:1px solid #e2e2e2;}
	.shoesPrice strong{ font-size:0.3rem; font-weight:normal;}
	.shoesPrice .baoyou{ float:left;}
	.shoesPrice .xiaoshou{ float: right;}
  /*选择尺码
	.chanceBox{ background:url(../image/arrow-right.png) no-repeat 6.7rem center #fff; background-size:0.21rem 0.36rem; padding:0.3rem; margin-top:0.3rem; color:#666; font-size:0.28rem; border-top:1px solid #e2e2e2; border-bottom:1px solid #e2e2e2; position:relative;}
	.chance{ color:#222; margin:0 0.2rem;}*/

	/*选择尺码*/
	.chanceBox{ background:#FFF; padding:0 0.3rem; margin-top:0.3rem; color:#666; font-size:0.3rem; border-top:1px solid #e2e2e2; border-bottom:1px solid #e2e2e2; position:relative;}
	.chanceSize{ padding:0.3rem 0;font-size: 0.3rem;}
	.chance{ color:#000; margin-right:0.1rem; font-weight:bold;}
	.chanceText{ border-top:1px solid #e2e2e2;  padding:0.2rem 0; }
	.chanceTS01{ font-size:0.26rem; padding:0 0.16rem; line-height:0.46rem; display:inline-block; background:#f5a800; margin-right:0.1rem; color:#fff; border-radius:0.06rem;}
	.chanceTS02{ font-size:0.28rem; color:#666; font-family:"黑体";}

	.shoesNavBox {margin-top:0.1rem; }
	.shoesNav{ background:#fff; height:0.72rem; font-size:0.3rem; color:#222; line-height:0.7rem;  border-top:1px solid #e2e2e2; border-bottom:1px solid #e2e2e2;}
	.shoesNav li{ float:left; width:50%;}
	.shoesNav a{ display:block; height:0.69rem; width:1.4rem; text-align:center; margin:0 auto;}
	.shoesMain01{}
	.shoesDetail{ padding:0.1rem 0.3rem; font-size:0.28rem; color:#666; line-height:0.6rem; background:#fff; border-bottom:1px solid #e2e2e2;}
	.shoesDetail li{ float:left; width:50%;}
	.shoesDetail:after{ content:""; display:block; height:0; clear:both;}
	.shoesPic{ background:#fff; padding:0.2rem 0;}
	.shoesPic img{ width:100%;}
	.shoesCommentBox{ padding:0 0.3rem; background:#fff; border-bottom:1px solid #e2e2e2;}
	.shoesComment{font-size:0.28rem; height:0.6rem; line-height:0.6rem; }
	.shoesComment em{ vertical-align:middle;}
	.shoesComment .star{ vertical-align:middle;}
	.shoesComment img{ width:0.28rem;}
	.shoesCommentText{ font-size:0.28rem; line-height:0.48rem; color:#666;}
  /*新修改*/
	.shoesBottom{display: flex;position: fixed; background: #fff; z-index: 2; align-content: center; align-items: center; justify-content: space-between; height: 1rem; left: 0; bottom: 0; width: 100%;overflow: hidden;}

	.cs,.sc{ display:inline-block; width:1.2rem; font-size:0.2rem; color:#666; text-align:center;padding: 5px 0px; }
	.cs img,.sc img{ width:0.5rem;  margin-bottom:0.08rem;} 
	.sc{ position: relative;}
	.redDot{ position:absolute; top:0; right:0.2rem; display:block; width:0.26rem; height:0.26rem; border-radius:0.13rem; background:#e33235; font-size:0.16rem; line-height:0.28rem; color:#fff; font-family:Arial; text-align:center;}
	.shoesShop{width: 2.4rem; float: right; border: 0; height: 1rem; line-height: 1rem; text-align: center; padding: 0; margin: 0; text-indent: 0; border: none; color: #fff; background: #e33235; border-radius: 0;}
	.hr{border-top:1px solid #9e9e9e}
	.column{display: inline-block;height:100%;}
 
 /*弹框*/
	.shoesBg{width:100%; height:100%; background:rgba(0,0,0,0.5); position:absolute; top:0; z-index:5;}
	.shoesChooseBox01{ width:100%; position:fixed; bottom:-100%; background:#fff; overflow:auto;}
	.shoesClose{ text-align:right; padding:0.2rem 0.3rem; } 
	.shoesClose .close{     display: inline-block; width: 0.7rem; height: 0.7rem; background: url(../image/close.png) no-repeat center center; background-size: 0.5rem;}
	.shoesSizeBox{ margin-bottom:0.2rem;}
	.shoesRight{ display:inline-block; width:5.8rem; vertical-align:top;}
	.shoesDiyBox{ color:#666; margin-bottom:0.4rem;}
	.shoesDiy{ display:inline-block; width:0.92rem; height:0.5rem; border:1px solid #666; text-align:center; color:#222;}
	.check{ width:1.4rem; height:0.44rem; background:#f5a800; border:0; border-radius:0.2rem; color:#fff; font-size:0.26rem; line-height:0.44rem; text-indent:0; margin:0.3rem 0;}
	.skuPanel .row-skuUnit .label{min-width: 45px; display: inline-block;font-size: 14px;font-weight: 700;}
	.skuPanel .row-skuUnit .units{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start}
	.skuPanel .row-skuUnit .units li{display: flex;line-height: 0.5rem; margin-right: 0.2rem; margin-top: 0.2rem;}
	.skuPanel .row-skuUnit .units li.select{border:1px solid #ff0000}
	.skuPanel .row-skuUnit .unitVal{display: inline-block;padding:0.07rem 0.3rem;}
	.skuPanel .row-skuUnit .unitShoesCosy{background-color:#008000;display: inline-block;padding:0.07rem 0.15rem;color:#fff;font-size:13px;}
	.skuPanel .row-skuUnit .shoesCosyTip{font-size:13px;display: flex;display:-webkit-flex;padding: 0.1rem 0rem; }
	.skuPanel .row-skuUnit .shoesCosyTip span{    display: flex; align-items: center;}
	.skuPanel .row-skuUnit .tipblock{display: inline-block;width: 0.3rem;height:0.3rem;background-color: #0e931c}
	.skuPanel .skuitem {display:flex;display:-webkit-flex;align-items:center;padding: 0.15rem;}

		/*赠送*/
	.shoesGiveBox{ color:#666; margin-bottom:0.3rem; display:inline-block; width:5.8rem; vertical-align:top;} 
	.shoesGive{ display:inline-block; width:1.2rem; height:0.5rem; border:1px solid #666; text-align:center; color:#222;}
	.giveForm{ width:5.2rem; padding:0.2rem; background:#f4f4f4; border:1px solid #e2e2e2;}
	.hisTel{ display:inline; width:4rem; height:0.72rem; line-height:0.72rem; margin:0;}
	.telConfirm{ width:1.1rem; height:0.72rem; border:1px solid #e33235; background:#e33235; border:0; color:#fff; font-size:0.3rem; font-family:"微软雅黑";}
	.verifyvt{font-size:0.24rem; background:url(../image/pay-success.png) no-repeat left center; background-size:0.3rem; text-indent:0.36rem;}
	
	.skuPanel .shoesSize{  width:5.8rem; color:#222; font-size:0;}
	.skuPanel .shoesSize li{ float:left; font-size: 13px;border:1px solid #666; text-align:center; }
	.skuPanel .shoesSize:after{ content:""; display:block; height:0; clear:both;}
	.skuPanel .shoesNumber{ height:0.6rem; margin:0;}
	.skuPanel .shoesNumber .min,.shoesNumber .number,.shoesNumber .max{ display:inline; width:0.6rem; height:0.6rem; font-size:0.36rem; line-height:0.6rem; text-indent:0; text-align:center; vertical-align:top; border:none;}
	.skuPanel .shoesNumber .min,.shoesNumber .max{ font-size:0.4rem;}
	.skuPanel .shoesNumber .number{ border-left:1px solid #666; border-right:1px solid #666;}



/*订单确认*/
	.orderConfirmBox{ background:#fff; margin-bottom:0.4rem; font-size:0.3rem; border-top:1px solid #e2e2e2; border-bottom:1px solid #e2e2e2;}
	.confirmTop{ height:0.8rem; border-bottom:1px solid #e2e2e2; line-height:0.8rem; text-indent:1rem; color:#666;}
	.confirmPic00{ background:url(../image/confirm00.png) no-repeat 0.3rem center;  background-size:0.48rem;}
	.confirmPic01{ background:url(../image/confirm01.png) no-repeat 0.3rem center;  background-size:0.48rem;}
	.confirmPic02{ background:url(../image/confirm02.png) no-repeat 0.3rem center;  background-size:0.48rem;}
	.confirmPic03{ background:url(../image/confirm03.png) no-repeat 0.3rem center;  background-size:0.48rem;}
	.confirmPic04{ background:url(../image/confirm04.png) no-repeat 0.3rem center;  background-size:0.48rem;}
	.confirmBottom01,.confirmBottom02,.confirmBottom03{ padding:0 0.3rem 0 1rem; font-size:0.3rem; color:#222;}
	.confirmBottom01{ height:0.8rem;  line-height:0.8rem;}
	.confirmDiy,.confirmAddress,.confirmBill{ display:block; color:#222; background:url(../image/arrow-right.png) no-repeat right center; background-size: auto 0.3rem;}
	.confirmDiy p{ line-height:0.8rem; color:#333;}
	.confirmAddress{ padding:0.16rem 1rem 0.12rem 0;}
	.address01{ margin-right:0.2rem;}
	.address02{ font-size:0.26rem; line-height:0.42rem; margin-top:0.16rem;}
	.default{ display:inline-block; width:0.6rem; height:0.3rem; background:url(../image/default.png) no-repeat bottom center; background-size:0.6rem 0.3rem;}
	.confirmBottom03{ margin:0.1rem 0; line-height:0.52rem;}
	.confirmPayBox{ bottom:0;}
	.confirmPay{ padding-left:0.3rem;}
	
/*地址修改*/
	.addressChangeBox{ background:#fff; border:1px solid #e2e2e2; padding:0.3rem 0.3rem; margin-bottom:0.3rem;}
	.addressChange01{float:left; margin-top:0.4rem;}
	.addressChange01 img,.addressChange03 img{ width:0.44rem;}
	.noArrow{ background:none;}
	.addressChange02{ float:left; width:5rem; margin-left:0.5rem; font-size:0.3rem;}
	.addressChange03{ float:right; margin-top:0.4rem; }
	.addressChangeBox:after{ content:""; display:block; clear:both; height:0;}
	
/*发票修改*/	
	.billBox01,.billBox02{ padding:0 0.3rem; font-size:0.3rem; color:#222; background:#fff; border-top:1px solid #e2e2e2; border-bottom:1px solid #e2e2e2; margin-bottom:0.4rem;}
	.billTop{ line-height:0.8rem;  border-bottom:1px solid #e2e2e2;}
	.billBottom{ padding:0.12rem 0;}
	.billBottom a{ height:0.36rem; display:inline-block; background: url(../image/choose.png) no-repeat left center; background-size:0.36rem; line-height:0.36rem; padding:0.2rem 0.3rem 0.2rem 0.5rem;}
	.billCompany{ display:inline; width:5rem; height:0.68rem; margin:0; padding:0; font-size:0.3rem; line-height:0.68rem;}
	
/*支付确认*/	
	.payConfirm01{ text-align:center; font-size:0.36rem; padding:0.3rem 0; line-height:0.7rem;}
	.payConfirm01 em{ font-size:0.3rem;}
	.payConfirm01 span{ font-size:0.24rem; color:#999;}
	.payConfirm02{ height:0.98rem; border-top:1px solid #e2e2e2; border-bottom:1px solid #e2e2e2; line-height:0.98rem; padding:0 0.3rem; color:#999; background:#fff; font-size:0.3rem;}
	.payLeft{ float:left;}
	.payRight{ float:right;}
	.confirmGreen{ background:#108e03;}
	.success img{ width:1.4rem;}

/*error*/
	.errorBox{ text-align:center; font-size:0.3rem; line-height:1rem; margin-top:3rem;}
	.errorBox h1{ font-size:0.6rem; }
	.errorBox .errorButton{ display:block; width:2.4rem; border:1px solid #e33235; margin:0.4rem auto; color:#e33235;   line-height:0.8rem;}
	
/*订单详细*/
	.orderDetailBox{ width:100%; font-size:0.28rem; color:#666; line-height:0.68rem; position:absolute; left:0; top:0rem; bottom:0rem; z-index:2;}
	.order01,.order02,.order03Top,.order04,.order05,.order06{ padding:0 0.3rem; background:#fff; border-top:1px solid #e3e3e3; border-bottom:1px solid #e3e3e3;}
	.order01,.order02,.order03,.order04,.order05,.order06{ margin-bottom:0.3rem;}
	.order03Bottom{ border-bottom:1px solid #e3e3e3;}
	.order05 p em{ color:#222;}
	.order05 p:last-child em{ color:#e33235;}	
	.order06{ font-size:0.24rem; line-height:0.48rem; padding:0.2rem 0.3rem;}
	
/*购物车订单空*/
	.shopEmpty{ margin-top:40%; text-align:center; color:#999; font-size:0.3rem; line-height:0.48rem;}
	.shopEmpty img{ width:1.2rem;}
	.shopEmptyButton{ display:block; width:1.8rem; line-height:0.6rem; color:#eba100; border:1px solid #eba100; margin:0.2rem auto;}	


/*定制说明*/	
	.diySpecBox{ width:6.5rem; margin:0.3rem auto; background:#fff; box-shadow:1px 1px 5px #999;}
	.specBox{ width:5.2rem; margin:0 auto; padding:0.2rem 0 0;}
	.specTitle{ font-size:0.28rem; text-align:center; line-height:0.8rem;}
	.specText01{ font-size:0.26rem; line-height:0.48rem; list-style:decimal; padding-left:0.26rem;}
	.specText01 li{ margin-bottom:0.3rem;}
	.specText02{ font-size:0.26rem; line-height:0.48rem; padding-bottom:0.5rem;}
	.specText02 li{ margin-bottom:0.16rem;}
	
/*设计师底部*/
	.designerPic{ width:100%; position:absolute; top:0.88rem; bottom:0.98rem; left:0; overflow: auto;}
	.designerPic img{ width:100%;}	
	.designerBottom{ width:100%; position: absolute; bottom:0; left:0; z-index:1; background:#fff;}
	.designerTel,.designerQQ{ display:block; height:0.98rem;  text-align:center; color:#222; font-size:0.28rem;} 
	.designerQQ{ width:40%; float:left; border-top:1px solid #e3e3e3; font-size:0.28rem; line-height:0.98rem; color:#222;}
	.designerQQ img{ width:0.48rem; vertical-align:middle; margin-right:0.12rem;}
	.designerTel{ width:60%; float:right; color:#fff; background:#e33235; border-top:1px solid #e33235; line-height:0.98rem;}
	.designerBottom:after{ content:""; display:block; clear:both; height:0;}
	
/*分销*/
	.profitBox{ border-top:1px solid #e3e3e3; border-bottom:1px solid #e3e3e3; background:#fff; margin-top:0.2rem;}
	.profitTop{ padding:0 0.3rem; font-size:0.3rem; border-bottom:1px solid #e3e3e3; line-height:0.64rem; color:#222;}	
	.profitBottom{ font-size:0.24rem; color:#666;display: flex;justify-content: flex-start;flex-wrap:wrap;  }
	.profitBottom a{ display: flex;flex-direction: column;     padding: 0.24rem 0; font-size: 0.24rem; color: #666; flex-basis: 1.5rem; justify-content: center; align-items: center;}
	.profitBottom a .icon{font-size: 0.8rem}
	.profitBottom a p{margin-top: 0.1rem;}
	.profitBottom:after{ content:""; clear:both; display:block; height:0;}
	.profitBottom img{ height:0.6rem; margin-bottom:0.12rem;}
	
/*收益*/	
	.myProfitBox{ height:2.8rem; background:linear-gradient(0deg,#e33235,#e37032); color:#fff; position:relative;}
	.myProfitTop{ padding:0.3rem 0.3rem 0; font-size:0.28rem; }
	.myProfitBottom{ padding:0.6rem 0.3rem 0; }
	.myProfit{ float:left; font-size:0.6rem; font-family:Arial;}
	.extractButton{ float:right; font-size:0;}
	.extract{ display:inline-block; line-height:0.52rem; text-align:center; font-size:0.26rem; color:#fff; border:1px solid #fff; border-radius:0.08rem; padding:0 0.3rem; margin-left:0.2rem;}
	.myProfitBottom:after{ content:""; clear:both; display:block; height:0;}
	.accumulate{ width:100%; background:rgba(0,0,0,0.5);  position:absolute; bottom:0; left:0; }
	.accumulate p{ text-align:right; font-size:0.26rem; line-height:0.52rem; padding:0 0.3rem;}
	
/*	.billNav{ font-size:0.28rem; padding:0 0.15rem; margin-top:0.15rem;}
	.billNav a{ display:block; width:3.48rem; text-align:center; border-radius:0.1rem; line-height:1.5rem; color:#fff; text-indent:0.5rem;}
	.benefitIn{ float:left; background: url(../image/benefit_in.png) no-repeat 0.7rem center #e33a35; background-size:0.5rem;}
	.benefitOut{ float:right; background: url(../image/benefit_out.png) no-repeat 0.7rem center #888; background-size:0.5rem;}
	.billNav:after{ content:""; clear:both; display:block; height:0;}
	*/
	
	

	.billInfo,.billInfoTwo{ padding:0 0.3rem; position:relative; font-size:0.24rem; background:#fff; color:#222;}
	.billInfo,.billBox,.billInfoTwo{ border-bottom:1px solid #e3e3e3;}
	.billBox{ margin-bottom:0.2rem;}
	.billInfo p,.billInfoTwo p{ text-align:center; font-size:0.28rem; line-height:1rem;}
	.billInfo span,.billInfoTwo span{ position:absolute; left:0.3rem; top:0.22rem; line-height:0.3rem; text-align:center;}
	.billInfo em{ position:absolute; right:0.3rem; top:0.38rem; }	
	.billInfoTwo em{ position:absolute; right:0.6rem; top:0.38rem;}
	.billInfoTwo img{ height:0.24rem; position:absolute; right:0.3rem; top:0.38rem;}
	.billDetail{ background:#fff; padding:0 0.3rem; color:#666; font-size:0.24rem;  line-height:0.42rem; padding:0.16rem 0.3rem;}
	.billDetail span{ display:inline-block; width:3rem;}
	.billDetail em{ margin-right:1em;}
	.billDetail p{ display:inline-block;}
	.green{ color:#108e03;}
	.gray{ color:#999;}
/*团队*/	 
	.teamBox{ width:100%;}
	.team{ padding:0 0.5rem; background:#fff; font-size:0.3rem; color:#222; line-height:1.3rem; margin-bottom:0.2rem;}
	.teamLeft{ float:left;}
	.teamLeft img{ width:1rem; height:1rem; border-radius:50%; vertical-align:middle; margin-right:0.3rem}
	.teamLeft p{ vertical-align:middle;}
	.teamRight{ float:right;}
	.team:after{ content:""; clear:both; display:block; height:0;}

/*提现*/	
	.extractBox{ width:100%;}
	.extractInfo{ background:#fff; padding:0 0.3rem; font-size:0.3rem; color:#555; line-height:0.88rem; border-bottom:1px solid #e3e3e3;}
	.extractInfo span{ display:block; width:1.5rem; float:left; text-align:right; margin-right:0.4rem;}
	.extractInfo p{ color:#222;}
	.extractInfo input{ width:5rem; margin:0; border:0; text-indent:0;}	
	.extractInfo:after{ content:""; clear:both; display:block; height:0;}
	.bordertop{ border-top:1px solid #e3e3e3;}
	.extractMoney{ padding:0.3rem 0.5rem 0.1rem; color:#666;}
	.extractBox div:last-child{ margin-top:0.3rem;}
	
/*说明*/
	.benefitSpecBox{ width:100%;}
	.benefitSpecInfo{ padding:0.2rem 0.5rem; font-size:0.3rem; color:#222;}
	.benefitSpecInfo strong{ line-height:0.6rem;}
	.benefitSpecInfo p{ font-size:0.28rem; line-height:0.56rem;}

/*港澳台*/
	.loginKAT{ width:100%; text-align:center; font-size:0.24rem; margin-top:0.6rem;}
	


/*申请*/
	
	.applyBox{ padding:0 0.3rem;}	
	.applyBox h1,.applyBox h2{ font-size:0.3rem; color:#222; text-align:center; margin:0.5rem 0 0.2rem;;}
	.applyBox p{ font-size:0.28rem; color:#222; line-height:0.56rem; text-indent:2em;}	
	
	
	.applyLookBox{ margin-bottom:2rem;}
	.applyLook{ width:6.4rem; height:1.2rem; font-size:0; border-bottom:0.2rem solid #e3e3e3; margin:0 auto; position:relative; text-align:center;}
	.applyLook span{ display:inline-block; width:0.6rem; height:0.6rem; font-weight:bold; line-height:0.6rem;  font-size:0.3rem; color:#bbb; border-radius:50%; border:0.1rem solid #e3e3e3; background:#e3e3e3; margin-bottom:0.2rem;}
	.applyLook a{ display:inline-block; font-size:0.28rem; position:absolute; bottom:-0.96rem; color:#999;}
	.state01{ left:-0.2rem;}
	.state02{ margin:0 auto; left:0; right:0;}
	.state03{ right:-0.2rem;}
	.applyLook .state{ border:0.1rem solid #e3e3e3; background:#34a53c; color:#fff;}
	.applyLook .stateFail{ border:0.1rem solid #e3e3e3; background:#e33235; color:#fff;}
	
	.applySuccess,.applyFail{ padding:0 0.3rem; margin-bottom:1rem; font-size:0.4rem; text-align:center; }
	.applySuccess{ color:#238a2d;}
	.applyFail{ color:#999;}
	
	.apply{ text-align:center; line-height:0.88rem; border-top:1px solid #e3e3e3; border-bottom:1px solid #e3e3e3; background:#fff; font-size:0.28rem; color:#e4393c; margin-top:0.4rem;}
	.apply a{color:#e4393c;}
	

