.sell_uls li{
	display: flex;
	width:100%;
	height:66px;
	background: #fff;
	margin-bottom: 12px;
}
.sell_uls li div img{
	width:30px;
	height:30px;
	margin: 18px 12.5px 18px 12px;
}
.sell_uls li div:nth-child(2){
	width:290.5px;
	margin-top:18px;
}
.sell_uls li div:nth-child(2) p:first-child{
	line-height: 14px;
	font-size: 14px;
	color:rgb(51,51,51);
	margin-bottom: 0;
}
.sell_uls li div:nth-child(2) p:last-child{
	font-size: 10px;
	color:rgb(153,153,153);
}
.sell_uls li div:last-child{
	width: 30px;
    height: 30px;
    font-size: 20px;
    margin-top: 18px;
    line-height: 30px;
    color:#a9a9a9
}

.success_img{
	width:100%;
	height:100%;
}
.success_img img{
	width:auto;
	height:75px;
	display: block;
	margin:58px auto 0;
}
.success_img p{
	width:150px;
	display: block;
	margin:30px auto 0;
	font-size: 15px;
	color:rgb(61,66,69);
	line-height: 15px;
	
}

.btn_addown,.btn_ipdown{
	width:221px;
	height:42px;
	display: block;
	margin:0 auto;
	background: rgb(255,89,24);
	border-radius: 10px;
	position: relative;
   
}
.btn_addown{
	margin:76px auto 27px;
}
.btn_addown p,.btn_ipdown p{
	position: absolute;
    width: 134px;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
    color:#fff;
}