@charset "UTF-8";
/* 即开票试刮列表页*/
html, body {
    height: 100%;
}
.sg_main{
	display: flex;
	flex-direction: column;
	background-color: #F5F5F5;
	height: 100%;
}
.sg-nav{
	width: 100%;
	height: .76rem;
	background-color: #F5F5F5;
	display: flex;
}
.nav-left{
	width: 81vw;	
	line-height: .76rem;
	font-size: .28rem;
	position: relative;
}
.nav-left ul{
	display: flex;	
	width: 81vw;
	overflow-x: auto;
}
.nav-left ul li{
	white-space: nowrap;
}
.nav-left ul li a{
	padding: 0 .2rem;
	color: #666666;
}
.nav-left ul li.active a{
	padding: 0 .3rem;
	color: #FA5B57;
	position: relative;
	height: .72rem;
	display: block;
}
.nav-left ul li.active a::after{
	content: "";
    position: absolute;
    width: 40%;
	left: 30%;
	bottom: 0rem;
	height: .04rem;
    background: #FA5B57;
    border-radius: .4rem;
}
.nav-left::after{
	content: "";
    position: absolute;
	right: 0rem;
	top: .14rem;
    width:.35rem;
	height: .47rem;
	background: url(../images/sg_baffle.png) no-repeat;
	background-size: .35rem .47rem;
}
.nav-right{
	flex: 1;
	text-align: center;
	line-height: .7rem;
	font-size: .24rem;
	color: #FA5B57;
	background-color:#FFFFFF;
	margin-bottom: .05rem;
	margin-top: .02rem;
	display: flex;
	align-items:center;
	justify-content: center;
}
.nav-right span{
	max-width: 1.2rem;
	display: inline-block;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.nav-right img{
	width:.12rem;
	height: .08rem;	
	vertical-align: middle;
	margin-left: .08rem;
}
/*试刮列表*/
.sg-list{
	flex: 1;
	background-color: #FFFFFF;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
	padding-top: .28rem;
	overflow-y: auto;
	position: relative;
}
.sg-list .sg-ul li{
	margin: 0 .3rem .3rem;
	display: flex;
}
.l-img{
	width: 2.7rem;
	height: 1.69rem;	
    border-radius: .1rem;
	background: url(../../tcw/images/dgg/dgg_bg.png) no-repeat;
	background-size: 100%;
	overflow: hidden;
}
.l-img img{
	width: 2.7rem;
	height: 1.69rem;
	background: url(../../tcw/images/dgg/dgg_bg.png) no-repeat;
	background-size: 100%;
}
.l-img img.dis-no{
	display: none;
}
.r-text{
	flex: 1;
	width: 4.06rem;
	margin-left: .16rem;
	color: #999999;
	font-size: .24rem;
	line-height: .32rem;
	position: relative;
}
.r-text .t-text{
	display: flex;
	justify-content: space-between;
}
.r-text .t-text .t-tit{
	width: 100%;	
}
.r-text .t-text .t-tit .b-tit{
	color: #181818;
	font-size: .28rem;
	height: .4rem;
	line-height: .4rem;
	width: 100%;
	overflow:hidden;
	white-space: nowrap;
	text-overflow:ellipsis; 
}
.t-text .t-btn{
	width: 1rem;
	height: .6rem;
	background: #FA5B57;
	opacity: 1;
	border-radius: .1rem;
	line-height: .6rem;
	text-align: center;
	color: #FFFFFF;
	font-size: .28rem;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.b-text{
	margin-top: .32rem;
}
.b-text p{
	width: 3.7rem;
	overflow:hidden;
	white-space: nowrap;
	text-overflow:ellipsis; 
}
.b-text .b-lable{
	display: inline-block;
	height: .3rem;
	line-height: .3rem;
	padding: 0 .08rem;
	background-color: rgba(250, 91, 87, 0.4);
	color: #FFFFFF;
	font-size: .2rem;
	margin-right: .09rem;
}
/*金额弹窗*/
.amo-pop{
    width: 100%;
    height: 100%;
    position: fixed;
    top: .76rem;
    left: 0;
    z-index: 998;
    background-color: rgba(24, 24, 24, 0.6);
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
	display: none;
}
.amo-pop .amount{
	width: 2.10rem;
	background: #FFFFFF;
	border: 1px solid #D8D8D8;/*no*/
	position: absolute;
	right: 0rem;
	border-bottom-left-radius: .3rem;
	border-bottom-right-radius: .3rem;
	font-size: .28rem;
}
.amo-pop .amount:before,.amo-pop .amount:after{
	content: "";
	border: .12rem solid transparent;
    border-bottom: .15rem solid #FFFFFF;
    width: 0;
    height: 0;
    position: absolute;
    top: -.26rem;
	right: .36rem;
}
.amo-pop .amount:before{
	border-bottom-color: #D8D8D8;
    top: -.28rem;
}
.amo-pop .amount ul{
	width: 2.10rem;
	max-height: 6.8rem;
	overflow-y: auto;
	overflow-x: hidden;
}
.amo-pop .amount li{
	line-height: .86rem;
	margin: 0rem;
	text-align: right;
	padding-right: .42rem;
	width: 2.1rem;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.amo-pop .amount li.active{
	color: #FA5B57;
	font-weight: bold;
}
.f-top{
	position: fixed;
	top:.88rem;
	height: calc(100% - .88rem);
}
.f-top .amo-pop{
	top:1.64rem;
}
.f-top .amo-pop .amount:before{
	top: -.29rem;
}
.no_ticket{
	text-align: center; 
	color: #666;
	font-size: .24rem;
}
.no_ticket img{
	width: 3rem;
	margin: 1.8rem auto .32rem;
}
.network-ano{
	text-align: center; 
	color: #666;
	font-size: .24rem;	
}
.network-ano img{
	width: 3rem;
	margin: 1.8rem auto .32rem;
}
.network-ano a{
	display: block;
	width: 2.4rem;
	line-height:.38rem;
	font-size: .2rem;
	font-weight: normal;
	border: 1px solid #d8d8d8;/*no*/
	margin: .4rem auto 0;
	cursor: pointer;
	text-decoration: none;
	color: #181818;
}
.more-btn{
	width: 100%;
	height: .88rem;
	line-height: .86rem;
	background-color: #FAFAFA;
	text-align: center;	
	font-size: .3rem;
    border-top: 1px solid #D8D8D8;
}
.more-btn a{
	color: #666666;
	display: block;
}
.more-btn img{
	width: .32rem;
	height: .32rem;
	vertical-align: middle;
	margin-left: .14rem;
	margin-bottom: .05rem;
}