body {
	background: #1f1c1f;
}

/*顶部导航*/
.header {
	position: fixed;
	overflow: hidden;
	top: 0;
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	color: #f3c7a2;
	text-align: center;
    background: linear-gradient(to bottom,#1f1c1f 0,#1f1c1f 100%);
    border-bottom: solid 1px #322920;
	z-index: 100;
}

.header h4.index {
	float: left;
	width: 160px;
	background: url(../images/logo.png) center;
	background-size: 100%;
	text-indent: -300px;
}

.header a {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 26px;
	height: 26px;
	line-height: 26px;
}

.header a.pic {
	left: initial;
	right: 10px;
	background: url(../images/userpic.png) no-repeat center;
	background-size: 90%;
    border: 0.05rem solid #766350;
    border-radius: 100%;
}

.header a.pic img {
	width: 26px;
	height: 26px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	margin-bottom: 10px;
}

.header a.home {
	left: initial;
	right: 10px;
}

.header a.order {
	left: initial;
	right: 50px;
}
.header a.monery {
	left: initial;
    right: 0.6rem;
    color: #e6b98a;
    width: 2.5rem;
    font-size: 16px;
    line-height: 0.65rem;
}
.header a i {
	color: #937960;
	font-size: 26px;
}
/*主容器*/
.main {
	width: 100%;
	height: 100%;
	max-width: 750px;
	margin: 0 auto;
	-webkit-overflow-scrolling: touch;
}

.scroll_box {
	position: relative;
	max-width: 750px;
	margin: 49px auto 0;
	background: #1f1c1f;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

iframe {
	-webkit-overflow-scrolling: touch;
}

/*幻灯片*/
.slide {
	position: relative
}

.slide .bd {
	min-height: 160px;
	background: #FFF url(../images/onLoad.gif) center no-repeat;
}

.slide .bd li {
	display: none;
}

.slide .bd li img {
	width: 100%;
}

.slide .hd {
	position: absolute;
	left: 0;
	bottom: 5px;
	right: 0;
	text-align: center
}

.slide .hd li {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 10px;
	display: inline-block;
	text-indent: -999px;
	background-color: #888;
	overflow: hidden
}

.slide .hd li.on {
	background-color: #ff4000
}

/*公告*/
.m_ann {
	position: relative;
	overflow: hidden;
	width: 96%;
	height: 30px;
	line-height: 30px;
	padding: 0 1%;
	background-color: #fff;
	margin: 5px auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.m_ann i {
	float: left;
	width: 6%;
	font-size: 20px;
	color: #cb0816;
}

.m_ann marquee {
	float: right;
	width: 94%;
}

.m_ann em {
	color: #cb0816;
}

/*功能菜单*/
.min_nav {
	position: relative;
	overflow: hidden;
	height: 50px;
	background-color: #fff;
}

.min_nav a {
	display: block;
	float: left;
	width: 20%;
	height: 50px;
	font-size: 13px;
	text-align: center;
}

.min_nav a i {
	display: block;
	font-size: 22px;
	height: 26px;
}

.min_nav a:hover {
	background-color: #e8e8e8;
}

.min_nav a.n1 {
	color: #f00;
}

.min_nav a.n2 {
	color: #2ea200;
}

.min_nav a.n3 {
	color: #085797;
}

.min_nav a.n4 {
	color: #dc6700;
}

.min_nav a.n5 {
	color: #e41db8;
}

.min_nav a.money {
	color: #cb0816;
}

.min_nav a.money i {
	color: #f3be00;
}
/*游戏菜单*/
.m_nva {
	margin-top: 10px;
	width: 100%;
	height: auto;
}

.m_nva ul {
	position: relative;
	overflow: hidden;
}

.m_nva ul li {
	position: relative;
	overflow: hidden;
	width: 50%;
	float: left;
	margin: 10px 0;
}

.m_nva.two ul li {
	width: 50%;
}

.m_nva ul li a.a, .m_nva ul li a:hover {
	background-color: #fbfbfb;
	color: #cb0816;
}

.m_nva ul li a {
	display: block;
	text-align: center;
	height: 24px;
	padding: 100px 0 0;
	color: #000;
	font-size: 15px;
}

.m_nva ul li a span {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -41px;
	width: 82px;
	height: 82px;
	background: url(../images/index_app.png?2019) center no-repeat;
	background-position: 0px 0px;
	padding: 0;
	text-indent: -200px;
	overflow: hidden;
}

.m_nva ul li a.nav_fantan span {
	background-position: -84px -168px;
}

.m_nva ul li a.nav_game_1 span {
	background-position: -84px 0px;
}

.m_nva ul li a.nav_game_2 span {
	background-position: -168px 0px;
}

.m_nva ul li a.nav_game_3 span {
	background-position: 0px -86px;
}

.m_nva ul li a.nav_game_4 span {
	background-position: -84px -86px;
}

.m_nva ul li a.nav_game_5 span {
	background-position: -168px -86px;
}

.m_nva ul li a.nav_game_6 span {
	background-position: 0px 0px;
}

.m_nva ul li a.nav_game_7 span {
	background-position: -84px 0px;
}

.m_nva ul li a.nav_game_8 span {
	background-position: -168px 0px;
}

.m_nva ul li a.nav_game_9 span {
	background-position: -84px -86px;
}

.m_nva ul li a.nav_game_10 span {
	background-position: -168px -86px;
}

.m_nva ul li a.nav_game_11 span {
	background-position: 0px -258px;
}

.m_nva ul li a.nav_game_12 span {
	background-position: -168px -172px;
}

.m_nva ul li a.nav_rules span {
	background-position: 0px -170px;
}

.m_nva ul li a.nav_app span {
	background-position: -84px -170px;
}

/*开奖结果*/
.main .lottery_box {
	position: relative;
    width: 96%;
    margin: 2% auto;
    margin-bottom: 0;
    border: none;
    -moz-border-radius: initial;
    -webkit-border-radius: initial;
    border-radius: initial;
    background: #dbabd9;
    background-size: 100%;
    /* height: 4.95rem; */
    position: relative;
    border-top-right-radius: 0.3rem;
    border-top-left-radius: 0.3rem;
}

.lottery_box .lottery_top {
	position: relative;
	overflow: hidden;
	border-bottom: solid 1px #e7e7e7;
	/*height: 1.5rem;*/
	height: 2.5rem;
}

.lottery_top .lottery_now {
	float: none;
	padding: 8px;
	color: #000;
	font-size: 14px;
}

.lottery_now #qishu_now {
	float: none;
	width: auto;
	/*height: 0.6rem;*/
	/*line-height: 0.6rem;*/
	height: 1.6rem;
	line-height: 1.6rem;
	font-size: 0.33rem;
	margin-right: 0;
	padding: 0;
	color: #585858;
	text-align: left;
}

.lottery_now #qishu_now i {
	color: #fff;
	font-style: normal;
	font-weight: 600;
    margin-right: 0.05rem;
}

.lottery_now #haoma {
	float: none;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	padding: 3px 0;
	color: #000;
}

