.digitalGame{
	padding: 10px 0 43px;
}
.digitalGame .box1 .box-t{
	border: 1px solid #F7D690;
}
.digitalGame .box1 .box-t .item{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 10px;
}
.digitalGame .box1 .box-t .item:not(:last-child){
	border-bottom: 1px solid rgba(247, 214, 144, 1);
}
.digitalGame .box1 .box-t .item a{
	position: relative;
	background: #FFFFFF;
	border-radius: 5px;
	border: 2px solid #FF6A12;
	min-width: 98px;
	line-height: 36px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #EE4401;
	text-align: center;
	transition: all .6s;
}
.digitalGame .box1 .box-t .item a span{
	position: relative;
	z-index: 3;
}
.digitalGame .box1 .box-t .item a:not(.active):hover{
	opacity: .5;
}
.digitalGame .box1 .box-t .item a.active{
	background-color: rgba(255, 106, 18, 1) !important;
	color: #fff;
}

.digitalGame .box1 .box-t .item.item2 a{
	line-height: 26px;
	background-color: rgba(245, 170, 66, 1);
	color: #fff;
	border-color: rgba(243, 151, 25, 1);
}
.digitalGame .box1 .box-t .item a.active::before{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 50%;
	background: linear-gradient(0deg, #ED4301 0%, #F65D15 100%) !important;
}
.digitalGame .box1 .box-t .item.item2 a::before{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 50%;
	background: linear-gradient(0deg, #F39719 0%, #F49B21 100%);
}
.digitalGame .box1 .box-t .item a.buyMoveBtn{
	border-color: rgba(85, 173, 128, 1);
	background: rgba(102, 204, 153, 1) !important;
	color: #fff;
}
.digitalGame .box1 .box-t .item a.buyMoveBtn.active::before,
.digitalGame .box1 .box-t .item a.buyMoveBtn::before{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 50%;
	background: linear-gradient(0deg, #52A87D 0%, #58B486 100%) !important;; 
}
.digitalGame .box1 .box-t .item a.buyMoveBtn:hover{
	opacity: .8;
}
.digitalGame .box1 .box-c{
	margin-top: 11px;
}
.digitalGame .box1 .box-c-t{
	display: flex;
	background: url(/Content/v2/v3/img/bg-1.png);
	background-size: cover;
}
.digitalGame .box1 .box-c-t-r .list li:not(:last-child),
.digitalGame .box1 .box-c-t>div:not(:last-child){
	border-right: 1px solid rgba(247, 214, 144, 1);
}
.digitalGame .box1 .box-c-t-l{
	width: 148px;
}
.digitalGame .box1 .box-c-t-l .name{
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 21px;
	color: #FFFFFF;
	line-height: 43px;
	text-align: center;
	background-color: rgba(255, 106, 18, 1);
}
.digitalGame .box1 .box-c-t-l .todayRanking{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
}
.digitalGame .box1 .box-c-t-l .todayRanking .number{
	width: 50px;
	line-height: 23px;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #FF3333;
	text-align: center;
	margin: 0 5px;
}
.digitalGame .box1 .box-c-t-c{
	width: 460px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 20px;
	color: #666666;
	text-shadow: #FFF7ED 2px 0 0, #FFF7ED 0 2px 0, #FFF7ED -2px 0 0, #FFF7ED 0 -2px 0;
}
.digitalGame .box1 .box-c-t-c .timeBox{
	background: #999999;
	border: 1px solid #333333;
	padding: 6px;
}
.digitalGame .box1 .box-c-t-c .timeBox .countDown{
	position: relative;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	text-align: center;
	width: 58px;
	height: 37px;
	background: url(/Content/v2/v3/img/countDown-bg.png);
	background-size: cover;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 30px;
	color: #000000;
}
.digitalGame .box1 .box-c-t-c .timeBox .countDown::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(51, 51, 51, 1);
	top: 18px;
	left: 0;
	/* transform: translateY(-50%); */
}
.digitalGame .box1 .box-c-t-c .timeBox .countDown .item{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 37px;
}
.digitalGame .box1 .box-c-t-r{
	flex: 1;
}
.digitalGame .box1 .box-c-t-r .list{
	display: flex;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 33px;
	text-shadow: #FFF7ED 2px 0 0, #FFF7ED 0 2px 0, #FFF7ED -2px 0 0, #FFF7ED 0 -2px 0;
	/* text-stroke: 2px #FFF7ED;
	-webkit-text-stroke: 2px #FFF7ED; */
}
.digitalGame .box1 .box-c-t-r .list li{
	width: 90px;
	text-align: center;
}
.digitalGame .box1 .box-c-t-r .list .li-t{
	line-height: 44px;
}
.digitalGame .box1 .box-c-t-r .list .li-c{
	display: flex;
	height: 44px;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}
.digitalGame .box1 .box-c-t-r .list .li-c .dou{
	color: rgba(255, 51, 51, 1);
	margin-right: 5px;
	line-height: 1;
}
.digitalGame .box1 .box-c-t-r .list li:first-child,
.digitalGame .box1 .box-c-t-r .list li:nth-child(2){
	flex: 1;
}
.digitalGame .box1 .box-c-t-r .list li:last-child{
	width: 155px;
}
.digitalGame .box1 .box-c-t-r .list li .pic{
	display: block;
	margin: 5px auto 7px;
}
.digitalGame .box1 .box-c-t-r .list li .text{
	color: rgba(255, 51, 51, 1);
	line-height: 1;
}
.digitalGame .box1 .box-c-c{
	display: flex;
	justify-content: space-between;
	background-color: rgba(255, 106, 18, 1);
	padding: 0 12px 0 22px;
}
.digitalGame .box1 .box-c-c-r .nav,
.digitalGame .box1 .box-c-c-l{
	display: flex;
	align-items: center;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
}
.digitalGame .box1 .box-c-c-r .nav a,
.digitalGame .box1 .box-c-c-l a{
	color: #fff;
	transition: all .6s;
}
.digitalGame .box1 .box-c-c-r .nav a:not(.active):hover,
.digitalGame .box1 .box-c-c-l a:not(.active):hover{
	opacity: .8;
}
.digitalGame .box1 .box-c-c-r .line,
.digitalGame .box1 .box-c-c-l .line{
	margin: 0 5px;
}
.digitalGame .box1 .box-c-c-r .nav a.active,
.digitalGame .box1 .box-c-c-l a.active{
	color: #FFFF00;
}
.digitalGame .box1 .box-c-c-r{
	display: flex;
	align-items: center;
} 
.digitalGame .box1 .box-c-c-r .redWars{
	margin-right: 30px;
}
.digitalGame .box1 .box-c-c-r .redWars img{
	display: block;
	width: 88px;
}
.digitalGame .box1 .box-c-c-r .refreshBtn{
	margin-left: 24px;
}
.digitalGame .box1 .box-c-c-r .playVideoBtn,
.digitalGame .box1 .box-c-c-r .refreshBtn{
	width: 60px;
	height: 24px;
	border-radius: 12px;
	background-image: url(/Content/v2/v3/img/switch.png);
	cursor: pointer;
}
.digitalGame .box1 .box-c-c-r .refreshBtn.off{
	background-position: 0px 0px;
}
.digitalGame .box1 .box-c-c-r .refreshBtn.on{
	background-position: 0px -24px;
}
.digitalGame .box1 .box-c-c-r .playVideoBtn.off{
	background-position: 0 -48px;
}
.digitalGame .box1 .box-c-c-r .playVideoBtn.on{
	background-position: 0 -72px;
}
.digitalGame .box1 .box-c-c-r .playVideoBtn{
	margin-left: 20px;
}
.digitalGame .box1 .box-b{
	margin-top: 10px;
}
.digitalGame .box1 .box-b .item{
	/* display: none; */
}
.digitalGame .box1 .box-b .item.active{
	display: block;
}
.digitalGame .box1 .box-b .item1 table{
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	border: 1px solid rgba(230, 230, 230, 1);
}
.digitalGame .box1 .box-b .item1 table th{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	line-height: 40px;
	color: #999999;
	background-color: rgba(230, 230, 230, 1);
}
.digitalGame .box1 .box-b .item1 table tr:not(:first-child):hover{
	background-color: #FAFAFA;
	transition: all .6s;
}
.digitalGame .box1 .box-b .item1 table tr:nth-child(2n+1){
	background-color: rgba(255, 246, 234, 1);
}
.digitalGame .box1 .box-b .item1 table th:first-child{
	width: 118px;
}
.digitalGame .box1 .box-b .item1 table th:nth-child(2){
	width: 148px;
}
.digitalGame .box1 .box-b .item1 table th:nth-child(6),
.digitalGame .box1 .box-b .item1 table th:nth-child(4){
	width: 158px;
}
.digitalGame .box1 .box-b .item1 table th:nth-child(7),
.digitalGame .box1 .box-b .item1 table th:nth-child(5){
	width: 138px;
}
.digitalGame .box1 .box-b .item1 table td{
	font-family: Arial;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 39px;
	vertical-align: middle;
}
.digitalGame .box1 .box-b .item1 table td:not(:last-child){
	border-right: 1px solid rgba(230, 230, 230, 1);
}
.digitalGame .box1 .box-b .item1 table td .resultIcon,
.digitalGame .box1 .box-b .item1 table td .dou{
	vertical-align: middle;
}
.digitalGame .box1 .box-b .item1 table .instantBetBtn{
	display: inline-block;
	line-height: 26px;
	background: #FF6A12;
	border-radius: 4px;
	border: 1px solid #ED4200;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	padding: 0 12px;
	cursor: pointer;
	transition: all .6s;
}
.digitalGame .box1 .box-b .item1 table .instantBetBtn:hover{
	opacity: .8;
}
.digitalGame .box1 .box-b .item1 table .instantBetBtn.disabled{
	background: #E6E6E6;
	border-color: #BBBBBB;
	color: rgba(51, 51, 51, 1);
	cursor: not-allowed;
}
.digitalGame .box1 .box-b .item1 .pagination{
	margin-top: 10px;
}
.instantBetSelection1{
	display: flex;
	justify-content: space-between;
}
.instantBetSelection1 .l{
	width: 69%;
	border: 1px solid #F7D690;
}
.instantBetSelection1 .title{
	position: relative;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 20px;
	color: #FF6A12;
	line-height: 40px;
	text-align: center;
	background: linear-gradient(0deg, #FFF7ED 0%, #FFDEAF 48%, #FFF7ED 99%);
	text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
}
.instantBetSelection1 .title span{
	position: relative;
	z-index: 3;
}
.instantBetSelection1 .title::before{
	position: absolute;
	content: "";
	left: 0;
	width: 100%;
	height: 50%;
	bottom: 0;
	background: linear-gradient(to top, #FFE9CB 0%, #FFD18A 98%);
}
.instantBetSelection1 .l-c{
	padding: 12px;/* 
	display: flex;
	flex-wrap: wrap;
	gap: 10px; */
}
.instantBetSelection1 .l-c .items{
	display: grid;
	gap: 10px;
}
.instantBetSelection1 .l-c .items:not(:last-child){
	margin-bottom: 10px;
}
.instantBetSelection1 .l-c .items.items1{
	grid-template-columns: repeat(14,1fr);
}
.instantBetSelection1 .l-c .items.items2{
	grid-template-columns: repeat(12,1fr);
}
.instantBetSelection1 .l-c .items.items3{
	grid-template-columns: repeat(11,1fr);
}
.instantBetSelection1 .l-c a{
	background: #FF9933;
	border-radius: 4px;
	border: 1px solid #FF6A12;
	width: 48px;
	text-align: center;
	line-height: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	transition: all .6s;
}
.instantBetSelection1 .l-c a.btn-middle{
	width: 57px;
}
.instantBetSelection1 .l-c a.btn-large{
	width: 63px;
}
.instantBetSelection1 .l-c a.btn-times{
	background: #FF6A12;
	border-color: #EE4603;
}
.instantBetSelection1 .l-c a:hover{
	background-color: #fff6ed;
	color: #d43c04;
}
.instantBetSelection1 .r{
	width: 30.33%;
	border: 1px solid #F7D690;
}
.instantBetSelection1 .r .items{
	padding: 12px;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 10px;
}
.instantBetSelection1 .r .items a{
	border-radius: 4px;
	border: 1px solid #CCCCCC;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	text-align: center;
	transition: all .6s;
}
.instantBetSelection2 .box-c table .form .btns .btn:hover,
.instantBetSelection2 .box-t-r .items a:hover,
.instantBetSelection1 .r .items a:hover{
	background-color: #fff6ed;
	border-color: #ff8400;
}
.instantBetSelection2{
	margin-top: 20px;
}
.instantBetSelection2 .box-t{
	padding: 4px 12px;
	display: flex;
	justify-content: space-between;
}
.instantBetSelection2 .box-t-l{
	display: flex;
}
.instantBetSelection2 .box-t-l .chipsWrap{
	display: flex;
	gap: 6px;
}
.instantBetSelection2 .box-t-l .chipsWrap .chips{
	transition: all .6s;
}
.instantBetSelection2 .box-t-l .chipsWrap .chips img{
	display: block;
}
.instantBetSelection2 .box-t-l .chipsWrap .chips:hover{
	opacity: .8;
}
.instantBetSelection2 .box-t-l form{
	margin-left: 16px;
	display: flex;
}
.instantBetSelection2 .box-t-l form input{
	border: 1px solid #CCCCCC;
	border-right: none;
	height: 32px;
	padding: 0 8px;
	width: 120px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 12px;
	color: #333;
}
.instantBetSelection2 .box-t-l form input::placeholder{
	color: #999;
}
.instantBetSelection2 .box-t-r form .submit,
.instantBetSelection2 .box-t-l form .submit{
	width: 80px;
	height: 32px;
	line-height: 30px;
	background: #FF6A12;
	border: 1px solid #EE4603;
	text-align: center;
	cursor: pointer;
	transition: all .6s;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
}
.instantBetSelection2 .box-t-r form .submit:hover,
.instantBetSelection2 .box-t-l form .submit:hover{
	opacity: .8;
}
.instantBetSelection2 .box-t-r{
	display: flex;
}
.instantBetSelection2 .box-t-r .items{
	display: flex;
	gap: 10px;
}
.instantBetSelection2 .box-t-r .items a{
	line-height: 30px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	width: 80px;
	text-align: center;
	transition: all .6s;
}
.instantBetSelection2 .box-t-r form{
	display: flex;
	margin-left: 10px;
}
.instantBetSelection2 .box-t-r form .totalBet{
	width: 160px;
	height: 32px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-right: none;
	padding: 0 8px;
	display: flex;
	align-items: center;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
}
.instantBetSelection2 .box-t-r form .totalBet img{
	margin-left: 4px;
}
.instantBetSelection2 .box-c{
	margin-top: 10px;
	display: flex;
}
.instantBetSelection2 .box-c table{
	width: 50%;
	border-collapse: collapse;
	border: 1px solid rgba(230, 230, 230, 1);
	border-top: none;
	text-align: center;
}
.instantBetSelection2 .box-c table:not(:first-child){
	border-left: none;
}
.instantBetSelection2 .box-c table tr{
	border-top: 1px solid rgba(230, 230, 230, 1);
}
.instantBetSelection2 .box-c table tr:nth-child(2n+1){
	background-color: rgba(255, 246, 234, 1);
}
.instantBetSelection2 .box-c table tr:not(:first-child):hover{
	background-color: ;
}
.instantBetSelection2 .box-c table th{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	background: #FAFAFA;
	line-height: 40px;
}
.instantBetSelection2 .box-c table th:not(:last-child),
.instantBetSelection2 .box-c table td:not(:last-child){
	border-right: 1px solid rgba(230, 230, 230, 1);
}
.instantBetSelection2 .box-c table th:nth-child(1){
	width: 50px;
}
.instantBetSelection2 .box-c table th:nth-child(2){
	width: 80px;
}
.instantBetSelection2 .box-c table th:nth-child(3){
	width: 100px;
}
.instantBetSelection2 .box-c table td{
	vertical-align: middle;
	padding: 4px;
	height: 40px;
}
.instantBetSelection2 .box-c table .form{
	display: flex;
	align-items: center;
	justify-content: center;
}
.instantBetSelection2 .box-c table .form input{
	width: 120px;
	height: 30px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	outline: none;
	text-align: center;
	padding: 0 7px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 12px;
	color: #333333;
}
.instantBetSelection2 .box-c table .form .btns{
	display: flex;
	margin-left: 4px;
	gap: 4px;
}
.instantBetSelection2 .box-c table .form .btns .btn{
	width: 40px;
	line-height: 28px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 12px;
	color: #333333;
	cursor: pointer;
}
.instantBetSelection2 .box-c table td .dou{
	display: block;
	margin: 0 auto;
}
.digitalGame .box1 .box-c-t-c .viewCurrentSeed{
	position: relative;
	width: 140px;
	line-height: 38px;
	background: linear-gradient(0deg, #FCE0B1 0%, #FFF1D4 99%);
	border-radius: 4px;
	border: 1px solid #DDC4A5;
	text-align: center;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #965132;
	cursor: pointer;
}
.digitalGame .box1 .box-c-t-c .viewCurrentSeed:hover{
	background: rgba(245, 170, 66, .1);
}
.digitalGame .box1 .box-c-t-c .viewCurrentSeed:before{
	position: absolute;
	content: "";
	left: 1px;
	top: 1px;
	border-radius: 4px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	box-sizing: border-box;
	border: 1px solid RGBA(255, 250, 233, 1);
}
.digitalGame .box1 .box-c-t-r .list li .text-box{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
}
.digitalGame .box1 .box-c-t-r .list li .text-box .text{
	line-height: 22px;
}
.secondOnSeriesSelection1-t{
	display: flex;
	justify-content: space-between;
}
.secondOnSeriesSelection1-t-l{
	border: 1px solid #F7D690;
	width: 65.58%;
	padding: 12px;
	display: grid;
	grid-template-columns: repeat(12,1fr);
	gap: 10px 4px;
}
.secondOnSeriesSelection1-t-l .options{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	text-align: center;
	border: 1px solid #CCCCCC;
	line-height: 30px;
	transition: all .6s;
}
.secondOnSeriesSelection1-t-l .options:hover{
	background-color: #fff6ed;
	border-color: #ff8400;
}
.secondOnSeriesSelection1-t-l .sliderwrap{
	grid-column: 1/9;
	display: flex;
}
.secondOnSeriesSelection1-t-l .sliderwrap-l{
	width: 60px;
	line-height: 30px;
	background: #FF6A12;
	border: 1px solid #EE4603;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}
.secondOnSeriesSelection1-t-l .sliderwrap-r{
	flex: 1;
	border: 1px solid #CCCCCC;
	border-left: none;
	padding: 0 13px 0 23px;
	display: flex;
	align-items: center;
}
.secondOnSeriesSelection1-t-l .sliderwrap-r .layui-slider{
	width: 100%;
}
.secondOnSeriesSelection1-t-l .sliderwrap-r .layui-slider-wrap{
	width: 20px;
	height: 20px;
	top: -8px;
}
.secondOnSeriesSelection1-t-l .sliderwrap-r .layui-slider-wrap-btn{
	width: 20px;
	height: 20px;
	border: 8px solid #ED4200 !important;
	border-radius: 50%;
}
.secondOnSeriesSelection1-t-l .sliderwrap-r .layui-slider-bar{
	background-color: #FF6A12 !important;
}
.secondOnSeriesSelection1-t-r{
	width: 33.58%;
	padding: 12px;
	border: 1px solid #F7D690;
	display: flex;
	justify-content: space-between;
}
.secondOnSeriesSelection1-t-r-l .title{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 32px;
	background-color: rgba(102, 204, 153, 1);
	text-align: center;
}
.secondOnSeriesSelection1-t-r-l{
	width: 63.56%;
}
.secondOnSeriesSelection1-t-r-l .form{
	margin-top: 10px;
	display: flex;
	
}
.secondOnSeriesSelection1-t-r-l .form .totalBet{
	padding: 0 8px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	border: 1px solid #CCCCCC;
	border-right: none;
	line-height: 30px;
	display: flex;
	flex: 1;
	align-items: center;
}
.secondOnSeriesSelection1-t-r-l .form .totalBet img{
	margin-left: 3px;
}
.secondOnSeriesSelection1-t-r-l .form .submit{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 32px;
	width: 80px;
	background: #ED4200;
	text-align: center;
	cursor: pointer;
}
.secondOnSeriesSelection1-t-r-l .form .submit:hover{
	background-color: rgba(237, 66, 0, .9);
}
.secondOnSeriesSelection1-t-r-r{
	width: 34.57%;
	padding: 9px 12px 12px 12px;
	background: #FAFAFA;
	border: 1px solid #E6E6E6;
}
.secondOnSeriesSelection1-t-r-r .title{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	text-align: center;
	line-height: 1;
}
.secondOnSeriesSelection1-t-r-r select{
	margin-top: 7px;
	width: 100%;
	height: 32px;
	border-color: rgba(204, 204, 204, 1);
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
}
.secondOnSeriesSelection1-c{
	margin-top: 10px;
}
.secondOnSeriesSelection1-c table{
	border: 1px solid #E6E6E6;
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}
.secondOnSeriesSelection1-c table tr{
	border-top: 1px solid rgba(230, 230, 230, 1);
}
.secondOnSeriesSelection1-c table tr:nth-child(2n+1){
	background-color: rgba(255, 246, 234, 1);
}
.secondOnSeriesSelection1-c table th{
	background: #FAFAFA;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 40px;
	text-align: center;
}
.secondOnSeriesSelection1-c table th,
.secondOnSeriesSelection1-c table td{
	border-right: 1px solid rgba(230, 230, 230, 1);
}
.secondOnSeriesSelection1-c table th:nth-child(4),
.secondOnSeriesSelection1-c table th:nth-child(5),
.secondOnSeriesSelection1-c table th:nth-child(6){
	width: 200px;
}
.secondOnSeriesSelection1-c table th:nth-child(1){
	width: 50px;
}
.secondOnSeriesSelection1-c table th:nth-child(2){
	width: 120px;
}
.secondOnSeriesSelection1-c table td{
	font-size: 14px;
	color: #666;
	padding: 5px;
	height: 40px;
}
.mayBetSelection1 table td .dou,
.secondOnSeriesSelection1-c table td .dou{
	padding-left: 3px;
	vertical-align: middle;
	margin-top: -4px;
}
.mayBetSelection1 table{
	width: 100%;
	border: 1px solid rgba(230, 230, 230, 1);
	border-right: none;
	border-collapse: collapse;
}
.mayBetSelection1 table tr:not(:first-child){
	border-top: 1px solid rgba(230, 230, 230, 1);
}
.mayBetSelection1 table tr:nth-child(2n+1){
	background-color: rgba(255, 246, 234, 1);
}
.mayBetSelection1 table th,
.mayBetSelection1 table td{
	border-right: 1px solid rgba(230, 230, 230, 1);
}
.mayBetSelection1 table th{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 40px;
	background-color: rgba(250, 250, 250, 1);
}
.mayBetSelection1 table th:nth-child(2),
.mayBetSelection1 table th:nth-child(1){
	width: 120px;
}
.mayBetSelection1 table th:nth-child(6),
.mayBetSelection1 table th:nth-child(5),
.mayBetSelection1 table th:nth-child(4){
	width: 150px;
}
.mayBetSelection1 table th:nth-child(7){
	width: 170px;
}
.mayBetSelection1 table th:nth-child(8){
	width: 163px;
}
.mayBetSelection1 table td{
	font-size: 14px;
	color: #999999;
	text-align: center;
	vertical-align: middle;
	height: 40px;
}
.mayBetSelection1 table td .result{
	display: flex;
	align-items: center;
	justify-content: center;
}
.mayBetSelection1 table td .result img{
	margin-left: 3px;
}
.mayBetSelection1 table td .dou{
	padding-top: 3px;
}
.mayBetSelection1 table .btns{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
}
.mayBetSelection1 table .btns .btn{
	width: 64px;
	line-height: 26px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #BBBBBB;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	transition: all .6s;
	cursor: pointer;
}
.mayBetSelection1 table .btns .btn:hover{
	background-color: #fff6ed;
	border-color: #ff8400;
}
.mayBetSelection1 table .btns .btn.remedialBtn{
	border-color: rgba(237, 66, 0, 1);
	background: rgba(237, 66, 0, 1);
	color: #fff;
}
.mayBetSelection1 table .btns .btn.remedialBtn:hover{
	border-color: rgba(237, 66, 0, .7);
	background: rgba(237, 66, 0, .7);
}
.mayBetSelectionDetailsModal{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	display: none;
}
.mayBetSelectionDetailsModal.active{
	display: block;
}
.mayBetSelectionDetailsModal .shadow{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
}
.mayBetSelectionDetailsModal .content{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	/* height: 76.67%; */
	width: 782px;
	background: #FFFFFF;
	border-radius: 10px;
}
.mayBetSelectionDetailsModal .content .close{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.mayBetSelectionDetailsModal .content .close img{
	display: block;
	width: 100%;
}
.mayBetSelectionDetailsModal .content .title{
	position: relative;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	background-color: rgba(255, 106, 18, 1);
	border-radius: 10px 10px 0 0;
	line-height: 50px;
}
.mayBetSelectionDetailsModal .content .title::before{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 50%;
	background-color: rgba(255, 188, 139, .2);
}
.mayBetSelectionDetailsModal .content .list{
	padding: 12px;
	background-color: #fff;
	border-radius: 0 0 8px 8px;
	display: grid;
	grid-template-columns: repeat(6,1fr);
	gap: 10px;
}
.mayBetSelectionDetailsModal .content .list .item{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	padding: 8px 4px 6px;
	border-radius: 10px;
	border: 1px solid #CCCCCC;
	text-align: center;
	opacity: .5;
}
.mayBetSelectionDetailsModal .content .list .item .number img{
	display: block;
	margin: 0 auto;
}
.mayBetSelectionDetailsModal .content .list .item .text-box{
	margin-top: 6px;
}
.mayBetSelectionDetailsModal .content .list .item .text-box img{
	vertical-align: middle;
}
.mayBetSelectionDetailsModal .content .list .item.bet{
	opacity: 1;
}
.mayBetSelectionDetailsModal .content .list .item.win{
	background: #FFF6EA;
	border-color: #F7D690;
	opacity: 1;
}
.mayBetSelectionDetailsModal .content .list .item.win .text-box{
	color: #f35f00;
}
.BettingModeSelection1 .tips{
	background-color: rgba(250, 250, 250, 1);
	padding: 8px 10px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #0066CC;
	line-height: 24px;
	display: flex;
}
.BettingModeSelection1 .tips img{
	margin-right: 8px;
}
.BettingModeSelection1 .btns{
	margin-top: 10px;
	display: flex;
	gap: 10px;
}
.BettingModeSelection1 .btns .btn{
	position: relative;
	width: 90px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	background: linear-gradient(0deg, #EDE6DE 0%, #FFFFFF 100%);
	border-radius: 2px;
	border: 1px solid #CECDC9;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	cursor: pointer;
}
.BettingModeSelection1 .btns .btn:hover{
	opacity: .8;
}
.BettingModeSelection1 .btns .btn::before{
	position: absolute;
	left: 2px;
	top: 2px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	content: "";
	background: linear-gradient(0deg, #EDE6DE 0%, #FFFFFF 100%);
	border-radius: 2px;
	border: 1px solid RGBA(255, 254, 255, 1);
	box-sizing: border-box;
}
.BettingModeSelection1 .btns .btn span{
	position: relative;
	z-index: 3;
}
.BettingModeSelection1 .btns .addBettingModeBtn{
	background: linear-gradient(0deg, #FCE0B1 0%, #FFF1D4 99%);
	border-color:  #DDC4A5;
	color: rgba(150, 81, 50, 1);
}
.BettingModeSelection1 .btns .addBettingModeBtn::before{
	background: linear-gradient(0deg, #FBDAA2 0%, #FFF1D4 99%);
	border-color: #FFFAE9;
}
.BettingModeSelection1 .box-c{
	margin-top: 12px;
}
.BettingModeSelection1 .box-c table{
	width: 100%;
}
.BettingModeSelection1 .box-c table th{
	background-color: RGBA(250, 250, 250, 1);
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 40px;
}
.BettingModeSelection1 .box-c table th:not(:last-child),
.BettingModeSelection1 .box-c table td:not(:last-child){
	border-right: 1px solid rgba(230, 230, 230, 1);
}