html,body{
    height:100%;
    margin:0;padding:0;
	font-family: Microsoft YaHei;
	background: #F4F4F4;
	padding-bottom: 36px;
	box-sizing: border-box;
}
.title{
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    font-size: 18px;
}
a{
	color:transparent;
	text-decoration: none;
}

input,img{
    border:none;
    outline:medium;
	margin:0;
	padding:0
}
.login_out {
	width: 100%;
	display: flex;
	justify-content: center;
}

button {
	width: 7.86rem;
	height: 1.17rem;
	background: #FF4D4D;
	border-radius: 0.56rem;
	border: none;
	outline: none;
	margin-top: 1.44rem;

	font-size: 0.4rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
}

button.mini {
	width: 6rem;
	height: 1.0rem;
	background: #FF4D4D;
	border-radius: 0.56rem;
	border: none;
	outline: none;
	margin-top: 1.44rem;

	font-size: 0.4rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
}

.flex_cen {
	width: 100%;
	display: flex;
	justify-content: center;
}
/* 底部tabbar样式 */
.tabbar{
	width:100%;
	height:1.66rem;
	display: flex;
	box-shadow: -0.08rem 0px 0.12rem 1px rgba(24, 24, 24, 0.08);
	position: fixed;
	background: #fff;
	bottom: 0;
	left:0;
	right:0
}
.tab_item{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.tab_item >div{
	width:0.58rem;
	height:0.58rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tab_item >div img{
	width:100%;
	height:100%
}
.tab_item > p > a{
	font-size: 0.34rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #AAAAAA;
	margin-top:0.21rem
}

.active>p>a{
	color: #FF4D4D;
}
.flex_cen {
	width: 100%;
	display: flex;
	justify-content: center;
}

/* 彩票投注站 */
.fixed{
	width:100%;
	height:1.14rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	
	position: fixed;
	bottom:2.4rem;
	left:0;
	right:0
}
.fixed >div{
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	
	font-size: 0.34rem;
	font-weight: 400;
	color: #C1C1C1;
}

/* 公共竖杠样式 */
.before_line{
	width:9.2rem;
	margin:0 auto;
	height:1.2rem;
	display: flex;
	align-items: center;
	/*padding-left:0.36rem;*/
	box-sizing: border-box;
	
	font-size: 0.4rem;
	font-weight: 400;
	color: #323233;
}
.before_line::before{
	display: block;
	content: '';
	width: 0.08rem;
	height: 0.41rem;
	margin-right:0.21rem;
	background: #FF4D4D;
	border-radius: 0.04rem;
}
/* 帮客户下单样式 */
.order_down {
	width: 100%;
	padding: 0.4rem;
	box-sizing: border-box;
	background: #F4F4F4;
	font-family: Microsoft YaHei;
}

.orderdown_item {
	width: 100%;
	padding: 0 0.28rem;
	margin-bottom: 0.3rem;
	box-sizing: border-box;
	background: #fff;
	padding: 0 0.29rem;
	box-sizing: border-box;
}

.orderdown_item>.top {
	width: 100%;
	height: 1.56rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.orderdown_item>.top>div {
	display: flex;
	align-items: center;
}

.orderdown_item>.top>span {
	display: inline-block;
	width: 2.29rem;
	height: 0.8rem;
	background: #FF4D4D;
	border-radius: 0.4rem;

	font-size: 0.4rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.8rem;
	text-align: center;
}
.orderdown_item>.top>span a{
	color:#fff
}

.orderdown_item>.top>div div {
	font-size: 0.4rem;
	font-weight: 400;
	color: #222222;
	margin-right: 0.23rem
}

.orderdown_item>.top>div span {
	color: #797979;
}

.orderdown_item>.bom {
	width: 100%;
	height: 1.49rem;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.orderdown_item>.bom>div {
	display: flex;
	width: 2.63rem;
	align-items: center;
	justify-content: flex-end;
}

.orderdown_item>.bom>div div {
	width: 0.53rem;
	height: 0.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.orderdown_item>.bom>div span {
	font-size: 0.37rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #B5B5B5;
	line-height: 60px;
}

.orderdown_item>.bom>div img {
	width: 100%;
	margin-right: 0.24rem
}

/* 弹出框样式 */
.mark,.mark_num {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

.mark_pop {
	width: 6.62rem;
	padding:0.4rem;
	margin:50% auto;
	box-sizing: border-box;
	background: #fff;
	border-radius: 0.13rem;
	position: relative;
}

.mark_img {
	width: 3.13rem;
	height: 2.61rem;
	margin: 0 auto;
	position: absolute;
	top: -1.68rem;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
}

.mark_img img {
	height: 100%;
}

.mark_title {
	width: 100%;
	height: 1.17rem;
	margin-top: 0.97rem;
	/* margin-bottom: 0.62rem; */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.mark_title>div {
	font-size: 0.41rem;
	font-weight: 500;
	color: #040404;
}

.mark_title>p {
	font-size: 0.37rem;
	font-weight: 500;
	color: #8B8B8B;
}

.mark_btn {
	width: 100%;
	height: 0.94rem;
	margin-top: 0.62rem;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.mark_btn>div {
	width: 2.74rem;
	height: 100%;
	background: #ECECEC;
	border-radius: 0.48rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mark_btn .mark_ac {
	background: #FF4D4D;
	color: #fff
}

/* 下单期数样式 */
.total_top{
	width:96%;
	margin:0.3rem auto 0;
	display: flex;
	background: #fff;
	box-sizing: border-box;
	justify-content: space-between;
	padding:0.3rem 0;
}
.total_top >div{
	padding-left:0.2rem;
	display: flex;
	align-items: center;
}
.total_top >div div{
	width:0.69rem;
	height:0.69rem;
	margin-right:0.2rem;

	font-size: 0.4rem;
	font-weight: 400;
	color: #252525;
}
.total_top >div div img{
	width:100%;
	height:100%
}
.total_top >div:last-child{
	width:1.82rem;
	height:0.68rem;
	display: flex;
	justify-content: center;
	border-radius:6rem 0 0 6rem;
	background: #00A9CD;

	font-size: 0.4rem;
	font-weight: 400;
	color: #FFFFFF;
}

/* 数量价钱总计样式 */
.orders{
	width:96%;
	height:2.56rem;
	margin:13px auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	padding:0 0.3rem;
	box-sizing: border-box;
}
.orders >div{
	width:100%;
	height:50%;
	display: flex;
	justify-content: space-between;
	align-items: center;

	font-size: 0.4rem;
	font-weight: 400;
	color: #323233;
}
.orders >div .ac_num{
	color: #FF4D4D;
}
/* 右下角按钮 */
.bom_rightbtn{
	width: 2.08rem;
	height: 0.7rem;
	display: flex;
	position: fixed;
	right:0.4rem;
	bottom: 0.74rem;
	justify-content: center;
	align-items: center;
	background: #FF4D4D;
	border-radius: 0.36rem;

	font-size: 0.37rem;
	font-weight: 400;
	color: #FFFFFF;
}

.order_menu >div a{
	color:#000
}
.empty{
	width: 5.2rem;
	margin: 2.13rem auto;
}