.lottery_now #haoma i {
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 13px;
	background-color: #dcdcdc;
	color: #000;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

.lottery_now #haoma i.pk {
	margin: 0 1px;
}

.lottery_now #haoma i.zw {
	background-color: transparent;
	color: #000;
	width: auto;
	text-shadow: none;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
}

.lottery_next #haoma_type {
	height: 20px;
	line-height: 20px;
}

.lottery_next #haoma_type i {
    /* display: inline-block; */
    /* width: 20px; */
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    /* margin: 0 3px; */
    font-style: normal;
    background-color: #e0b356;
    color: #cb0816;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 0 5px;
}

.lottery_next #haoma_type i.s {
	background-color: transparent;
	color: #000;
	width: 16px;
}

.lottery_next #haoma_type i.c {
	color: #ffffff;
    background-color: #e91e63;
    padding: 0 0.1rem;
    margin-left: 3px;
}
.lottery_next #haoma_type i.c.mei{
    background-color: #8948fb;
}
.lottery_next #haoma_type i.c.lan{
    background-color: #ff6398;
}
.lottery_next #haoma_type i.cv {
    color: #ffffff;
    background-color: #2196f3;
    padding: 0 0.1rem;
    margin-left: 3px;
}
.lottery_next #haoma_type i.cv.zhu {
    background-color: #2196f3;

}
.lottery_next #haoma_type i.cv.ju {
    background-color: #ff7d73;

}
.lottery_now #haoma_type i.z {
	background-color: #e0b356;
	color: #ff0000;
	width: 20px;
}

.lottery_next #haoma_type i.zw {
	background-color: transparent;
	color: #000;
	width: auto;
}

.lottery_top .user {
	position: absolute;
	right: 18px;
	top: 5px;
	top: 20px;
}

.lottery_top .user a {
	display: block;
	color: #fff;
	height: 50px;
	font-size: 14px;
}

.lottery_top .user a i {
	display: block;
	text-align: center;
	font-size: 30px;
	color: #ffeb00;
	height: 30px;
	line-height: 30px;
}

.lottery_box .lottery_next {
	width: auto;
    position: relative;
    float: none;
    /* background-color: #ffffff00; */
    color: #ffffff;
    padding: 0 0.4rem;
    height: 30px;
    font-size: 13px;
    letter-spacing: -1px;
}

.lottery_next #qishu_next {
	display: inline-block;
	font-size: 15px;
}

.lottery_next #qishu_next i {
	color: #fff;
	font-style: normal;
    font-size: 0.33rem;
    font-weight: 600;
}

.lottery_next #time {
	display: inline-block;
	color: #585858;
}

.lottery_next #time i {
	display: inline-block;
	font-style: normal;
	margin-right: 6px;
	font-size: 14px;
	padding: 0 8px;
	color: #fff;
	background: linear-gradient( to right, #ff7a8d 0%, #ff4d67 100%);
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 5px;
}

.lottery_next a.more {
	position: absolute;
    right: 12px;
    top: 2px;
    width: 8px;
    height: 8px;
    border: solid #ffffff;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
}

.lottery_next a.more.a {
	top: 14px;
	border-width: 0 0 2px 2px;
}

.lottery_next a.go_more {
	position: absolute;
	right: 30px;
	top: 0;
	color: #ffffff;
}

.val_box {
	position: relative;
	overflow: hidden;
	padding: 2px 5px;
	font-size: 12px;
	display: none;
}

