@charset "UTF-8";

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut
	{
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

@
-webkit-keyframes bounce {from , 20%, 53%, 80%, to {
	-webkit-animation-timing-function:cubic-bezier(0.215, 0.610, 0.355,
	1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

40%,
43%
{
-webkit-animation-timing-function
:
 
cubic-bezier


(0
.755
,
0
.050
,
0
.855
,
0
.060


);
animation-timing-function
:
 
cubic-bezier


(0
.755
,
0
.050
,
0
.855
,
0
.060


);
-webkit-transform
:
 
translate3d


(0
,
-30
px
,
0);
transform
:
 
translate3d


(0
,
-30
px
,
0);
}
70%
{
-webkit-animation-timing-function
:
 
cubic-bezier


(0
.755
,
0
.050
,
0
.855
,
0
.060


);
animation-timing-function
:
 
cubic-bezier


(0
.755
,
0
.050
,
0
.855
,
0
.060


);
-webkit-transform
:
 
translate3d


(0
,
-15
px
,
0);
transform
:
 
translate3d


(0
,
-15
px
,
0);
}
90%
{
-webkit-transform
:
 
translate3d


(0
,
-4
px
,
0);
transform
:
 
translate3d


(0
,
-4
px
,
0);
}
}
@
keyframes bounce {from , 20%, 53%, 80%, to {
	-webkit-animation-timing-function:cubic-bezier(0.215, 0.610, 0.355,
	1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

40%,
43%
{
-webkit-animation-timing-function
:
 
cubic-bezier


(0
.755
,
0
.050
,
0
.855
,
0
.060


);
animation-timing-function
:
 
cubic-bezier


(0
.755
,
0
.050
,
0
.855
,
0
.060


);
-webkit-transform
:
 
translate3d


(0
,
-30
px
,
0);
transform
:
 
translate3d


(0
,
-30
px
,
0);
}
70%
{
-webkit-animation-timing-function
:
 
cubic-bezier


(0
.755
,
0
.050
,
0
.855
,
0
.060


);
animation-timing-function
:
 
cubic-bezier


(0
.755
,
0
.050
,
0
.855
,
0
.060


);
-webkit-transform
:
 
translate3d


(0
,
-15
px
,
0);
transform
:
 
translate3d


(0
,
-15
px
,
0);
}
90%
{
-webkit-transform
:
 
translate3d


(0
,
-4
px
,
0);
transform
:
 
translate3d


(0
,
-4
px
,
0);
}
}
.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@
-webkit-keyframes flash {from , 50%, to { opacity:1;
	
}

25%,
75%
{
opacity
:
 
0;
}
}
@
keyframes flash {from , 50%, to { opacity:1;
	
}

25%,
75%
{
opacity
:
 
0;
}
}
.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@
-webkit-keyframes pulse {from { -webkit-transform:scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

50%
{
-webkit-transform
:
 
scale3d


(1
.05
,
1
.05
,
1
.05


);
transform
:
 
scale3d


(1
.05
,
1
.05
,
1
.05


);
}
to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

}
@
keyframes pulse {from { -webkit-transform:scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

50%
{
-webkit-transform
:
 
scale3d


(1
.05
,
1
.05
,
1
.05


);
transform
:
 
scale3d


(1
.05
,
1
.05
,
1
.05


);
}
to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@
-webkit-keyframes rubberBand {from { -webkit-transform:scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

30%
{
-webkit-transform
:
 
scale3d


(1
.25
,
0
.75
,
1);
transform
:
 
scale3d


(1
.25
,
0
.75
,
1);
}
40%
{
-webkit-transform
:
 
scale3d


(0
.75
,
1
.25
,
1);
transform
:
 
scale3d


(0
.75
,
1
.25
,
1);
}
50%
{
-webkit-transform
:
 
scale3d


(1
.15
,
0
.85
,
1);
transform
:
 
scale3d


(1
.15
,
0
.85
,
1);
}
65%
{
-webkit-transform
:
 
scale3d


(
.95
,
1
.05
,
1);
transform
:
 
scale3d


(
.95
,
1
.05
,
1);
}
75%
{
-webkit-transform
:
 
scale3d


(1
.05
,
.95
,
1);
transform
:
 
scale3d


(1
.05
,
.95
,
1);
}
to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

}
@
keyframes rubberBand {from { -webkit-transform:scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

30%
{
-webkit-transform
:
 
scale3d


(1
.25
,
0
.75
,
1);
transform
:
 
scale3d


(1
.25
,
0
.75
,
1);
}
40%
{
-webkit-transform
:
 
scale3d


(0
.75
,
1
.25
,
1);
transform
:
 
scale3d


(0
.75
,
1
.25
,
1);
}
50%
{
-webkit-transform
:
 
scale3d


(1
.15
,
0
.85
,
1);
transform
:
 
scale3d


(1
.15
,
0
.85
,
1);
}
65%
{
-webkit-transform
:
 
scale3d


(
.95
,
1
.05
,
1);
transform
:
 
scale3d


(
.95
,
1
.05
,
1);
}
75%
{
-webkit-transform
:
 
scale3d


(1
.05
,
.95
,
1);
transform
:
 
scale3d


(1
.05
,
.95
,
1);
}
to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

}
.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@
-webkit-keyframes shake {from , to { -webkit-transform:translate3d(0, 0,
	0);
	transform: translate3d(0, 0, 0);
}

10%,
30%,
50%,
70%,
90%
{
-webkit-transform
:
 
translate3d


(-10
px
,
0,
0);
transform
:
 
translate3d


(-10
px
,
0,
0);
}
20%,
40%,
60%,
80%
{
-webkit-transform
:
 
translate3d


(10
px
,
0,
0);
transform
:
 
translate3d


(10
px
,
0,
0);
}
}
@
keyframes shake {from , to { -webkit-transform:translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

10%,
30%,
50%,
70%,
90%
{
-webkit-transform
:
 
translate3d


(-10
px
,
0,
0);
transform
:
 
translate3d


(-10
px
,
0,
0);
}
20%,
40%,
60%,
80%
{
-webkit-transform
:
 
translate3d


(10
px
,
0,
0);
transform
:
 
translate3d


(10
px
,
0,
0);
}
}
.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@
-webkit-keyframes headShake { 0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

6
.5
 
%
{
-webkit-transform
:
 
translateX
(-6px)
 
rotateY
(-9deg);

		
transform
:
 
translateX
(-6px)
 
rotateY
(-9deg);

	
}
18
.5
 
%
{
-webkit-transform
:
 
translateX
(5px)
 
rotateY
(7deg);

		
transform
:
 
translateX
(5px)
 
rotateY
(7deg);

	
}
31
.5
 
%
{
-webkit-transform
:
 
translateX
(-3px)
 
rotateY
(-5deg);

		
transform
:
 
translateX
(-3px)
 
rotateY
(-5deg);

	
}
43
.5
 
%
{
-webkit-transform
:
 
translateX
(2px)
 
rotateY
(3deg);

		
transform
:
 
translateX
(2px)
 
rotateY
(3deg);

	
}
50%
{
-webkit-transform
:
 
translateX


(0);
transform
:
 
translateX


(0);
}
}
@
keyframes headShake { 0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

6
.5
 
%
{
-webkit-transform
:
 
translateX
(-6px)
 
rotateY
(-9deg);

		
transform
:
 
translateX
(-6px)
 
rotateY
(-9deg);

	
}
18
.5
 
%
{
-webkit-transform
:
 
translateX
(5px)
 
rotateY
(7deg);

		
transform
:
 
translateX
(5px)
 
rotateY
(7deg);

	
}
31
.5
 
%
{
-webkit-transform
:
 
translateX
(-3px)
 
rotateY
(-5deg);

		
transform
:
 
translateX
(-3px)
 
rotateY
(-5deg);

	
}
43
.5
 
%
{
-webkit-transform
:
 
translateX
(2px)
 
rotateY
(3deg);

		
transform
:
 
translateX
(2px)
 
rotateY
(3deg);

	
}
50%
{
-webkit-transform
:
 
translateX


(0);
transform
:
 
translateX


(0);
}
}
.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake;
}

@
-webkit-keyframes swing { 20% {
	-webkit-transform: rotate3d(0, 0, 1, 15deg);
	transform: rotate3d(0, 0, 1, 15deg);
}

40%
{
-webkit-transform
:
 
rotate3d


(0
,
0,
1,
-10
deg


);
transform
:
 
rotate3d


(0
,
0,
1,
-10
deg


);
}
60%
{
-webkit-transform
:
 
rotate3d


(0
,
0,
1,
5
deg


);
transform
:
 
rotate3d


(0
,
0,
1,
5
deg


);
}
80%
{
-webkit-transform
:
 
rotate3d


(0
,
0,
1,
-5
deg


);
transform
:
 
rotate3d


(0
,
0,
1,
-5
deg


);
}
to {
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
}

}
@
keyframes swing { 20% {
	-webkit-transform: rotate3d(0, 0, 1, 15deg);
	transform: rotate3d(0, 0, 1, 15deg);
}

40%
{
-webkit-transform
:
 
rotate3d


(0
,
0,
1,
-10
deg


);
transform
:
 
rotate3d


(0
,
0,
1,
-10
deg


);
}
60%
{
-webkit-transform
:
 
rotate3d


(0
,
0,
1,
5
deg


);
transform
:
 
rotate3d


(0
,
0,
1,
5
deg


);
}
80%
{
-webkit-transform
:
 
rotate3d


(0
,
0,
1,
-5
deg


);
transform
:
 
rotate3d


(0
,
0,
1,
-5
deg


);
}
to {
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
}

}
.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@
-webkit-keyframes tada {from { -webkit-transform:scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

10%,
20%
{
-webkit-transform
:
 
scale3d


(
.9
,
.9
,
.9


)
rotate3d


(0
,
0,
1,
-3
deg


);
transform
:
 
scale3d


(
.9
,
.9
,
.9


)
rotate3d


(0
,
0,
1,
-3
deg


);
}
30%,
50%,
70%,
90%
{
-webkit-transform
:
 
scale3d


(1
.1
,
1
.1
,
1
.1


)
rotate3d


(0
,
0,
1,
3
deg


);
transform
:
 
scale3d


(1
.1
,
1
.1
,
1
.1


)
rotate3d


(0
,
0,
1,
3
deg


);
}
40%,
60%,
80%
{
-webkit-transform
:
 
scale3d


(1
.1
,
1
.1
,
1
.1


)
rotate3d


(0
,
0,
1,
-3
deg


);
transform
:
 
scale3d


(1
.1
,
1
.1
,
1
.1


)
rotate3d


(0
,
0,
1,
-3
deg


);
}
to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

}
@
keyframes tada {from { -webkit-transform:scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

10%,
20%
{
-webkit-transform
:
 
scale3d


(
.9
,
.9
,
.9


)
rotate3d


(0
,
0,
1,
-3
deg


);
transform
:
 
scale3d


(
.9
,
.9
,
.9


)
rotate3d


(0
,
0,
1,
-3
deg


);
}
30%,
50%,
70%,
90%
{
-webkit-transform
:
 
scale3d


(1
.1
,
1
.1
,
1
.1


)
rotate3d


(0
,
0,
1,
3
deg


);
transform
:
 
scale3d


(1
.1
,
1
.1
,
1
.1


)
rotate3d


(0
,
0,
1,
3
deg


);
}
40%,
60%,
80%
{
-webkit-transform
:
 
scale3d


(1
.1
,
1
.1
,
1
.1


)
rotate3d


(0
,
0,
1,
-3
deg


);
transform
:
 
scale3d


(1
.1
,
1
.1
,
1
.1


)
rotate3d


(0
,
0,
1,
-3
deg


);
}
to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

}
.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@
-webkit-keyframes wobble {from { -webkit-transform:none;
	transform: none;
}

15%
{
-webkit-transform
:
 
translate3d


(-25%
,
0,
0)
rotate3d


(0
,
0,
1,
-5
deg


);
transform
:
 
translate3d


(-25%
,
0,
0)
rotate3d


(0
,
0,
1,
-5
deg


);
}
30%
{
-webkit-transform
:
 
translate3d


(20%
,
0,
0)
rotate3d


(0
,
0,
1,
3
deg


);
transform
:
 
translate3d


(20%
,
0,
0)
rotate3d


(0
,
0,
1,
3
deg


);
}
45%
{
-webkit-transform
:
 
translate3d


(-15%
,
0,
0)
rotate3d


(0
,
0,
1,
-3
deg


);
transform
:
 
translate3d


(-15%
,
0,
0)
rotate3d


(0
,
0,
1,
-3
deg


);
}
60%
{
-webkit-transform
:
 
translate3d


(10%
,
0,
0)
rotate3d


(0
,
0,
1,
2
deg


);
transform
:
 
translate3d


(10%
,
0,
0)
rotate3d


(0
,
0,
1,
2
deg


);
}
75%
{
-webkit-transform
:
 
translate3d


(-5%
,
0,
0)
rotate3d


(0
,
0,
1,
-1
deg


);
transform
:
 
translate3d


(-5%
,
0,
0)
rotate3d


(0
,
0,
1,
-1
deg


);
}
to {
	-webkit-transform: none;
	transform: none;
}

}
@
keyframes wobble {from { -webkit-transform:none;
	transform: none;
}

15%
{
-webkit-transform
:
 
translate3d


(-25%
,
0,
0)
rotate3d


(0
,
0,
1,
-5
deg


);
transform
:
 
translate3d


(-25%
,
0,
0)
rotate3d


(0
,
0,
1,
-5
deg


);
}
30%
{
-webkit-transform
:
 
translate3d


(20%
,
0,
0)
rotate3d


(0
,
0,
1,
3
deg


);
transform
:
 
translate3d


(20%
,
0,
0)
rotate3d


(0
,
0,
1,
3
deg


);
}
45%
{
-webkit-transform
:
 
translate3d


(-15%
,
0,
0)
rotate3d


(0
,
0,
1,
-3
deg


);
transform
:
 
translate3d


(-15%
,
0,
0)
rotate3d


(0
,
0,
1,
-3
deg


);
}
60%
{
-webkit-transform
:
 
translate3d


(10%
,
0,
0)
rotate3d


(0
,
0,
1,
2
deg


);
transform
:
 
translate3d


(10%
,
0,
0)
rotate3d


(0
,
0,
1,
2
deg


);
}
75%
{
-webkit-transform
:
 
translate3d


(-5%
,
0,
0)
rotate3d


(0
,
0,
1,
-1
deg


);
transform
:
 
translate3d


(-5%
,
0,
0)
rotate3d


(0
,
0,
1,
-1
deg


);
}
to {
	-webkit-transform: none;
	transform: none;
}

}
.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@
-webkit-keyframes jello {from , 11.1%, to { -webkit-transform:none;
	transform: none;
}

22
.2
 
%
{
-webkit-transform
:
 
skewX
(-12
.5deg
)
 
skewY
(-12
.5deg
);

		
transform
:
 
skewX
(-12
.5deg
)
 
skewY
(-12
.5deg
);

	
}
33
.3
 
%
{
-webkit-transform
:
 
skewX
(6
.25deg
)
 
skewY
(6
.25deg
);

		
transform
:
 
skewX
(6
.25deg
)
 
skewY
(6
.25deg
);

	
}
44
.4
 
%
{
-webkit-transform
:
 
skewX
(-3
.125deg
)
 
skewY
(-3
.125deg
);

		
transform
:
 
skewX
(-3
.125deg
)
 
skewY
(-3
.125deg
);

	
}
55
.5
 
%
{
-webkit-transform
:
 
skewX
(1
.5625deg
)
 
skewY
(1
.5625deg
);

		
transform
:
 
skewX
(1
.5625deg
)
 
skewY
(1
.5625deg
);

	
}
66
.6
 
%
{
-webkit-transform
:
 
skewX
(-0
.78125deg
)
 
skewY
(-0
.78125deg
);

		
transform
:
 
skewX
(-0
.78125deg
)
 
skewY
(-0
.78125deg
);

	
}
77
.7
 
%
{
-webkit-transform
:
 
skewX
(0
.390625deg
)
 
skewY
(0
.390625deg
);

		
transform
:
 
skewX
(0
.390625deg
)
 
skewY
(0
.390625deg
);

	
}
88
.8
 
%
{
-webkit-transform
:
 
skewX
(-0
.1953125deg
)
 
skewY
(-0
.1953125deg
);

		
transform
:
 
skewX
(-0
.1953125deg
)
 
skewY
(-0
.1953125deg
);

	
}
}
@
keyframes jello {from , 11.1%, to { -webkit-transform:none;
	transform: none;
}

22
.2
 
%
{
-webkit-transform
:
 
skewX
(-12
.5deg
)
 
skewY
(-12
.5deg
);

		
transform
:
 
skewX
(-12
.5deg
)
 
skewY
(-12
.5deg
);

	
}
33
.3
 
%
{
-webkit-transform
:
 
skewX
(6
.25deg
)
 
skewY
(6
.25deg
);

		
transform
:
 
skewX
(6
.25deg
)
 
skewY
(6
.25deg
);

	
}
44
.4
 
%
{
-webkit-transform
:
 
skewX
(-3
.125deg
)
 
skewY
(-3
.125deg
);

		
transform
:
 
skewX
(-3
.125deg
)
 
skewY
(-3
.125deg
);

	
}
55
.5
 
%
{
-webkit-transform
:
 
skewX
(1
.5625deg
)
 
skewY
(1
.5625deg
);

		
transform
:
 
skewX
(1
.5625deg
)
 
skewY
(1
.5625deg
);

	
}
66
.6
 
%
{
-webkit-transform
:
 
skewX
(-0
.78125deg
)
 
skewY
(-0
.78125deg
);

		
transform
:
 
skewX
(-0
.78125deg
)
 
skewY
(-0
.78125deg
);

	
}
77
.7
 
%
{
-webkit-transform
:
 
skewX
(0
.390625deg
)
 
skewY
(0
.390625deg
);

		
transform
:
 
skewX
(0
.390625deg
)
 
skewY
(0
.390625deg
);

	
}
88
.8
 
%
{
-webkit-transform
:
 
skewX
(-0
.1953125deg
)
 
skewY
(-0
.1953125deg
);

		
transform
:
 
skewX
(-0
.1953125deg
)
 
skewY
(-0
.1953125deg
);

	
}
}
.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@
-webkit-keyframes bounceIn {from , 20%, 40%, 60%, 80%, to {
	-webkit-animation-timing-function:cubic-bezier(0.215, 0.610, 0.355,
	1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

0%
{
opacity
:
 
0;
-webkit-transform
:
 
scale3d


(
.3
,
.3
,
.3


);
transform
:
 
scale3d


(
.3
,
.3
,
.3


);
}
20%
{
-webkit-transform
:
 
scale3d


(1
.1
,
1
.1
,
1
.1


);
transform
:
 
scale3d


(1
.1
,
1
.1
,
1
.1


);
}
40%
{
-webkit-transform
:
 
scale3d


(
.9
,
.9
,
.9


);
transform
:
 
scale3d


(
.9
,
.9
,
.9


);
}
60%
{
opacity
:
 
1;
-webkit-transform
:
 
scale3d


(1
.03
,
1
.03
,
1
.03


);
transform
:
 
scale3d


(1
.03
,
1
.03
,
1
.03


);
}
80%
{
-webkit-transform
:
 
scale3d


(
.97
,
.97
,
.97


);
transform
:
 
scale3d


(
.97
,
.97
,
.97


);
}
to {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

}
@
keyframes bounceIn {from , 20%, 40%, 60%, 80%, to {
	-webkit-animation-timing-function:cubic-bezier(0.215, 0.610, 0.355,
	1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

0%
{
opacity
:
 
0;
-webkit-transform
:
 
scale3d


(
.3
,
.3
,
.3


);
transform
:
 
scale3d


(
.3
,
.3
,
.3


);
}
20%
{
-webkit-transform
:
 
scale3d


(1
.1
,
1
.1
,
1
.1


);
transform
:
 
scale3d


(1
.1
,
1
.1
,
1
.1


);
}
40%
{
-webkit-transform
:
 
scale3d


(
.9
,
.9
,
.9


);
transform
:
 
scale3d


(
.9
,
.9
,
.9


);
}
60%
{
opacity
:
 
1;
-webkit-transform
:
 
scale3d


(1
.03
,
1
.03
,
1
.03


);
transform
:
 
scale3d


(1
.03
,
1
.03
,
1
.03


);
}
80%
{
-webkit-transform
:
 
scale3d


(
.97
,
.97
,
.97


);
transform
:
 
scale3d


(
.97
,
.97
,
.97


);
}
to {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

}
.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@
-webkit-keyframes bounceInDown {from , 60%, 75%, 90%, to {
	-webkit-animation-timing-function:cubic-bezier(0.215, 0.610, 0.355,
	1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

0%
{
opacity
:
 
0;
-webkit-transform
:
 
translate3d


(0
,
-3000
px
,
0);
transform
:
 
translate3d


(0
,
-3000
px
,
0);
}
60%
{
opacity
:
 
1;
-webkit-transform
:
 
translate3d


(0
,
25
px
,
0);
transform
:
 
translate3d


(0
,
25
px
,
0);
}
75%
{
-webkit-transform
:
 
translate3d


(0
,
-10
px
,
0);
transform
:
 
translate3d


(0
,
-10
px
,
0);
}
90%
{
-webkit-transform
:
 
translate3d


(0
,
5
px
,
0);
transform
:
 
translate3d


(0
,
5
px
,
0);
}
to {
	-webkit-transform: none;
	transform: none;
}

}
@
keyframes bounceInDown {from , 60%, 75%, 90%, to {
	-webkit-animation-timing-function:cubic-bezier(0.215, 0.610, 0.355,
	1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

0%
{
opacity
:
 
0;
-webkit-transform
:
 
translate3d


(0
,
-3000
px
,
0);
transform
:
 
translate3d


(0
,
-3000
px
,
0);
}
60%
{
opacity
:
 
1;
-webkit-transform
:
 
translate3d


(0
,
25
px
,
0);
transform
:
 
translate3d


(0
,
25
px
,
0);
}
75%
{
-webkit-transform
:
 
translate3d


(0
,
-10
px
,
0);
transform
:
 
translate3d


(0
,
-10
px
,
0);
}
90%
{
-webkit-transform
:
 
translate3d


(0
,
5
px
,
0);
transform
:
 
translate3d


(0
,
5
px
,
0);
}
to {
	-webkit-transform: none;
	transform: none;
}

}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@
-webkit-keyframes bounceInLeft {from , 60%, 75%, 90%, to {
	-webkit-animation-timing-function:cubic-bezier(0.215, 0.610, 0.355,
	1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

0%
{
opacity
:
 
0;
-webkit-transform
:
 
translate3d


(-3000
px
,
0,
0);
transform
:
 
translate3d


(-3000
px
,
0,
0);
}
60%
{
opacity
:
 
1;
-webkit-transform
:
 
translate3d


(25
px
,
0,
0);
transform
:
 
translate3d


(25
px
,
0,
0);
}
75%
{
-webkit-transform
:
 
translate3d


(-10
px
,
0,
0);
transform
:
 
translate3d


(-10
px
,
0,
0);
}
90%
{
-webkit-transform
:
 
translate3d


(5
px
,
0,
0);
transform
:
 
translate3d


(5
px
,
0,
0);
}
to {
	-webkit-transform: none;
	transform: none;
}

}
@
keyframes bounceInLeft {from , 60%, 75%, 90%, to {
	-webkit-animation-timing-function:cubic-bezier(0.215, 0.610, 0.355,
	1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

0%
{
opacity
:
 
0;
-webkit-transform
:
 
translate3d


(-3000
px
,
0,
0);
transform
:
 
translate3d


(-3000
px
,
0,
0);
}
60%
{
opacity
:
 
1;
-webkit-transform
:
 
translate3d


(25
px
,
0,
0);
transform
:
 
translate3d


(25
px
,
0,
0);
}
75%
{
-webkit-transform
:
 
translate3d


(-10
px
,
0,
0);
transform
:
 
translate3d


(-10
px
,
0,
0);
}
90%
{
-webkit-transform
:
 
translate3d


(5
px
,
0,
0);
transform
:
 
translate3d


(5
px
,
0,
0);
}
to {
	-webkit-transform: none;
	transform: none;
}

}
.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@
-webkit-keyframes bounceInRight {from , 60%, 75%, 90%, to {
	-webkit-animation-timing-function:cubic-bezier(0.215, 0.610, 0.355,
	1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

from {
	opacity: 0;
	-webkit-transform: translate3d(3000px, 0, 0);
	transform: translate3d(3000px, 0, 0);
}

60%
{
opacity
:
 
1;
-webkit-transform
:
 
translate3d


(-25
px
,
0,
0);
transform
:
 
translate3d


(-25
px
,
0,
0);
}
75%
{
-webkit-transform
:
 
translate3d


(10
px
,
0,
0);
transform
:
 
translate3d


(10
px
,
0,
0);
}
90%
{
-webkit-transform
:
 
translate3d


(-5
px
,
0,
0);
transform
:
 
translate3d


(-5
px
,
0,
0);
}
to {
	-webkit-transform: none;
	transform: none;
}

}
@
keyframes bounceInRight {from , 60%, 75%, 90%, to {
	-webkit-animation-timing-function:cubic-bezier(0.215, 0.610, 0.355,
	1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

from {
	opacity: 0;
	-webkit-transform: translate3d(3000px, 0, 0);
	transform: translate3d(3000px, 0, 0);
}

60%
{
opacity
:
 
1;
-webkit-transform
:
 
translate3d


(-25
px
,
0,
0);
transform
:
 
translate3d


(-25
px
,
0,
0);
}
75%
{
-webkit-transform
:
 
translate3d


(10
px
,
0,
0);
transform
:
 
translate3d


(10
px
,
0,
0);
}
90%
{
-webkit-transform
:
 
translate3d


(-5
px
,
0,
0);
transform
:
 
translate3d


(-5
px
,
0,
0);
}
to {
	-webkit-transform: none;
	transform: none;
}

}
.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@
-webkit-keyframes bounceInUp {from , 60%, 75%, 90%, to {
	-webkit-animation-timing-function:cubic-bezier(0.215, 0.610, 0.355,
	1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

from {
	opacity: 0;
	-webkit-transform: translate3d(0, 3000px, 0);
	transform: translate3d(0, 3000px, 0);
}

60%
{
opacity
:
 
1;
-webkit-transform
:
 
translate3d


(0
,
-20
px
,
0);
transform
:
 
translate3d


(0
,
-20
px
,
0);
}
75%
{
-webkit-transform
:
 
translate3d


(0
,
10
px
,
0);
transform
:
 
translate3d


(0
,
10
px
,
0);
}
90%
{
-webkit-transform
:
 
translate3d


(0
,
-5
px
,
0);
transform
:
 
translate3d


(0
,
-5
px
,
0);
}
to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

}
@
keyframes bounceInUp {from , 60%, 75%, 90%, to {
	-webkit-animation-timing-function:cubic-bezier(0.215, 0.610, 0.355,
	1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

from {
	opacity: 0;
	-webkit-transform: translate3d(0, 3000px, 0);
	transform: translate3d(0, 3000px, 0);
}

60%
{
opacity
:
 
1;
-webkit-transform
:
 
translate3d


(0
,
-20
px
,
0);
transform
:
 
translate3d


(0
,
-20
px
,
0);
}
75%
{
-webkit-transform
:
 
translate3d


(0
,
10
px
,
0);
transform
:
 
translate3d


(0
,
10
px
,
0);
}
90%
{
-webkit-transform
:
 
translate3d


(0
,
-5
px
,
0);
transform
:
 
translate3d


(0
,
-5
px
,
0);
}
to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

}
.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@
-webkit-keyframes bounceOut { 20% {
	-webkit-transform: scale3d(.9, .9, .9);
	transform: scale3d(.9, .9, .9);
}

50%,
55%
{
opacity
:
 
1;
-webkit-transform
:
 
scale3d


(1
.1
,
1
.1
,
1
.1


);
transform
:
 
scale3d


(1
.1
,
1
.1
,
1
.1


);
}
to {
	opacity: 0;
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3);
}

}
@
keyframes bounceOut { 20% {
	-webkit-transform: scale3d(.9, .9, .9);
	transform: scale3d(.9, .9, .9);
}

50%,
55%
{
opacity
:
 
1;
-webkit-transform
:
 
scale3d


(1
.1
,
1
.1
,
1
.1


);
transform
:
 
scale3d


(1
.1
,
1
.1
,
1
.1


);
}
to {
	opacity: 0;
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3);
}

}
.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@
-webkit-keyframes bounceOutDown { 20% {
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
}

40%,
45%
{
opacity
:
 
1;
-webkit-transform
:
 
translate3d


(0
,
-20
px
,
0);
transform
:
 
translate3d


(0
,
-20
px
,
0);
}
to {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
}

}
@
keyframes bounceOutDown { 20% {
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
}

40%,
45%
{
opacity
:
 
1;
-webkit-transform
:
 
translate3d


(0
,
-20
px
,
0);
transform
:
 
translate3d


(0
,
-20
px
,
0);
}
to {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
}

}
.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@
-webkit-keyframes bounceOutLeft { 20% {
	opacity: 1;
	-webkit-transform: translate3d(20px, 0, 0);
	transform: translate3d(20px, 0, 0);
}

to {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
}

}
@
keyframes bounceOutLeft { 20% {
	opacity: 1;
	-webkit-transform: translate3d(20px, 0, 0);
	transform: translate3d(20px, 0, 0);
}

to {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
}

}
.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@
-webkit-keyframes bounceOutRight { 20% {
	opacity: 1;
	-webkit-transform: translate3d(-20px, 0, 0);
	transform: translate3d(-20px, 0, 0);
}

to {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
}

}
@
keyframes bounceOutRight { 20% {
	opacity: 1;
	-webkit-transform: translate3d(-20px, 0, 0);
	transform: translate3d(-20px, 0, 0);
}

to {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
}

}
.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@
-webkit-keyframes bounceOutUp { 20% {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

40%,
45%
{
opacity
:
 
1;
-webkit-transform
:
 
translate3d


(0
,
20
px
,
0);
transform
:
 
translate3d


(0
,
20
px
,
0);
}
to {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
}

}
@
keyframes bounceOutUp { 20% {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

40%,
45%
{
opacity
:
 
1;
-webkit-transform
:
 
translate3d


(0
,
20
px
,
0);
transform
:
 
translate3d


(0
,
20
px
,
0);
}
to {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
}

}
.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@
-webkit-keyframes fadeIn {from { opacity:0;
	
}

to {
	opacity: 1;
}

}
@
keyframes fadeIn {from { opacity:0;
	
}

to {
	opacity: 1;
}

}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@
-webkit-keyframes fadeInDown {from { opacity:0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}
@
keyframes fadeInDown {from { opacity:0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@
-webkit-keyframes fadeInDownBig {from { opacity:0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}
@
keyframes fadeInDownBig {from { opacity:0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}
.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@
-webkit-keyframes fadeInLeft {from { opacity:0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}
@
keyframes fadeInLeft {from { opacity:0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@
-webkit-keyframes fadeInLeftBig {from { opacity:0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}
@
keyframes fadeInLeftBig {from { opacity:0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}
.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@
-webkit-keyframes fadeInRight {from { opacity:0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}
@
keyframes fadeInRight {from { opacity:0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@
-webkit-keyframes fadeInRightBig {from { opacity:0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}
@
keyframes fadeInRightBig {from { opacity:0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}
.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@
-webkit-keyframes fadeInUp {from { opacity:0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}
@
keyframes fadeInUp {from { opacity:0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@
-webkit-keyframes fadeInUpBig {from { opacity:0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}
@
keyframes fadeInUpBig {from { opacity:0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}
.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@
-webkit-keyframes fadeOut {from { opacity:1;
	
}

to {
	opacity: 0;
}

}
@
keyframes fadeOut {from { opacity:1;
	
}

to {
	opacity: 0;
}

}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@
-webkit-keyframes fadeOutDown {from { opacity:1;
	
}

to {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

}
@
keyframes fadeOutDown {from { opacity:1;
	
}

to {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

}
.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@
-webkit-keyframes fadeOutDownBig {from { opacity:1;
	
}

to {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
}

}
@
keyframes fadeOutDownBig {from { opacity:1;
	
}

to {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
}

}
.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@
-webkit-keyframes fadeOutLeft {from { opacity:1;
	
}

to {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

}
@
keyframes fadeOutLeft {from { opacity:1;
	
}

to {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

}
.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@
-webkit-keyframes fadeOutLeftBig {from { opacity:1;
	
}

to {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
}

}
@
keyframes fadeOutLeftBig {from { opacity:1;
	
}

to {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
}

}
.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@
-webkit-keyframes fadeOutRight {from { opacity:1;
	
}

to {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

}
@
keyframes fadeOutRight {from { opacity:1;
	
}

to {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

}
.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@
-webkit-keyframes fadeOutRightBig {from { opacity:1;
	
}

to {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
}

}
@
keyframes fadeOutRightBig {from { opacity:1;
	
}

to {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
}

}
.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@
-webkit-keyframes fadeOutUp {from { opacity:1;
	
}

to {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

}
@
keyframes fadeOutUp {from { opacity:1;
	
}

to {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

}
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@
-webkit-keyframes fadeOutUpBig {from { opacity:1;
	
}

to {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
}

}
@
keyframes fadeOutUpBig {from { opacity:1;
	
}

to {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
}

}
.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@
-webkit-keyframes flip {from { -webkit-transform:perspective(400px)rotate3d(0,
	1, 0, -360deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

40%
{
-webkit-transform
:
 
perspective


(400
px
)

 

translate3d


(0
,
0,
150
px


)
rotate3d


(0
,
1,
0,
-190
deg


);
transform
:
 
perspective


(400
px
)

 

translate3d


(0
,
0,
150
px


)
rotate3d


(0
,
1,
0,
-190
deg


);
-webkit-animation-timing-function
:
 
ease-out
;

		
animation-timing-function
:
 
ease-out
;

	
}
50%
{
-webkit-transform
:
 
perspective


(400
px
)

 

translate3d


(0
,
0,
150
px


)
rotate3d


(0
,
1,
0,
-170
deg


);
transform
:
 
perspective


(400
px
)

 

translate3d


(0
,
0,
150
px


)
rotate3d


(0
,
1,
0,
-170
deg


);
-webkit-animation-timing-function
:
 
ease-in
;

		
animation-timing-function
:
 
ease-in
;

	
}
80%
{
-webkit-transform
:
 
perspective


(400
px
)

 

scale3d


(
.95
,
.95
,
.95


);
transform
:
 
perspective


(400
px
)

 

scale3d


(
.95
,
.95
,
.95


);
-webkit-animation-timing-function
:
 
ease-in
;

		
animation-timing-function
:
 
ease-in
;

	
}
to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

}
@
keyframes flip {from { -webkit-transform:perspective(400px)rotate3d(0, 1,
	0, -360deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

40%
{
-webkit-transform
:
 
perspective


(400
px
)

 

translate3d


(0
,
0,
150
px


)
rotate3d


(0
,
1,
0,
-190
deg


);
transform
:
 
perspective


(400
px
)

 

translate3d


(0
,
0,
150
px


)
rotate3d


(0
,
1,
0,
-190
deg


);
-webkit-animation-timing-function
:
 
ease-out
;

		
animation-timing-function
:
 
ease-out
;

	
}
50%
{
-webkit-transform
:
 
perspective


(400
px
)

 

translate3d


(0
,
0,
150
px


)
rotate3d


(0
,
1,
0,
-170
deg


);
transform
:
 
perspective


(400
px
)

 

translate3d


(0
,
0,
150
px


)
rotate3d


(0
,
1,
0,
-170
deg


);
-webkit-animation-timing-function
:
 
ease-in
;

		
animation-timing-function
:
 
ease-in
;

	
}
80%
{
-webkit-transform
:
 
perspective


(400
px
)

 

scale3d


(
.95
,
.95
,
.95


);
transform
:
 
perspective


(400
px
)

 

scale3d


(
.95
,
.95
,
.95


);
-webkit-animation-timing-function
:
 
ease-in
;

		
animation-timing-function
:
 
ease-in
;

	
}
to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

}
.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@
-webkit-keyframes flipInX {from { -webkit-transform:perspective(400px)rotate3d(1,
	0, 0, 90deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	opacity: 0;
}

40%
{
-webkit-transform
:
 
perspective


(400
px
)

 

rotate3d


(1
,
0,
0,
-20
deg


);
transform
:
 
perspective


(400
px
)

 

rotate3d


(1
,
0,
0,
-20
deg


);
-webkit-animation-timing-function
:
 
ease-in
;

		
animation-timing-function
:
 
ease-in
;

	
}
60%
{
-webkit-transform
:
 
perspective


(400
px
)

 

rotate3d


(1
,
0,
0,
10
deg


);
transform
:
 
perspective


(400
px
)

 

rotate3d


(1
,
0,
0,
10
deg


);
opacity
:
 
1;
}
80%
{
-webkit-transform
:
 
perspective


(400
px
)

 

rotate3d


(1
,
0,
0,
-5
deg


);
transform
:
 
perspective


(400
px
)

 

rotate3d


(1
,
0,
0,
-5
deg


);
}
to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
}

}
@
keyframes flipInX {from { -webkit-transform:perspective(400px)rotate3d(1,
	0, 0, 90deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	opacity: 0;
}

40%
{
-webkit-transform
:
 
perspective


(400
px
)

 

rotate3d


(1
,
0,
0,
-20
deg


);
transform
:
 
perspective


(400
px
)

 

rotate3d


(1
,
0,
0,
-20
deg


);
-webkit-animation-timing-function
:
 
ease-in
;

		
animation-timing-function
:
 
ease-in
;

	
}
60%
{
-webkit-transform
:
 
perspective


(400
px
)

 

rotate3d


(1
,
0,
0,
10
deg


);
transform
:
 
perspective


(400
px
)

 

rotate3d


(1
,
0,
0,
10
deg


);
opacity
:
 
1;
}
80%
{
-webkit-transform
:
 
perspective


(400
px
)

 

rotate3d


(1
,
0,
0,
-5
deg


);
transform
:
 
perspective


(400
px
)

 

rotate3d


(1
,
0,
0,
-5
deg


);
}
to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
}

}
.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@
-webkit-keyframes flipInY {from { -webkit-transform:perspective(400px)rotate3d(0,
	1, 0, 90deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	opacity: 0;
}

40%
{
-webkit-transform
:
 
perspective


(400
px
)

 

rotate3d


(0
,
1,
0,
-20
deg


);
transform
:
 
perspective


(400
px
)

 

rotate3d


(0
,
1,
0,
-20
deg


);
-webkit-animation-timing-function
:
 
ease-in
;

		
animation-timing-function
:
 
ease-in
;

	
}
60%
{
-webkit-transform
:
 
perspective


(400
px
)

 

rotate3d


(0
,
1,
0,
10
deg


);
transform
:
 
perspective


(400
px
)

 

rotate3d


(0
,
1,
0,
10
deg


);
opacity
:
 
1;
}
80%
{
-webkit-transform
:
 
perspective


(400
px
)

 

rotate3d


(0
,
1,
0,
-5
deg


);
transform
:
 
perspective


(400
px
)

 

rotate3d


(0
,
1,
0,
-5
deg


);
}
to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
}

}
@
keyframes flipInY {from { -webkit-transform:perspective(400px)rotate3d(0,
	1, 0, 90deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	opacity: 0;
}

40%
{
-webkit-transform
:
 
perspective


(400
px
)

 

rotate3d


(0
,
1,
0,
-20
deg


);
transform
:
 
perspective


(400
px
)

 

rotate3d


(0
,
1,
0,
-20
deg


);
-webkit-animation-timing-function
:
 
ease-in
;

		
animation-timing-function
:
 
ease-in
;

	
}
60%
{
-webkit-transform
:
 
perspective


(400
px
)

 

rotate3d


(0
,
1,
0,
10
deg


);
transform
:
 
perspective


(400
px
)

 

rotate3d


(0
,
1,
0,
10
deg


);
opacity
:
 
1;
}
80%
{
-webkit-transform
:
 
perspective


(400
px
)

 

rotate3d


(0
,
1,
0,
-5
deg


);
transform
:
 
perspective


(400
px
)

 

rotate3d


(0
,
1,
0,
-5
deg


);
}
to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
}

}
.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@
-webkit-keyframes flipOutX {from { -webkit-transform:perspective(400px);
	transform: perspective(400px);
}

30%
{
-webkit-transform
:
 
perspective


(400
px
)

 

rotate3d


(1
,
0,
0,
-20
deg


);
transform
:
 
perspective


(400
px
)

 

rotate3d


(1
,
0,
0,
-20
deg


);
opacity
:
 
1;
}
to {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	opacity: 0;
}

}
@
keyframes flipOutX {from { -webkit-transform:perspective(400px);
	transform: perspective(400px);
}

30%
{
-webkit-transform
:
 
perspective


(400
px
)

 

rotate3d


(1
,
0,
0,
-20
deg


);
transform
:
 
perspective


(400
px
)

 

rotate3d


(1
,
0,
0,
-20
deg


);
opacity
:
 
1;
}
to {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	opacity: 0;
}

}
.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@
-webkit-keyframes flipOutY {from { -webkit-transform:perspective(400px);
	transform: perspective(400px);
}

30%
{
-webkit-transform
:
 
perspective


(400
px
)

 

rotate3d


(0
,
1,
0,
-15
deg


);
transform
:
 
perspective


(400
px
)

 

rotate3d


(0
,
1,
0,
-15
deg


);
opacity
:
 
1;
}
to {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	opacity: 0;
}

}
@
keyframes flipOutY {from { -webkit-transform:perspective(400px);
	transform: perspective(400px);
}

30%
{
-webkit-transform
:
 
perspective


(400
px
)

 

rotate3d


(0
,
1,
0,
-15
deg


);
transform
:
 
perspective


(400
px
)

 

rotate3d


(0
,
1,
0,
-15
deg


);
opacity
:
 
1;
}
to {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	opacity: 0;
}

}
.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@
-webkit-keyframes lightSpeedIn {from { -webkit-transform:translate3d(100%,
	0, 0)skewX(-30deg);
	transform: translate3d(100%, 0, 0) skewX(-30deg);
	opacity: 0;
}

60%
{
-webkit-transform
:
 
skewX


(20
deg
);

		
transform
:
 
skewX


(20
deg
);

		
opacity
:
 
1;
}
80%
{
-webkit-transform
:
 
skewX


(-5
deg
);

		
transform
:
 
skewX


(-5
deg
);

		
opacity
:
 
1;
}
to {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}
@
keyframes lightSpeedIn {from { -webkit-transform:translate3d(100%, 0, 0)skewX(-30deg);
	transform: translate3d(100%, 0, 0) skewX(-30deg);
	opacity: 0;
}

60%
{
-webkit-transform
:
 
skewX


(20
deg
);

		
transform
:
 
skewX


(20
deg
);

		
opacity
:
 
1;
}
80%
{
-webkit-transform
:
 
skewX


(-5
deg
);

		
transform
:
 
skewX


(-5
deg
);

		
opacity
:
 
1;
}
to {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}
.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@
-webkit-keyframes lightSpeedOut {from { opacity:1;
	
}

to {
	-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
	transform: translate3d(100%, 0, 0) skewX(30deg);
	opacity: 0;
}

}
@
keyframes lightSpeedOut {from { opacity:1;
	
}

to {
	-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
	transform: translate3d(100%, 0, 0) skewX(30deg);
	opacity: 0;
}

}
.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@
-webkit-keyframes rotateIn {from { -webkit-transform-origin:center;
	transform-origin: center;
	-webkit-transform: rotate3d(0, 0, 1, -200deg);
	transform: rotate3d(0, 0, 1, -200deg);
	opacity: 0;
}

to {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}
@
keyframes rotateIn {from { -webkit-transform-origin:center;
	transform-origin: center;
	-webkit-transform: rotate3d(0, 0, 1, -200deg);
	transform: rotate3d(0, 0, 1, -200deg);
	opacity: 0;
}

to {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}
.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

@
-webkit-keyframes rotateInDownLeft {from { -webkit-transform-origin:leftbottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
}

to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}
@
keyframes rotateInDownLeft {from { -webkit-transform-origin:leftbottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
}

to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}
.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

@
-webkit-keyframes rotateInDownRight {from { -webkit-transform-origin:rightbottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
}

to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}
@
keyframes rotateInDownRight {from { -webkit-transform-origin:rightbottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
}

to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}
.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

@
-webkit-keyframes rotateInUpLeft {from { -webkit-transform-origin:leftbottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
}

to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}
@
keyframes rotateInUpLeft {from { -webkit-transform-origin:leftbottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
}

to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}
.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

@
-webkit-keyframes rotateInUpRight {from { -webkit-transform-origin:rightbottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, -90deg);
	transform: rotate3d(0, 0, 1, -90deg);
	opacity: 0;
}

to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}
@
keyframes rotateInUpRight {from { -webkit-transform-origin:rightbottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, -90deg);
	transform: rotate3d(0, 0, 1, -90deg);
	opacity: 0;
}

to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}
.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

@
-webkit-keyframes rotateOut {from { -webkit-transform-origin:center;
	transform-origin: center;
	opacity: 1;
}

to {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate3d(0, 0, 1, 200deg);
	transform: rotate3d(0, 0, 1, 200deg);
	opacity: 0;
}

}
@
keyframes rotateOut {from { -webkit-transform-origin:center;
	transform-origin: center;
	opacity: 1;
}

to {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate3d(0, 0, 1, 200deg);
	transform: rotate3d(0, 0, 1, 200deg);
	opacity: 0;
}

}
.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

@
-webkit-keyframes rotateOutDownLeft {from { -webkit-transform-origin:leftbottom;
	transform-origin: left bottom;
	opacity: 1;
}

to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
}

}
@
keyframes rotateOutDownLeft {from { -webkit-transform-origin:leftbottom;
	transform-origin: left bottom;
	opacity: 1;
}

to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
}

}
.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

@
-webkit-keyframes rotateOutDownRight {from { -webkit-transform-origin:rightbottom;
	transform-origin: right bottom;
	opacity: 1;
}

to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
}

}
@
keyframes rotateOutDownRight {from { -webkit-transform-origin:rightbottom;
	transform-origin: right bottom;
	opacity: 1;
}

to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
}

}
.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

@
-webkit-keyframes rotateOutUpLeft {from { -webkit-transform-origin:leftbottom;
	transform-origin: left bottom;
	opacity: 1;
}

to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
}

}
@
keyframes rotateOutUpLeft {from { -webkit-transform-origin:leftbottom;
	transform-origin: left bottom;
	opacity: 1;
}

to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
}

}
.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

@
-webkit-keyframes rotateOutUpRight {from { -webkit-transform-origin:rightbottom;
	transform-origin: right bottom;
	opacity: 1;
}

to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, 90deg);
	transform: rotate3d(0, 0, 1, 90deg);
	opacity: 0;
}

}
@
keyframes rotateOutUpRight {from { -webkit-transform-origin:rightbottom;
	transform-origin: right bottom;
	opacity: 1;
}

to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, 90deg);
	transform: rotate3d(0, 0, 1, 90deg);
	opacity: 0;
}

}
.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

@
-webkit-keyframes hinge { 0% {
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

20%,
60%
{
-webkit-transform
:
 
rotate3d


(0
,
0,
1,
80
deg


);
transform
:
 
rotate3d


(0
,
0,
1,
80
deg


);
-webkit-transform-origin
:
 
top

 

left
;

		
transform-origin
:
 
top

 

left
;

		
-webkit-animation-timing-function
:
 
ease-in-out
;

		
animation-timing-function
:
 
ease-in-out
;

	
}
40%,
80%
{
-webkit-transform
:
 
rotate3d


(0
,
0,
1,
60
deg


);
transform
:
 
rotate3d


(0
,
0,
1,
60
deg


);
-webkit-transform-origin
:
 
top

 

left
;

		
transform-origin
:
 
top

 

left
;

		
-webkit-animation-timing-function
:
 
ease-in-out
;

		
animation-timing-function
:
 
ease-in-out
;

		
opacity
:
 
1;
}
to {
	-webkit-transform: translate3d(0, 700px, 0);
	transform: translate3d(0, 700px, 0);
	opacity: 0;
}

}
@
keyframes hinge { 0% {
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

20%,
60%
{
-webkit-transform
:
 
rotate3d


(0
,
0,
1,
80
deg


);
transform
:
 
rotate3d


(0
,
0,
1,
80
deg


);
-webkit-transform-origin
:
 
top

 

left
;

		
transform-origin
:
 
top

 

left
;

		
-webkit-animation-timing-function
:
 
ease-in-out
;

		
animation-timing-function
:
 
ease-in-out
;

	
}
40%,
80%
{
-webkit-transform
:
 
rotate3d


(0
,
0,
1,
60
deg


);
transform
:
 
rotate3d


(0
,
0,
1,
60
deg


);
-webkit-transform-origin
:
 
top

 

left
;

		
transform-origin
:
 
top

 

left
;

		
-webkit-animation-timing-function
:
 
ease-in-out
;

		
animation-timing-function
:
 
ease-in-out
;

		
opacity
:
 
1;
}
to {
	-webkit-transform: translate3d(0, 700px, 0);
	transform: translate3d(0, 700px, 0);
	opacity: 0;
}

}
.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@
-webkit-keyframes rollIn {from { opacity:0;
	-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}
@
keyframes rollIn {from { opacity:0;
	-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}
.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@
-webkit-keyframes rollOut {from { opacity:1;
	
}

to {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}

}
@
keyframes rollOut {from { opacity:1;
	
}

to {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}

}
.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@
-webkit-keyframes zoomIn {from { opacity:0;
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3);
}

50%
{
opacity
:
 
1;
}
}
@
keyframes zoomIn {from { opacity:0;
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3);
}

50%
{
opacity
:
 
1;
}
}
.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@
-webkit-keyframes zoomInDown {from { opacity:0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

60%
{
opacity
:
 
1;
-webkit-transform
:
 
scale3d


(
.475
,
.475
,
.475


)
translate3d


(0
,
60
px
,
0);
transform
:
 
scale3d


(
.475
,
.475
,
.475


)
translate3d


(0
,
60
px
,
0);
-webkit-animation-timing-function
:
 
cubic-bezier


(0
.175
,
0
.885
,
0
.320
,
1);
animation-timing-function
:
 
cubic-bezier


(0
.175
,
0
.885
,
0
.320
,
1);
}
}
@
keyframes zoomInDown {from { opacity:0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

60%
{
opacity
:
 
1;
-webkit-transform
:
 
scale3d


(
.475
,
.475
,
.475


)
translate3d


(0
,
60
px
,
0);
transform
:
 
scale3d


(
.475
,
.475
,
.475


)
translate3d


(0
,
60
px
,
0);
-webkit-animation-timing-function
:
 
cubic-bezier


(0
.175
,
0
.885
,
0
.320
,
1);
animation-timing-function
:
 
cubic-bezier


(0
.175
,
0
.885
,
0
.320
,
1);
}
}
.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@
-webkit-keyframes zoomInLeft {from { opacity:0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
	transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

60%
{
opacity
:
 
1;
-webkit-transform
:
 
scale3d


(
.475
,
.475
,
.475


)
translate3d


(10
px
,
0,
0);
transform
:
 
scale3d


(
.475
,
.475
,
.475


)
translate3d


(10
px
,
0,
0);
-webkit-animation-timing-function
:
 
cubic-bezier


(0
.175
,
0
.885
,
0
.320
,
1);
animation-timing-function
:
 
cubic-bezier


(0
.175
,
0
.885
,
0
.320
,
1);
}
}
@
keyframes zoomInLeft {from { opacity:0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
	transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

60%
{
opacity
:
 
1;
-webkit-transform
:
 
scale3d


(
.475
,
.475
,
.475


)
translate3d


(10
px
,
0,
0);
transform
:
 
scale3d


(
.475
,
.475
,
.475


)
translate3d


(10
px
,
0,
0);
-webkit-animation-timing-function
:
 
cubic-bezier


(0
.175
,
0
.885
,
0
.320
,
1);
animation-timing-function
:
 
cubic-bezier


(0
.175
,
0
.885
,
0
.320
,
1);
}
}
.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@
-webkit-keyframes zoomInRight {from { opacity:0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
	transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

60%
{
opacity
:
 
1;
-webkit-transform
:
 
scale3d


(
.475
,
.475
,
.475


)
translate3d


(-10
px
,
0,
0);
transform
:
 
scale3d


(
.475
,
.475
,
.475


)
translate3d


(-10
px
,
0,
0);
-webkit-animation-timing-function
:
 
cubic-bezier


(0
.175
,
0
.885
,
0
.320
,
1);
animation-timing-function
:
 
cubic-bezier


(0
.175
,
0
.885
,
0
.320
,
1);
}
}
@
keyframes zoomInRight {from { opacity:0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
	transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

60%
{
opacity
:
 
1;
-webkit-transform
:
 
scale3d


(
.475
,
.475
,
.475


)
translate3d


(-10
px
,
0,
0);
transform
:
 
scale3d


(
.475
,
.475
,
.475


)
translate3d


(-10
px
,
0,
0);
-webkit-animation-timing-function
:
 
cubic-bezier


(0
.175
,
0
.885
,
0
.320
,
1);
animation-timing-function
:
 
cubic-bezier


(0
.175
,
0
.885
,
0
.320
,
1);
}
}
.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@
-webkit-keyframes zoomInUp {from { opacity:0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

60%
{
opacity
:
 
1;
-webkit-transform
:
 
scale3d


(
.475
,
.475
,
.475


)
translate3d


(0
,
-60
px
,
0);
transform
:
 
scale3d


(
.475
,
.475
,
.475


)
translate3d


(0
,
-60
px
,
0);
-webkit-animation-timing-function
:
 
cubic-bezier


(0
.175
,
0
.885
,
0
.320
,
1);
animation-timing-function
:
 
cubic-bezier


(0
.175
,
0
.885
,
0
.320
,
1);
}
}
@
keyframes zoomInUp {from { opacity:0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

60%
{
opacity
:
 
1;
-webkit-transform
:
 
scale3d


(
.475
,
.475
,
.475


)
translate3d


(0
,
-60
px
,
0);
transform
:
 
scale3d


(
.475
,
.475
,
.475


)
translate3d


(0
,
-60
px
,
0);
-webkit-animation-timing-function
:
 
cubic-bezier


(0
.175
,
0
.885
,
0
.320
,
1);
animation-timing-function
:
 
cubic-bezier


(0
.175
,
0
.885
,
0
.320
,
1);
}
}
.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@
-webkit-keyframes zoomOut {from { opacity:1;
	
}

50%
{
opacity
:
 
0;
-webkit-transform
:
 
scale3d


(
.3
,
.3
,
.3


);
transform
:
 
scale3d


(
.3
,
.3
,
.3


);
}
to {
	opacity: 0;
}

}
@
keyframes zoomOut {from { opacity:1;
	
}

50%
{
opacity
:
 
0;
-webkit-transform
:
 
scale3d


(
.3
,
.3
,
.3


);
transform
:
 
scale3d


(
.3
,
.3
,
.3


);
}
to {
	opacity: 0;
}

}
.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@
-webkit-keyframes zoomOutDown { 40% {
	opacity: 1;
	-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
	transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

to {
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}

}
@
keyframes zoomOutDown { 40% {
	opacity: 1;
	-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
	transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

to {
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}

}
.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}

@
-webkit-keyframes zoomOutLeft { 40% {
	opacity: 1;
	-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}

to {
	opacity: 0;
	-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
	transform: scale(.1) translate3d(-2000px, 0, 0);
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

}
@
keyframes zoomOutLeft { 40% {
	opacity: 1;
	-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}

to {
	opacity: 0;
	-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
	transform: scale(.1) translate3d(-2000px, 0, 0);
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

}
.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}

@
-webkit-keyframes zoomOutRight { 40% {
	opacity: 1;
	-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}

to {
	opacity: 0;
	-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
	transform: scale(.1) translate3d(2000px, 0, 0);
	-webkit-transform-origin: right center;
	transform-origin: right center;
}

}
@
keyframes zoomOutRight { 40% {
	opacity: 1;
	-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}

to {
	opacity: 0;
	-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
	transform: scale(.1) translate3d(2000px, 0, 0);
	-webkit-transform-origin: right center;
	transform-origin: right center;
}

}
.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}

@
-webkit-keyframes zoomOutUp { 40% {
	opacity: 1;
	-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
	transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

to {
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}

}
@
keyframes zoomOutUp { 40% {
	opacity: 1;
	-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
	transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

to {
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}

}
.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}

@
-webkit-keyframes slideInDown {from { -webkit-transform:translate3d(0,
	-100%, 0);
	transform: translate3d(0, -100%, 0);
	visibility: visible;
}

to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

}
@
keyframes slideInDown {from { -webkit-transform:translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	visibility: visible;
}

to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@
-webkit-keyframes slideInLeft {from { -webkit-transform:translate3d(-100%,
	0, 0);
	transform: translate3d(-100%, 0, 0);
	visibility: visible;
}

to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

}
@
keyframes slideInLeft {from { -webkit-transform:translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	visibility: visible;
}

to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

}
.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@
-webkit-keyframes slideInRight {from { -webkit-transform:translate3d(100%,
	0, 0);
	transform: translate3d(100%, 0, 0);
	visibility: visible;
}

to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

}
@
keyframes slideInRight {from { -webkit-transform:translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	visibility: visible;
}

to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

}
.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@
-webkit-keyframes slideInUp {from { -webkit-transform:translate3d(0,
	100%, 0);
	transform: translate3d(0, 100%, 0);
	visibility: visible;
}

to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

}
@
keyframes slideInUp {from { -webkit-transform:translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	visibility: visible;
}

to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

}
.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@
-webkit-keyframes slideOutDown {from { -webkit-transform:translate3d(0,
	0, 0);
	transform: translate3d(0, 0, 0);
}

to {
	visibility: hidden;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

}
@
keyframes slideOutDown {from { -webkit-transform:translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

to {
	visibility: hidden;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

}
.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@
-webkit-keyframes slideOutLeft {from { -webkit-transform:translate3d(0,
	0, 0);
	transform: translate3d(0, 0, 0);
}

to {
	visibility: hidden;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

}
@
keyframes slideOutLeft {from { -webkit-transform:translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

to {
	visibility: hidden;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

}
.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@
-webkit-keyframes slideOutRight {from { -webkit-transform:translate3d(0,
	0, 0);
	transform: translate3d(0, 0, 0);
}

to {
	visibility: hidden;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

}
@
keyframes slideOutRight {from { -webkit-transform:translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

to {
	visibility: hidden;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

}
.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@
-webkit-keyframes slideOutUp {from { -webkit-transform:translate3d(0, 0,
	0);
	transform: translate3d(0, 0, 0);
}

to {
	visibility: hidden;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

}
@
keyframes slideOutUp {from { -webkit-transform:translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

to {
	visibility: hidden;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

}
.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

</
style> <style type ="text /css">.ant-switch {
	margin: 4px 0;
}

.ant-switch {
	font-family: "Helvetica Neue For Number", -apple-system,
		BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC",
		"Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.65);
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 22px;
	min-width: 44px;
	line-height: 20px;
	vertical-align: middle;
	border-radius: 100px;
	border: 1px solid transparent;
	background-color: rgba(0, 0, 0, 0.25);
	cursor: pointer;
	-webkit-transition: all 0.36s;
	transition: all 0.36s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ant-switch-inner {
	color: #fff;
	font-size: 12px;
	margin-left: 24px;
	margin-right: 6px;
	display: block;
}

.ant-switch:before, .ant-switch:after {
	position: absolute;
	width: 18px;
	height: 18px;
	left: 1px;
	top: 1px;
	border-radius: 18px;
	background-color: #fff;
	content: " ";
	cursor: pointer;
	-webkit-transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
	transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.ant-switch:after {
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
	box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
}

.ant-switch:active:before, .ant-switch:active:after {
	width: 24px;
}

.ant-switch:before {
	content: "\E64D";
	font-family: anticon;
	-webkit-animation: loadingCircle 1s infinite linear;
	animation: loadingCircle 1s infinite linear;
	text-align: center;
	background: transprent;
	z-index: 1;
	display: none;
	font-size: 12px;
}

.ant-switch-loading:before {
	display: inline-block;
	color: rgba(0, 0, 0, 0.65);
}

.ant-switch-checked.ant-switch-loading:before {
	color: #1890ff;
}

.ant-switch:focus {
	-webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
	box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
	outline: 0;
}

.ant-switch:focus:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ant-switch-small {
	height: 16px;
	min-width: 28px;
	line-height: 14px;
}

.ant-switch-small .ant-switch-inner {
	margin-left: 18px;
	margin-right: 3px;
	font-size: 12px;
}

.ant-switch-small:before, .ant-switch-small:after {
	width: 12px;
	height: 12px;
}

.ant-switch-small:active:before, .ant-switch-small:active:after {
	width: 16px;
}

.ant-switch-small.ant-switch-checked:before, .ant-switch-small.ant-switch-checked:after
	{
	left: 100%;
	margin-left: -12.5px;
}

.ant-switch-small.ant-switch-checked .ant-switch-inner {
	margin-left: 3px;
	margin-right: 18px;
}

.ant-switch-small:active.ant-switch-checked:before, .ant-switch-small:active.ant-switch-checked:after
	{
	margin-left: -16.5px;
}

.ant-switch-small.ant-switch-loading:before {
	-webkit-animation: AntSwitchSmallLoadingCircle 1s infinite linear;
	animation: AntSwitchSmallLoadingCircle 1s infinite linear;
	font-weight: bold;
}

.ant-switch-checked {
	background-color: #1890ff;
}

.ant-switch-checked .ant-switch-inner {
	margin-left: 6px;
	margin-right: 24px;
}

.ant-switch-checked:before, .ant-switch-checked:after {
	left: 100%;
	margin-left: -19px;
}

.ant-switch-checked:active:before, .ant-switch-checked:active:after {
	margin-left: -25px;
}

.ant-switch-loading, .ant-switch-disabled {
	pointer-events: none;
	opacity: 0.4;
}

@
-webkit-keyframes AntSwitchSmallLoadingCircle { 0% {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: rotate(0deg) scale(0.66667);
	transform: rotate(0deg) scale(0.66667);
}

100%
{
-webkit-transform-origin
:
 
50%
50%;
transform-origin
:
 
50%
50%;
-webkit-transform
:
 
rotate


(360
deg
)

 

scale


(0
.66667


);
transform
:
 
rotate


(360
deg
)

 

scale


(0
.66667


);
}
}
@
keyframes AntSwitchSmallLoadingCircle { 0% {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: rotate(0deg) scale(0.66667);
	transform: rotate(0deg) scale(0.66667);
}

100%
{
-webkit-transform-origin
:
 
50%
50%;
transform-origin
:
 
50%
50%;
-webkit-transform
:
 
rotate


(360
deg
)

 

scale


(0
.66667


);
transform
:
 
rotate


(360
deg
)

 

scale


(0
.66667


);
}
}
.ant-switch {
	margin: 4px 0;
}

.order-switch {
	margin-left: 5px;
}

</
style> <style type ="text /css">.rc-slider {
	position: relative;
	height: 14px;
	padding: 2px 0;
	width: 100%;
	border-radius: 6px;
	-ms-touch-action: none;
	touch-action: none;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rc-slider * {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rc-slider-rail {
	position: absolute;
	width: 100%;
	background-color: #e9e9e9;
	height: 4px;
	border-radius: 6px;
}

.rc-slider-track {
	position: absolute;
	left: 0;
	height: 4px;
	border-radius: 6px;
	background-color: #abe2fb;
}

.rc-slider-handle {
	position: absolute;
	margin-left: -7px;
	margin-top: -5px;
	width: 14px;
	height: 14px;
	cursor: pointer;
	cursor: -webkit-grab;
	cursor: grab;
	border-radius: 50%;
	border: solid 2px #96dbfa;
	background-color: #fff;
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.rc-slider-handle:hover {
	border-color: #57c5f7;
}

.rc-slider-handle:active {
	border-color: #57c5f7;
	box-shadow: 0 0 5px #57c5f7;
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.rc-slider-handle:focus {
	border-color: #57c5f7;
	box-shadow: 0 0 0 5px #96dbfa;
	outline: none;
}

.rc-slider-mark {
	position: absolute;
	top: 18px;
	left: 0;
	width: 100%;
	font-size: 12px;
}

.rc-slider-mark-text {
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	color: #999;
}

.rc-slider-mark-text-active {
	color: #666;
}

.rc-slider-step {
	position: absolute;
	width: 100%;
	height: 4px;
	background: transparent;
}

.rc-slider-dot {
	position: absolute;
	bottom: -2px;
	margin-left: -4px;
	width: 8px;
	height: 8px;
	border: 2px solid #e9e9e9;
	background-color: #fff;
	cursor: pointer;
	border-radius: 50%;
	vertical-align: middle;
}

.rc-slider-dot-active {
	border-color: #96dbfa;
}

.rc-slider-disabled {
	background-color: #e9e9e9;
}

.rc-slider-disabled .rc-slider-track {
	background-color: #ccc;
}

.rc-slider-disabled .rc-slider-handle, .rc-slider-disabled .rc-slider-dot
	{
	border-color: #ccc;
	box-shadow: none;
	background-color: #fff;
	cursor: not-allowed;
}

.rc-slider-disabled .rc-slider-mark-text, .rc-slider-disabled .rc-slider-dot
	{
	cursor: not-allowed !important;
}

.rc-slider-vertical {
	width: 14px;
	height: 100%;
	padding: 0 5px;
}

.rc-slider-vertical .rc-slider-rail {
	height: 100%;
	width: 4px;
}

.rc-slider-vertical .rc-slider-track {
	left: 5px;
	bottom: 0;
	width: 4px;
}

.rc-slider-vertical .rc-slider-handle {
	margin-left: -5px;
	margin-bottom: -7px;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.rc-slider-vertical .rc-slider-mark {
	top: 0;
	left: 18px;
	height: 100%;
}

.rc-slider-vertical .rc-slider-step {
	height: 100%;
	width: 4px;
}

.rc-slider-vertical .rc-slider-dot {
	left: 2px;
	margin-bottom: -4px;
}

.rc-slider-vertical .rc-slider-dot:first-child {
	margin-bottom: -4px;
}

.rc-slider-vertical .rc-slider-dot:last-child {
	margin-bottom: -4px;
}

.rc-slider-tooltip-zoom-down-enter, .rc-slider-tooltip-zoom-down-appear
	{
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: block !important;
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.rc-slider-tooltip-zoom-down-leave {
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: block !important;
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
	.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active
	{
	-webkit-animation-name: rcSliderTooltipZoomDownIn;
	animation-name: rcSliderTooltipZoomDownIn;
	-webkit-animation-play-state: running;
	animation-play-state: running;
}

.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active
	{
	-webkit-animation-name: rcSliderTooltipZoomDownOut;
	animation-name: rcSliderTooltipZoomDownOut;
	-webkit-animation-play-state: running;
	animation-play-state: running;
}

.rc-slider-tooltip-zoom-down-enter, .rc-slider-tooltip-zoom-down-appear
	{
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.rc-slider-tooltip-zoom-down-leave {
	-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

@
-webkit-keyframes rcSliderTooltipZoomDownIn { 0% {
	opacity: 0;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
}

100%
{
-webkit-transform-origin
:
 
50%
100%;
transform-origin
:
 
50%
100%;
-webkit-transform
:
 
scale


(1
,
1);
transform
:
 
scale


(1
,
1);
}
}
@
keyframes rcSliderTooltipZoomDownIn { 0% {
	opacity: 0;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
}

100%
{
-webkit-transform-origin
:
 
50%
100%;
transform-origin
:
 
50%
100%;
-webkit-transform
:
 
scale


(1
,
1);
transform
:
 
scale


(1
,
1);
}
}
@
-webkit-keyframes rcSliderTooltipZoomDownOut { 0% {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

100%
{
opacity
:
 
0;
-webkit-transform-origin
:
 
50%
100%;
transform-origin
:
 
50%
100%;
-webkit-transform
:
 
scale


(0
,
0);
transform
:
 
scale


(0
,
0);
}
}
@
keyframes rcSliderTooltipZoomDownOut { 0% {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

100%
{
opacity
:
 
0;
-webkit-transform-origin
:
 
50%
100%;
transform-origin
:
 
50%
100%;
-webkit-transform
:
 
scale


(0
,
0);
transform
:
 
scale


(0
,
0);
}
}
.rc-slider-tooltip {
	position: absolute;
	left: -9999px;
	top: -9999px;
	visibility: visible;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rc-slider-tooltip * {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rc-slider-tooltip-hidden {
	display: none;
}

.rc-slider-tooltip-placement-top {
	padding: 4px 0 8px 0;
}

.rc-slider-tooltip-inner {
	padding: 6px 2px;
	min-width: 24px;
	height: 24px;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #6c6c6c;
	border-radius: 6px;
	box-shadow: 0 0 4px #d9d9d9;
}

.rc-slider-tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
	bottom: 4px;
	left: 50%;
	margin-left: -4px;
	border-width: 4px 4px 0;
	border-top-color: #6c6c6c;
}

.slider {
	margin: 0 15px;
	width: 200px;
	border-color: #EB0E0E;
}

</
style
>
<
style

 

type


="
text
/css"
>
 @charset "UTF-8";
/*
* common.scss
* 修改颜色，需修改baseColor，highColor，hoverColor 和 .notice class里的颜色
*/
* {
	padding: 0px;
	margin: 0px;
	font-size: 1rem;
	color: #333333;
	font-family: 'Microsoft YaHei', 'Arial', 'Helvetica', 'sans-serif';
	outline: none;
	cursor: inherit;
	box-sizing: border-box;
}

body {
	height: 100%;
	min-width: 1200px;
	/**overflow: hidden;**/
}

a {
	text-decoration: none;
	cursor: pointer;
}

button {
	cursor: pointer;
}

.iconfont {
	font-family: "iconfont";
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.icon-1:before {
	content: "\E621";
	color: #FF468B;
	font-size: 28px;
}

.icon-2:before {
	content: "\E604";
	color: #B342FF;
	font-size: 28px;
}

.icon-3:before {
	content: "\E608";
	color: #3FA2FF;
	font-size: 28px;
}

.icon-4:before {
	content: "\E6AA";
	color: #666BFF;
	font-size: 28px;
}

.icon-5:before {
	content: "\E60E";
	color: #60BC59;
	font-size: 28px;
}

.icon-success:before {
	content: "\E641";
	color: #5ED25C;
	font-size: 40px;
}

.icon-error:before {
	content: "\E660";
	color: #FF5151;
	font-size: 40px;
}

.icon-warn:before {
	content: "\E67E";
	color: #FF8600;
	font-size: 40px;
}

.icon-checkbox-check:before {
	content: "\E606";
	color: #34BAF1;
	font-size: 20px;
}

.icon-checkbox-uncheck:before {
	content: "\E605";
	color: #CCCCCC;
	font-size: 20px;
}

.icon-radio-check:before {
	content: "\E629";
	color: #E94335;
	font-size: 20px;
}

.icon-radio-uncheck:before {
	content: "\E68A";
	color: #CCCCCC;
	font-size: 20px;
}

.icon-arrow-up:before {
	content: "\E611";
	font-size: 20px;
}

.icon-arrow-down:before {
	content: "\E64A";
	font-size: 20px;
}

.app-wrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.app-wrap .top {
	height: 90px;
	display: flex;
	flex-direction: row;
	z-index: 222;
	background-color: #FFFFFF;
	border-bottom: 4px solid #DBDBDB;
}

.app-wrap .top .logo {
	padding: 0px 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.app-wrap .top .status-bar {
	min-width: 800px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background-color: #FFFFFF;
	flex: 1;
}

.app-wrap .top .status-bar .left {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.app-wrap .top .status-bar .left .landed {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-left: 23px;
	flex-shrink: 0;
}

.app-wrap .top .status-bar .left .landed div {
	padding: 0px 10px;
	font-size: 20px;
	color: #333333;
	line-height: 14px;
	cursor: pointer;
}

.app-wrap .top .status-bar .left .landed div:hover {
	text-decoration: underline;
}

.app-wrap .top .status-bar .left .landed div:first-child {
	cursor: default;
}

.app-wrap .top .status-bar .left .landed div:first-child:hover {
	text-decoration: none;
}

.app-wrap .top .status-bar .left .landed div span {
	color: #333333;
	font-size: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.app-wrap .top .status-bar .left .landed div span span {
	color: #E94335;
	padding-left: 10px;
}

.app-wrap .top .status-bar .left .landed div span .refresh {
	font-size: 20px;
	color: #E94335;
	margin-left: 0.3125rem;
	cursor: pointer;
}

.app-wrap .top .status-bar .left .landed div+div {
	border-left: 2px solid #D5D5D5;
}

.app-wrap .top .status-bar .left .landed .recharge {
	color: #D73021;
}

.app-wrap .top .status-bar .left .login {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-left: 23px;
}

.app-wrap .top .status-bar .left .login .input-group {
	width: 150px;
	height: 36px;
	border: 1px solid #E94335;
	display: flex;
	flex-direction: row;
}

.app-wrap .top .status-bar .left .login .input-group .icon-wrap {
	display: flex;
	width: 34px;
	background-color: #FFF1EB;
	display: flex;
	justify-content: center;
	align-items: center;
}

.app-wrap .top .status-bar .left .login .input-group .icon-wrap i {
	color: #E94335;
}

.app-wrap .top .status-bar .left .login .input-group input {
	display: flex;
	width: 114px;
	border: none;
	padding: 0px 10px;
	font-size: 0.875rem;
}

.app-wrap .top .status-bar .left .login .verfy-code {
	width: 136px;
	height: 36px;
	border: 1px solid #E94335;
	display: flex;
	flex-direction: row;
}

.app-wrap .top .status-bar .left .login .verfy-code img {
	width: 68px;
	cursor: pointer;
}

.app-wrap .top .status-bar .left .login .verfy-code input {
	display: flex;
	width: 66px;
	border: none;
	padding: 0px 5px;
	font-size: 0.875rem;
}

.app-wrap .top .status-bar .left .login div+div {
	margin-left: 14px;
}

.app-wrap .top .status-bar .left .login button {
	width: 90px;
	height: 36px;
	background-color: #E94335;
	border: none;
	border-radius: 4px;
	font-size: 0.875rem;
	color: #FFFFFF;
	margin-left: 12px;
	cursor: pointer;
}

.app-wrap .top .status-bar .left .login button:hover {
	background-color: #FC6053;
}

.app-wrap .top .status-bar .left .login button:active {
	background-color: #D73021;
}

.app-wrap .top .status-bar .right {
	display: flex;
	flex-direction: row;
	flex-shrink: 0;
	justify-content: flex-end;
	align-items: center;
	padding-right: 23px;
	cursor: pointer;
}

.app-wrap .top .status-bar .right i {
	margin-right: 10px;
}

.app-wrap .top .status-bar .right span {
	font-size: 0.875rem;
	color: #333333;
}

.app-wrap .main {
	display: flex;
	flex: 1;
	flex-direction: row;
	align-items: stretch;
}

.app-wrap .main .menu {
	display: flex;
	width: 208px;
	background-color: #FFFFFF;
	flex-direction: column;
	border-right: 1px solid #EAEAEA;
	overflow: auto;
}

.app-wrap .main .menu .list .menu-lobby {
	height: 40px;
	display: flex;
	flex: 1;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
/* 	background-color: #E94335; */
	border-bottom: none;
}

.app-wrap .main .menu .list .menu-lobby .logo {
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.app-wrap .main .menu .list .menu-lobby a {
	color: #FFFFFF;
	display: flex;
	flex: 1;
	justify-content: flex-start;
	padding-left: 10px;
}

.app-wrap .main .menu .list .category {
	display: flex;
	flex-direction: column;
}

.app-wrap .main .menu .list .category .category-info {
	height: 48px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	border-bottom: 1px solid #EAEAEA;
}

.app-wrap .main .menu .list .category .category-info .logo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
}

.app-wrap .main .menu .list .category .category-info .logo img {
	width: 50px;
	height: 40px;
}

.app-wrap .main .menu .list .category .category-info .category-name {
	color: #333333;
	font-size: 1rem;
	display: flex;
	flex: 1;
	justify-content: flex-start;
	padding-left: 10px;
}

.app-wrap .main .menu .list .category .category-info .category-name:hover
	{
	color: #E94335;
}

.app-wrap .main .menu .list .category .category-info .active {
	color: #E94335;
}

.app-wrap .main .menu .list .category .category-detail {
	display: none;
	flex-direction: column;
	background-color: #F7F7F7;
}

.app-wrap .main .menu .list .category .category-detail .lottery-info {
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-bottom: 1px solid #EAEAEA;
	text-decoration: none;
	color: #333333;
	font-size: 0.875rem;
}

.app-wrap .main .menu .list .category .category-detail .lottery-info:hover
	{
	background-color: #FFE4CC;
}

.app-wrap .main .menu .list .category .category-detail .active {
	background-color: #FFE4CC;
}

.app-wrap .main .content {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.app-wrap .main .content .notice {
	height: 40px;
	width: 100%;
	background-color: #FFF5F5;
	border-top: 1px solid #FFD8D7;
	border-bottom: 1px solid #FFD8D7;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: 0px 15px;
	z-index: 200;
}

.app-wrap .main .content .notice i {
	color: #E94335;
	font-size: 24px;
	padding-top: 3px;
	padding-right: 5px;
}

.app-wrap .main .content .notice span {
	font-size: 0.75rem;
	color: #333333;
}

.app-wrap .main .content .lottery-main {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
}

.app-wrap .main .content .lottery-lobby {
	height: 100%;
	overflow: auto;
	padding-bottom: 30px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-around;
	padding-right: 20px;
}

.app-wrap .main .content .lottery-lobby .lobby-item-placeholder {
	width: 319px;
	height: 1px;
	display: flex;
	flex-shrink: 0;
	margin: 15px 5px 0px 5px;
}

.app-wrap .main .content .lottery-lobby .lobby-item {
	background-color: #FFFFFF;
	width: 319px;
	height: 160px;
	border: 4px solid #E7E7E7;
	margin: 15px 5px 0px 5px;
	display: flex;
	flex-direction: column;
	flex-basis: 319px;
	flex-shrink: 0;
	transition: all .2s linear;
	box-sizing: border-box;
}

.app-wrap .main .content .lottery-lobby .lobby-item:hover {
	transform: scale(1.05);
	box-shadow: 3px 4px 6px #c1c1c1;
}

.app-wrap .main .content .lottery-lobby .lobby-item .detal {
	height: 120px;
	display: flex;
	flex-direction: column;
	padding: 10px 10px 0px 10px;
}

.app-wrap .main .content .lottery-lobby .lobby-item .detal .info {
	display: flex;
	flex-direction: row;
}

.app-wrap .main .content .lottery-lobby .lobby-item .detal .info img {
	width: 57px;
	height: 57px;
}

.app-wrap .main .content .lottery-lobby .lobby-item .detal .info .ct {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding-left: 10px;
}

.app-wrap .main .content .lottery-lobby .lobby-item .detal .info .ct .lottery-name
	{
	flex: 1;
	font-size: 1rem;
	color: #333;
	font-weight: bold;
}

.app-wrap .main .content .lottery-lobby .lobby-item .detal .info .ct .issue-cd
	{
	display: flex;
	flex: 1;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding-right: 10px;
}

.app-wrap .main .content .lottery-lobby .lobby-item .detal .info .ct .issue-cd div
	{
	font-size: 0.875rem;
	color: #666666;
}

.app-wrap .main .content .lottery-lobby .lobby-item .detal .results {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 39px;
	padding-left: 5px;
}

.app-wrap .main .content .lottery-lobby .lobby-item .detal .results span
	{
	font-size: 0.75rem;
	color: #000000;
	padding-right: 7px;
}

.app-wrap .main .content .lottery-lobby .lobby-item .detal .results .ball
	{
	width: 24px;
	height: 24px;
	background-color: #E94335;
	border-radius: 50%;
	font-size: 1rem;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 5px;
}

.app-wrap .main .content .lottery-lobby .lobby-item .detal .results .sBall
	{
	width: 18px;
	height: 18px;
	background-color: #E94335;
	border-radius: 50%;
	font-size: 0.75rem;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 5px;
}

.app-wrap .main .content .lottery-lobby .lobby-item .detal .results .inLottery
	{
	font-size: 0.875rem;
	color: #000000;
	padding-left: 8px;
}

.app-wrap .main .content .lottery-lobby .lobby-item .bottom {
	height: 40px;
	display: flex;
	flex-direction: row;
}

.app-wrap .main .content .lottery-lobby .lobby-item .bottom .fun {
	flex: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background-color: #F7F7F7;
	border-top: 1px solid #E7E7E7;
}

.app-wrap .main .content .lottery-lobby .lobby-item .bottom .fun i {
	padding-right: 5px;
}

.app-wrap .main .content .lottery-lobby .lobby-item .bottom .fun span {
	font-size: 0.75rem;
	color: #666666;
}

.app-wrap .main .content .lottery-lobby .lobby-item .bottom .fun+.fun {
	border-left: 1px solid #E7E7E7;
}

.app-wrap .main .content .lottery-lobby .lobby-item .bottom .bet-btn {
	flex: 1;
/* 	background-color: #E94335; */
	color: #FFFFFF;
	font-size: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.app-wrap .main .content .lottery-lobby .lobby-item .bottom .bet-btn:hover
	{
	background-color: #FC6053;
}

.app-wrap .main .content .lottery-lobby .lobby-item .bottom .bet-btn:active
	{
	background-color: #D73021;
}

.announcement {
	height: 160px;
	width: 1000px;
	display: flex;
	padding: 15px 0px;
}

.announcement .currentLottery {
	flex-shrink: 0;
	width: 250px;
	display: flex;
}

.announcement .currentLottery .lottery_logo {
	display: flex;
	justify-content: center;
	align-items: center;
}

.announcement .currentLottery .lottery_logo img {
	width: 96px;
	height: 96px;
}

.announcement .currentLottery .lottery_info {
	padding-left: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.announcement .currentLottery .lottery_info .lottery_name {
	font-size: 1rem;
	color: #333333;
}

.announcement .currentLottery .lottery_info .issue {
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 0.875rem;
	color: #333333;
}

.announcement .currentLottery .lottery_info .issue span {
	font-size: 0.875rem;
	color: #E94335;
}

.announcement .currentLottery .lottery_info .btn button {
	width: 100px;
	height: 26px;
	border: none;
	border-radius: 4px;
	background-color: #D73021;
	cursor: pointer;
}

.announcement .currentLottery .lottery_info .btn button i {
	color: #FFFFFF;
	padding-right: 5px;
}

.announcement .currentLottery .lottery_info .btn button a {
	font-size: 0.875rem;
	color: #FFFFFF;
}

.announcement .lottery-time {
	flex-shrink: 0;
	width: 356px;
	border-right: 1px dashed #DDDDDD;
	display: flex;
	flex-direction: column;
}

.announcement .lottery-time .prompt {
	font-size: 0.75rem;
	color: #333333;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0px;
}

.announcement .lottery-time .timer {
	display: flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.announcement .lottery-time .timer .board {
	background-image: url(data : image/ png; base64
	,iVBORw0KGgoAAAANSUhEUgAAAFAAAABCCAYAAADAD1E9AAAAAXNSR0IArs4c6QAABkFJREFUeAHtXE1rJUUUzXt5ScZ8EEyE4Frd6DJklhJQZjvgxoW48WvhXxFcuhBdiQs34mwHhVknZDkgaCCzMlmFkIR8J97T5ITTt6q6ut7ooEM19Du37z33VPV51d0v5PEGE7fbzc3N4P79+59dX19/aql3bJ9nrWLjwJG9Ph0Oh99vbGx8NxgMbpAd4GV1dfV1S/xgJr6H47p1O2Be/WZefby1tfXXECuvmtdtmK9iod16Nhisra19bpftt55Uj/MO2OX8xfD2npdnV0bgALwb2lJ8O6jURC8H4B3ugQu92JUUOADvhkG2JoocqAYW2RWSq4GhJ0WZamCRXSG5Ghh6UpSpBhbZFZKrgaEnRZlqYJFdIbkaGHpSlKkGFtkVkquBoSdFmWpgkV0huRoYelKUqQYW2RWSq4GhJ0WZamCRXSG5Ghh6UpSpBhbZFZKrgaEnRZlqYJFdIbkaGHpSlKkGFtkVkquBoSdFmRHY9g/iiampqYnJyckmtv93NiLIIwa+iI1j9R2/lJ87h756l5eXExcXF403I5gzMzNzZxInnxsMdT9gn54ujn/D+ujrfBkTu8ZK1fr0jkajZrGdnp5OWDy6M8+LUkyRJwkuYvt+SLLf6+WOdRxymeNxCaLXz5e5PjocW1H14F2zAlNiHIwCbAZi83Wvk+Pn6s+rx3kS/Xz9+H68HB/9I/uKVmOEb+YxzcMxY6LmyFckj+j5zBN9XbW0luIzT/T9qqHxuHx4hy8X3Y3DGKjxHcEFytGYNM1pnKqD07Wjjzoas0dziP3G3hQ/V4/pNU9hNoIQizUXE2GOPGIfPeVSZ1ykFjGmozXGxD7z9ZqtFeiLFAZq7Hk8Vo7GrOdQezRmHx5Y2IAas55D1dQ41accjZXfWoH+psqbLxEi5KiIxhxIc4xz/dTuGq9E3+txHkRqET2f8yDG5j9iEqIUInIgxa6a8hCTS9Sc52qNfI/+BH1dNTT2PB730fPzZC/zrT/lWARqTLLmyFHUSWtMjuY0Zt2jniBXATHWrzmNqas5xH4DD1uK7+s4bl3CbG5UboVSOXIUdQDmmVOdWI58RfKIWmOsNcZEcDRmD5E1ouczT/R1HBetQDQ8z8aJAGM7tMmJjcMaez0/V49pam6c/uYeGBPRHGMMwMuKuVLkJNFHLV6WffS1nzFxHD0/f2r5PI5R4xisBw8RT/CC/phC4yC1iNDQuFSTvUSvh7yeH2MgucxxbNUihzVg6x7I5pRgrq7CfeLn1RunXw1hTMzpxeqte6B+ONWYZnAgoMasl6JqaNxXR+eocd9+z1MNjcnTOTLuXIFohOupDSJ8V2Ic1qjxX+f7+eKcOPfY+eF8Wg8RukqMNflcF5c1Ino1TmkpR2PPLz2mFhH9sVhzuTGaFZgjpeoYiO9ajMMa30XPz9W9pufjMkOOlxtj4IvYcD6tFTjOoPpu+RP0hkFf+YyJffq75kgdYhf3n6q1HiIcGKhxajDlsKcLocOemCZXElBjctmbGiOnT50Uev2cHvitS5hLnwgCV0VsUNZS/Fzda+b4vu771QBfw3GuH3XygH3OP3sJc1KNsnthjchBSWOe6OvkEckjej7zRF+nTgrZR0zxNN/FRa11CWtjjfs5UA3s51OSNby6ujpOVmuh0wF4Nzw7O3vWyarFpAPwbtJeXllaWnrXnkCtJ3KyqxYaB+wBcrqzs/P15Pn5+e8HBwevzc7OLtqXi+7ZP4unq0dpB3DZnpycPNve3v7l+Pj4K/7N86q1fGD7W9PT028uLi4+tL352gc/O0GSMT8vIfdvbviYwDExDuPU+KX83Nyphw/1tsgubX9kC+5P6/vD9p9t36eBLS37La2f5ubmHq6srMxoofQEtHec2I/HEwK+yG1vb+/MVtsj+62sD/240fve8vLyJ/v7+xu7u7tv2EqcwXdAYps/IX/CsZ7/U+525Z3Z19i24Uls7tEVCOL6+vr80dHRjxY+sNV4zy7t5hKiSeAwBmLzhjZJecnxc3WRasIc39d9v58v+cjbpTphq+7Ueh7Pz89/9OTJE/z8XbAlDSTTfpzsfXsnvrTjB7ZP2X7J2kuKuCovbH9sV943m5ubv3adZ9ZAbcaqPDw8fKl/KmphYeEwtdrUC8Z/AyG/AdV4JCswAAAAAElFTkSuQmCC);
	width: 80px;
	height: 66px;
	font-size: 3rem;
	color: #ffffff;
	text-align: center;
	line-height: 65px;
}

.announcement .lottery-time .timer .splice {
	padding: 0px 10px;
}

.announcement .lottery-record {
	flex: 1;
	flex-shrink: 1;
	display: flex;
	flex-direction: row;
}

.announcement .lottery-record .record {
	flex: 1;
	flex-shrink: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.announcement .lottery-record .record .one_issue {
	font-size: 0.75rem;
	color: #333333;
	padding-top: 10px;
	flex: 1;
	width: 304px;
}

.announcement .lottery-record .record .one_issue span {
	font-size: 0.75rem;
	color: #E94335;
	padding: 0px 3px;
}

.announcement .lottery-record .record .ball-magic {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 30px;
}

.announcement .lottery-record .record .ball-magic>div {
	margin-right: 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.announcement .lottery-record .record .ball-magic>div:last-child {
	margin-right: 0px;
}

.announcement .lottery-record .record .ball-magic>div div {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 1.75rem;
	color: #ffffff;
	background-color: #E94335;
	text-align: center;
	line-height: 40px;
}

.announcement .lottery-record .record .ball-magic>div label {
	font-size: 0.875rem;
	color: #333333;
	padding-top: 7px;
}

.announcement .lottery-record .record .ball-magic .lucky-reacords {
	display: flex;
	align-items: center;
	flex-direction: row;
}

.announcement .lottery-record .record .ball-magic .lucky-reacords span {
	font-size: 1.5rem;
	color: #333333;
	margin: 0px 8px;
}

.announcement .lottery-record .record .ball-magic .lhc-record {
	position: relative;
	font-family: 'Microsoft YaHei', 'Arial', 'Helvetica', 'sans-serif';
}

.announcement .lottery-record .record .ball-magic .lhc-record:last-child
	{
	margin-left: 17px;
}

.announcement .lottery-record .record .ball-magic .lhc-record:last-child:before
	{
	font-family: "iconfont";
	content: "\E603";
	font-size: 0.875rem;
	color: #333333;
	position: absolute;
	left: -18px;
	top: 8px;
}

.announcement .lottery-record .record .five-group {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-width: 304px;
}

.announcement .lottery-record .record .five-group .group {
	flex: 1;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}

.announcement .lottery-record .record .five-group .group .five_issue {
	font-size: 0.75rem;
	color: #333333;
	display: flex;
	flex-wrap: nowrap;
}

.announcement .lottery-record .record .five-group .group .five_issue span
	{
	font-size: 0.75rem;
	color: #E94335;
	padding: 0px 3px;
}

.announcement .lottery-record .record .five-group .group .lucky-reacords
	{
	display: flex;
	align-items: center;
	flex-direction: row;
}

.announcement .lottery-record .record .five-group .group .lucky-reacords div
	{
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #E94335;
	font-size: 0.6875rem;
	text-align: center;
	line-height: 18px;
	color: #ffffff;
}

.announcement .lottery-record .record .five-group .group .lucky-reacords span
	{
	color: #333333;
	margin: 0px 3px;
}

.announcement .lottery-record .record .five-group .group .ball {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #E94335;
	font-size: 0.6875rem;
	color: #ffffff;
	margin-right: 3px;
	text-align: center;
	line-height: 18px;
	flex-shrink: 0;
}

.announcement .lottery-record .record .five-group .group .ball:last-child
	{
	margin-right: 0px;
}

.announcement .lottery-record .record .five-group .group .lhc-record {
	position: relative;
	font-family: 'Microsoft YaHei', 'Arial', 'Helvetica', 'sans-serif';
}

.announcement .lottery-record .record .five-group .group .lhc-record:last-child
	{
	margin-left: 17px;
}

.announcement .lottery-record .record .five-group .group .lhc-record:last-child:before
	{
	font-family: "iconfont";
	content: "\E603";
	font-size: 0.75rem;
	color: #333333;
	position: absolute;
	left: -16px;
}

.announcement .lottery-record .issue-select {
	width: 30px;
	flex-shrink: 0;
}

.announcement .lottery-record .issue-select .btn {
	border: 1px solid #E94335;
	font-size: 0.875rem;
	color: #666666;
	background-color: #FFFFFF;
	height: 65px;
	padding: 0px 3px;
	cursor: pointer;
}

.announcement .lottery-record .issue-select .active {
	background-color: #E94335;
	color: #fff;
}

.play-choice {
	width: 1000px;
}

.play-choice .play-list {
	height: 40px;
	background-color: #E94335;
	display: flex;
}

.play-choice .play-list div {
	padding: 0px 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 0.875rem;
	cursor: pointer;
}

.play-choice .play-list .play-activity {
	background-color: #D73021;
}

.play-choice .method-list {
	border-style: solid;
	border-left-width: 1px;
	border-left-color: #E94335;
	border-right-width: 1px;
	border-right-color: #E94335;
	border-bottom-width: 1px;
	border-bottom-color: #E94335;
	border-top-width: 0;
}

.play-choice .method-list .method-row {
	height: 46px;
	display: flex;
	align-items: center;
}

.play-choice .method-list .method-row .group-label {
	padding: 0px 30px;
	font-size: 0.875rem;
	color: #E94335;
}

.play-choice .method-list .method-row .radio-group {
	padding-right: 20px;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.play-choice .method-list .method-row .radio-group i {
	padding-right: 5px;
	padding-top: 2px;
}

.play-choice .method-list .method-row .radio-group span {
	font-size: 0.875rem;
}

.bet-area {
	width: 1000px;
	padding-top: 20px;
	padding-bottom: 40px;
}

.bet-area .tips {
	display: flex;
}

.bet-area .tips .prompt {
	flex: 4;
}

.bet-area .tips .prompt i {
	color: #D73021;
	padding-right: 5px;
}

.bet-area .tips .prompt label {
	font-size: 0.875rem;
	color: #D73021;
}

.bet-area .tips .prompt span {
	font-size: 0.875rem;
	color: #999999;
}

.bet-area .tips .rule {
	flex: 1;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.bet-area .tips .rule div {
	font-size: 0.875rem;
	color: #D73021;
}

.bet-area .tips .rule .example {
	position: relative;
}

.bet-area .tips .rule .example i {
	color: #D73021;
	padding-right: 5px;
	cursor: pointer;
}

.bet-area .tips .rule .example span {
	font-size: 0.875rem;
	color: #D73021;
	cursor: pointer;
}

.bet-area .tips .rule .example .exampleWin {
	position: absolute;
	width: 300px;
	background-color: #D73021;
	color: #FFFFFF;
	font-size: 0.875rem;
	padding: 10px 20px;
	bottom: 30px;
	right: -10px;
	border: none;
	border-radius: 5px;
}

.bet-area .tips .rule .example .exampleWin:after {
	display: block;
	content: "";
	border-width: 8px 8px 8px 8px;
	border-style: solid;
	border-color: #D73021 transparent transparent transparent;
	position: absolute;
	right: 20px;
	top: 100%;
}

.bet-area .tips .rule .winning-notes {
	padding-left: 40px;
	position: relative;
}

.bet-area .tips .rule .winning-notes i {
	color: #D73021;
	padding-right: 5px;
	cursor: pointer;
}

.bet-area .tips .rule .winning-notes span {
	font-size: 0.875rem;
	color: #D73021;
	cursor: pointer;
}

.bet-area .tips .rule .winning-notes .notesWin {
	position: absolute;
	width: 300px;
	background-color: #D73021;
	color: #FFFFFF;
	font-size: 0.875rem;
	padding: 10px 20px;
	bottom: 30px;
	right: 5px;
	border: none;
	border-radius: 5px;
}

.bet-area .tips .rule .winning-notes .notesWin:after {
	display: block;
	content: "";
	border-width: 8px 8px 8px 8px;
	border-style: solid;
	border-color: #D73021 transparent transparent transparent;
	position: absolute;
	right: 10px;
	top: 100%;
}

.select .select-row {
	display: flex;
	height: 60px;
	border-radius: 100px;
	background-color: #F7F7F7;
	margin-top: 20px;
	justify-content: flex-start;
	align-items: center;
	padding: 0px 20px;
}

.select .select-row .unit, .select .select-row .bet-tools .opt .unit_activity,
	.bet-tools .opt .select .select-row .unit_activity {
	cursor: default;
	width: 60px;
	height: 30px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	background-color: #FFFFFF;
	font-size: 0.875rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.select .select-row .items {
	margin: 0px 20px;
	padding: 0px 20px;
	height: 46px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-radius: 20px;
	transition: all .3s linear;
}

.select .select-row .items:hover {
	border-radius: 20px;
	background-color: #F1F1F1;
	box-shadow: inset 1px 1px 5px #CDCDCD;
}

.select .select-row .items div {
	cursor: pointer;
	margin-right: 15px;
	height: 40px;
	width: 40px;
	border: 1px solid #CCCCCC;
	border-radius: 50%;
	background-color: #FFFFFF;
	font-size: 1.75rem;
	box-shadow: 1px 1px 2px #ccc;
	transition: all .2s linear;
	text-align: center;
	line-height: 40px;
}

.select .select-row .items div:last-child {
	margin-right: 0px;
}

.select .select-row .items div:hover {
	transform: scale(1.3);
	border-color: #D73021;
	color: #D73021;
}

.select .select-row .items .wrap {
	width: auto;
	padding: 0px 10px;
	border-radius: 20px;
}

.select .select-row .items .active {
	background-color: #D73021;
	color: #fff;
}

.select .select-row .items .active:hover {
	color: #FFFFFF;
}

.select .select-row .select-tools {
	display: flex;
}

.select .select-row .select-tools span {
	cursor: pointer;
	width: 30px;
	height: 30px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	font-size: 0.875rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	margin-right: 10px;
	transition: all .2s linear;
}

.select .select-row .select-tools span:hover {
	transform: scale(1.3);
	border-color: #D73021;
	color: #D73021;
}

.select .select-row .select-tools span:last-child {
	margin-right: 0px;
}

.select .current-odds {
	margin-top: 10px;
	padding-left: 57px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.select .current-odds div {
	width: 52px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #ccc;
	font-size: 0.75rem;
	color: #999999;
	background-color: #FFFFFF;
}

.select .current-odds div+div {
	margin-left: 3px;
}

.checkbox .checkbox-row {
	display: flex;
	height: 60px;
	border-radius: 100px;
	background-color: #F7F7F7;
	margin-top: 20px;
	justify-content: flex-start;
	align-items: center;
	padding: 0px 20px;
}

.checkbox .checkbox-row .unit, .checkbox .checkbox-row .bet-tools .opt .unit_activity,
	.bet-tools .opt .checkbox .checkbox-row .unit_activity {
	width: 60px;
	font-size: 1rem;
	color: #000000;
}

.checkbox .checkbox-row .items {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.checkbox .checkbox-row .items .checkbox-group {
	cursor: pointer;
	padding-right: 25px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.checkbox .checkbox-row .items .checkbox-group i {
	padding-top: 2px;
}

.checkbox .checkbox-row .items .checkbox-group span {
	font-size: 1rem;
	color: #797979;
	padding-left: 5px;
}

.input {
	margin-top: 20px;
	height: 300px;
	background-color: #F7F7F7;
	border-radius: 10px;
	padding: 20px 20px 0px 20px;
}

.input textarea {
	width: 960px;
	height: 251px;
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	background-color: #ffffff;
	padding: 10px;
	font-size: 0.875rem;
	line-height: 20px;
}

.input .tips {
	font-size: 0.75rem;
	color: #666666;
}

.bet-tools {
	display: flex;
	margin-top: 20px;
	align-items: center;
}

.bet-tools .opt {
	width: 850px;
	display: flex;
	align-items: center;
}

.bet-tools .opt span {
	font-size: 0.875rem;
}

.bet-tools .opt span .bet-num, .bet-tools .opt span .total {
	font-size: 0.875rem;
	color: #E94335;
	padding: 0px 5px;
}

.bet-tools .opt .amount {
	width: 70px;
	height: 28px;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	background-color: #F6F6F6;
	padding: 0px 3px;
	text-align: center;
	color: #E94335;
	margin-right: 8px;
}

.bet-tools .opt .amount:focus {
	border: 1px solid #E94335;
}

.bet-tools .opt .unit, .bet-tools .opt .unit_activity {
	cursor: pointer;
	width: 24px;
	height: 24px;
	background-color: #ffffff;
	border: 1px solid #DDDDDD;
	font-size: 0.875rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
}

.bet-tools .opt .unit:last-child, .bet-tools .opt .unit_activity:last-child
	{
	margin-right: 0px;
}

.bet-tools .opt .unit_activity {
	border-color: #E94335;
	color: #E94335;
}

.bet-tools .opt .bonus-adjustment {
	display: flex;
	flex-direction: column;
	padding-left: 30px;
	padding-bottom: 25px;
}

.bet-tools .opt .bonus-adjustment .bonus-rebate {
	display: flex;
	flex-direction: row;
	padding-bottom: 10px;
}

.bet-tools .opt .bonus-adjustment .bonus-rebate .bonus {
	flex: 2;
	display: flex;
	justify-content: flex-start;
	font-size: 0.875rem;
}

.bet-tools .opt .bonus-adjustment .bonus-rebate .rebate {
	padding-left: 10px;
	display: flex;
	justify-content: flex-end;
	font-size: 0.875rem;
}

.bet-tools .opt .bonus-adjustment .control {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.bet-tools .opt .bonus-adjustment .control .control-label {
	font-size: 0.875rem;
}

.bet-tools .operation-group {
	width: 150px;
	display: flex;
	justify-content: flex-end;
}

.bet-tools .operation-group .add {
	cursor: pointer;
	width: 140px;
	height: 45px;
	background-color: #E94335;
	border-width: 0;
	border-radius: 4px;
	font-size: 1.375rem;
	color: #ffffff;
}

.bet-tools .operation-group .add:hover {
	background-color: #FC6053;
}

.bet-tools .operation-group .add:active {
	background-color: #D73021;
}

.bet-result {
	margin-top: 10px;
	border-top: 1px solid #F1F1F1;
	padding-top: 28px;
}

.bet-result .order-area {
	display: flex;
	flex-direction: row;
}

.bet-result .order-area .bet-table {
	width: 790px;
	display: flex;
	flex-direction: column;
}

.bet-result .order-area .bet-table .table-cap {
	height: 18px;
	background-color: #FFF0E1;
	border-radius: 100px;
	border: 1px solid #F3E0CC;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.bet-result .order-area .bet-table .table-cap .cap-ct {
	width: 770px;
	height: 10px;
	background-color: #E5CCB3;
	border-radius: 100px;
}

.bet-result .order-area .bet-table .tb-ct {
	margin-top: -6px;
	padding: 0px 18px;
	display: flex;
	flex-direction: column;
}

.bet-result .order-area .bet-table .tb-ct .tb-header {
	height: 34px;
	background-color: #FFFDFA;
	border: 1px solid #E5E5E5;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.bet-result .order-area .bet-table .tb-ct .tb-header div {
	font-size: 0.75rem;
	color: #999999;
	text-align: center;
}

.bet-result .order-area .bet-table .tb-ct .tb-header .method {
	width: 210px;
}

.bet-result .order-area .bet-table .tb-ct .tb-header .betnum {
	width: 68px;
}

.bet-result .order-area .bet-table .tb-ct .tb-header .amount {
	width: 80px;
}

.bet-result .order-area .bet-table .tb-ct .tb-header .tb-unit {
	width: 80px;
}

.bet-result .order-area .bet-table .tb-ct .tb-header .tb-rebate {
	width: 80px;
}

.bet-result .order-area .bet-table .tb-ct .tb-header .total {
	width: 160px;
}

.bet-result .order-area .bet-table .tb-ct .tb-header .tb-del {
	width: 60px;
}

.bet-result .order-area .bet-table .tb-ct .tb-body {
	height: 165px;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	overflow: auto;
}

.bet-result .order-area .bet-table .tb-ct .tb-body .tb-row {
	display: flex;
	flex-direction: row;
	height: 70px;
	align-items: center;
	border-bottom: 1px dashed #DDDDDD;
}

.bet-result .order-area .bet-table .tb-ct .tb-body .tb-row:hover {
	background-color: #FFF2E4;
}

.bet-result .order-area .bet-table .tb-ct .tb-body .tb-row div {
	font-size: 0.875rem;
	text-align: center;
}

.bet-result .order-area .bet-table .tb-ct .tb-body .tb-row .method {
	width: 210px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-left: 10px;
}

.bet-result .order-area .bet-table .tb-ct .tb-body .tb-row .method .name
	{
	font-size: 0.875rem;
	padding-bottom: 10px;
}

.bet-result .order-area .bet-table .tb-ct .tb-body .tb-row .method .content
	{
	width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}

.bet-result .order-area .bet-table .tb-ct .tb-body .tb-row .betnum {
	width: 68px;
}

.bet-result .order-area .bet-table .tb-ct .tb-body .tb-row .amount {
	width: 80px;
}

.bet-result .order-area .bet-table .tb-ct .tb-body .tb-row .amount input
	{
	width: 70px;
	height: 28px;
	border: 1px solid #DDDDDD;
	background-color: #F5F5F5;
	color: #E94335;
	font-size: 0.875rem;
	text-align: center;
	border-radius: 4px;
}

.bet-result .order-area .bet-table .tb-ct .tb-body .tb-row .amount input:focus
	{
	border: 1px solid #E94335;
}

.bet-result .order-area .bet-table .tb-ct .tb-body .tb-row .tb-unit {
	width: 80px;
}

.bet-result .order-area .bet-table .tb-ct .tb-body .tb-row .tb-unit select
	{
	width: 50px;
	height: 28px;
	border: 1px solid #DDDDDD;
	background-color: #F5F5F5;
	color: #E94335;
	font-size: 0.875rem;
	text-align: center;
	border-radius: 4px;
}

.bet-result .order-area .bet-table .tb-ct .tb-body .tb-row .tb-rebate {
	width: 80px;
}

.bet-result .order-area .bet-table .tb-ct .tb-body .tb-row .total {
	width: 160px;
}

.bet-result .order-area .bet-table .tb-ct .tb-body .tb-row .tb-del {
	width: 60px;
}

.bet-result .order-area .bet-table .tb-ct .tb-footer {
	height: 40px;
	background-color: #F1F1F1;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.bet-result .order-area .bet-table .tb-ct .tb-footer .zhui-hao {
	flex: 1;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding-left: 20px;
}

.bet-result .order-area .bet-table .tb-ct .tb-footer .zhui-hao .chase-choice
	{
	font-size: 0.875rem;
	color: #E94335;
}

.bet-result .order-area .bet-table .tb-ct .tb-footer .zhui-hao .switch {
	margin-left: 10px;
	width: 68px;
	height: 26px;
	position: relative;
}

.bet-result .order-area .bet-table .tb-ct .tb-footer .zhui-hao .switch input
	{
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	z-index: 100;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.bet-result .order-area .bet-table .tb-ct .tb-footer .zhui-hao .switch label
	{
	display: block;
	width: 100%;
	height: 100%;
	background: #666666;
	border-radius: 40px;
	box-shadow: inset 0 3px 8px 1px rgba(0, 0, 0, 0.2), 0 1px 0
		rgba(255, 255, 255, 0.5);
}

.bet-result .order-area .bet-table .tb-ct .tb-footer .zhui-hao .switch label:before
	{
	top: -18px;
	right: -18px;
	bottom: -18px;
	left: -18px;
	background: #eee;
	background: linear-gradient(#e5e7e6, #eee);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	filter: blur(1px);
}

.bet-result .order-area .bet-table .tb-ct .tb-footer .zhui-hao .switch label:after
	{
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
	background: #ababab;
	background: linear-gradient(#f2f2f2, #ababab);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(0, 0, 0, 0.25);
}

.bet-result .order-area .bet-table .tb-ct .tb-footer .zhui-hao .switch label i
	{
	display: block;
	height: 100%;
	width: 60%;
	border-radius: inherit;
	position: absolute;
	z-index: 2;
	right: 40%;
	top: 0;
	background: #b2ac9e;
	background: linear-gradient(#f7f2f6, #b2ac9e);
	box-shadow: inset 0 1px 0 #fff, 0 0 8px rgba(0, 0, 0, 0.3), 0 5px 5px
		rgba(0, 0, 0, 0.2);
}

.bet-result .order-area .bet-table .tb-ct .tb-footer .zhui-hao .switch label i:before
	{
	content: "\5173";
	text-transform: uppercase;
	font-style: normal;
	font-weight: 700;
	color: #ffffff;
	font-size: 0.875rem;
	position: absolute;
	top: 3px;
	right: -50%;
}

.bet-result .order-area .bet-table .tb-ct .tb-footer .zhui-hao .switch input:checked 
	 ~ label {
	background: #E94335;
}

.bet-result .order-area .bet-table .tb-ct .tb-footer .zhui-hao .switch input:checked 
	 ~ label i {
	right: -1%;
}

.bet-result .order-area .bet-table .tb-ct .tb-footer .zhui-hao .switch input:checked 
	 ~ label i:before {
	content: "\5F00";
	right: 115%;
	top: 3px;
	color: #fff;
}

.bet-result .order-area .bet-table .tb-ct .tb-footer .bet-total {
	flex: 3;
	display: flex;
	justify-content: flex-end;
	padding-right: 20px;
}

.bet-result .order-area .bet-table .tb-ct .tb-footer .bet-total span {
	font-size: 0.875rem;
}

.bet-result .order-area .bet-table .tb-ct .tb-footer .bet-total span span
	{
	font-size: 0.875rem;
	color: #D73021;
	padding: 0px 3px;
}

.bet-result .order-area .bet-actions {
	width: 210px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}

.bet-result .order-area .bet-actions button {
	cursor: pointer;
	width: 180px;
	height: 40px;
	background-color: #FAFAFA;
	border: 1px solid #DDDDDD;
	font-size: 1rem;
	margin-top: 20px;
}

.bet-result .order-area .bet-actions button:first-child {
	margin-top: 0px;
}

.bet-result .order-area .bet-actions button:hover {
	border: 1px solid #FC6053;
}

.bet-result .order-area .bet-actions .bet-confirm {
	border: none;
	height: 60px;
	font-size: 1.375rem;
	color: #ffffff;
	background-color: #D73021;
}

.bet-result .order-area .bet-actions .bet-confirm:hover {
	border: none;
	background-color: #FF7F40;
}

.chase-table {
	margin-top: 20px;
	min-height: 550px;
	border: 1px solid #E94335;
	background: #ffffff;
	flex-direction: column;
}

.chase-table .ct-header {
	display: flex;
	flex-direction: column;
}

.chase-table .ct-header .h-label {
	height: 45px;
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color: #FFFAF4;
	border-bottom: 1px solid #F4E9DE;
}

.chase-table .ct-header .h-label .tabs {
	flex: 4;
	display: flex;
	flex-direction: row;
}

.chase-table .ct-header .h-label .tabs .tab {
	line-height: 45px;
	width: 120px;
	text-align: center;
	font-size: 1rem;
	cursor: pointer;
}

.chase-table .ct-header .h-label .chase-tabs {
	flex: 4;
	display: flex;
	flex-direction: row;
}

.chase-table .ct-header .h-label .chase-tabs .tab {
	line-height: 45px;
	width: 120px;
	text-align: center;
	font-size: 1rem;
	cursor: pointer;
}

.chase-table .ct-header .h-label .h-control {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-right: 20px;
	cursor: pointer;
}

.chase-table .ct-header .h-label .h-control i {
	padding-top: 2px;
	padding-right: 5px;
}

.chase-table .ct-header .h-label .h-control span {
	font-size: 1rem;
}

.chase-table .ct-header .normal-chase {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 50px;
	padding: 0px 28px;
}

.chase-table .ct-header .normal-chase span {
	font-size: 0.875rem;
}

.chase-table .ct-header .normal-chase .issue-list {
	display: flex;
	flex-direction: row;
	width: 241px;
	height: 28px;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	margin-right: 50px;
}

.chase-table .ct-header .normal-chase .issue-list div {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-size: 0.875rem;
}

.chase-table .ct-header .normal-chase .issue-list .issue-activity {
	font-size: 0.875rem;
	color: #E94335;
}

.chase-table .ct-header .normal-chase input {
	width: 70px;
	height: 28px;
	border: 1px solid #DDDDDD;
	background-color: #F5F5F5;
	border-radius: 4px;
	font-size: 0.875rem;
	color: #E94335;
	text-align: center;
}

.chase-table .ct-header .normal-chase input:focus {
	border: 1px solid #E94335;
}

.chase-table .ct-header .advanced-chase {
	height: 173px;
	display: flex;
	flex-direction: column;
}

.chase-table .ct-header .advanced-chase .query-conditions {
	height: 120px;
	display: flex;
	flex-direction: row;
}

.chase-table .ct-header .advanced-chase .query-conditions .query-title {
	width: 35px;
	font-size: 0.875rem;
	padding: 0px 5px;
	text-align: center;
	border-right: 1px solid #F4E9DE;
	display: flex;
	justify-content: center;
	align-items: center;
}

.chase-table .ct-header .advanced-chase .query-conditions .basic-query {
	width: 320px;
	display: flex;
	flex-direction: column;
	border-right: 1px solid #F4E9DE;
}

.chase-table .ct-header .advanced-chase .query-conditions .basic-query div
	{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 20px;
}

.chase-table .ct-header .advanced-chase .query-conditions .basic-query div span
	{
	font-size: 0.875rem;
}

.chase-table .ct-header .advanced-chase .query-conditions .basic-query div select
	{
	width: 150px;
	height: 26px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	color: #E94335;
	text-align: center;
	font-size: 0.875rem;
	cursor: pointer;
}

.chase-table .ct-header .advanced-chase .query-conditions .basic-query div input
	{
	height: 26px;
	width: 60px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	color: #E94335;
	text-align: center;
	font-size: 0.875rem;
	margin-right: 5px;
}

.chase-table .ct-header .advanced-chase .query-conditions .basic-query div input:focus
	{
	border: 1px solid #E94335;
}

.chase-table .ct-header .advanced-chase .query-conditions .advanced-query
	{
	width: 608px;
	display: flex;
	flex-direction: column;
}

.chase-table .ct-header .advanced-chase .query-conditions .advanced-query .advanced-label
	{
	height: 35px;
	background-color: #F1F1F1;
	border-bottom: 1px solid #F4E9DE;
}

.chase-table .ct-header .advanced-chase .query-conditions .advanced-query .advanced-label .label-list
	{
	display: flex;
	flex-direction: row;
}

.chase-table .ct-header .advanced-chase .query-conditions .advanced-query .advanced-label .label-list div
	{
	padding: 0px 20px;
	font-size: 0.875rem;
	line-height: 35px;
}

.chase-table .ct-header .advanced-chase .query-conditions .advanced-query .advanced-content
	{
	height: 85px;
	display: flex;
	flex-direction: column;
}

.chase-table .ct-header .advanced-chase .query-conditions .advanced-query .advanced-content div
	{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 20px;
}

.chase-table .ct-header .advanced-chase .query-conditions .advanced-query .advanced-content div i
	{
	padding-right: 5px;
	padding-top: 2px;
	cursor: pointer;
}

.chase-table .ct-header .advanced-chase .query-conditions .advanced-query .advanced-content div span
	{
	font-size: 0.875rem;
}

.chase-table .ct-header .advanced-chase .query-conditions .advanced-query .advanced-content div .text-input
	{
	height: 26px;
	width: 60px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	color: #E94335;
	text-align: center;
	font-size: 0.875rem;
	margin-right: 5px;
}

.chase-table .ct-header .advanced-chase .query-conditions .advanced-query .advanced-content div .text-input:focus
	{
	border: 1px solid #E94335;
}

.chase-table .ct-header .advanced-chase .generate {
	height: 53px;
	border-top: 1px solid #F4E9DE;
	border-bottom: 1px solid #F4E9DE;
	display: flex;
	justify-content: center;
	align-items: center;
}

.chase-table .ct-header .advanced-chase .generate button {
	width: 100px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #E94335;
	border-width: 0;
	border-radius: 4px;
	color: #ffffff;
	font-size: 0.875rem;
	cursor: pointer;
}

.chase-table .ct-body {
	display: flex;
	flex-direction: column;
}

.chase-table .ct-body .theader {
	height: 40px;
	background-color: #FFF9F4;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.chase-table .ct-body .theader div {
	flex: 1;
	display: flex;
	justify-content: center;
	font-size: 0.75rem;
}

.chase-table .ct-body .theader .ct-issue {
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
}

.chase-table .ct-body .theader .ct-issue i {
	padding-right: 5px;
	padding-top: 3px;
}

.chase-table .ct-body .theader .ct-issue i:before {
	font-size: 0.9375rem;
}

.chase-table .ct-body .theader .ct-issue span {
	font-size: 0.75rem;
}

.chase-table .ct-body .tbody {
	height: 414px;
	overflow: auto;
	padding: 0px 10px;
}

.chase-table .ct-body .tbody .trow {
	height: 40px;
	border-bottom: 1px dashed #DDDDDD;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.chase-table .ct-body .tbody .trow:hover {
	background-color: #FFF1E4;
}

.chase-table .ct-body .tbody .trow div {
	flex: 1;
	display: flex;
	justify-content: center;
	font-size: 0.875rem;
}

.chase-table .ct-body .tbody .trow .ct-issue {
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
}

.chase-table .ct-body .tbody .trow .ct-issue i {
	padding-right: 5px;
	padding-top: 3px;
}

.chase-table .ct-body .tbody .trow .ct-issue i:before {
	font-size: 0.9375rem;
}

.chase-table .ct-body .tbody .trow .ct-issue span {
	font-size: 0.75rem;
}

.chase-table .ct-body .tbody .trow .ct-multiple input {
	width: 70px;
	height: 27px;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	font-size: 0.875rem;
	color: #E94335;
	text-align: center;
}

.chase-table .ct-body .tbody .trow .ct-multiple input:focus {
	border: 1px solid #E94335;
}

.chase-ntable {
	margin-top: 20px;
	min-height: 550px;
	border: 1px solid #D2D2D2;
	background: #ffffff;
	flex-direction: column;
}

.chase-ntable .ct-header {
	display: flex;
	flex-direction: column;
}

.chase-ntable .ct-header .h-label {
	height: 45px;
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color: #F5F5F5;
	border-bottom: 1px solid #F4E9DE;
}

.chase-ntable .ct-header .h-label .tabs {
	flex: 4;
	display: flex;
	flex-direction: row;
}

.chase-ntable .ct-header .h-label .tabs .tab {
	line-height: 45px;
	width: 120px;
	text-align: center;
	font-size: 1rem;
	cursor: pointer;
}

.chase-ntable .ct-header .h-label .chase-tabs {
	flex: 4;
	display: flex;
	flex-direction: row;
}

.chase-ntable .ct-header .h-label .chase-tabs .tab {
	line-height: 45px;
	width: 120px;
	text-align: center;
	font-size: 1rem;
	cursor: pointer;
}

.chase-ntable .ct-header .h-label .h-control {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-right: 20px;
	cursor: pointer;
}

.chase-ntable .ct-header .h-label .h-control i {
	padding-top: 2px;
	padding-right: 5px;
}

.chase-ntable .ct-header .h-label .h-control span {
	font-size: 1rem;
}

.chase-ntable .ct-header .normal-chase {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 50px;
	padding: 0px 28px;
}

.chase-ntable .ct-header .normal-chase span {
	font-size: 0.875rem;
}

.chase-ntable .ct-header .normal-chase .issue-list {
	display: flex;
	flex-direction: row;
	width: 241px;
	height: 28px;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	margin-right: 50px;
}

.chase-ntable .ct-header .normal-chase .issue-list div {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-size: 0.875rem;
}

.chase-ntable .ct-header .normal-chase .issue-list .issue-activity {
	font-size: 0.875rem;
	color: #E94335;
}

.chase-ntable .ct-header .normal-chase input {
	width: 70px;
	height: 28px;
	border: 1px solid #DDDDDD;
	background-color: #F5F5F5;
	border-radius: 4px;
	font-size: 0.875rem;
	color: #E94335;
	text-align: center;
}

.chase-ntable .ct-header .normal-chase input:focus {
	border: 1px solid #E94335;
}

.chase-ntable .ct-header .advanced-chase {
	height: 173px;
	display: flex;
	flex-direction: column;
}

.chase-ntable .ct-header .advanced-chase .query-conditions {
	height: 120px;
	display: flex;
	flex-direction: row;
}

.chase-ntable .ct-header .advanced-chase .query-conditions .query-title
	{
	width: 35px;
	font-size: 0.875rem;
	padding: 0px 5px;
	text-align: center;
	border-right: 1px solid #F4E9DE;
	display: flex;
	justify-content: center;
	align-items: center;
}

.chase-ntable .ct-header .advanced-chase .query-conditions .basic-query
	{
	width: 320px;
	display: flex;
	flex-direction: column;
	border-right: 1px solid #F4E9DE;
}

.chase-ntable .ct-header .advanced-chase .query-conditions .basic-query div
	{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 20px;
}

.chase-ntable .ct-header .advanced-chase .query-conditions .basic-query div span
	{
	font-size: 0.875rem;
}

.chase-ntable .ct-header .advanced-chase .query-conditions .basic-query div select
	{
	width: 150px;
	height: 26px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	color: #E94335;
	text-align: center;
	font-size: 0.875rem;
	cursor: pointer;
}

.chase-ntable .ct-header .advanced-chase .query-conditions .basic-query div input
	{
	height: 26px;
	width: 60px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	color: #E94335;
	text-align: center;
	font-size: 0.875rem;
	margin-right: 5px;
}

.chase-ntable .ct-header .advanced-chase .query-conditions .basic-query div input:focus
	{
	border: 1px solid #E94335;
}

.chase-ntable .ct-header .advanced-chase .query-conditions .advanced-query
	{
	width: 608px;
	display: flex;
	flex-direction: column;
}

.chase-ntable .ct-header .advanced-chase .query-conditions .advanced-query .advanced-label
	{
	height: 35px;
	background-color: #F1F1F1;
	border-bottom: 1px solid #F4E9DE;
}

.chase-ntable .ct-header .advanced-chase .query-conditions .advanced-query .advanced-label .label-list
	{
	display: flex;
	flex-direction: row;
}

.chase-ntable .ct-header .advanced-chase .query-conditions .advanced-query .advanced-label .label-list div
	{
	padding: 0px 20px;
	font-size: 0.875rem;
	line-height: 35px;
}

.chase-ntable .ct-header .advanced-chase .query-conditions .advanced-query .advanced-content
	{
	height: 85px;
	display: flex;
	flex-direction: column;
}

.chase-ntable .ct-header .advanced-chase .query-conditions .advanced-query .advanced-content div
	{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 20px;
}

.chase-ntable .ct-header .advanced-chase .query-conditions .advanced-query .advanced-content div i
	{
	padding-right: 5px;
	padding-top: 2px;
	cursor: pointer;
}

.chase-ntable .ct-header .advanced-chase .query-conditions .advanced-query .advanced-content div span
	{
	font-size: 0.875rem;
}

.chase-ntable .ct-header .advanced-chase .query-conditions .advanced-query .advanced-content div .text-input
	{
	height: 26px;
	width: 60px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	color: #E94335;
	text-align: center;
	font-size: 0.875rem;
	margin-right: 5px;
}

.chase-ntable .ct-header .advanced-chase .query-conditions .advanced-query .advanced-content div .text-input:focus
	{
	border: 1px solid #E94335;
}

.chase-ntable .ct-header .advanced-chase .generate {
	height: 53px;
	border-top: 1px solid #F4E9DE;
	border-bottom: 1px solid #F4E9DE;
	display: flex;
	justify-content: center;
	align-items: center;
}

.chase-ntable .ct-header .advanced-chase .generate button {
	width: 100px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #E94335;
	border-width: 0;
	border-radius: 4px;
	color: #ffffff;
	font-size: 0.875rem;
	cursor: pointer;
}

.chase-ntable .ct-body {
	display: flex;
	flex-direction: column;
}

.chase-ntable .ct-body .theader {
	height: 40px;
	background-color: #F5F5F5;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.chase-ntable .ct-body .theader div {
	flex: 1;
	display: flex;
	justify-content: center;
	font-size: 0.75rem;
}

.chase-ntable .ct-body .theader .ct-issue {
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
}

.chase-ntable .ct-body .theader .ct-issue i {
	padding-right: 5px;
	padding-top: 3px;
}

.chase-ntable .ct-body .theader .ct-issue i:before {
	font-size: 0.9375rem;
}

.chase-ntable .ct-body .theader .ct-issue span {
	font-size: 0.75rem;
}

.chase-ntable .ct-body .tbody {
	height: 414px;
	overflow: auto;
	padding: 0px 10px;
}

.chase-ntable .ct-body .tbody .trow {
	height: 40px;
	border-bottom: 1px dashed #DDDDDD;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.chase-ntable .ct-body .tbody .trow:hover {
	background-color: #FFF1E4;
}

.chase-ntable .ct-body .tbody .trow div {
	flex: 1;
	display: flex;
	justify-content: center;
	font-size: 0.875rem;
}

.chase-ntable .ct-body .tbody .trow .ct-issue {
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
}

.chase-ntable .ct-body .tbody .trow .ct-issue i {
	padding-right: 5px;
	padding-top: 3px;
}

.chase-ntable .ct-body .tbody .trow .ct-issue i:before {
	font-size: 0.9375rem;
}

.chase-ntable .ct-body .tbody .trow .ct-issue span {
	font-size: 0.75rem;
}

.chase-ntable .ct-body .tbody .trow .ct-multiple input {
	width: 70px;
	height: 27px;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	font-size: 0.875rem;
	color: #E94335;
	text-align: center;
}

.chase-ntable .ct-body .tbody .trow .ct-multiple input:focus {
	border: 1px solid #E94335;
}

.popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 600;
	background: rgba(0, 0, 0, 0.5);
}

.popup .win {
	position: absolute;
	background: #fff;
	width: 400px;
	min-height: 180px;
	left: 50%;
	margin-left: -200px;
	top: 20%;
	border: 1px solid #E94335;
}

.popup .win .title {
	width: 100%;
	height: 38px;
	background-color: #E94335;
	padding: 0px 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.popup .win .title span {
	color: #FFFFFF;
	font-size: 0.875rem;
}

.popup .win .title i {
	color: #FFFFFF;
	cursor: pointer;
}

.popup .win .content {
	display: flex;
	flex-direction: row;
	min-height: 90px;
	align-items: center;
	padding: 0px 20px;
}

.popup .win .content i {
	width: 70px;
	display: flex;
	flex-shrink: 0;
	padding-top: 4px;
	justify-content: center;
}

.popup .win .action {
	height: 50px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.popup .win .action button {
	width: 90px;
	height: 30px;
	border: none;
	border-radius: 4px;
	font-size: 0.875rem;
	color: #FFFFFF;
	background-color: #E94335;
}

.popup .win .action button+button {
	margin-left: 20px;
}

.bet-confirm-wrap {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 500;
	background: rgba(0, 0, 0, 0.5);
}

.bet-confirm-wrap .bet-confirm-win {
	width: 680px;
	height: 500px;
	position: absolute;
	left: 50%;
	margin-left: -340px;
	top: 10%;
	border: 1px solid #E94335;
	background-color: #FFFFFF;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.bet-confirm-wrap .bet-confirm-top {
	height: 38px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background-color: #E94335;
	align-items: center;
	padding: 0px 10px;
}

.bet-confirm-wrap .bet-confirm-top span {
	color: #FFFFFF;
	font-size: 0.875rem;
}

.bet-confirm-wrap .bet-confirm-top i {
	color: #FFFFFF;
	cursor: pointer;
}

.bet-confirm-wrap .bet-confirm-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	flex: 1;
}

.bet-confirm-wrap .bet-confirm-content .issue {
	height: 84px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.bet-confirm-wrap .bet-confirm-content .issue i {
	font-size: 40px;
	margin-right: 15px;
}

.bet-confirm-wrap .bet-confirm-content .issue span {
	font-size: 1rem;
	color: #333333;
}

.bet-confirm-wrap .bet-confirm-content .list {
	width: 640px;
	height: 250px;
	border: 1px solid #CCCCCC;
	display: flex;
	flex-direction: column;
}

.bet-confirm-wrap .bet-confirm-content .list .order-header {
	border-bottom: 1px solid #CCCCCC;
	flex-shrink: 0;
}

.bet-confirm-wrap .bet-confirm-content .list .order-row.heiger {
	height: 70px;
}

.bet-confirm-wrap .bet-confirm-content .list .order-row {
	height: 40px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.bet-confirm-wrap .bet-confirm-content .list .order-row div {
	display: flex;
	justify-content: flex-start;
	font-size: 0.875rem;
	color: #333333;
}

.bet-confirm-wrap .bet-confirm-content .list .order-row .play-name {
	width: 150px;
	padding-left: 10px;
}

.bet-confirm-wrap .bet-confirm-content .list .order-row .unit,
	.bet-confirm-wrap .bet-confirm-content .list .order-row .bet-tools .opt .unit_activity,
	.bet-tools .opt .bet-confirm-wrap .bet-confirm-content .list .order-row .unit_activity
	{
	width: 90px;
}

.bet-confirm-wrap .bet-confirm-content .list .order-row .content {
	display: block;
	width: 265px;
	margin-right: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bet-confirm-wrap .bet-confirm-content .list .order-row .price {
	width: 90px;
}

.bet-confirm-wrap .bet-confirm-content .list .order-row .price.left {
	display: flex;
	justify-content: center;
	padding-right: 30px;
}

.bet-confirm-wrap .bet-confirm-content .list .high-light {
	background-color: #F6F6F6;
}

.bet-confirm-wrap .bet-confirm-content .list .list-wrap {
	overflow: auto;
}

.bet-confirm-wrap .bet-confirm-content .total {
	font-size: 0.875rem;
	color: #E94335;
	height: 50px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 640px;
}

.bet-confirm-wrap .bet-confirm-bottom {
	height: 100px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.bet-confirm-wrap .bet-confirm-bottom button {
	height: 40px;
	width: 120px;
	border: none;
	border-radius: 4px;
	font-size: 1.125rem;
}

.bet-confirm-wrap .bet-confirm-bottom .btn-confirm {
	background-color: #E94335;
	color: #FFFFFF;
}

.bet-confirm-wrap .bet-confirm-bottom .btn-cancel {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	color: #666666;
	margin-left: 20px;
}

.spinner-win {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 500;
	background: rgba(0, 0, 0, 0.9);
	display: flex;
	justify-content: center;
	align-items: center;
}

.spinner-win .spinner {
	display: flex;
	flex-direction: row;
}

.spinner-win .spinner div {
	background-color: #FFFFFF;
	height: 100%;
	width: 6px;
	height: 50px;
	-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
	animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner-win .spinner div+div {
	margin-left: 10px;
}

.spinner-win .spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.spinner-win .spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.spinner-win .spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.spinner-win .spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@
-webkit-keyframes stretchdelay { 0%, 40%, 100% {
	-webkit-transform: scaleY(0.4);
}

20%
{
-webkit-transform
:
 
scaleY


(1);
}
}
@
keyframes stretchdelay { 0%, 40%, 100% {
	transform: scaleY(0.4);
	-webkit-transform: scaleY(0.4);
}

20%
{
transform
:
 
scaleY


(1);
-webkit-transform
:
 
scaleY


(1);
}
}
.register-wrap {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 600;
	background: rgba(0, 0, 0, 0.5);
	overflow: auto;
}

.register-wrap .register-win {
	position: absolute;
	background: #fff;
	width: 710px;
	min-height: 300px;
	left: 50%;
	margin-left: -355px;
	top: 5%;
}

.register-wrap .register-win .register-top {
	height: 40px;
	background-color: #E94335;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0px 10px;
	align-items: center;
}

.register-wrap .register-win .register-top span {
	color: #FFFFFF;
	font-size: 1.125rem;
}

.register-wrap .register-win .register-top i {
	color: #FFFFFF;
	cursor: pointer;
}

.register-wrap .register-win .register-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 28px;
	padding-bottom: 30px;
}

.register-wrap .register-win .register-content .form-row {
	width: 600px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.register-wrap .register-win .register-content .form-row .label {
	width: 140px;
	color: #333333;
	font-size: 1rem;
	display: flex;
	justify-content: flex-end;
	flex-shrink: 0;
}

.register-wrap .register-win .register-content .form-row .label b {
	color: #E94335;
}

.register-wrap .register-win .register-content .form-row .typeCt {
	display: flex;
	justify-content: flex-start;
	padding-left: 20px;
	align-items: center;
}

.register-wrap .register-win .register-content .form-row .typeCt input {
	width: 310px;
	height: 36px;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	font-size: 0.875rem;
	padding: 0px 10px;
}

.register-wrap .register-win .register-content .form-row .typeCt input:focus
	{
	border-color: #E94335;
}

.register-wrap .register-win .register-content .form-row .typeCt .trialName
	{
	border: none;
	background-color: #F4F4F4;
}

.register-wrap .register-win .register-content .form-row .typeCt .verfyCodeInput
	{
	width: 140px;
}

.register-wrap .register-win .register-content .form-row .typeCt .verfyCode
	{
	width: 150px;
	height: 36px;
	margin-left: 20px;
	border: none;
	cursor: pointer;
}

.register-wrap .register-win .register-content .form-row .typeCt .protocol
	{
	cursor: pointer;
	padding-right: 5px;
}

.register-wrap .register-win .register-content .form-row .typeCt label {
	color: #999999;
	font-size: 0.875rem;
	cursor: pointer;
}

.register-wrap .register-win .register-content .form-row .typeCt a {
	text-decoration: underline;
	color: #E94335;
	font-size: 0.875rem;
}

.register-wrap .register-win .register-content .form-row .typeCt button
	{
	width: 310px;
	height: 50px;
	background-color: #E94335;
	border: none;
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 1.375rem;
}

.register-wrap .register-win .register-content .form-row+.form-row {
	margin-top: 20px;
}

.register-wrap .register-win .register-content .remarks {
	padding-top: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 600px;
}

.register-wrap .register-win .register-content .remarks .remarks-title {
	color: #FF0000;
	font-size: 1rem;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	padding-bottom: 10px;
}

.register-wrap .register-win .register-content .remarks .remarks-list {
	display: flex;
	flex-direction: column;
}

.register-wrap .register-win .register-content .remarks .remarks-list .remarks-item
	{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.register-wrap .register-win .register-content .remarks .remarks-list .remarks-item span
	{
	color: #797979;
	font-size: 0.75rem;
}

.register-wrap .register-win .register-content .remarks .remarks-list .remarks-item .item-index
	{
	padding-right: 10px;
}

.register-wrap .register-win .register-content .remarks .remarks-list .remarks-item+.remarks-item
	{
	margin-top: 10px;
}

</
style
>
<
style

 

type


="
text
/css"
>
 @charset "UTF-8";
/*
* lhc.scss
* 六合彩
* 修改颜色，需修改baseColor，highColor，hoverColor，gridBorderColor 和 .quick-bet-area class里的颜色
*/
.lhc-play-choice {
	display: flex;
	flex-wrap: wrap;
	background: linear-gradient(#ECEAEA, #FFFFFF, #E7E7E7);
	border: 1px solid #DBDBDB;
	border-radius: 4px;
	box-shadow: 0 2px 0 #E6E6E6;
	width: 1000px;
	margin: 0px auto;
	margin-bottom: 20px;
	padding: 2px;
}

.lhc-play-choice div {
	width: 80px;
	height: 32px;
	color: #666666;
	font-size: 14px;
	cursor: pointer;
	border: none;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 1px;
}

.lhc-play-choice div:hover {
	background-color: #FFDDDC;
}

.lhc-play-choice .play-selected {
	background-color: #E94335;
	color: #FFFFFF;
}

.lhc-play-choice .play-selected:hover {
	background-color: #E94335;
}

/*bet area*/
.lhc-bet-area {
	width: 1000px;
	position: relative;
	margin: 0px auto;
	margin-bottom: 80px;
	display: flex;
	flex-direction: column;
}

.lhc-bet-area .tool-bar {
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
}

.lhc-bet-area .tool-bar .funs {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.lhc-bet-area .tool-bar .funs .quick-money-setting {
	width: 137px;
	height: 32px;
	background-color: #FF5755;
	border-radius: 4px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.lhc-bet-area .tool-bar .funs .quick-money-setting:hover {
	background-color: #ff7c7a;
}

.lhc-bet-area .tool-bar .funs .quick-money-setting i {
	color: #FFFFFF;
	font-size: 24px;
	padding-top: 4px;
	padding-right: 4px;
}

.lhc-bet-area .tool-bar .funs .quick-money-setting span {
	font-size: 14px;
	color: #FFFFFF;
}

.lhc-bet-area .tool-bar .funs .quick-bet {
	width: 110px;
	height: 32px;
	border: none;
	border-radius: 4px;
	background-color: #538DFF;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.lhc-bet-area .tool-bar .funs .quick-bet:hover {
	background-color: #8bb1ff;
}

.lhc-bet-area .tool-bar .funs .quick-bet i {
	color: #FFFFFF;
	padding-right: 5px;
}

.lhc-bet-area .tool-bar .funs .quick-bet span {
	font-size: 14px;
	color: #FFFFFF;
}

.lhc-bet-area .tabs {
	position: relative;
	background-color: #FFF3EE;
	margin-bottom: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.lhc-bet-area .tabs>div {
	display: flex;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0px 30px;
	transition: background-color 0.3s linear;
}

.lhc-bet-area .tabs>div label {
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #E94335;
}

.lhc-bet-area .tabs>div span {
	font-size: 14px;
	color: #E94335;
	margin-top: -8px;
	line-height: 25px;
}

.lhc-bet-area .tabs .tab-selected {
	background-color: #E94335;
}

.lhc-bet-area .tabs .tab-selected label {
	color: #FFFFFF;
}

.lhc-bet-area .tabs .tab-selected span {
	color: #FFFFFF;
}

ul.subTabs {
	margin-top: -20px;
	border: 1px solid #E94335;
	margin-bottom: 20px;
	display: flex;
	flex-direction: row;
}

ul.subTabs li {
	list-style: none;
	padding: 10px 20px;
	font-size: 14px;
	color: #333333;
	cursor: pointer;
}

ul.subTabs .active {
	color: #E94335;
	text-decoration: underline;
}

.bet-grid {
	border: 1px solid #E94335;
	display: flex;
	flex-direction: column;
}

.bet-grid .title {
	background-color: #FFF3EE;
}

.td-title {
	width: 100%;
	font-size: 14px;
	background-color: #FFF3EE;
	color: #333333;
}

.row {
	width: 100%;
	border-bottom: 1px solid #FFD5D5;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.row:last-child {
	border: none;
}

.row .title {
	background-color: #FFF3EE;
}

.row .title .cell>div {
	color: #333333;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

.row .cell:last-child>div:last-child {
	border: none;
}

.cell {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.cell>div {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 35px;
	text-align: center;
	border-right: 1px solid #FFD5D5;
}

.cell .item-selected {
	background-color: #FFD5D5;
}

.cell .number {
	color: #4c4c4c;
	font-size: 14px;
	width: 20%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cell .sheng-xiao {
	color: #4c4c4c;
	font-size: 14px;
	width: 20%;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 25px;
}

.cell .odds {
	font-size: 14px;
	width: 20%;
}

.cell .odds span {
	font-size: 14px;
	color: #f73131;
}

.cell .money {
	width: 60%;
	font-size: 14px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cell .money>div {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cell .money>div input {
	background-color: #f0f7fb;
	font-size: 14px;
	width: 75%;
	height: 25px;
	border: 1px solid #e9f0f4;
	border-radius: 10px;
	padding: 0px 5px;
}

.cell .money>div input[type='radio'] {
	width: auto;
	height: auto;
}

.cell .balls {
	padding-left: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.cell .balls span+span {
	margin-left: 3px;
}

.cell .radio {
	cursor: pointer;
}

.cell .radio i {
	padding-top: 2px;
}

.cell .radio i:before {
	font-size: 16px;
}

.cell .radio .icon-radio-check:before {
	font-size: 18px;
}

.cell .select {
	cursor: pointer;
}

.cell .select i {
	padding-top: 2px;
}

.cell .select i:before {
	font-size: 18px;
}

.cell .select .icon-checkbox-check:before {
	color: #E94335;
}

.bet-grid+.bet-grid {
	margin-top: 30px;
}

.main-title {
	background-color: #FFF3EE;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
}

.totle-title>div {
	display: inline-block;
	vertical-align: top;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-right: 1px solid #FFD5D5;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.totle-title>div:last-child {
	border-right: none;
}

.row .label {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	height: 35px;
	line-height: 35px;
	border-right: 1px solid #FFD5D5;
	font-size: 14px;
	background-color: #FFF3EE;
}

.lianma-area .xiao-chuan-wei-shu {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.lianma-area .jiao-cha-peng {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.lianma-area .jiao-cha-peng .select-area {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.lianma-area .jiao-cha-peng .select-area .item {
	width: 480px;
	border: 2px solid #FFD5D5;
	padding: 5px;
	min-height: 80px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
}

.lianma-area .jiao-cha-peng .select-area .item+.item {
	margin-top: 10px;
}

.lianma-area .jiao-cha-peng .select-area .item span {
	margin-left: 10px;
	margin-bottom: 10px;
	cursor: pointer !important;
}

.lianma-area .jiao-cha-peng .select-area .item .del {
	border: none;
	background-color: #FFD5D5;
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 2px 0px 0px 2px;
}

.lianma-area .jiao-cha-peng .select-area .add {
	border: none;
	background-color: #ffc350;
	margin-top: 10px;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	padding: 5px 20px;
}

.lianma-area .dan-tuo {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.lianma-area .dan-sebo {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: baseline;
}

.lianma-area .dan-shengxiao {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: baseline;
}

.balls-grid {
	border: 1px solid #E94335;
}

.balls-grid .title {
	background-color: #FFF3EE;
}

.zheng-fu-num .show-area {
	display: flex;
	flex-direction: row;
	border: 1px solid #E94335;
	border-top: none;
	margin-top: -20px;
	margin-bottom: 20px;
}

.zheng-fu-num .show-area .selected-shown {
	flex: 1;
	height: 38px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.zheng-fu-num .show-area .selected-shown+.selected-shown {
	border-left: 1px solid #E94335;
}

.zheng-fu-num .show-area .selected-shown .label {
	font-size: 14px;
	color: #333333;
	padding: 0px 20px;
	text-align: center;
}

.selected-num+.selected-num {
	margin-left: 5px;
}

.mini-grid {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 49%;
	border: 1px solid #E94335;
}

.mini-grid .main-title {
	background-color: #FFF3EE;
	color: #333;
}

.mini-grid .cell .label {
	width: 30%;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.mini-grid .cell .label i {
	padding-top: 2px;
	padding-right: 5px;
}

.mini-grid .cell .label i:before {
	font-size: 14px;
}

.mini-grid .cell .label .icon-checkbox-check:before {
	color: #E94335;
}

.mini-grid .cell .label span {
	font-size: 14px;
}

.mini-grid .cell .nums {
	width: 70%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.mini-grid .cell .nums>div {
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mini-grid .cell .nums>div>span {
	position: relative !important;
}

.quick-ball-grid {
	width: 48%;
	border: 1px solid #E94335;
}

.ball-grid {
	width: 62.5%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.ball-grid .row {
	width: 100%;
}

.ball-grid .row .cell {
	width: 20%;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #FFD5D5;
}

.ball-grid .row .cell:last-child {
	border-right: none;
}

.wei-shu {
	width: 12.5%;
	display: inline-block;
	vertical-align: top;
	background-color: #FFF3EE;
	border-right: 1px solid #FFD5D5;
}

.wei-shu>.row div {
	height: 36px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	display: flex;
	flex: 1;
	justify-content: center;
	align-items: center;
}

.wei-shu>.row div:last-child {
	border-bottom: none;
}

.xiao-bo {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	background-color: #FFF3EE;
	position: relative;
}

.xiao-bo .col {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.xiao-bo .col:first-child {
	border-right: 1px solid #FFD5D5;
	border-left: 1px solid #FFD5D5;
}

.xiao-bo .col .row div {
	height: 36px;
	display: flex;
	flex: 1;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}

.quick-ball-grid .tips {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
	color: #999999;
	position: absolute;
	bottom: -20px;
}

.simple-ball-grid {
	border: 1px solid #E94335;
	width: 48%;
	display: inline-block;
	vertical-align: top;
}

.simple-ball-grid .main-title {
	background-color: #FFF3EE;
	color: #333;
}

.simple-ball-grid .ball-grid {
	width: 100%;
}

.simple-ball-grid .se-bo {
	width: 33.33%;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
}

.simple-ball-grid .se-bo+.se-bo {
	border-left: 1px solid #FFD5D5;
}

.simple-ball-grid .se-bo i {
	padding-top: 3px;
	padding-right: 5px;
}

.simple-ball-grid .se-bo i:before {
	font-size: 16px;
}

.simple-ball-grid .se-bo .icon-radio-check:before {
	font-size: 18px;
}

.simple-ball-grid .se-bo span {
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
}

.lian-grid {
	width: 100%;
	border: 1px solid #E94335;
}

.lian-grid .title {
	background-color: #FFF3EE;
	color: #333;
}

.lian-grid .row.title .cell>div {
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lian-grid .cell {
	width: 50%;
}

.lian-grid .label {
	width: 20%;
	background-color: #FFF3EE;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.lian-grid .label i {
	padding-top: 2px;
	padding-right: 5px;
}

.lian-grid .label i:before {
	font-size: 14px;
}

.lian-grid .label .icon-checkbox-check:before {
	color: #E94335;
}

.lian-grid .label span {
	font-size: 14px;
}

.lian-grid .odds {
	width: 20%;
	color: #f73131;
}

.lian-grid .numbers {
	width: 60%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.lian-grid .numbers .num {
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lian-grid .numbers .num span {
	position: relative !important;
}

.lian-grid .title .odds {
	color: #333;
}

.lian-grid .title .numbers {
	text-align: center;
	font-size: 14px;
}

/*
* bet reault
*/
.lhc-bet-result {
	width: 100%;
	margin-top: 30px;
	position: relative;
}

.lhc-bet-result .desc {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.lhc-bet-result .desc .dotted {
	border: 1px dashed #c9c9c9;
	display: flex;
	flex: 1;
}

.lhc-bet-result .desc .info-check {
	padding: 0px 20px;
	text-align: center;
	font-size: 14px;
}

.lhc-bet-result .desc .info-check span {
	color: #f73131;
	padding: 0px 5px;
}

.lhc-bet-result .table {
	border: 1px solid #E94335;
	display: inline-block;
	vertical-align: top;
	width: 650px;
	height: 180px;
}

.lhc-bet-result .table .theader {
	height: 35px;
	background-color: #FFF3EE;
}

.lhc-bet-result .table .tbody .row .group {
	width: 56%;
	float: right;
}

.lhc-bet-result .table .tbody .row .group .combination {
	width: 80%;
}

.lhc-bet-result .table .tbody .row .group .operation {
	width: 20%;
}

.lhc-bet-result .table .operation {
	width: 12%;
}

.lhc-bet-result .table .tbody .row .operation {
	color: #fa4242;
	text-decoration: underline;
	cursor: pointer;
}

.lhc-bet-result .table .sequence {
	width: 12%;
}

.lhc-bet-result .table .model {
	width: 22%;
}

.lhc-bet-result .table .combination {
	width: 44%;
}

.lhc-bet-result .table .odds {
	width: 22%;
}

.lhc-bet-result .table .tbody {
	height: 143px;
	overflow: auto;
}

.lhc-bet-result .table .row {
	border-bottom: none;
}

.lhc-bet-result .table .tbody .row .odds {
	color: #f73131;
}

.lhc-bet-result .group {
	display: inline-block;
	vertical-align: top;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
}

.lhc-bet-result .info {
	border: 1px solid #E94335;
	width: 340px;
	height: 180px;
	display: inline-block;
	vertical-align: top;
	float: right;
	padding: 20px;
}

.lhc-bet-result .info .money {
	padding-top: 5px;
	padding-left: 15px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.lhc-bet-result .info .money span {
	font-size: 14px;
}

.lhc-bet-result .info .money>div {
	position: relative;
	height: 35px;
}

.lhc-bet-result .info .money>div input {
	width: 192px;
	height: 30px;
	font-size: 14px;
	background-color: #FFFFFF;
	cursor: text;
	border-radius: 4px;
	border: 1px solid #E94335;
	padding: 0px 5px;
}

.lhc-bet-result .info .tips {
	padding-left: 85px;
	padding-top: 10px;
}

.lhc-bet-result .info .tips span {
	color: #333333;
	font-size: 12px;
}

.lhc-bet-result .info button {
	width: 110px !important;
	height: 30px !important;
	font-size: 16px !important;
}

.lhc-bet-result .info button+button {
	margin-left: 20px !important;
}

.lhc-bet-result .info .cancel {
	width: 60px !important;
}

.lhc-bet-result .btn-group {
	padding-top: 20px;
	text-align: center;
}

.lhc-bet-result .btn-group button {
	border-radius: 4px;
	border: none;
	font-size: 20px;
	width: 120px;
	height: 40px;
	color: #FFFFFF;
}

.lhc-bet-result .btn-group button+button {
	margin-left: 50px;
}

.lhc-bet-result .btn-group .confirm {
	background-color: #E94335;
}

.lhc-bet-result .btn-group .cancel {
	background-color: #CCCCCC;
}

.sequence, .model, .combination, .odds, .operation {
	display: inline-block;
	vertical-align: top;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
}

.dui-peng .mini-grid, .he-xiao .mini-grid {
	width: 100%;
}

.quick-fill {
	width: 90px;
	position: absolute;
	background-color: #FFF3EE;
	left: 5%;
	top: 35px;
	z-index: 100;
	box-shadow: 2px 2px 2px #ccc;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	border-radius: 5px;
	border: 2px solid #E94335;
	cursor: pointer;
}

.quick-fill:before {
	display: block;
	content: '';
	border-width: 10px 10px 10px 10px;
	border-style: solid;
	border-color: transparent transparent #E94335 transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: -20px;
}

.quick-fill:after {
	display: block;
	content: '';
	border-width: 10px 10px 10px 10px;
	border-style: solid;
	border-color: transparent transparent #FFFFFF transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: -17px;
}

.quick-fill div+div {
	border-top: 1px solid #E94335;
}

.quick-fill div {
	height: 28px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
}

.quick-fill div:hover {
	color: #E94335;
}

.quick-setting-wrap {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 600;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.quick-setting-wrap .quick-setting-win {
	background: #fff;
	width: 300px;
	height: 520px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin-top: -50px;
}

.quick-setting-wrap .quick-setting-win>div {
	width: 100%;
}

.quick-setting-wrap .quick-setting-win .quick-setting-title {
	height: 40px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0px 10px;
	background-color: #E94335;
}

.quick-setting-wrap .quick-setting-win .quick-setting-title span {
	font-size: 14px;
	color: #FFFFFF;
}

.quick-setting-wrap .quick-setting-win .quick-setting-title i {
	color: #FFFFFF;
	cursor: pointer;
}

.quick-setting-wrap .quick-setting-win .quick-setting-content {
	padding-top: 30px;
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.quick-setting-wrap .quick-setting-win .quick-setting-content input {
	width: 240px;
	height: 50px;
	background-color: #FFFDFA;
	border: 1px solid #E94335;
	border-radius: 10px;
	padding: 0px 20px;
	font-size: 16px;
	color: #333333;
}

.quick-setting-wrap .quick-setting-win .quick-setting-content input+input
	{
	margin-top: 16px;
}

.quick-setting-wrap .quick-setting-win .quick-setting-content .status {
	margin-top: 10px;
	cursor: pointer;
}

.quick-setting-wrap .quick-setting-win .quick-setting-content .status span
	{
	margin-left: 10px;
	font-size: 16px;
	color: #333333;
}

.quick-setting-wrap .quick-setting-win .quick-setting-bottom {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 86px;
}

.quick-setting-wrap .quick-setting-win .quick-setting-bottom button {
	width: 90px;
	height: 30px;
	font-size: 14px;
	border-radius: 4px;
}

.quick-setting-wrap .quick-setting-win .quick-setting-bottom .cancel {
	border: 1px solid #979797;
	color: #333333;
	background-color: #FFFFFF;
}

.quick-setting-wrap .quick-setting-win .quick-setting-bottom .confirm {
	margin-left: 23px;
	border: none;
	background-color: #E94335;
	color: #FFFFFF;
}

.quick-bet-area {
	display: flex;
	flex-direction: column;
	background: linear-gradient(#FFA1A0, #FFF3F2);
	margin-top: 10px;
}

.quick-bet-area .quick-money {
	height: 66px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.quick-bet-area .quick-money>div {
	width: 222px;
	height: 38px;
	background-color: #FF6460;
	border: none;
	border-radius: 4px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.quick-bet-area .quick-money>div label {
	font-size: 14px;
	color: #fff;
}

.quick-bet-area .quick-money>div input {
	width: 120px;
	height: 26px;
	border: 1px solid #E94335;
	border-radius: 4px;
	background-color: #FFFFFF;
	padding: 0px 10px;
	font-size: 14px;
}

.quick-bet-area .quick-bet-select {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.quick-bet-area .quick-bet-select div {
	width: 64px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFFFFF;
	border: 1px solid #FF9E9B;
	border-radius: 4px;
	color: #E82E29;
	font-size: 14px;
	cursor: pointer;
	margin-left: 7px;
	margin-bottom: 9px;
}

.quick-bet-area .quick-bet-select div:hover {
	border-color: #FF9E9B;
}

.quick-bet-area .quick-bet-select .case-selected {
	border: 1px solid #FF6C00;
	background-color: #E94335;
	color: #FFFFFF;
}

</
style
>
<
style

 

type


="
text
/css"
>
 @charset "UTF-8";
/*
* lhc.scss
* 六合彩
* 修改颜色，需修改baseColor，highColor，hoverColor，gridBorderColor 和 .quick-bet-area class里的颜色
*/
/*New lhc*/
.lhc-new {
	display: flex;
	flex-wrap: wrap;
	background: #D3D3D3;
	width: 1000px;
	margin: 0px auto;
}

.lhc-new div {
	width: 63px;
	height: 40px;
	color: #666666;
	font-size: 14px;
	cursor: pointer;
	border: none;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	line-height: 40px;
	text-align: center;
	margin: 0px auto;
}

.lhc-new div:hover {
	background-color: #FFDDDC;
}

.lhc-new .play-selected {
	background: url(data : image/ png; base64
	,iVBORw0KGgoAAAANSUhEUgAAAEMAAAAXCAYAAABQ1fKSAAAAAXNSR0IArs4c6QAAAa9JREFUWAnlkttKAlEYhR2vK0+oN0X0LBGYCCKCCF32TkFEEUQQQXQpKD1JFxFG0eEd7FsXxhTjOHtm79mYA8sZ/+P6NrtQ8PzMZrMj9Ki3Zyv+1gPfRPco/Oh/058rD5sBHqKv8CmEvhUferCV70ogG+guBB73qbpGvg5z2gbYAH3G0UfkVD/IyaL7NcDU0W0EqElI/XX3bh1uAKCPPkyoY2o1p+/QrpvRmK6hmxiwLCnNrblxbnkqRnvoPQttgl7N71m2bm8c5qroOgGIzRLtq9qjsDAJQ130ZpPSYJb2di1gZBuBiQq6MjDuslQ+KtmIUnazuINeXdKlmC0/nZRI5m0sK6PLFEbzbJG/sjmdQQcL2uglT6oMu+SzbYCXrJShJXSRwZjPVvkuJSNdUsWgFpr6pLGwW/5bS1ALxUUFNG+hM/IjtL2obkXi8j8Sj7gWeQ6iEjQcED9HO1H5FY9N8X8cBMHkL8evm8EhbKJTisboPx6E+MU1Fqd4FZg/PzeDxD5B3YbdeXIN3s8w6pY8iLXIIWygE751bdbpIMQv3on4dQ4BP4cE9pRZ8+fpG/p5YBfZPTBZAAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	background-position: 0% 248%;
	color: #E94335;
}

.lhc-new .play-selected:hover {
	background-color: #FFDDDC;
}

.lhc-new .selectedImg {
	position: absolute;
	width: 42px;
	height: 18px;
}

.lhc-newbet-area {
	width: 1000px;
	position: relative;
	margin: 0px auto;
	margin-bottom: 80px;
	display: flex;
	flex-direction: column;
}

.lhc-newbet-area .tool-bar {
	margin: 20px 0;
	display: flex;
	flex-direction: column;
}

.lhc-newbet-area .tool-bar .funs {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.lhc-newbet-area .tool-bar .funs .quick-money-setting {
	top: 140px;
	right: 5px;
	width: 120px;
	height: 32px;
	background-color: #fff;
	border: 1px solid #528CE5;
	border-radius: 4px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-family: MicrosoftYaHei;
	cursor: pointer;
	margin-left: 20px;
}

.lhc-newbet-area .tool-bar .funs .quick-money-setting:hover {
	background-color: #FFDDDC;
}

.lhc-newbet-area .tool-bar .funs .quick-money-setting span {
	font-size: 14px;
	color: #1E6CE3;
}

.lhc-newbet-area .tool-bar .funs .quick-bet {
	width: 110px;
	height: 32px;
	border: 1px solid #FA8400;
	border-radius: 4px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.lhc-newbet-area .tool-bar .funs .quick-bet:hover {
	background-color: #FFDDDC;
}

.lhc-newbet-area .tool-bar .funs .quick-bet i {
	color: #FA8400;
	margin-left: 5px;
}

.lhc-newbet-area .tool-bar .funs .quick-bet span {
	font-size: 14px;
	color: #FA8400;
}

.lhc-newbet-area .tool-bar .funs .selected {
	background-color: #FA8400;
}

.lhc-newbet-area .tool-bar .funs .selected span {
	color: #fff;
}

.lhc-newbet-area .tool-bar .funs .selected i {
	color: #fff;
	margin-left: 5px;
}

.lhc-newbet-area .show-area {
	display: flex;
	flex-direction: row;
	border: 1px solid #d6d6d6;
	border-top: none;
	box-shadow: 0 1.5px 0 0 rgba(0, 0, 0, 0.3);
}

.lhc-newbet-area .show-area .selected-shown {
	flex: 1;
	height: 38px;
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color: #f6f6f6;
}

.lhc-newbet-area .show-area .selected-shown+.selected-shown {
	border-left: 1px solid #d6d6d6;
}

.lhc-newbet-area .show-area .selected-shown .label {
	font-size: 14px;
	color: #333333;
	padding: 0px 20px;
	text-align: center;
}

.lhc-newbet-area .nulltabs {
	height: 57px;
}

.lhc-newbet-area .tabs.lianma {
	height: 70px;
}

.lhc-newbet-area .tabs {
	position: relative;
	background-color: #fff;
	margin-bottom: 20px;
	border: 0.5px solid #ccc;
	background: #FFFFFF;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.lhc-newbet-area .tabs>div {
	display: flex;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0px 15px;
	transition: background-color 0.3s linear;
}

.lhc-newbet-area .tabs>div label {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #666;
}

.lhc-newbet-area .tabs>div span {
	font-size: 14px;
	color: #666;
	margin-top: -8px;
	line-height: 25px;
}

.lhc-newbet-area .tabs .tab-selected label {
	color: #E94335;
}

.lhc-newbet-area .tabs .tab-selected span {
	color: #E94335;
}

.lhc-newbet-area .subtabs {
	height: 50px;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: -20px;
	border: 0.5px solid #D2D2D2;
	border-top: none;
	background: #FFFFFF;
	box-shadow: 0 1.5px 0 0 rgba(0, 0, 0, 0.3);
}

.lhc-newbet-area .subtabs div {
	cursor: pointer;
}

.lhc-newbet-area .subtabs label {
	padding: 0 20px;
	width: 100px;
	font-size: 14px;
	color: #666;
	height: 36px;
	line-height: 36px;
}

.lhc-newbet-area .subtabs .tab-selected label {
	color: #E94335;
}

.quick-bet-area {
	display: flex;
	flex-direction: column;
	background: linear-gradient(#EFEFEF, #fff);
	margin-top: 10px;
}

.quick-bet-area .quick-money {
	height: 66px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.quick-bet-area .quick-money>div {
	width: 222px;
	height: 38px;
	background-color: #7B7B7B;
	border: none;
	border-radius: 4px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.quick-bet-area .quick-money>div label {
	font-size: 14px;
	color: #fff;
}

.quick-bet-area .quick-money>div input {
	width: 120px;
	height: 26px;
	border: none;
	border-radius: 4px;
	background-color: #FFFFFF;
	padding: 0px 10px;
	font-size: 14px;
}

.quick-bet-area .quick-bet-select {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.quick-bet-area .quick-bet-select div {
	width: 64px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFFFFF;
	border: 1px solid #DADADA;
	border-radius: 4px;
	color: #666;
	font-size: 14px;
	cursor: pointer;
	margin-left: 7px;
	margin-bottom: 9px;
}

.quick-bet-area .quick-bet-select div:hover {
	border-color: #FFDDDC;
}

.quick-bet-area .quick-bet-select .case-selected {
	border: 1px solid #FF6C00;
	background-color: #E94335;
	color: #FFFFFF;
}

.addOrder {
	margin-top: 11px;
}

.addOrder .setting-wrap {
	height: 85px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.addOrder .setting-wrap .addOrder-left {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.addOrder .setting-wrap .addOrder-left .addOrder-number {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-right: 50px;
}

.addOrder .setting-wrap .addOrder-left .addOrder-number span {
	color: #E94335;
}

.addOrder .setting-wrap .addOrder-left .addOrder-number input {
	width: 70px;
	height: 28px;
	margin-right: 7px;
	text-align: center;
}

.addOrder .setting-wrap .addOrder-left .addOdds-wrap {
	margin-bottom: 30px;
}

.addOrder .setting-wrap .addOrder-left .addOdds-wrap .addOrder-odds {
	width: 320px;
	padding: 5px 0;
	display: flex;
	justify-content: space-between;
}

.addOrder .setting-wrap .addOrder-left .addOdds-wrap .addOrder-odds .addOrder-font
	{
	font-size: 14px;
	color: #333;
}

.addOrder .setting-wrap .addOrder-left .addOdds-wrap .addOrder-top {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.addOrder .setting-wrap .addOrder-left .addOdds-wrap .addOrder-top .addOrder-font
	{
	font-size: 14px;
	color: #333;
}

.addOrder .setting-wrap .addOrder-button {
	border: 1px solid #EB0E0E;
	padding: 10px 20px;
	border-radius: 5px;
}

.addOrder .setting-wrap .addOrder-button .button-font {
	cursor: pointer;
	color: #EB0E0E;
	font-size: 22px;
}

.Nsimple-ball-grid {
	border: 1px solid #D2D2D2;
	width: 48%;
	display: inline-block;
	vertical-align: top;
}

.Nsimple-ball-grid .main-title {
	background-color: #F5F5F5;
	color: #333;
}

.Nsimple-ball-grid .ball-grid {
	width: 100%;
}

.Nsimple-ball-grid .se-bo {
	width: 33.33%;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
}

.Nsimple-ball-grid .se-bo+.se-bo {
	border-left: 1px solid #D2D2D2;
}

.Nsimple-ball-grid .se-bo i {
	padding-top: 3px;
	padding-right: 5px;
}

.Nsimple-ball-grid .se-bo i:before {
	font-size: 16px;
}

.Nsimple-ball-grid .se-bo .icon-radio-check:before {
	font-size: 18px;
}

.Nsimple-ball-grid .se-bo span {
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
}

/*New lhc*/
.bet-grid {
	border: 1px solid #D2D2D2;
	display: flex;
	flex-direction: column;
}

.bet-grid .title {
	background-color: #F4F3F3;
}

.cell {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.cell>div {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 35px;
	text-align: center;
	border-right: 1px solid #D2D2D2;
}

.cell .item-selected {
	background-color: #FFD5D5;
}

.cell .number {
	color: #4c4c4c;
	font-size: 14px;
	width: 20%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cell .sheng-xiao {
	color: #4c4c4c;
	font-size: 14px;
	width: 20%;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 25px;
}

.cell .numbers {
	width: 60%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.cell .numbers .num {
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cell .numbers .num span {
	position: relative !important;
}

.cell .wu-xing {
	color: #4c4c4c;
	font-size: 14px;
	width: 50%;
	display: flex;
	justify-content: flex-start;
	letter-spacing: 2px;
}

.cell .wu-xing span {
	padding-left: 25px;
}

.cell .odds {
	font-size: 14px;
	width: 20%;
}

.cell .odds span {
	font-size: 14px;
	color: #f73131;
}

.cell .money {
	width: 60%;
	font-size: 14px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cell .money>div {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cell .money>div input {
	background-color: #F4F3F3;
	font-size: 14px;
	width: 75%;
	height: 25px;
	border: 1px solid #F4F3F3;
	border-radius: 10px;
	padding: 0px 5px;
}

.cell .money>div input[type='radio'] {
	width: auto;
	height: auto;
}

.cell .balls {
	padding-left: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.cell .balls span+span {
	margin-left: 3px;
}

.cell .radio {
	cursor: pointer;
}

.cell .radio i {
	padding-top: 2px;
}

.cell .radio i:before {
	font-size: 16px;
}

.cell .radio .icon-radio-check:before {
	font-size: 18px;
}

.cell .select {
	cursor: pointer;
}

.cell .select i {
	margin-right: 15px;
	padding-top: 2px;
}

.cell .select i:before {
	font-size: 18px;
}

.cell .select .icon-checkbox-check:before {
	color: #E94335;
}

.lianma-area-new .xiao-chuan-wei-shu {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.lianma-area-new .jiao-cha-peng {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.lianma-area-new .jiao-cha-peng .select-area {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.lianma-area-new .jiao-cha-peng .select-area .item {
	width: 480px;
	border: 2px solid #D2D2D2;
	padding: 5px;
	min-height: 80px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
}

.lianma-area-new .jiao-cha-peng .select-area .item+.item {
	margin-top: 10px;
}

.lianma-area-new .jiao-cha-peng .select-area .item span {
	margin-left: 10px;
	margin-bottom: 10px;
	cursor: pointer !important;
}

.lianma-area-new .jiao-cha-peng .select-area .item .del {
	border: none;
	background-color: #FFD5D5;
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 2px 0px 0px 2px;
}

.lianma-area-new .jiao-cha-peng .select-area .add {
	width: 480px;
	padding: 5px;
	text-align: center;
	border: 2px solid #D2D2D2;
	border-bottom: 0;
	background-color: #F5F5F5;
	margin-top: 10px;
	color: #666;
	font-size: 14px;
	padding: 5px 20px;
	display: flex;
	justify-content: center;
}

.lianma-area-new .jiao-cha-peng .select-area .add img {
	margin-right: 5px;
}

.lianma-area-new .dan-tuo {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.lianma-area-new .dan-sebo {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: baseline;
}

.lianma-area-new .dan-shengxiao {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: baseline;
}

/*bet area*/
.lhc-bet-area {
	width: 1000px;
	position: relative;
	margin: 0px auto;
	margin-bottom: 80px;
	display: flex;
	flex-direction: column;
}

.lhc-bet-area .tool-bar {
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
}

.lhc-bet-area .tool-bar .funs {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.lhc-bet-area .tool-bar .funs .quick-money-setting {
	width: 137px;
	height: 32px;
	background-color: #FF5755;
	border-radius: 4px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.lhc-bet-area .tool-bar .funs .quick-money-setting:hover {
	background-color: #FFDDDC;
}

.lhc-bet-area .tool-bar .funs .quick-money-setting i {
	color: #FFFFFF;
	font-size: 24px;
	padding-top: 4px;
	padding-right: 4px;
}

.lhc-bet-area .tool-bar .funs .quick-money-setting span {
	font-size: 14px;
	color: #FFFFFF;
}

.lhc-bet-area .tool-bar .funs .quick-bet {
	width: 110px;
	height: 32px;
	border: none;
	border-radius: 4px;
	background-color: #538DFF;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.lhc-bet-area .tool-bar .funs .quick-bet:hover {
	background-color: #FFDDDC;
}

.lhc-bet-area .tool-bar .funs .quick-bet i {
	color: #FFFFFF;
	padding-right: 5px;
}

.lhc-bet-area .tool-bar .funs .quick-bet span {
	font-size: 14px;
	color: #FFFFFF;
}

.lhc-bet-area .nulltabs {
	height: 57px;
}

ul.subTabs {
	margin-top: -20px;
	border: 1px solid #D2D2D2;
	margin-bottom: 20px;
	display: flex;
	flex-direction: row;
}

ul.subTabs li {
	list-style: none;
	padding: 10px 20px;
	font-size: 14px;
	color: #333333;
	cursor: pointer;
}

ul.subTabs .active {
	color: #E94335;
	text-decoration: underline;
}

.td-title {
	width: 100%;
	font-size: 14px;
	background-color: #F5F5F5;
	color: #333333;
}

.row {
	width: 100%;
	border-bottom: 1px solid #D2D2D2;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.row:last-child {
	border: none;
}

.row .title {
	background-color: #FFF3EE;
}

.row .title .cell>div {
	color: #333333;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

.row .cell:last-child>div:last-child {
	border: none;
}

.bet-grid+.bet-grid {
	margin-top: 30px;
}

.main-title {
	background-color: #FFF3EE;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
}

.totle-title>div {
	display: inline-block;
	vertical-align: top;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-right: 1px solid #D2D2D2;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.totle-title>div:last-child {
	border-right: none;
}

.row .label {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	height: 35px;
	line-height: 35px;
	border-right: 1px solid #D2D2D2;
	font-size: 14px;
	background-color: #F4F3F3;
}

.lianma-area .xiao-chuan-wei-shu {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.lianma-area .jiao-cha-peng {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.lianma-area .jiao-cha-peng .select-area {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.lianma-area .jiao-cha-peng .select-area .item {
	width: 480px;
	border: 2px solid #D2D2D2;
	padding: 5px;
	min-height: 80px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
}

.lianma-area .jiao-cha-peng .select-area .item+.item {
	margin-top: 10px;
}

.lianma-area .jiao-cha-peng .select-area .item span {
	margin-left: 10px;
	margin-bottom: 10px;
	cursor: pointer !important;
}

.lianma-area .jiao-cha-peng .select-area .item .del {
	border: none;
	background-color: #FFD5D5;
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 2px 0px 0px 2px;
}

.lianma-area .jiao-cha-peng .select-area .add {
	border: none;
	background-color: #ffc350;
	margin-top: 10px;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	padding: 5px 20px;
}

.lianma-area .dan-tuo {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.lianma-area .dan-sebo {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: baseline;
}

.lianma-area .dan-shengxiao {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: baseline;
}

.balls-grid {
	border: 1px solid #D2D2D2;
}

.balls-grid .title {
	background-color: #F4F3F3;
}

.zheng-fu-num .show-area {
	display: flex;
	flex-direction: row;
	border: 1px solid #d6d6d6;
	border-top: none;
	margin-top: -20px;
	margin-bottom: 20px;
	box-shadow: 0 1.5px 0 0 rgba(0, 0, 0, 0.3);
}

.zheng-fu-num .show-area .selected-shown {
	flex: 1;
	height: 38px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.zheng-fu-num .show-area .selected-shown+.selected-shown {
	border-left: 1px solid #d6d6d6;
}

.zheng-fu-num .show-area .selected-shown .label {
	font-size: 14px;
	color: #333333;
	padding: 0px 20px;
	text-align: center;
}

.selected-num+.selected-num {
	margin-left: 5px;
}

.mini-grid {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 49%;
	border: 1px solid #D2D2D2;
}

.mini-grid .main-title {
	background-color: #F4F3F3;
	color: #333;
}

.mini-grid .cell .label {
	width: 30%;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.mini-grid .cell .label i {
	padding-top: 2px;
	padding-right: 5px;
}

.mini-grid .cell .label i:before {
	font-size: 14px;
}

.mini-grid .cell .label .icon-checkbox-check:before {
	color: #E94335;
}

.mini-grid .cell .label span {
	font-size: 14px;
}

.mini-grid .cell .nums {
	width: 70%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.mini-grid .cell .nums>div {
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mini-grid .cell .nums>div>span {
	position: relative !important;
}

.quick-ball-grid {
	width: 48%;
	border: 1px solid #D2D2D2;
}

.ball-grid {
	width: 62.5%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.ball-grid .row {
	width: 100%;
}

.ball-grid .row .cell {
	width: 20%;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #D2D2D2;
}

.ball-grid .row .cell:last-child {
	border-right: none;
}

.wei-shu {
	width: 12.5%;
	display: inline-block;
	vertical-align: top;
	background-color: #F5F5F5;
	border-right: 1px solid #D2D2D2;
}

.wei-shu>.row div {
	height: 36px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	display: flex;
	flex: 1;
	justify-content: center;
	align-items: center;
}

.wei-shu>.row div:last-child {
	border-bottom: none;
}

.xiao-bo {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	background-color: #F5F5F5;
	position: relative;
}

.xiao-bo .col {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.xiao-bo .col:first-child {
	border-right: 1px solid #D2D2D2;
	border-left: 1px solid #D2D2D2;
}

.xiao-bo .col .row div {
	height: 36px;
	display: flex;
	flex: 1;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}

.quick-ball-grid .tips {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
	color: #999999;
	position: absolute;
	bottom: -20px;
}

.simple-ball-grid {
	border: 1px solid #E94335;
	width: 48%;
	display: inline-block;
	vertical-align: top;
}

.simple-ball-grid .main-title {
	background-color: #FFF3EE;
	color: #333;
}

.simple-ball-grid .ball-grid {
	width: 100%;
}

.simple-ball-grid .se-bo {
	width: 33.33%;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
}

.simple-ball-grid .se-bo+.se-bo {
	border-left: 1px solid #FFD5D5;
}

.simple-ball-grid .se-bo i {
	padding-top: 3px;
	padding-right: 5px;
}

.simple-ball-grid .se-bo i:before {
	font-size: 16px;
}

.simple-ball-grid .se-bo .icon-radio-check:before {
	font-size: 18px;
}

.simple-ball-grid .se-bo span {
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
}

.lian-grid {
	width: 100%;
	border: 1px solid #E94335;
}

.lian-grid .title {
	background-color: #FFF3EE;
	color: #333;
}

.lian-grid .row.title .cell>div {
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lian-grid .cell {
	width: 50%;
}

.lian-grid .label {
	width: 20%;
	background-color: #FFF3EE;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.lian-grid .label i {
	padding-top: 2px;
	padding-right: 5px;
}

.lian-grid .label i:before {
	font-size: 14px;
}

.lian-grid .label .icon-checkbox-check:before {
	color: #E94335;
}

.lian-grid .label span {
	font-size: 14px;
}

.lian-grid .odds {
	width: 20%;
	color: #f73131;
}

.lian-grid .numbers {
	width: 60%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.lian-grid .numbers .num {
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lian-grid .numbers .num span {
	position: relative !important;
}

.lian-grid .title .odds {
	color: #333;
}

.lian-grid .title .numbers {
	text-align: center;
	font-size: 14px;
}

/*
* bet reault
*/
.lhc-bet-result {
	width: 100%;
	margin-top: 30px;
	position: relative;
}

.lhc-bet-result .desc {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.lhc-bet-result .desc .dotted {
	border: 1px dashed #c9c9c9;
	display: flex;
	flex: 1;
}

.lhc-bet-result .desc .info-check {
	padding: 0px 20px;
	text-align: center;
	font-size: 14px;
}

.lhc-bet-result .desc .info-check span {
	color: #f73131;
	padding: 0px 5px;
}

.lhc-bet-result .table {
	border: 1px solid #E94335;
	display: inline-block;
	vertical-align: top;
	width: 650px;
	height: 180px;
}

.lhc-bet-result .table .theader {
	height: 35px;
	background-color: #FFF3EE;
}

.lhc-bet-result .table .tbody .row .group {
	width: 56%;
	float: right;
}

.lhc-bet-result .table .tbody .row .group .combination {
	width: 80%;
}

.lhc-bet-result .table .tbody .row .group .operation {
	width: 20%;
}

.lhc-bet-result .table .operation {
	width: 12%;
}

.lhc-bet-result .table .tbody .row .operation {
	color: #fa4242;
	text-decoration: underline;
	cursor: pointer;
}

.lhc-bet-result .table .sequence {
	width: 12%;
}

.lhc-bet-result .table .model {
	width: 22%;
}

.lhc-bet-result .table .combination {
	width: 44%;
}

.lhc-bet-result .table .odds {
	width: 22%;
}

.lhc-bet-result .table .tbody {
	height: 143px;
	overflow: auto;
}

.lhc-bet-result .table .row {
	border-bottom: none;
}

.lhc-bet-result .table .tbody .row .odds {
	color: #f73131;
}

.lhc-bet-result .group {
	display: inline-block;
	vertical-align: top;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
}

.lhc-bet-result .info {
	border: 1px solid #E94335;
	width: 340px;
	height: 180px;
	display: inline-block;
	vertical-align: top;
	float: right;
	padding: 20px;
}

.lhc-bet-result .info .money {
	padding-top: 5px;
	padding-left: 15px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.lhc-bet-result .info .money span {
	font-size: 14px;
}

.lhc-bet-result .info .money>div {
	position: relative;
	height: 35px;
}

.lhc-bet-result .info .money>div input {
	width: 192px;
	height: 30px;
	font-size: 14px;
	background-color: #FFFFFF;
	cursor: text;
	border-radius: 4px;
	border: 1px solid #E94335;
	padding: 0px 5px;
}

.lhc-bet-result .info .tips {
	padding-left: 85px;
	padding-top: 10px;
}

.lhc-bet-result .info .tips span {
	color: #333333;
	font-size: 12px;
}

.lhc-bet-result .info button {
	width: 110px !important;
	height: 30px !important;
	font-size: 16px !important;
}

.lhc-bet-result .info button+button {
	margin-left: 20px !important;
}

.lhc-bet-result .info .cancel {
	width: 60px !important;
}

.lhc-bet-result .btn-group {
	padding-top: 20px;
	text-align: center;
}

.lhc-bet-result .btn-group button {
	border-radius: 4px;
	border: none;
	font-size: 20px;
	width: 120px;
	height: 40px;
	color: #FFFFFF;
}

.lhc-bet-result .btn-group button+button {
	margin-left: 50px;
}

.lhc-bet-result .btn-group .confirm {
	background-color: #E94335;
}

.lhc-bet-result .btn-group .cancel {
	background-color: #CCCCCC;
}

.sequence, .model, .combination, .odds, .operation {
	display: inline-block;
	vertical-align: top;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
}

.dui-peng .mini-grid, .he-xiao .mini-grid {
	width: 100%;
}

.quick-fill {
	width: 90px;
	position: absolute;
	background-color: #FFF3EE;
	left: 5%;
	top: 35px;
	z-index: 100;
	box-shadow: 2px 2px 2px #ccc;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	border-radius: 5px;
	border: 2px solid #E94335;
	cursor: pointer;
}

.quick-fill:before {
	display: block;
	content: '';
	border-width: 10px 10px 10px 10px;
	border-style: solid;
	border-color: transparent transparent #E94335 transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: -20px;
}

.quick-fill:after {
	display: block;
	content: '';
	border-width: 10px 10px 10px 10px;
	border-style: solid;
	border-color: transparent transparent #FFFFFF transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: -17px;
}

.quick-fill div+div {
	border-top: 1px solid #E94335;
}

.quick-fill div {
	height: 28px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
}

.quick-fill div:hover {
	color: #FFDDDC;
}

.quick-setting-wrap {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 600;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.quick-setting-wrap .quick-setting-win {
	background: #fff;
	width: 300px;
	height: 520px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin-top: -50px;
}

.quick-setting-wrap .quick-setting-win>div {
	width: 100%;
}

.quick-setting-wrap .quick-setting-win .quick-setting-title {
	height: 40px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0px 10px;
	background-color: #E94335;
}

.quick-setting-wrap .quick-setting-win .quick-setting-title span {
	font-size: 14px;
	color: #FFFFFF;
}

.quick-setting-wrap .quick-setting-win .quick-setting-title i {
	color: #FFFFFF;
	cursor: pointer;
}

.quick-setting-wrap .quick-setting-win .quick-setting-content {
	padding-top: 30px;
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.quick-setting-wrap .quick-setting-win .quick-setting-content input {
	width: 240px;
	height: 50px;
	background-color: #FFFDFA;
	border: 1px solid #E94335;
	border-radius: 10px;
	padding: 0px 20px;
	font-size: 16px;
	color: #333333;
}

.quick-setting-wrap .quick-setting-win .quick-setting-content input+input
	{
	margin-top: 16px;
}

.quick-setting-wrap .quick-setting-win .quick-setting-content .status {
	margin-top: 10px;
	cursor: pointer;
}

.quick-setting-wrap .quick-setting-win .quick-setting-content .status span
	{
	margin-left: 10px;
	font-size: 16px;
	color: #333333;
}

.quick-setting-wrap .quick-setting-win .quick-setting-bottom {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 86px;
}

.quick-setting-wrap .quick-setting-win .quick-setting-bottom button {
	width: 90px;
	height: 30px;
	font-size: 14px;
	border-radius: 4px;
}

.quick-setting-wrap .quick-setting-win .quick-setting-bottom .cancel {
	border: 1px solid #979797;
	color: #333333;
	background-color: #FFFFFF;
}

.quick-setting-wrap .quick-setting-win .quick-setting-bottom .confirm {
	margin-left: 23px;
	border: none;
	background-color: #E94335;
	color: #FFFFFF;
}

.order-body {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #DDD;
	font-size: 100px;
}

.order-body .order-body-odd {
	color: #EB0E0E;
}

.order-body .amount {
	width: 80px;
}

.order-body .amount input {
	padding-left: 10px;
	width: 70px;
	height: 28px;
	border: 1px solid #ddd;
	background-color: #f5f5f5;
	color: #e94335;
	font-size: .875rem;
	text-align: center;
	border-radius: 4px;
}

.order-body:hover {
	background-color: #FFDDDC;
}

.order-body>div {
	flex: 1;
	text-align: center;
}

.order-body img {
	width: 15px;
	height: 15px;
}

.order-body p {
	font-size: 14px;
	color: #333;
	flex: 1;
	text-align: center;
}

.order-body>.order-del {
	width: 60px;
	flex: none;
}

</
style
>
<
style

 

type


="
text
/css"
>
 @charset "UTF-8";
/*
* pcdd.scss
* PC蛋蛋
* 修改颜色需修改 baseColor，gridBorderColor
*/
.lucky-28 {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: stretch;
	padding-bottom: 40px;
}

.lucky-28 .lucky-grid {
	display: flex;
	width: 1000px;
	flex-direction: column;
	align-items: stretch;
	margin-bottom: 30px;
}

.lucky-28 .lucky-grid .grid-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 35px;
	background: linear-gradient(#ECEAEA, #FFFFFF, #E7E7E7);
	border: 1px solid #DBDBDB;
	box-shadow: 0 2px 0 #E6E6E6;
}

.lucky-28 .lucky-grid .grid-header .label {
	background-color: #E94335;
	width: 96px;
	height: 32px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	border-radius: 4px;
}

.lucky-28 .lucky-grid .grid-title {
	display: flex;
	flex-direction: row;
	height: 42px;
	background-color: #FFFCFA;
	margin-top: 2px;
	border-bottom: 1px solid #FFD5D5;
	border-right: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
}

.lucky-28 .lucky-grid .grid-title .title-col {
	display: flex;
	flex: 1;
	flex-direction: row;
}

.lucky-28 .lucky-grid .grid-title .title-col+.title-col {
	border-left: 1px solid #FFD5D5;
}

.lucky-28 .lucky-grid .grid-title .title-col>div {
	font-size: 0.875rem;
	color: #333333;
}

.lucky-28 .lucky-grid .grid-body {
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
}

.lucky-28 .lucky-grid .grid-body .body-col {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.lucky-28 .lucky-grid .grid-body .body-col+.body-col {
	border-left: 1px solid #FFD5D5;
}

.lucky-28 .lucky-grid .grid-body .body-col .body-row {
	height: 40px;
	display: flex;
	flex-direction: row;
}

.lucky-28 .lucky-grid .grid-body .body-col .body-row+.body-row {
	border-top: 1px solid #FFD5D5;
}

.lucky-28 .lucky-grid .option {
	width: 96px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #FFD5D5;
}

.lucky-28 .lucky-grid .option div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background-color: #38BE4F;
	border-radius: 50%;
	color: #fff;
	font-size: 1.25rem;
}

.lucky-28 .lucky-grid .lucky-odds {
	flex: 1.5;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #FFD5D5;
}

.lucky-28 .lucky-grid .lucky-odds span {
	color: #FF0000;
	font-size: 0.875rem;
}

.lucky-28 .lucky-grid .money {
	flex: 3;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lucky-28 .lucky-grid .money input {
	width: 78px;
	height: 26px;
	border: 1px solid #DFE9EF;
	background-color: #F0F6FA;
	border-radius: 10px;
	padding: 0px 10px;
}

.lucky-28 .bao-san {
	height: 52px;
	background-color: #FAFAFA;
	margin-top: -30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.lucky-28 .bao-san .label {
	margin: 0px 3px;
	width: 90px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	border-radius: 33px;
	background-color: #27BBD3;
	box-shadow: 0px 1px 2px #999999;
	color: #fff;
	font-size: 1rem;
}

.lucky-28 .bao-san .bs-odds {
	color: #FF0000;
	font-size: 0.875rem;
	width: 51.58px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lucky-28 .bao-san .bs-content {
	position: relative;
	display: flex;
	flex-direction: row;
}

.lucky-28 .bao-san .bs-content .item {
	width: 78px;
	height: 32px;
	background-color: #fff;
	border: 1px solid #27BBD2;
	box-shadow: 0px 1px 2px #999999;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	cursor: pointer;
}

.lucky-28 .bao-san .bs-content .item .num {
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 0.875rem;
}

.lucky-28 .bao-san .bs-content .item i {
	padding-top: 3px;
	padding-left: 10px;
}

.lucky-28 .bao-san .bs-content .item+.item {
	margin-left: 20px;
}

.lucky-28 .bao-san .bs-content .select-list {
	width: 78px;
	height: 131px;
	border: 1px solid #27BBD2;
	position: absolute;
	background-color: #fff;
	top: 31px;
	box-shadow: 0px 2px 5px #999999;
	cursor: pointer;
}

.lucky-28 .bao-san .bs-content .select-list .select-list-item {
	height: 24px;
	border-bottom: 1px solid #DDDDDD;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lucky-28 .bao-san .bs-content .select-list .select-list-item>div {
	width: 20px;
	height: 20px;
	border: none;
	border-radius: 50%;
	color: #fff;
	font-size: 0.75rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lucky-28 .bao-san .bs-money {
	flex: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-left: 20px;
}

.lucky-28 .bao-san .bs-money span {
	font-size: 0.875rem;
	color: #333333;
}

.lucky-28 .bao-san .bs-money input {
	width: 78px;
	height: 32px;
	background-color: #fff;
	border: 1px solid #27BBD2;
	box-shadow: 0px 1px 2px #999999;
	margin-right: 10px;
	padding: 0 10px;
}

.lucky-28 .lucky-result {
	margin-top: 6px;
	border-top: 1px dashed #979797;
	padding-top: 30px;
	display: flex;
	flex-direction: row;
}

.lucky-28 .lucky-result .bet-table {
	width: 790px;
	display: flex;
	flex-direction: column;
}

.lucky-28 .lucky-result .bet-table .table-cap {
	height: 18px;
	background-color: #FFF0E1;
	border-radius: 100px;
	border: 1px solid #F3E0CC;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.lucky-28 .lucky-result .bet-table .table-cap .cap-ct {
	width: 770px;
	height: 10px;
	background-color: #E5CCB3;
	border-radius: 100px;
}

.lucky-28 .lucky-result .bet-table .tb-ct {
	margin-top: -6px;
	padding: 0px 18px;
	display: flex;
	flex-direction: column;
}

.lucky-28 .lucky-result .bet-table .tb-ct .tb-header {
	height: 34px;
	background-color: #FFFDFA;
	border: 1px solid #E5E5E5;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.lucky-28 .lucky-result .bet-table .tb-ct .tb-header>div {
	flex: 1;
	font-size: 0.75rem;
	color: #999999;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lucky-28 .lucky-result .bet-table .tb-ct .tb-header .lk-del {
	flex: 0.1;
	width: 32px;
	margin-right: 10px;
}

.lucky-28 .lucky-result .bet-table .tb-ct .tb-body {
	height: 165px;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	overflow: auto;
}

.lucky-28 .lucky-result .bet-table .tb-ct .tb-body .bd-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 50px;
	border-bottom: 1px dashed #DDDDDD;
}

.lucky-28 .lucky-result .bet-table .tb-ct .tb-body .bd-row>div {
	flex: 1;
	font-size: 0.875rem;
	color: #333333;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lucky-28 .lucky-result .bet-table .tb-ct .tb-body .bd-row .lk-del {
	flex: 0.1;
	width: 32px;
	margin-right: 10px;
	cursor: pointer;
}

.lucky-28 .lucky-result .bet-table .tb-ct .tb-footer {
	height: 40px;
	background-color: #F1F1F1;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.lucky-28 .lucky-result .bet-table .tb-ct .tb-footer .bet-total {
	padding-right: 10px;
}

.lucky-28 .lucky-result .bet-table .tb-ct .tb-footer .bet-total span {
	font-size: 0.875rem;
	color: #333333;
}

.lucky-28 .lucky-result .bet-table .tb-ct .tb-footer .bet-total span span
	{
	color: #FF0000;
	padding: 0px 2px;
}

.lucky-28 .lucky-result .bet-actions {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}

.lucky-28 .lucky-result .bet-actions button {
	width: 180px;
	height: 54px;
	border: none;
	border-radius: 4px;
}

.lucky-28 .lucky-result .bet-actions button+button {
	margin-top: 20px;
}

.lucky-28 .lucky-result .bet-actions .add {
	background: linear-gradient(#FFB000, #FD7700);
	box-shadow: inset -2px -4px 1px #E96E11, inset 3px 4px 3px #FFC121;
	color: #fff;
	font-size: 1.375rem;
}

.lucky-28 .lucky-result .bet-actions .del {
	background-color: #DDDDDD;
	box-shadow: inset -2px -4px 1px #D2D2D2, inset 3px 4px 3px #EAEAEA;
	color: #999999;
	font-size: 1.375rem;
}

.lucky-28 .lucky-result .bet-actions .confirm {
	background: linear-gradient(#FF531E, #D82222);
	box-shadow: inset -2px -4px 1px #BE3636, inset 3px 4px 3px #FF7A65;
	color: #fff;
	font-size: 1.375rem;
}

/* pcEgg */
.pcEgg-28 {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: stretch;
	padding-bottom: 40px;
}

.pcEgg-28 .lucky-grid {
	display: flex;
	width: 1000px;
	flex-direction: column;
	align-items: stretch;
	margin-bottom: 30px;
}

.pcEgg-28 .lucky-grid .grid-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 35px;
	background: #D3D3D3;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
	border: 1px solid #DBDBDB;
	box-shadow: 0 2px 0 #E6E6E6;
}

.pcEgg-28 .lucky-grid .grid-header .label {
	width: 96px;
	height: 32px;
	color: #E94335;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	border-radius: 4px;
}

.pcEgg-28 .lucky-grid .grid-title {
	display: flex;
	flex-direction: row;
	height: 42px;
	background-color: #F5F5F5;
	margin-top: 2px;
	border-bottom: 1px solid #FFD5D5;
	border-right: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
}

.pcEgg-28 .lucky-grid .grid-title .title-col {
	display: flex;
	flex: 1;
	flex-direction: row;
}

.pcEgg-28 .lucky-grid .grid-title .title-col+.title-col {
	border-left: 1px solid #FFD5D5;
}

.pcEgg-28 .lucky-grid .grid-title .title-col>div {
	font-size: 0.875rem;
	color: #333333;
}

.pcEgg-28 .lucky-grid .grid-body {
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
}

.pcEgg-28 .lucky-grid .grid-body .body-col {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.pcEgg-28 .lucky-grid .grid-body .body-col+.body-col {
	border-left: 1px solid #FFD5D5;
}

.pcEgg-28 .lucky-grid .grid-body .body-col .body-row {
	height: 40px;
	display: flex;
	flex-direction: row;
}

.pcEgg-28 .lucky-grid .grid-body .body-col .body-row+.body-row {
	border-top: 1px solid #FFD5D5;
}

.pcEgg-28 .lucky-grid .option {
	width: 96px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #FFD5D5;
}

.pcEgg-28 .lucky-grid .option div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background-color: #F5F5F5;
	border-radius: 50%;
	color: #fff;
	font-size: 0.875rem;
}

.pcEgg-28 .lucky-grid .lucky-odds {
	flex: 1.5;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #FFD5D5;
}

.pcEgg-28 .lucky-grid .lucky-odds span {
	color: #FF0000;
	font-size: 0.875rem;
}

.pcEgg-28 .lucky-grid .money {
	flex: 3;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pcEgg-28 .lucky-grid .money input {
	width: 78px;
	height: 26px;
	border: 1px solid #DFE9EF;
	background-color: #F4F3F3;
	border-radius: 10px;
	padding: 0px 10px;
	color: #666;
}

.pcEgg-28 .bao-san {
	height: 52px;
	background-color: #FAFAFA;
	margin-top: -30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.pcEgg-28 .bao-san .label {
	margin: 0px 3px;
	width: 90px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	border-radius: 33px;
	background-color: #27BBD3;
	box-shadow: 0px 1px 2px #999999;
	color: #fff;
	font-size: 1rem;
}

.pcEgg-28 .bao-san .bs-odds {
	color: #FF0000;
	font-size: 0.875rem;
	width: 51.58px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pcEgg-28 .bao-san .bs-content {
	position: relative;
	display: flex;
	flex-direction: row;
}

.pcEgg-28 .bao-san .bs-content .item {
	width: 78px;
	height: 32px;
	background-color: #fff;
	box-shadow: 0px 1px 2px #999999;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	cursor: pointer;
}

.pcEgg-28 .bao-san .bs-content .item .num {
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 0.875rem;
}

.pcEgg-28 .bao-san .bs-content .item i {
	padding-top: 3px;
	padding-left: 10px;
}

.pcEgg-28 .bao-san .bs-content .item+.item {
	margin-left: 20px;
}

.pcEgg-28 .bao-san .bs-content .isShowSelectList {
	border: 1px solid #27BBD2;
}

.pcEgg-28 .bao-san .bs-content .select-list {
	width: 78px;
	height: 131px;
	border: 1px solid #27BBD2;
	position: absolute;
	background-color: #fff;
	top: 31px;
	box-shadow: 0px 2px 5px #999999;
	cursor: pointer;
}

.pcEgg-28 .bao-san .bs-content .select-list .select-list-item {
	height: 24px;
	border-bottom: 1px solid #DDDDDD;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pcEgg-28 .bao-san .bs-content .select-list .select-list-item>div {
	width: 20px;
	height: 20px;
	border: none;
	border-radius: 50%;
	color: #fff;
	font-size: 0.75rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pcEgg-28 .bao-san .bs-money {
	flex: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-left: 20px;
}

.pcEgg-28 .bao-san .bs-money span {
	font-size: 0.875rem;
	color: #333333;
}

.pcEgg-28 .bao-san .bs-money .focus {
	border: 1px solid #27BBD2;
	box-shadow: 0px 1px 2px #999999;
}

.pcEgg-28 .bao-san .bs-money input {
	width: 78px;
	height: 32px;
	background-color: #fff;
	margin-right: 10px;
	padding: 0 10px;
}

.pcEgg-28 .lucky-result {
	margin-top: 6px;
	border-top: 1px dashed #979797;
	padding-top: 30px;
	display: flex;
	flex-direction: row;
}

.pcEgg-28 .lucky-result .bet-table {
	width: 790px;
	display: flex;
	flex-direction: column;
}

.pcEgg-28 .lucky-result .bet-table .table-cap {
	height: 18px;
	background-color: #FFF0E1;
	border-radius: 100px;
	border: 1px solid #F3E0CC;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.pcEgg-28 .lucky-result .bet-table .table-cap .cap-ct {
	width: 770px;
	height: 10px;
	background-color: #E5CCB3;
	border-radius: 100px;
}

.pcEgg-28 .lucky-result .bet-table .tb-ct {
	margin-top: -6px;
	padding: 0px 18px;
	display: flex;
	flex-direction: column;
}

.pcEgg-28 .lucky-result .bet-table .tb-ct .tb-header {
	height: 34px;
	background-color: #FFFDFA;
	border: 1px solid #E5E5E5;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.pcEgg-28 .lucky-result .bet-table .tb-ct .tb-header>div {
	flex: 1;
	font-size: 0.75rem;
	color: #999999;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pcEgg-28 .lucky-result .bet-table .tb-ct .tb-header .lk-del {
	flex: 0.1;
	width: 32px;
	margin-right: 10px;
}

.pcEgg-28 .lucky-result .bet-table .tb-ct .tb-body {
	height: 165px;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	overflow: auto;
}

.pcEgg-28 .lucky-result .bet-table .tb-ct .tb-body .bd-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 50px;
	border-bottom: 1px dashed #DDDDDD;
}

.pcEgg-28 .lucky-result .bet-table .tb-ct .tb-body .bd-row>div {
	flex: 1;
	font-size: 0.875rem;
	color: #333333;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pcEgg-28 .lucky-result .bet-table .tb-ct .tb-body .bd-row .lk-del {
	flex: 0.1;
	width: 32px;
	margin-right: 10px;
	cursor: pointer;
}

.pcEgg-28 .lucky-result .bet-table .tb-ct .tb-footer {
	height: 40px;
	background-color: #F1F1F1;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.pcEgg-28 .lucky-result .bet-table .tb-ct .tb-footer .bet-total {
	padding-right: 10px;
}

.pcEgg-28 .lucky-result .bet-table .tb-ct .tb-footer .bet-total span {
	font-size: 0.875rem;
	color: #333333;
}

.pcEgg-28 .lucky-result .bet-table .tb-ct .tb-footer .bet-total span span
	{
	color: #FF0000;
	padding: 0px 2px;
}

.pcEgg-28 .lucky-result .bet-actions {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}

.pcEgg-28 .lucky-result .bet-actions button {
	width: 180px;
	height: 54px;
	border: none;
	border-radius: 4px;
}

.pcEgg-28 .lucky-result .bet-actions button+button {
	margin-top: 20px;
}

.pcEgg-28 .lucky-result .bet-actions .add {
	background: linear-gradient(#FFB000, #FD7700);
	box-shadow: inset -2px -4px 1px #E96E11, inset 3px 4px 3px #FFC121;
	color: #fff;
	font-size: 1.375rem;
}

.pcEgg-28 .lucky-result .bet-actions .del {
	background-color: #DDDDDD;
	box-shadow: inset -2px -4px 1px #FFD5D5, inset 3px 4px 3px #EAEAEA;
	color: #999999;
	font-size: 1.375rem;
}

.pcEgg-28 .lucky-result .bet-actions .confirm {
	background: linear-gradient(#FF531E, #D82222);
	box-shadow: inset -2px -4px 1px #BE3636, inset 3px 4px 3px #FF7A65;
	color: #fff;
	font-size: 1.375rem;
}

.lobby-item {
	cursor: pointer;
}

.lottery-cat.active {
	background-color: #E94335;
	color: #FFFFFF;
	font-size: 1.3rem;
	border-radius: 3px;
}

.lottery-cat {
	background-color: gray;
	color: #FFFFFF;
	font-size: 1.3rem;
	border-radius: 3px;
}

.lottery-index {
	background-color: #ffc82d;
	color: #FFFFFF;
	font-size: 1.3rem;
	border-radius: 3px;
}
.index-nav-menu {
	background-color: #5cb85c !important;
	color: #FFFFFF;
	font-size: 1.3rem;
	margin-left: 5px;
	border-radius: 3px;
}