.time_limit_wrap{
	height: 1.4rem;
	border-bottom: .01 rem solid #eae8e5;
	padding-top: .22rem;
	box-sizing: border-box;
}
.limit_time{
	display: flex;
	width: 3rem;
	margin: 0 auto;
	color: #ffba00;
	font-size: .2rem;
}
.time_photo{
	height: .4rem;
	margin-right: .1rem;
	position: relative;
	top: .08rem;
}
.tag_time{
	height: .5rem;
	width: .5rem;
	border: .01rem solid #eae8e5;
	background: #fff;
	border-radius: .03rem;
	text-align: center;
	line-height: .5rem;	
	margin-left: .1rem;
}
.tag_tips{
	font-size: .26rem;
	color: #999;
	text-align: center;
	margin-top: .1rem;
}
.step{
	margin-right: .1rem;
	position: relative;
}
.step::after{
	content: ':';
    position: absolute;
    right: -.14rem;
    font-size: .35rem;
    top: -.03rem;
}
.row{
	display: flex;
	height: 1.02rem;
	background: #fff;
	padding-left: .3rem;
	padding-right: .3rem;
	border-bottom: .01rem solid #e3e3e3;
	align-items: center;
	position: relative;
}
.row3,.row6{
	margin-top: .28rem;
	border-top:.01rem solid #e3e3e3;
}
.left{
	font-size: .32rem;
	color: #333;
}
.right{
	font-size: .28rem;
	color: #666;
	flex: 1;
	text-align: right;
}
.row3 .right,.row5 .right{
	color: #fc7e00;
}
.tradePassword{
	font-size: .32rem;
	width: 100%;
	margin-left: .45rem;
	box-sizing: border-box;
}
.bg_white{
	position: absolute;
	height: 1.1rem;
	left: 0;
	top: 0;
	background: #fff;
	width: .3rem;
	z-index: 500;
}
.toward_photo{
	position: relative;
	top: .06rem;
	margin-left: .2rem;
	height: .3rem;
}
.fonfirmOrder,.blcance_btn{
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: .98rem;
	background: #ffba00;
	text-align: center;
	color: #fff;
	font-size: .34rem;
	line-height: .98rem;
}

.bg_gray{
	position: absolute;
	top: 0;
	height: 100%;
	background: #000;
	opacity: .4;
	z-index: 1000;
	width: 100%;
	display: none;
}
.forget_password{
	display: block;
	font-size: .24rem;
	color: #999;
	padding-right: .3rem;
	text-align: right;
	margin-top: .3rem;
}
.order_timeOut,.order_success{
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -3rem;
	margin-top: -1.7rem;
	background: #fff;
	z-index: 2000;
	width: 6rem;
	height: 3.4rem;
	overflow: hidden;
	display: none;
}
.tag_timeOut{
	font-size: .34rem;
	color: #333;
	text-align: center;
	margin-top: 1rem;
}
.myAccountInto,.repurchase{
	display: inline-block;
	width: 2rem;
	height: .8rem;
	margin-top: .66rem;
	box-sizing: border-box;
	font-size: .26rem;
	text-align: center;
	line-height: .8rem;
}
.myAccountInto{
	border: .02rem solid #d1d1d1;
	color: #999;
	margin-left: .86rem;
}
.repurchase{
	background: #ffba00;
	color: #fff;
}
.tag_sellGold{
	text-align: center;
	font-size: .3rem;
	color: #333;
	margin-top: .8rem;
}
.sell_count{
	color: #fc7e00;
}
.order_success .repurchase{
	margin-left: 2rem;
}