.val_box i {
	font-style: normal;
	margin: 0 1px;
	background-color: #dcdcdc;
	display: inline-block;
	width: 12px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	color: #000;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}

.val_box i.s1 {
	color: red;
}

.val_box i.s2 {
	color: yellow;
}

.val_box i.s3 {
	color: blue;
}

.val_box i.s4 {
	color: green;
}

.val_box em {
	color: #999;
}

/*开奖记录阅览*/
.lottery_box .haoma_box {
    display: none;
    position: absolute;
    width: 96%;
    padding: 2%;
    background-color: #fffefe;
    color: #585858;
    z-index: 101;
}

.haoma_box h5 {
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #e0b356;
	background-color: #483224;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.haoma_box ul{
	    border: solid 1px #ffc3cb;
}

.haoma_box ul li {
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	margin: 0 2%;
    border-bottom: solid 1px #cdcdcd;
}

.haoma_box li span {
	color: #e6d756;
}
.haoma_box ul li span em:nth-of-type(1){
    margin-left: 0.8rem;
}
.haoma_box ul li span i:nth-of-type(1){
    margin-left: 0.8rem;
}
.haoma_box li span i, .haoma_box li span em {
	font-style: normal;
    margin: 0 1px;
    background-color: #f04c46;
    display: inline-block;
    /*width: 18px;*/
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    margin-left: 6px;
    padding: 0 5px;
    
}

.haoma_box li span em {
    margin-left: 10px;
    background-color: #189f92;
    color: #ffffff;
    /*width: 0.5rem;*/
    border-radius: 15px !important;
    min-width: 1.0rem;
}
.haoma_box li span em.mei{
    background-color: #8948fb;
}
.haoma_box li span em.lan{
    background-color: #ff6398;
}
.haoma_box li span em.ju{
    background-color: #ff7d73;
}
.haoma_box li span em.zhu{
    background-color: #2196f3;
}
.haoma_box li.fan span em {
	width: 36px;
}

.haoma_box a.more {
    display: block;
    width: 1.5rem;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    margin: 10px auto 0;
    background: linear-gradient( to right, #ff7a8d 0%, #ff4d67 100%);
    color: #fff;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 0.3rem;
    font-size: 0.3rem;
}
/*聊天室*/
.chat_box {
	overflow-y: auto;
	background-color: #fff;
}

.chat_box ul li {
	position: relative;
	overflow: hidden;
	padding: 10px 20px;
}

.chat_box ul li h5 {
	position: absolute;
	right: 20px;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	width: 80px;
	background-color: #f7f7f7;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}

.chat_box ul li.system {
	text-align: center;
}

.chat_box ul li.system h5 {
	display: inline-block;
	position: relative;
	right: 0;
	width: auto;
	height: 36px;
	line-height: 36px;
	margin: 0 auto;
	padding: 0 15px;
	font-size: 15px;
	background-color: #f7f7f7;
	color: #483224;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
}

.chat_box ul li.system h5 i {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/y.png) center center no-repeat;
	vertical-align: middle;
}

.chat_box ul li.system h5 i.n {
	background: url(../images/n.png) center center no-repeat;
}

.chat_box ul li h4 {
	font-size: 13px;
	font-weight: 400;
}

.chat_box ul li img {
	width: 46px;
	height: 46px;
	float: left;
	margin-right: 10px;
	background-color: #f7f7f7;
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
	border-radius: 23px;
}

.chat_box ul li .msg {
	overflow: hidden;
	background: linear-gradient( to right, #ffbeba 0%, #ffdad7 100%);
	padding: 5px 10px;
	margin-left: 64px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}

.chat_box ul li .msg:after {
	position: absolute;
	top: 42px;
	left: 74px;
	background-color: #fff;
	content: ' ';
	width: 0;
	height: 0;
	border-top: 1px solid transparent;
	border-right: 10px solid #ffbeba;
	border-bottom: 10px solid transparent;
}

.chat_box ul li .msg span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #363636;
}

.chat_box ul li .msg span.qishu {
	width: 100px;
}

.chat_box ul li .msg span.money {
	font-size: 20px;
}

.chat_box ul li .msg span.wanfa {
	font-size: 20px;
	float: right;
}

/*会员*/
.user_box .form_div img.pic {
	display: block;
	cursor: pointer;
	width: 60px;
	height: 60px;
	margin: 30px auto;
	background-color: #e4e4e4;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}

.user_box .defaultpic {
	display: block;
	margin: 0 auto;
	width: 270px;
	overflow: hidden;
}

.user_box .defaultpic h6 {
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.user_box .defaultpic img {
	display: block;
	float: left;
	border: solid 2px #FFF;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

.user_box .defaultpic img:hover, .user_box .defaultpic img.a {
	border: solid 2px #FF6464;
}

.user_box {
	position: relative;
	width: 90%;
	margin: 0;
	padding: 5%;
	color: #666;
}

.user_box .user_pic {
	margin-bottom: 20px;
}

.user_box .user_pic img {
	display: block;
	width: 100px;
	margin: 10px auto;
	background-color: #e4e4e4;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

.user_box .user_pic h4 {
	color: #000;
	text-align: center;
}

.user_box .user_nav {
	position: relative;
	overflow: hidden;
}

.user_box .user_nav a {
	display: block;
	height: 40px;
	line-height: 40px;
	border: 1px solid #766350;
    background: linear-gradient(120deg,#212121,#313131);
	color: #ebebeb;
	margin: 10px 0;
	padding: 0 10px;
	font-size: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.user_box .user_nav :hover {
	background-color: #e8e8e8;
}

.user_box .user_nav a i {
	font-size: 24px;
	margin-right: 10px;
	color: #f3c7a2;
	vertical-align: middle;
}

.user_box .user_btn {
	border-top: 1px solid #cb0816;
	margin: 10px 0;
}

.user_box .user_btn a {
	display: block;
	background: #cb0816;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	color: #FFF;
	font-size: 16px;
	margin: 10px auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.user_box .pay_ewm {
	text-align: center;
}

.user_box .pay_ewm p {
	width: 90%;
	margin: 10px 5%;
	font-size: 14px;
	background-color: #f60;
	color: #fff;
	line-height: 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.user_box .pay_ewm p.payid {
	color: #000;
	background-color: transparent;
	font-size: 16px;
}

.user_box .pay_ewm p.payid em {
	color: #cb0816;
	font-weight: 700;
}

.user_box .pay_ewm .ewm {
	margin: 30px auto 15px;
	width: 86%;
	height: 200px;
}

.user_box .pay_ewm .ewm li {
	display: none;
	height: 200px;
}

.user_box .pay_ewm .ewm li.a {
	display: block;
}

.user_box .pay_ewm .ewm img {
	width: 200px;
	height: 200px;
}

.user_box .pay_ewm .ewm li div {
	text-align: left;
	line-height: 24px;
	font-size: 16px;
}

.user_box .pay_ewm .btn {
	position: relative;
	overflow: hidden;
	margin: 10px 0;
}

.user_box .pay_ewm .btn a {
	display: inline-block;
	width: 26%;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	margin: 0 2%;
	font-size: 13px;
}

.user_box .pay_ewm .btn a.a {
	background-color: #cb0816;
	color: #fff;
}

/*游戏框架*/
.main .game_box {
	position: relative;
	overflow-y: auto;
	display: none;
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}

.game_box_shade {
	position: fixed;
	top: 4.6rem;
	left: 0;
	/*z-index: 100;*/
	background-color: #000;
	width: 100%;
	height: 100%;
	filter: alpha(opacity:20);
	opacity: 0.2;
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
}

/*番摊*/
.game_box .game {
	position: relative;
	padding-bottom: 145px;
	height: 381px;
	border-left: solid 1px #fff;
	border-top: solid 1px #fff;
}

.game a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	width: 62px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	background-color: #077140;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

.game a:hover {
	background-color: rgba(255, 255, 255, 0.4) !important;
}

.game a.a {
	background-color: #fff !important;
	color: #333 !important;
}

.game a i {
	font-style: normal;
}

.game a em {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	line-height: 20px;
	font-size: 12px;
	font-weight: 400;
	color: #ff6600;
	font-style: normal;
}

.game a.a em {
	color: #333 !important;
}

.game div {
	overflow: hidden;
}

.game .line_center {
	position: relative;
}

.game .line_center div {
	float: left;
}

.game .line_3, .game .line_5 {
	width: 63px;
}

.game .line_4 {
	width: 63px;
	height: 228px;
	position: relative;
	overflow: hidden;
}

.game .line_1 a, .game .line_7 a {
	float: left;
}

.game .line_4 a {
	height: 56px;
	line-height: 56px;
}

.game a.C_Z1, .game a.C_Z2, .game a.C_Z3, .game a.C_Z4 {
	background-color: #927402;
}

.game a.C_12J, .game a.C_23J, .game a.C_34J, .game a.C_41J {
	background-color: #470283;
}

.game a.C_1L2, .game a.C_2L3, .game a.C_3L4, .game a.C_4L1, .game a.C_1L4, .game a.C_2L1, .game a.C_3L2, .game a.C_4L3 {
	background-color: #04707d;
}

.game a.C_D, .game a.C_S {
	background-color: #903834;
}

/*普通玩法*/
.game_box .games {
	position: relative;
	overflow: hidden;
	margin-bottom: 140px;
	border-bottom: solid 1px #2c3038;
}

.games .title {
	position: fixed;
	width: 20%;
	max-width: 145px;
}

.games .title a {
	display: block;
	text-align: center;
	line-height: 50px;
	background-color: #f7f7f7;
	border-top: solid 1px #cdcdcd;
}

.games .title a.a {
	background-color: #f60;
	color: #fff;
}

.games .line_box {
	border: 1px solid #766350;
    background: linear-gradient(120deg,#212121,#313131);
    padding: 0 0.05rem;
    padding-top: 0.2rem;
    margin: 0.18rem 0.15rem;
    border-radius: 0.2rem;
}

.line_box .line {
	display: none;
}

.line_box .line.a {
	display: block;
}

.line_box .line h4 {
	text-align: center;
    color: #e6b98a;
    line-height: 30px;
    padding: 0 0.45rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 0.32rem;
    background: linear-gradient(120deg,#212121,#313131)!important;
}
.line_box .line h4:before {
    content: '';
    display: inline-block;
    width: 0.08rem;
    height: 0.28rem;
    position: absolute;
    background: linear-gradient( to right, #ff7a8d 0%, #ff4d67 100%);
    left: 0.23rem;
    top: 0.21rem;
}
.line_box .line .tab {
	position: relative;
	overflow: hidden;
	line-height: 36px;
    display: flex;
    width: 96%;
    margin: 0 2%;
}

.line_box .line .tab a {
	position: relative;
	overflow: hidden;
	display: block;
	float: left;
	width: 33.3333%;
	text-align: center;
	color: #000;
	background-color: #fff;
	/*border-right: solid 1px #dedede;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    border-radius: 5px;
}

.line_box .line .tab a i {
	display: inline-block;
	font-style: normal;
	float: left;
    color: #ffffff;
    font-weight: bolder;
	font-size: 0.36rem;
    letter-spacing: -1px;
}
.line_box .line .tab a.a i {
    color: #f3c7a2;
}

.line_box .line .tab a i.m {
	width: 20px;
}

.line_box .line .tab a em, .line_box .line .tab a o {
	display: inline-block;
	font-style: normal;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	color: #ff3737;
}

.line_box .line .tab a o {
	color: #000;
	margin-right: 3px;
}


.line_box .line .tab a.a {
	background-color: #212121 !important;
    color: #f3c7a2 !important;
    /*border: solid 2px #ff4d67;*/
    background: url(/images/ico_yes.png) 100% 100% no-repeat;
    background-size: 1.5em auto;
    border: 2px solid #766350;
    /*background-color: linear-gradient(120deg,#212121,#313131)!important;;*/
}

.line_box .line .tab a.a em {
	color: #fff;
}

.line_box .line .tab.n2 a {
	width: 50%;
	display: flex;
    align-items: center;
    justify-content: space-around;
    /*flex-direction: column;*/
    margin: 2% 2%;
    height: 1.8rem;
    padding: 0 5px;
}

.line_box .line .tab.n2 a i {
	width: 100%;
}

.line_box .line .tab.num a i {
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	margin: 6px;
	font-weight: 700;
	background-color: #dedede;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

.line_box .line .tab.num a.hb i {
	color: #fff;
	background-color: #cb0816;
}

.line_box .line .tab.num a.lvb i {
	color: #fff;
	background-color: #2fcb08;
}

.line_box .line .tab.num a.lb i {
	color: #fff;
	background-color: #0856cb;
}

.line_box .line .tab.num a.a i {
	background-color: #fff;
	color: #000;
}

.line_box .line .tab.n2.num a i {
	margin-left: 30px;
}

/*快捷投注*/
.send_box {
    display: none;
    position: fixed;
    bottom: 0.1rem;
    width: 94%;
    max-width: 692px;
    border: 1px solid #766350;
    background: linear-gradient(120deg,#212121,#313131);
    color: #ffffff;
    padding: 0.1rem 2% 1.2rem;
    -moz-border-radius: 12px 12px 0 0;
    -webkit-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
    margin: 0 0.8%;
}

.send_box a.hide {
	display: block;
	position: absolute;
	top: 5px;
	right: 10px;
	width: 10px;
	height: 10px;
	border: solid #766350;
	border-width: 1px 1px 0 0;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	-ms-transform: rotate(135deg);
}


/*.send_box h5 {*/
/*	position: absolute;*/
/*    width: 160px;*/
/*    top: -10px;*/
/*    left: 50%;*/
/*    margin-left: -80px;*/
/*    font-weight: 400;*/
/*    text-align: center;*/
/*    color: #585858;*/
/*    background-color: #fbfafa;*/
/*    line-height: 24px;*/
/*    padding: 0 8px;*/
/*    -moz-border-radius: 12px;*/
/*    -webkit-border-radius: 12px;*/
/*    border-radius: 12px;*/
/*    border: solid 1px #e9e9e9;*/
/*}*/

.send_box h5 {
	    text-align: center;
    color: #f3c7a2;
    line-height: 30px;
    background: linear-gradient(120deg,#212121,#313131)!important;
    padding: 0 0.45rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 0.32rem;
}
.send_box h5:before {
    content: '';
    display: inline-block;
    width: 0.08rem;
    height: 0.28rem;
    position: absolute;
    background: linear-gradient( to right, #ff7a8d 0%, #ff4d67 100%);
    left: 0.23rem;
    top: 0.21rem;
}


.send_box .fast_li {
	margin: 0 0 10px;
	text-align: center;
}

.send_box .fast_li a {
	display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 1px;
    /*background: linear-gradient( to right, #ff7a8d 0%, #ff4d67 100%);*/
    text-align: center;
    color: #e6b98a;
    font-size: 14px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 0.15rem;
    border: 1px solid #766350;
}

.send_box .btn_li {
	text-align: center;
	line-height: 30px;
}

.send_box .btn_li span {
	font-size: 14px;
    color: #c5c5c5;
}
.send_box .toupiao{
    text-align: center;
    line-height: 30px;
    margin-top: 0.2rem;
}
.send_box .tpbtn{
    display: block;
    color: #4a4947;
    width: 80%;
    height: 38px;
    margin: 4px auto;
    line-height: 38px;
    font-size: 0.35rem;
    border: solid 1px #efcba7;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    border-radius: 0.12rem;
    background: linear-gradient(180deg,#efcba7,#dcab76);
}

.send_box .btn_li input {
	height: 30px;
	border: none;
	width: 3rem;
	padding: 0 8px;
	vertical-align: bottom;
	outline: none;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
    border: 1px solid #766350;
    background: linear-gradient(120deg,#212121,#313131);
}

.send_box .btn_li a {
	display: inline-block;
	color: #fff;
	padding: 0 18px;
	background-color: #ff4d67;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.send_box .btn_li a.cancel {
	background-color: #929292;
    padding: 0 12px;
    color: #443f31;
}

.game_box a.rules {
	position: fixed;
	bottom: 50px;
	left: 5px;
	z-index: 101;
	display: block;
	width: 16px;
	height: 56px;
	line-height: 14px;
	padding: 5px 0;
	background-color: #09a65d;
	text-align: center;
	color: #fff;
	font-size: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

/*登录注册*/
.main .login_box, .main .reg_box {
	position: relative;
	width: 90%;
	margin: 5%;
}

.login_box .form_div li .inputxt.name {
	padding-left: 30px;
	background: #FFF url(../images/user.png) no-repeat 6px 10px;
}

.login_box .form_div li .inputxt.pwd {
	padding-left: 30px;
	background: #FFF url(../images/pwd.png) no-repeat 6px 10px;
}

.login_box .form_div li .inputxt.yzm {
	padding-left: 30px;
	background: #FFF url(../images/yzm.png) no-repeat 6px 10px;
}

.login_box .submit a.pwd {
	position: absolute;
	right: 0;
	bottom: 0;
}

/*表单按钮全局*/
.form_div ul li {
	margin-bottom: 15px;
	position: relative;
}

.form_div li .inputxt {
	display: block;
	width: 100%;
	height: 42px;
	line-height: 42px;
	padding-left: 10px;
	border: 1px solid #766350;
    background: linear-gradient(120deg,#212121,#313131);
	line-height: 36px;
	font-size: 14px;
	border: none;
	color: #f3c7a2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,.1) inset;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,.1) inset;
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,.1) inset;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #766350;
}

.form_div input.radio, .form_div input.checkbox {
	height: 18px;
	width: 18px;
}

.form_div li span.title {
	margin-left: 0px;
	color: #ededed;
	font-size: 14px;
}

.form_div li strong {
	display: inline-block;
	line-height: 22px;
}

.form_div .input-text {
	height: 36px;
	padding-left: 10px;
	background: #fff;
	line-height: 36px;
	font-size: 14px;
	border: 1px solid #dadada;
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,.1) inset;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,.1) inset;
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,.1) inset;
	color: #444;
	width: 200px;
}

.form_div input.date {
	background: #FFF url(../images/input_date.png) no-repeat right 10px;
}

.form_div .button {
	*margin-left: -3px;
	width: 160px;
	height: 38px;
	line-height: 38px;
	font-size: 12px;
	color: #666;
	text-align: center;
	border: solid 1px #DADADA;
	background: #F0F0F0;
	vertical-align: middle;
	cursor: pointer;
}

.form_div .button:hover {
	border: solid 1px #002CFF;
	background: #647FFF;
	color: #FFF;
}

.form_div .code {
	display: block;
	position: absolute;
	right: 2px;
	top: 4px;
	width: 84px;
	height: 34px;
	padding-left: 6px;
	border-left: 1px solid #585858;
	z-index: 999;
}

/*提交按钮*/
.submit {
	overflow: hidden;
	position: relative;
	padding-top: 20px;
	border-top: 1px solid #766350;
}

.submit a {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 600;
}

.submit input {
	background: linear-gradient(#fde3ca,#e7b486);
    width: 100%;
    height: 40px;
    display: inline-block;
    border: none;
    cursor: pointer;
    color: #68302c;
    font-size: .32rem;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 2rem;
    margin: 0 auto;
    font-weight: bold;
}

.submit input:hover {
	background: linear-gradient(#e7c29d,#b17744);
}

.form_div .tp-btn {
	display: block;
	position: absolute;
	right: 6px;
	top: 6px;
	width: 52px;
	height: 32px;
	z-index: 999;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.form_div .tp-btn.btn-off, .form_div .tp-btn.btn-on {
	background: url(../images/pw.png);
	background-position: 0px 0px;
	background-size: 100%;
}

.form_div .tp-btn.btn-on {
	background-position: 0px -35px;
}

.form_div li strong {
	display: block;
	text-align: center;
	margin-top: 10px;
}

/*底部提示信息*/
.tps {
	position: relative;
	width: 90%;
	padding: 5%;
	color: #c1c1c1;
	background: #2e2e2e;
	line-height: 24px;
}

.tps h4 {
	font-size: 14px;
}

.tps p {
	font-size: 14px;
}

/*列表通用*/
.table {
	position: relative;
	overflow: hidden;
}

.table .load {
	position: absolute;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	display: inline-block;
	top: 9px;
	right: 0px;
	background: #1e2129;
    color: #ffffff;
	font-weight: 400;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.table .hd {
	background: #fffefe;
	padding: 10px 8px;
	border: 1px solid #766350;
    background: linear-gradient(120deg,#212121,#313131);
}

.table .hd a.search {
	position: absolute;
	right: 10px;
	top: 12px;
	width: 10px;
	height: 10px;
	border: solid #937c65;
	border-width: 2px 2px 0 0;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	-ms-transform: rotate(135deg);
}

.table .hd a.search.a {
	top: 16px;
	border-width: 0 0 2px 2px;
}

.table .title {
	position: relative;
	display: none;
	text-align: center;
	line-height: 40px;
	color: #eed57b;
	font-size: 14px;
}

.title .input-text {
	min-width: 100px;
	height: 18px;
	padding: 2px 2px 2px 5px;
	border: 1px solid #BDBDBD;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.title .date {
	background: #fffefe url(../images/input_date.png) no-repeat right 3px;
	padding-right: 2px;
}

.title button {
	vertical-align: middle;
	padding: 0 8px;
	border: 1px solid #2c3038;
	height: 24px;
    background: linear-gradient(90deg,#efcba7,#dcab76);
	color: #FFF;
	outline: none;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.table .list {
	padding: 10px;
}

.table .list .onload {
	background: url(../images/onLoad.gif) no-repeat center;
	width: 100%;
	height: 200px;
}

.table .list .no-data {
	text-align: center;
	line-height: 200px;
	color: #999;
	font-size: 14px;
}

.table .list ul {
	line-height: 30px;
    font-size: 13px;
    padding: 5px 10px;
    overflow: hidden;
    border: 1px solid #766350;
    background: linear-gradient(120deg,#212121,#313131);
    border-radius: 7px;
    margin-bottom: 10px;
}

.table .list ul:hover {
	background: #ffe2c1;
}

.table .list ul li {
	height: 30px;
	text-align: center;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.table .list ul li a {
	color: #F60;
}

.table .list ul li a:hover {
	color: #F00;
}

.table ul li.w50 {
	float: left;
	width: 50%;
}

.table ul li.w30 {
	float: left;
	width: 30%;
}

.table ul li.w33 {
	float: left;
	width: 33.33%;
}

.table ul li.w70 {
	float: left;
	width: 70%;
}

.table ul li.tl {
	text-align: left;
}

.table ul li.tr {
	text-align: right;
}

.table ul li.qishu {
	font-size: 13px;
	color: #f3c7a2;
	/*font-weight: 700;*/
}

.table ul li.hm_list {
	width: 100%;
	text-align: left;
}

.table ul li.line {
	width: 100%;
	text-align: left;
	height: 20px;
	line-height: 20px;
}

.table ul li.state {
	font-size: 14px;
}

.table ul li.time {
	color: #999;
}

.table ul li.val {
	font-size: 16px;
}

.table ul li.f12 {
	font-size: 12px;
}

.table ul li.msg {
	text-align: left;
	color: #999;
	width: 100%;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.table ul:hover li.msg {
	height: auto;
	white-space: initial;
	text-overflow: initial;
}

.table ul li.btn {
	text-align: right;
	width: 100%;
}

.table ul li.btn a {
	font-size: 14px;
	margin-left: 8px;
}

/*我的注单*/
.order .count {
	position: relative;
	height: 24px;
	line-height: 24px;
	padding: 0 5px;
	color: #333;
	font-size: 12px;
	background: #F5F5F5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.order .count.all {
	display: inline-block;
	background: #FFEE6E;
}

.order .count span {
	margin-right: 10px;
}

.order .count span.shu {
	color: green;
}

.order .count span.ying {
	color: red;
}

.order .count span.ruzhang {
	color: black;
}

.order .count.xiaoji {
	background: #fff;
	text-align: center;
	-moz-border-radius: initial;
	-webkit-border-radius: initial;
	border-radius: initial;
}

/*开奖号码公用*/
.hm_list i {
	display: inline-block;
	width: 23px;
	height: 21px;
	line-height: 21px;
	margin: 0 2px;
	text-align: center;
	font-weight: 700;
	text-shadow: #000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
	-webkit-text-shadow: #000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
	-moz-text-shadow: #000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
	*filter: Glow(color=#000, strength=1);
	-moz-border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	border-radius: 2px !important;
	font-style: normal;
}

.hm_list i.no {
	text-shadow: none;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
}

.hm_list i.c1 {
	background: #FFE11E !important;
	color: #FFF !important;
}

.hm_list i.c2 {
	background: #53B3E4 !important;
	color: #FFF !important;
}

.hm_list i.c3 {
	background: #4F5353 !important;
	color: #FFF !important;
}

.hm_list i.c4 {
	background: #F2932C !important;
	color: #FFF !important;
}

.hm_list i.c5 {
	background: #4DF4BB !important;
	color: #FFF !important;
}

.hm_list i.c6 {
	background: #636FD0 !important;
	color: #FFF !important;
}

.hm_list i.c7 {
	background: #BFBFBF !important;
	color: #FFF !important;
}

.hm_list i.c8 {
	background: #F46B71 !important;
	color: #FFF !important;
}

.hm_list i.c9 {
	background: #E51B27 !important;
	color: #FFF !important;
}

.hm_list i.c10 {
	background: #50E948 !important;
	color: #FFF !important;
}

.hm_list i.blue, .hm_list i.orange {
	background: url(../images/lottery/ball.png) no-repeat center;
	background-color: transparent !important;
	width: 24px;
	height: 24px;
	color: #000;
	-moz-border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	border-radius: 50% !important;
	text-shadow: none;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
}

.hm_list i.orange {
	background: url(../images/lottery/fall.png) no-repeat center;
}

.hm_list i.dxd, .hm_list i.dsd, .hm_list i.dxx, .hm_list i.dss {
	color: #FFF;
	text-shadow: none;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	font-weight: 400;
}

.hm_list i.dxd, .hm_list i.dss {
	background: #e0b356 !important;
}

.hm_list i.dxx, .hm_list i.dsd {
	background: #755542 !important;
}

/*开奖列表*/
.table .hd .sethaoma a {
	display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
	color: #333333;
	font-weight: 400;
	font-size: 15px;
	margin: 0 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    padding: 0 5px;
}

.table .hd .sethaoma a.a, .table .hd .sethaoma a:hover {
    background: linear-gradient( to right, #ff7a8d 0%, #ff4d67 100%);
	color: #ffffff;
}

.haoma .list ul li span {
	display: inline-block;
	width: 70px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	margin: 0 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
    padding: 0 5px;
}

.haoma span.dxd, .haoma span.dss {
	background: #2196f3;
	color: #FFF;
}
.haoma span.dxd, .haoma span.dss.ju{
    background: #ff7d73;
}
.haoma span.dxd, .haoma span.dxd.mei{
    background: #8948fb;
}
.haoma span.dxd, .haoma span.dxx.lan{
    background: #ff6398;
}
.haoma span.dxd, .haoma span.dsd.zhu{
    background: #2196f3;
}
.haoma span.dxx, .haoma span.dsd {
	background: #e91e63;
	color: #FFF;
}

.haoma span.he {
	background: #E6E6E6;
	color: #333;
}

.haoma .list ul li span.he {
	/*width: 60px;*/
}

.haoma span.zhi {
	background: #ff6600;
	color: #fff;
}

.haoma .list ul li span.zhi {
	width: 40px;
}

.haoma span.lhl {
	background: #FF6464;
	color: #FFF;
}

.haoma span.lhh {
	background: #333C59;
	color: #FFF;
}

.haoma span.lhhe {
	background: #9C9C9C;
	color: #FFF;
}

/*规则*/
.rules {
	position: relative;
}

.rules .title {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border-bottom: solid 1px #cb0816;
	text-align: center;
	margin: 10px;
}

.rules .msg {
	padding: 10px;
	font-size: 14px;
}

.rules .msg h5 {
	line-height: 40px;
}

.rules .msg p {
	padding: 5px 20px;
}

.rules .msg p span {
	color: #cb0816;
}

.rules .msg div {
	margin-left: 30px;
}

/*客户端下载*/
.main .app_box {
	position: relative;
	overflow: hidden;
	margin: 10px auto;
}

.app_box h4 {
	margin: 20px auto;
	text-align: center;
	color: #cb0816;
}

.app_box .signup {
	margin: 45px 0 40px 0;
	display: block;
}

.signup .form {
	padding-top: 10px;
	margin: 0 20px;
}

.signup .form .logo {
	width: 200px;
	height: 200px;
	margin: 5px auto;
	background: url(../images/ewm.png) no-repeat;
}

.signup .form .link {
	text-align: center;
	overflow: hidden;
	height: auto;
	border-top: solid 1px #cb0816;
	margin-top: 20px;
}

.signup .form .link .btn {
	line-height: 30px;
	margin: 20px 0;
}

.signup .form .link .btn a {
	padding: 5px 0;
	margin: 0 2%;
	display: inline-block;
	background: #cb0816;
	color: #fff;
	width: 32%;
	height: 30px;
	font-size: 14px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.signup .form .link .btn.pc a {
	background: #f60;
	color: #fff;
	font-size: 16px;
	width: 68%;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.signup .form .link .m {
	display: none;
	padding: 3px 8px;
	font-size: 12px;
	background: #eaeaea;
	color: #000;
	line-height: 20px;
	text-align: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/*分页标准*/
#pages {
	width: auto;
	height: 24px;
	margin: 0 auto;
	padding: 10px;
	color: #e0b356;
	text-align: right;
}

#pages a {
	display: inline-block;
	width: 26px;
	height: 22px;
	line-height: 22px;
	background: #e0b356;
	border: 1px solid #e0b356;
	text-align: center;
	color: #333
}

#pages a.a1 {
	background: #e0b356;
	width: 56px;
}

#pages a:hover {
	background: #755542;
	border: 1px solid #e0b356;
	color: #FFF;
	text-decoration: none;
}

#pages span {
	display: inline-block;
	width: 26px;
	height: 22px;
	line-height: 22px;
	background: #755542;
	border: 1px solid #e91e63;
	color: #fff;
	text-align: center;
}

/*尾部*/
.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	overflow: hidden;
	height: 48px;
	text-align: center;
	background-color: #fff;
	border-top: solid 1px #cdcdcd;
}

.footer a.game_btn {
	display: block;
	color: #fff;
	width: 80%;
	height: 38px;
	margin: 4px auto;
	line-height: 38px;
	font-size: 15px;
	background: linear-gradient(to bottom,#FB2F38 0,#DD1C30 100%);
	border: solid 1px #f60;
	-moz-border-radius: 19px;
	-webkit-border-radius: 19px;
	border-radius: 19px;
}

.footer a.game_btn.a {
	color: #fff;
    background: linear-gradient(to bottom,#FB2F38 0,#DD1C30 100%);
	border: solid 1px #cb0816;
}

/*尾部菜单*/
.footer.menu {
	max-width: 750px;
	margin: 0 auto;
	height: 60px;
	border-top: solid 1px #ea545f;
}

.footer a.foot_btn {
	position: relative;
	display: block;
	float: left;
	color: #ffdada;
	width: 25%;
	height: 30px;
	line-height: 30px;
	padding-top: 30px;
	font-size: 15px;
	background-color: #cb0816;
}

.footer a.foot_btn.a, .footer a.foot_btn:hover {
	background-color: #f60;
	color: #fff;
}

.footer a.foot_btn i {
	position: absolute;
	display: block;
	width: 100%;
	top: 5px;
	font-size: 24px;
}

/*悬浮加载层*/
.load_tps {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20000002;
	background: #fff url(../images/loading.gif) center center no-repeat;
	width: 100%;
	height: 100%;
	padding-top: 0;
	text-align: center;
}
input[type=text]:focus{
    outline: none;    
    border: 1px solid #e6b98a;
}
input[type=password]:focus{
    outline: none;  
    border: 1px solid #e6b98a; 
}


/*game new*/
.room-box  {
    padding: 0.5rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.room-box .room-bd{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}
.room-box .room-bd h4 {
    font-weight: 400;
    font-size: 0.32rem;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    word-wrap: break-word;
    word-break: break-all;
    color: #ffffff;
    padding-bottom: 5px;
}
.room-box .room-bd em {
    
    color: #ffffff;
    font-size: 0.32rem;
    line-height: 1.3;
    display: inline-block;
}

.room-box .room-bd  i {
   color: #ffffff;
    font-size: 0.45rem;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align: left;
    font-style: normal;
    font-weight: 600;
    display: inline-block;

        vertical-align: middle;
}
.room-box .room-bd h2 i {
   color: #ffffff;
    font-size: 0.32rem;
    line-height: 1.2;
    font-weight: 600;
    border: 0.01rem solid #ffffff;
    padding: 0.02rem 0.05rem;
    display: inline-block;
    font-style: normal;
    margin-right: 6px;
    padding: 0 8px;
    border-radius: 5px;
}
.room-box .room-bd-sign {
    display: block;
    color: #ffffff;
    /* border-radius: 20px 0 0 20px; */
    padding: 9px 22px;
    /* background: #356ccc; */
    position: absolute;
    right: 0;
    margin-top: -1.2rem;
    font-size: 14px;
    letter-spacing: -1px;
}
.room-box .room-bd-sign:after {
    content: " ";
    display: inline-block;
    height: 8px;
    width: 8px;
    border-width: 2px 2px 0 0;
    border-color: #ffffff;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: relative;
    top: -2px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 9px;
    border-radius: 1px;
}
.room-grids {
    bottom: 0;
    position: initial;
    overflow: hidden;
    text-align: center;
    background: #ffffff;
    border-bottom-right-radius: 0.6rem;
    border-bottom-left-radius: 0.6rem;
    width: 96%;
    margin: auto;
    margin-left: 2%;
}
.room-grids-item {
    position: relative;
    float: left;
    padding: 12px 10px 12px 10px;
    width: 50%;
    box-sizing: border-box;
    color: #333333;
}
.room-grids-item-line:after {
    width: 1px;
    height: 28px;
    background: #bbd4ff;
    content: " ";
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 0;
}