.winn {
	background-color: #fff;
}
.winnHd {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	position: relative;
	padding: .16rem .4rem;
	-webkit-box-align: center;
  	-webkit-align-items: center;
  	align-items: center;
}
.winnHd:after {
	position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 200%;
    height: 1px;
    background-color: #e6e6e6;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    z-index: 10;
}
.winnHd__number {
	font-size: .32rem;
}
.winnHd__time {
	margin-left: auto;
	line-height: 1.8;
	font-size: .28rem;
	color: #bbb;
}
.winnBd {
	padding: 0.1rem .3rem .2rem .3rem;
}
.winnBd__top {
	position: relative;
	padding-left: 2.3rem;
}
.winnBd__imgYzj {
	position: absolute;
	bottom: .4rem;
	right: .3rem;
	width: 1rem;
}
.winnBd__img {
	position: absolute;
	left: 0;
	top: .28rem;
	width: 2rem;
	height: 1.4rem;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.winnBd__main dt {
	font-size: .32rem;
	font-weight: 500;
}
.winnBd__main .cell {
	font-size: .24rem;
	color: #bbb;
}
.winnBd__main .money {
	font-size: .28rem;
}
.winnBd__main .money em {
	color: red;
}
.winnBd__main .loveMoney {
	font-size: .28rem;
	color: orange;
} 
.winnBd__btm {
	position: relative;
	padding: .28rem .5rem;
	margin-top: .2rem;
	border-radius: .12rem;
	background-color: #f5f5f5;
}
.winnBd__btm_cell {
	line-height: .44rem;
	font-size: .28rem;
	color: #666;
}
.winnBd__btm_cell img {
	width: .36rem;
	height: .36rem;
	margin: 0 .12rem;
	border-radius: 50%;
	vertical-align: text-top;
}
.winnBd__btm_cell .number {
	color: red;
}
.winnBd__btn {
	position: absolute;
	right: .44rem;
	top: .6rem;
	width: 1.56rem;
	text-align: center;
	padding: .16rem 0;
	border-radius: .08rem;
	border: none;
	font-size: .28rem;
	color: #fff;
	background: linear-gradient(to bottom, #4576ff 0%,#5792ff 100%);
	background: -webkit-linear-gradient(bottom, #4576ff 0%,#5792ff 100%);
}
.winnBd__btn.danger {
	background: linear-gradient(to bottom, #ff6100 0%,#fc7904 100%);
	background: -webkit-linear-gradient(bottom, #ff6100 0%,#fc7904 100%);
}
.winnBd__btn:active {
	color: hsla(0,0%,100%,.6);
	background: #4b82ff;
}
.winnBd__btn.danger:active {
	color: hsla(0,0%,100%,.6);
	background: #fc7904;
}
.bgc {
	background-color: #f2f2f2;
	/*text-shadow: 0 1px 1px rgba(0,0,0,.3);*/
}
.ticket {
	position: relative;
	height: 2.3rem;
	padding-left: 2.34rem;
	margin: .2rem;
	border-radius: .08rem;
	overflow: hidden;
	background-color: #57b3fe;
}
.ticket_gre {
	background-color: #7ad087;
}
.ticket_red {
	background-color: #ff9b87;
}
.ticket_gray {
	background-color: #cecece;
}
.ticket__hd {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 2.34rem;
	background-image: url(../images/blue.png);
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.ticket_gre .ticket__hd {
	background-image: url(../images/green.png);
}
.ticket_red .ticket__hd {
	background-image: url(../images/red.png);
}
.ticket_gray .ticket__hd {
	background-image: url(../images/gray.png);
}
.ticket__num {
	padding-left: .12rem;
	font-size: 12px;
	line-height: 1.8;
	color: #fff;
}
.ticket__expenseBox {
	position: absolute;
	top: .38rem;
	left: .22rem;
	right: .22rem;
	bottom: .47rem;
}
.ticket__expenseTt {
	text-align: center;
	font-size: 13px;
	line-height: 1.6;
	color: #fff;
}
.ticket__expense {
	margin-top: .1rem;
	font-size: 14px;
	color: #0269c0;
}
.ticket_gre .ticket__expense {
	color: #349042;
}
.ticket_red .ticket__expense {
	color: #f92e0f;
}
.ticket_gray .ticket__expense {
	color: #777;
}
.ticket__expense span {
	display: inline-block;
	margin: 0 auto;
	font-size: 20px;
}
.ticket__expense em {
	font-size: 25px;
}
.ticket__hint {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: .46rem;
	line-height: .46rem;
	text-align: center;
	color: #e8ee18;
}
.ticket__hint:after {
	position: absolute;
	content: '';
	top: 50%;
	left: 9%;
	right: 10%;
	height: 1px;
	background-color: #e8ee18;
	
}
.ticket__hint span {
	position: relative;
	padding: 0 .1rem;
	background-color: #0579cc;
	z-index: 1;
}
.ticket_gre .ticket__hint span {
	background-color: #60b66d;
}
.ticket_red .ticket__hint span {
	background-color: #f14b29;
}
.ticket_gray .ticket__hint span {
	background-color: #989898;
}
.ticket__bd {
	padding: .1rem .2rem;
	color: #fff;
}
.ticket__title {
	line-height: 1.5;
	font-size: .28rem;
}
.ticket__mz {
	height: .36rem;
	line-height: 1.2;
	font-size: .28rem;
}
.ticket__source {
	padding: 0 .2rem;
	border-radius: .06rem;
	color: #0579cc;
	background-color: rgba(255,255,255,.7);
}
.ticket_gre .ticket__source {
	color: #60b66d;
}
.ticket_red .ticket__source {
	color: #f14b29;
}
.ticket_gray .ticket__source {
	color: #989898;
}
.ticket__state {
	color: #e8ee18;
}
.ticket__code {
	height: .6rem;
	line-height: 1.3;
	font-size: .26rem;
}
.ticket__timed {
	font-size: .2rem;
}
.ticket__award {
	position: absolute;
    right: 0;
    top: 0.5rem;
    font-size: .32rem;
    color: #fff;
    transform: rotate(38deg);
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
}
.ticketH {
	height: 3.5rem;
	position: relative;
	text-align: center;
	color: #fff;
	background: linear-gradient(to right, #ff6100 0%,#fc7904 100%);
	background: -webkit-linear-gradient(right, #ff6100 0%,#fc7904 100%);
}
.ticketH__box {
	padding-bottom: .14rem;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,.2) 100%);
	background: -webkit-linear-gradient(right, rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 100%);
}
.ticketH__title {
	padding-top: .34rem;
	font-size: 18px;
}
.ticketH__total {
	margin-top: .1rem;
	margin-bottom: .2rem;
	line-height: 1.4;
}
.ticketH__m {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	line-height: 1;
}
.ticketH__m > dl {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
.ticketH__m > dl:not(:last-child) {
	border-right: 2px solid rgba(255,255,255,.2);
}
.ticketH__m dt {
	margin-bottom: .1rem;
	font-size: 13px;
}
.ticketH__m dd {
	font-size: 17px;
}
.ticketH__hover {
	position: absolute;
	left: .24rem;
	right: .24rem;
	bottom: -.75rem;
	height: 1.5rem;
	border-radius: .12rem;
	color: #4d4d4d;
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	box-shadow: 0 4px 12px rgba(0,0,0,.1);
}
.ticketH__hover > div {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	font-size: 14px;
	line-height: 1.4;
}
.ticketH__hover .icon {
	display: block;
	margin: 0 auto;
	width: .62rem;
	height: .62rem;
	margin-top: .26rem;
	color: #ff7c00;
}
.ticketB {
	padding-top: 1.02rem;
}
.ticketB__item {
	position: relative;
	margin: .26rem .26rem 0 .26rem;
	padding: .13rem .21rem;
	border-radius: .07rem;
	font-size: 14px;
	color: #999;
	background-color: #fff;
}
.ticketB__item:after {
	position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border-radius: .14rem;
    border: 1px solid #bbb;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
}
.ticketB__item_t {
	font-size: 14px;
}
.ticketB__btnBox {
	margin: .34rem .26rem;
}
.ticketB__btn {
	width: 100%;
	height: .68rem;
	line-height: .68rem;
	text-align: center;
	border-radius: .07rem;
	border: none;
	font-size: 14px;
	color: #fff;
	background-color: #f25625;
}
.ticketB__btn:active {
	color: hsla(0,0%,100%,.6);
	background-color: #ed4814;
}
.ticketB__must {
	font-size: .32rem;
	line-height: 1.2;
	font-weight: bold;
	color: #f25625;
}
.ticketB__money {
	position: absolute;
	right: .5rem;
	top: .13rem;
	width: 3.6rem;
	height: .46rem;
	line-height: .46rem;
	text-align: right;
	font-size: 17px;
	border: none;
	color: #f25625;
	z-index: 100;
}
.ticketB__itemR {
	float: right;
	font-size: 14px;
	color: #f25625;
}
.ticketB__remark {
	margin-left: .29rem;
	margin-top: .06rem;
	line-height: 1.5;
	font-size: 13px;
	color: #f25625;
	opacity: .7;
}
.moneys__cell {
	position: relative;
	display: inline-block;
    padding: 0 .14rem;
    margin-left: .07rem;
    font-size: 26px;
    font-weight: bold;
    border-radius: 3px;
    box-shadow: 0 2px 1px rgba(0,0,0,0.2);
    background-color: #d1d1d1;
    color: #313131;
}
.moneys__cell:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	height: 50%;
	background-color: rgba(255,255,255,.2);
	z-index: 1;
}
.moneys__cell:before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 48%;
	height: 2px;
	/*border-top: 1px solid rgba(255,255,255,.6);*/
	/*box-sizing: border-box;*/
	box-shadow:0 1px 0 rgba(0,0,0,.1) inset,0 -1px 0 rgba(255,255,255,0.2) inset;
	z-index: 2;
}
.moneys__cell_o {
	display: inline-block;
	margin-left: .1rem;
	line-height: 1.1;
	font-size: 14px;
	vertical-align: baseline;
	color: #fff;
}
.moneys__cell_o:first-child {
	font-size: 13px;
}
.moneys__cell_o:last-child {
	vertical-align: bottom;
}
.footer {
  height: 44px;
}
.footer_conainer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 44px;
  text-align: center;
  background-color: #fff;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.footer_conainer:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 200%;
  height: 1px;
  background-color: #d9d9d9;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  z-index: 10;
}
.footer_item {
  font-size: 12px;
  color: gray;
  -webkit-flex: 1;
  flex: 1;
  -webkit-box-flex: 1;
}
.footer_item.active {
  color: #f60;
}
.footer_item > p {
  line-height: 18px;
}

.wrap{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.wrap_content{
	height: 9rem;
    background: url(/Public/LoveStore/images/bg-2.jpg) no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    /*width: 20rem;*/
    overflow: hidden;
}
.content_top{
	-webkit-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.content_home{
	-webkit-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.content_top_header{
	display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0.2rem 0 0 0.1rem;
}
.shoubai_logo{
	font-weight: 700;
	color: #fff;
}

.home_rule{
    width: 1.5rem;
    height: 0.5rem;
    background: url(/Public/LoveStore/images/huodong.png) no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    font-size: 0.25rem;
    color: #fff;
    text-align: center;
    line-height: 0.5rem;
    z-index: 199;
}
.home_title{
	position: relative;
    margin: -0.1rem auto;
    font-size: 0.9018rem;
    color: #fe6a2e;
    text-align: center;
    width: 6rem;
    height: 2.8rem;
    background: url(/Public/LoveStore/images/nums100.png) no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}
.home_title p{
	position: absolute;
    top: 1.8rem;
    left: 1.3rem;
    font-size: 0.35rem;
}
.home_result{
	position: relative;
    width: 7rem;
    height: 1.8rem;
    background: url(/Public/LoveStore/images/newBg1.png) no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    margin: 0.4rem auto 0.5rem;
}
.home_hd{
	position: absolute;
    top: 0.3rem;
    left: 0.5rem;
    width: 4rem;
    font-size: 0.25rem;
    text-align: center;
    color: #e6aa69;
}
.home_hd p{
	display: block;
    margin-bottom: 0.1rem;
    text-align: center;
}
.home_time{

}
.home_result .home_hd .home_time span{
	display: inline-block;
    width: 0.4rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.35rem;
    background: #ffc971;
    margin-right: 0.1rem;
    text-align: center;
    color: #fff;
    font-weight: 700;
    border-radius: 0.05rem;
}
.home_result .home_hd .home_time em{
	    font-size: 0.3rem;
    height: 0.5rem;
    line-height: 0.5rem;
    color: #ffc971;
    margin-right: 0.1rem;
}
.board{
	width: 7rem;
    height: 2.4rem;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: 0rem;
    background-image: url(/Public/LoveStore/images/board-home3.png);
    position: relative;
}

.home_remind{
	position: absolute;
	top: 0.3rem;
	right: 0.55rem;
	width: 1.5rem;
	font-size: 0.25rem;
    text-align: center;
    color: #e6aa69;
}
.home_remind span{
	position: absolute;
    top: 0.5rem;
    left: 0.15rem;
    height: 0.45rem;
    width: 1.2rem;
    background-color: #E8D1B0;
    border-radius: 15px;
    color: #fff;
    padding: 0 1em;
    line-height: 0.45rem;
    cursor: pointer;
}

.home_remind span.on {
    background-color: #FFC971;
}
.home_remind span.on:before {
    content: "";
    position: absolute;
    top: 0.01rem;
    right: 0.01rem;
    height: 0.41rem;
    width: 0.41rem;
    background-color: #fff;
    border-radius: 50%;
}
.home_remind span.off:after {
    content: "";
    position: absolute;
    top: 0.01rem;
    left: 0.01rem;
    height: 0.41rem;
    width: 0.41rem;
    background-color: #fff;
    border-radius: 50%;
}
.board_content{
	position: absolute;
    top: 0.8rem;
    left: 0.5rem;
    width: 6rem;
}
.board .hd{
	font-size: 0.3rem;
	color: #c86e28;
	position: absolute;
	top: 0.05rem;
	left: 2.5rem;
}
.board .db{
	color: #f5af69;
    font-size: 0.2rem;
    position: absolute;
    bottom: 0;
    position: absolute;
    bottom: 0.23rem;
    left: 2.4rem;
}
.board_content span{
    font-size: 0.28rem;
    color: #e6aa69;
}
.board a{
	font-size: 0.28rem;
	color: #e6aa69;
	position: absolute;
	top: 0.4rem;
	right: 0.3rem;
}