body,html{
	margin: 0;
	padding: 0;
	background: #fefefe;
	font-size: 14px;
	width: 100%;
	max-width: 720px;
}
p{ margin: 0; padding: 0; }
li{ list-style: none; }
a{ text-decoration: none; color: #666; font-size: 14px; }
header{
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	padding: 15px 0;
	position: relative;
	font-size: 16px;
	text-align: center;
	background: #fff;
}
header.withline{
	border-bottom: 1px solid #eaeaea;
}
header a.back{
	position: absolute;
	left: 10px;
	top: 15px;
}

header a.right{
	position: absolute;
	right: 10px;
	top: 15px;
}
a.addaddr{
	color: #f60;
}

header a img{
	width: 20px;
	height: 20px;
}
footer{
	display: flex;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 0 5px #ccc;
	overflow: visible;
	height: 60px;
	background: #fff;
	z-index: 908;
}
footer a{
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 8px 0;
	font-size: 14px;
}
footer a img{
	height: 40px;
	margin-bottom: -6px;
	margin-top: -8px;
	
}
footer a.current{
	color: #f60;
}
footer a.current img{
	
	margin-top: -14px;
	margin-bottom: 0px;
	box-shadow: 0 0 8px #f60;
	border-radius: 100%;

}
.main_wrap{
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	position: relative;
}
.banner{
	display: block;
	position: relative;
	z-index: 5;
	margin: 0 auto;
}
.banner img{
	width: 100%;
}
.roright{
	float: right;
	color: #ff6600;
	font-weight: normal;
}
.waretitle{
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-bottom: 6px;
}
.myware{
	border-radius: 10px;
	margin: 15px;
	margin-top: -50px;
	background: #fff;
	box-shadow: 0 0 5px #ccc;
	display: block;
	overflow: hidden;
	z-index: 6;
	padding: 10px;
	position: relative;
}
.warelist li{
	width: 32%;
	float: left;
	position: relative;
	overflow: visible;	
	padding: 10px 0;
	margin-right: 2%;
	
}
.warelist li:nth-child(3n+3){
	margin-right: 0;
}
.warelist li span{
	display: inline-block;
	overflow: hidden;
}
.warelist li span.img{
	border-radius: 100%;
	box-shadow: 0 0 5px #ffcba4;
	border: 1px solid #ffcba4;
	width: 20px;
	height: 20px;
	padding: 5px;
	position: absolute;
	z-index: 3;
	background: #fff;
	
}
.warelist li span.img img{
	width: inherit;
	height: inherit;
}
.warelist li span.count{
	border-radius: 30px;
	width: calc(100% - 50px);
	min-width: 60px;
	border: 1px solid #ffcba4;
	background: #fff5ea;
	color: #000;
	text-align: center;
	padding-left: 10px;
	margin: 6px 0 0px 10px;
}
.category{
	margin: 5px 15px;
	display: flex;
}
.category a{
	display: inline-block;
	width: 100%;
	text-align: center;
}
.category a.current{
	color: #000;
	font-weight: bold;
}
.category a.current:after{
	content: " ";
	display: block;
	margin-left: calc(50% - 10px);
	background: #f60;
	width: 20px;
	height: 4px;
	border-radius: 30px;
	margin-top: 3px;
}
.goodslist{
	background: #fbfbfb;
	padding: 10px;
}
.goodslist li{

	margin: 2.2%;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 2px #fafafa;
	overflow: hidden;
	display: inline-block;
	width: 45%;
}
.goodslist li:nth-child(2n+2){
	margin-right: 0;
}
.goodslist li span{
	display: block;
	
	
}
.goodslist li span.title{
	color: #000;
	font-weight: bold;
	padding: 3px 5px;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.goodslist li span.stitle{
	

	text-overflow: inherit;
	
	white-space: normal;
}
.goodslist li span.price{
	padding: 8px 5px;
	color: #999;
	font-size: 12px;
}
.goodslist li.goodsview{
	width: 100%; margin: 0; background: none;
}
img.progoods{
	width: 100%;
}
.aligncenter{
	text-align: center;
}
.buy{
	display: inline-block;
	background: #f60;
	color: #fff;
	font-size: 14px;
	margin: 10px 0;
	border-radius: 30px;
	padding: 7px 20px;
	border: none;
}

.buy_medium{
	padding: 5px 15px !important; border-radius: 3px;
	border: 1px solid #f60;
}
.btn-primary{
	border: 1px solid #09c;
	background: #fff;
	color: #09c;
}
.confirmbuy{
	padding: 8px 20px;
	width: 70%;
}
img.frt{
	width: 18px;
	height: 18px;
	vertical-align: middle;
}
.sprice{
	color: #f60;
	font-size: 14px;
}

.goodscontent{
	display: block;
	overflow: hidden;
	border-top: 10px solid #eaeaea;
	margin-bottom: 90px;
}
.goodscontent img{
	max-width: 100%;
	display: inline;
	vertical-align: top;
}
.fixedtobottom{
	display: block;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 5px 0;
	background: #fff;
	position: fixed;
}

.editbox{
	margin-top: 20px;
}

.formgroup{
	padding: 10px;
	display: flex;
	position: relative;
}
.formgroup label{
	display: inline-block;
	width: 20%;
	padding-right: 10px;
	text-align: right;
	color: #666;
	padding-top: 5px;
}

.formgroup div{
	width: calc(80% - 30px);
}

.formgroup div input,
.formgroup div select{
	display: block;
	width: 95%;
	padding: 8px 10px;
	border-radius: 3px;	
	border: 1px solid #eaeaea;
	vertical-align: middle;
	outline: none;
}
.tipbox{
	position: absolute;
	border: 1px solid #eaeaea;
	padding: 5px;
	top: 218px;
	left: calc(20% + 30px);

}
.tipbox li{
	padding: 5px;
	border-bottom: 1px solid #eaeaea;
	font-size: 12px;
	color: #999;
}
.tipbox li:last-child{
	border: none;
}

.addritem{
	margin: 10px;
	display: block;		
	background: url(../image/bd1.png) center -4px repeat-x;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 0 5px #ccc;
}
.addritem li{
	padding: 6px 10px;
	color: #999;
}
.addritem li.addr{
	font-weight: bold;
	color: #555;
	display: flex;
	margin-top: 5px;

}
.addritem li.addr span{
	padding: 0 20px 0 0;
}
.addritem li.btn{
	display: flex;
	border-top: 1px solid #eaeaea;
	padding: 8px 0;
	margin-top: 8px;
}
.addritem li.btn a{
	display: block;
	width: 100%;
	text-align: center;
	color: #999;

}
.addritem li.btn a:first-child{
	border-right: 1px solid #f0f0f0;
}
.tradebanner{
	padding: 0 8px;
}
.tradetime{
	background: url(../image/shadow2.png) no-repeat center center;
	background-size: cover;
	color: #999;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;

}
.tradelist{
	background: url(../image/shadow.png) no-repeat center 0;
	background-size: contain;
	margin-top: -10px;
	padding-top: 20px;
}

.tradelist li{
	background: #fff;
	border-radius: 8px;
	padding: 10px;
	margin: 8px;
}
.tradelist li .c_price{
	display: flex;
	border-top: 1px solid #eaeaea;
	margin-top: 5px;
	white-space: nowrap;
}
.tradelist li .c_price span{
	width: 100%;
	color: #555;
	padding:8px 0 0 0;
}
.tradelist li .c_price span:nth-child(2){
	text-align: center;
}
.tradelist li .c_price span:nth-child(3){
	text-align: right;
}
.tradelist li .c_price span label{
	color: #999;
}
.tradelist li div{
	overflow: hidden;
}
.updonw{
	height: 12px;
}
.c_info{
	padding: 8px 0;
}
.c_info span{
	display: inline-block;

}
.c_info .image{
	float: left;
	width: 35px;
	height: 35px;
	margin-right: 25px;
}
.c_info .image img{
	width: inherit;
	height: inherit;
	border-radius: 100%;
	border: 1px solid #ccc;
	padding: 5px;
}
.c_info .tnme{
	float: left;
	line-height: 25px;
	width: calc(100% - 65px);
}
.gname{
	color: #000;
	font-weight: bold;
}
font.today{
	float: right;
	color: #f90;
	display: inline-block;
}
.tnme p{ display: block; width: 100%; }
.dup{
	color: #f00;
}
.ddown{
	color: #060;
}

.nobg{
	background: none;
}

.usrcenter{
	background-image: linear-gradient(to bottom,#ff8018,#ff500b);
	color: #fff;
	border-radius: 0 0 15px 15px;
	position: relative;
	overflow: hidden;
}
.usrad{
	margin: 10px;
}
.usrad img{
	max-width: 100%;
}
.headwrap{
	display: flex;
	padding: 10px 0;
}
.headwrap .head{
	width: 20%;
	text-align: center;
}

.headwrap .head img{
	width: 70%;
	border-radius: 100%;
	border:3px solid #ff7d46;
	background: #fff;
}
.headwrap .info{
	padding-top: 5px;
	line-height: 25px;
	width: 60%;
}
.headwrap .info p{
	font-size: 12px;
	color: #eee;
}
.realname{
	width: 20%;
	text-align: center;
	line-height: 15px;
	padding-top: 5px;
	font-size: 14px;
}
.realname img{
	width: 40%;
}
.usrdata{
	margin: 15px 0;
}
.datawrap{
	display: flex;
	padding: 8px 0;
	text-align: center;
}
.datawrap li{
	width: 100%;
	line-height: 25px;
}
.datawrap li p{
	color: #ccc;
}

.tabtitle{
	display: flex;
}
.tabtitle li{
	width: 100%;
	text-align: center;
	line-height: 20px;
	color: #999;
	position: relative;
}
.tabtitle li.current{
	color: #000;
}
.tabtitle li.current:after{
	content: " ";
	width: 20px;
	height: 4px;
	background: #f60;
	display: inline-block;
	position: absolute;
	border-radius: 30px;
	left: calc(50% - 10px);
	margin-top: 3px;
}
.tabcontent{
	margin: 10px;
}

.own_products li{
	display: flex;
	padding: 15px 0 10px 0;
	border-bottom: 1px solid #eee;
}
.own_products li:last-child{
	border: none;
}
.proimage img{
	width: 35px;
	height: 35px;
	border-radius: 100%;
	padding: 5px;
	border: 1px solid #ddd;
}
.own_products li .proinfo{
	line-height: 25px;
	padding-left: 10px;
	width: calc(100% - 60px);
}
.own_products .proinfo .sprice{
	float: right;
}
.own_products .proinfo p.owncount{
	color: #999;
}
.own_products .toright{
	float: right;
}
.own_products font.getted{
	color: #000;
}
.xsprice{
	color: #f90;
}
.busistatus{
	display: none;
}

.invitedata{
	display: flex;
	z-index: 5;

}
.invitedata li{
	text-align: center;
	width: 100%;
	line-height: 35px;
	padding: 30px 0 20px 0;
}
img.invitebg{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.invitecenter{
	background: url(../image/invitebg.png) no-repeat 0 0;
	background-size: 100% 100%;
	background-color: #ff500b;
}
.own_products table{
	width: 100%;
	margin: 20px 0;
}
.own_products table th{
	font-weight: normal;
	color: #666;
}

.getcash_type{
    margin: 15px;
}

.stitle{
    font-weight: bold;
    font-size: 16px;
    padding: 10px 0;
}
.getcash_type_item{
    display: block;
    overflow: hidden;
}
.getcash_type_item span{
    display: inline-block;
    width: 45%;
    border: 1px solid #ccc;
    border-radius: 15px;
    text-align: center;
    padding: 10px 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.getcash_type_item span:nth-child(2n+2){
   float: right; 
}
.getcash_tip_content,.stip{
    line-height: 25px;
    color: #999;
}
.cashmethod{
	vertical-align: middle;
	margin-right: 5px;
}

.getcash_type_item span.current_method{
	border: 1px solid #f60;
	background: url(../image/tick.png) no-repeat 100% 100%;
	background-size: 40px 40px;
}
label.sync{
	display: inline-block;
	padding: 5px 8px;
	background: #f60;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 0 0 8px 0;

}

.getcash_type_item span p{
	display: block;
	padding: 3px 0;
	color: #ccc;
	line-height: 20px;
	margin-top: 10px;
}
.publicmsg{
    margin:30px;
    max-width: 720px;
    text-align: center;
    background:#fff;
    box-shadow: 0 0 10px #ccc;
    border-radius: 10px;
    font-size: 14px;
    line-height: 30px;
}
.publicmsg .msgcontent{
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
}
.publicmsg p{
    display: block;
    background:#fafafa;
    padding: 3px 0;
}

.goodslist li.widfull{
    width: calc(100% - 20px);
    margin:0;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 10px;
    box-shadow: 0 0 9px #ccc;
    background: #fff;
}

.goodslist li .corder_image{
    width: 70px;
    height: 70px;
    float: left;
}
.goodslist li .corder_info{
    width: calc(100% - 80px);
    float: right;
    line-height: 25px;
}
.goodslist li.widfull img.progoods{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.goodslist li.widfull .goodsname{
    font-size: 16px;
    color:#000;
    font-weight: bold;
}
.goodslist li.widfull span.price{
    padding: 0;
}
.goodslist li.widfull .status{
    background: #FFF6EF;
    color: #f60;
    padding:0px 8px;
    display: inline-block;
    border-radius: 30px;
}
.barline{
    display: block;
    overflow: hidden;
    border-top: 1px solid #efefef;
    float: left;
    width: 100%;
    padding: 8px 0;
    color: #999;
    margin: 10px 0;
}
.barline .ordertime{
    float:right;
    padding-top: 2px;
}
.barline .orderid{
    float:left;
}


.invitewrap{
	overflow: hidden;
	position: relative;
}
.inviteposter{
	max-width: 100%;

}
.invitecode{
	position: absolute;
	text-align: center;
	width: 120px;
	left: calc(50% - 60px);
	top: 30%;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;

}
.inviteimage{
	text-align: center;
	position: absolute;
	top: 50%;
	width: 100px;
	height: 100px;
	left: calc(50% - 50px);
}
.inviteimage img{
	width: 80px;
	height: 80px;
	border-radius: 5px;
}

.invitedatas{
	display: block;
	position: relative;
	margin: -50px 10px 10px 10px;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	padding: 20px 0;
	box-shadow: 0 0 10px #ccc;
}

.invite_button a{
	display: inline-block;
	margin:5px 10px;
	background: url(../image/invitebutton.png) no-repeat;
	background-size: 100% 100%;
	color:#fff;
	padding: 13px 0;
	width: 40%;
	max-width: 150px;
}
.invite_datas{
	margin-bottom: 10px;
}
.invite_datas span{
	margin-left: 15px;
}
.ssuccess{
	color: #f90;
	font-weight: bold;
}
.digest_title{
	margin:20px 0;
	font-size: 16px;
	text-align: center;
}
.invite_digest{
	margin:0 15px;
}
.dots{
	position: relative;	
	display: inline-block;
}
.dots{
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #FE6C09;
	margin-top: -4px;
}
.sindx{
	display: inline-block;
	background: #FE660D;
	color: #fff;
	border-radius: 100%;
	width: 18px;
	height: 18px;
	text-align: center;

}
.digest_content p{
	color: #666;
	display: block;
	margin-bottom: 15px;
	line-height: 20px;
}
.digest_title p{
	text-align: left;
	font-size: 14px;
	color: #666;
	line-height: 20px;
	padding: 15px 0;

}

.torights{
	position: absolute;
	right: 10px;
	top: 15px;
	text-align: right;
	border: none;
	padding: 5px 8px;
	line-height: 25px;
	outline: none;
}
.golden_search{
	display: block;
	overflow: hidden;
}
.golden_search span{
	display: inline-block;
	float: left;
	width: 36%;
	margin:0;
	padding: 2%;
}
.golden_search span:nth-child(3){
	width: 16%;
}
.golden_search span input,.golden_search span select{
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 8px 0;
	width: 100%;
}
button.search{
	background: #f60;
	color: #fff;
	padding: .7em 0;
	border:none;
	width: 100%;
	border-radius: 5px;
}
.golditem {
	color: #666;
	border-bottom: 1px solid #eaeaea;
	padding: 10px 0;
	overflow: hidden;
	margin: 5px 10px;
}
.golditem li{
	display: block;
	overflow: hidden;
}
.golditem li span{
	display: inline-block;
	float: left;
	line-height: 25px;
}
.golditem li span:nth-child(2){
	float: none;
	float: right;
}
.golditem .black{
	color: #000;
}
.golditem .orange{
	color: #f60;
	font-weight: bold;
}

.goodstype{
	margin:10px;
}
.goodstype a{
	display: inline-block;
	padding: 10px;
	position: relative;
}
.goodstype a.current{
	color: #000;
}
.goodstype a.current:after{
	content: " ";
	display: inline-block;
	width: 20px;
	height: 4px;
	background: #f60;
	border-radius: 30px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 10px);
}

.goods_image img{
	width: 30px;
	height: 30px;
	border-radius: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	vertical-align: middle;
}
.goods_price{
	font-size: 24px;
	color: #f60;
	font-weight: bold;
	display: inline-block;
	line-height: 35px;
	padding-top: 8px;
	margin-left: 10px;

}
.goods_baseinfo{
	background: #fff;
	box-shadow: 0 0 8px #ddd;
	margin: 10px;
	padding: 10px;
	border-radius: 10px;
}
.goods_updown{
	float: right;
	line-height: 30px;
}
.xbase{
	overflow: hidden;
	display: block;
	width: 100%;
}
.xbase span{
	display: inline-block;
	float: left;
}
.xbase .goods_updown{
	float: right;
}
.split_data{
	display: flex;
	border-top: 1px solid #eaeaea;
	padding: 15px 0;
	text-align: center;
	color: #999;
}
.split_data p{
	color: #333;
}
.split_data span{
	display: inline-block;
	width: 100%;
}

.buyandsale,.buy_tabtitle{
	display: flex;
}

.buywrap,.xdatwrap{
	width: 100%;
}
.buy_tabtitle span{
	display: inline-block;
	width: 100%;
	background:#F82E46;
	padding: 8px 0;
	text-align: center;
	color: #fff;
}
.buy_tabtitle span:last-child{
	background: #0EB366;
}
.buy_tabtitle span img{
	width: 20px;
	height: 20px;
	margin-right: 5px;
	vertical-align: middle;
}
.buyrwarp{
	padding: 5px;
}
.buyrwarp li{
	padding: 6px 0;
}
.best{
	background: #F1F2F6;
	text-align: center;
	padding: 6px 0;
	border-radius: 5px;
}
.best input{
	background: none;
	border: none;
	text-align: center;
	outline: none;
}
.bparent{   
    overflow: hidden;   
    margin-right: -10px;   
}   
.bparent span{
	display: inline-block;   
    float: left;   
    width: calc(33% - 12px);   
    margin-right: 10px; 
    text-align: center;  
    border:1px solid #eaeaea;
    line-height: 25px;
}   
.bparent span.current{
	color: #f60;
	border:1px solid #f60;
}

.buycount{
	border:1px solid #eaeaea;
	overflow: hidden;
}
.buycount input{
	width: calc(100% - 40px);
	border:none;
	background: none;
	text-indent: 10px;
	outline: none;
}
.transdat{
	color: #ccc;

}
.transdat span{
	float: right;
}

.buyin{
	background: #F82E46;
	padding: 8px 0;
	color: #fff;
	border:none;
	width: 100%;
}
table.buyinprice{
	width: 100%;
}
table.buyinprice td,table.buyinprice th{
	width: 33.33%;
	padding: 5px 0;
	text-align: left;
}
table.buyinprice td:nth-child(3),table.buyinprice th:nth-child(3){
	text-align: right;
}
table.buyinprice td:nth-child(2),table.buyinprice th:nth-child(2){
	text-align: center;
	
}
.xdatwrap{

	padding: 10px;
	padding-top: 0;
}
.mdat{
	display: flex;
}
.mdat label{
	display: inline-block;
	width: 100%;
	white-space: nowrap;
}
a.nomarg{
	margin: 0;
	color:#f60;
	border:1px solid #f60;
	background: #fff;
	border-radius: 6px;
}
.agentlist{
	margin-top: 0;
	padding-top: 0;
}

.agentlist li{
	border-radius: 8px;
	box-shadow: 0 0 8px #ccc;
}
.c_prices{
	overflow: hidden;
	border-top: 1px solid #eaeaea;
	padding-top: 6px;
}

.stitle{
	margin:10px;
	overflow: hidden;
}

.realnametip{
	margin: 10px;
	padding: 10px;
	background: #FFEFE5;
	line-height: 20px;
	border-radius: 8px;
	color: #f60;
}
.realnametip p{
	margin-bottom: 10px;

}

.busistatus li{
	display: block;
	overflow: hidden;
	position: relative;
	padding: 12px 0;
	border-bottom: 1px solid #eaeaea;
	text-align: left;
	color: #555;
}
span.gold{
	font-size: 16px;
	float: left;
	color: #DD142A;	
}
.busistatus li .datwrp{
	overflow: hidden;
	white-space: nowrap;
	padding: 8px 0;

}
.busistatus li .datwrp label{
	display: inline-block;
	width: 32%;
	color: #999;
}
.busistatus li .datwrp label:nth-child(1){
	text-align: left;
}
.busistatus li .datwrp label:nth-child(2){
	text-align: center;
}
.busistatus li .datwrp label font{
	color: #555;
}

.showflex{
	display: flex;
}
.showflex span{
	display: inline-block;
	width: 100%;
}


.choosedaddr{
	display: none;
}
.choosedaddr select{
	width: 96%; border:1px solid #ccc; padding: 2%; border-radius: 5px; outline: none;
}



.cashget{
	display: flex;
}
.cashget a{
	display: inline-block;
	width: 100%;
	border-radius: 10px;
	border: 1px solid #ccc;
	text-align: center;
	margin: 10px;
	padding: 10px 0;
	font-size: 12px;
	color: #f90;
	font-weight: bold;

}
.cashget a img{
	vertical-align: middle;
	width: 30px;
	height: 30px;
}

.ercode{
	width: 180px;
	border-radius: 6px;
	box-shadow: 0 0 8px #ccc;
	background: #fff;
	padding: 8px;
	

}
.realprice{
	color: #f60;
}
span.ulevel{
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 20px 0px;
	padding: 0 10px;
	line-height: 18px;
	background: #f00;
}

.couponitem{
	margin:8px 15px 15px 15px;
	background: #fff;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	
}
.couponitem .info{
	
	text-align: center;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;

}
.couponitem .price,.cond{
	font-size: 32px;
	font-weight: bold;
	width: 100px;
	float: left;
	background: #EF2F4E;
	color: #fff;
	padding: 10px 0;
}

.couponitem .cond .minprice{
	font-size: 14px;
	text-align: center;
	background: #D82944;
	padding: 8px 0;

}
.couponitem .cond{
	padding: 0;
	font-weight: normal;

}
.timeout .price,.timeout .cond .minprice,.isused1 .price,.isused1 .cond .minprice{
	background: #ccc;
}

.couponitem .price span{
	font-size: 14px;
}
.couponitem .name{
	width: calc(100% - 110px);
	float: right;
	font-weight: bold;
	font-size: 16px;
	color: #000;
	text-align: left;
	padding-top: 10px;
}
.couponitem .name p{
	color: #999;
	font-size: 14px;
	font-weight: normal;
	padding-top: 10px;
}

.couponlist{
	padding-top: 10px;
}
.circle{
	position: absolute;
	background: #fff;
	width: 30px;
	height: 30px;
	top: 45px;
	left: -20px;
	border-radius: 100%;
}
.recrules{
	width: 100%;
	background: #fff;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 0 8px #ccc;
	border: 1px solid #ccc;
}
.recrules th,.recrules td{
	padding: 8px 2px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
.recrules td.linebtm{
	xborder-top: 3px solid #f90;
}
.zsnum{
	display: inline-block;
	background: #f60;
	color: #fff;
	border-radius: 100%;
	width: 18px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	vertical-align: middle;
}

.goodscoupons{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.8);
	z-index: 98996;
	overflow: auto;
	display: none;
}
.gcbg{
	margin:10px;
	padding: 10px;
	background: #fff;
	border-radius: 8px;
	max-height: 80%;
	overflow: auto;
	position: relative;
	margin-top: 50px;

}
.cclose{
	position: fixed;
	left: calc(50% - 15px);
	top:10px;
	width:30px;
	height: 30px;
}
.gclist{
	padding: 8px;
	border:1px dotted #ddd;
	margin:10px 0;
	border-radius: 5px;
}