.lucky-container,
.lottery-container {
  position: relative;
  text-align: center;
}

.lottery-container {
  margin: auto;
}

.lottery-container .lottery-top {
  padding: 24px 0px;
}

.lottery-container .lottery-top .lottery-top-inner {
  color: #ffffff;
  margin: 8px;
  flex: 1 1 0%;
  max-width: 33%;
  padding: 24px 0px;
  border-radius: 6px;
  transition: all 0s cubic-bezier(0.19, 1, 0.22, 1) 0s, all 300ms 0s;
  cursor: pointer;
}

.lottery-top-inner:hover {
  box-shadow: 0 0 10px 0 rgb(0 0 0/50%);
  transform: translateY(-5px) translateZ(0) scale(1.04);
}

.lottery-top-inner > a {
  color: #ffffff;
}

.lottery-top-inner .text-draw-time {
  margin: 0px;
}

.lottery-top-inner .lottery-image {
  padding: 0px 8px;
  margin-bottom: 24px;
}

.lottery-top-inner .lottery-name {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 0 4px #000;
}

.sky {
  background: linear-gradient(315deg, #00c7e5 5.75%, #01aac4 94.25%);
}
.fire {
  background: linear-gradient(315deg, #ef7067 5.75%, #f31100 94.25%);
}
.medium {
  background: linear-gradient(315deg, #6379f3 5.75%, #00158b 94.25%);
}

.draw-info {
  position: relative;
}

.draw-container,
.lottery-container {
  margin-bottom: 16px;
}

.font_big {
  font-size: 30px;
  margin-top: 15px;
}
.ball_result {
  width: 938px;
  margin: 160px auto 70px;
}

.ball_tetil1 {
  width: 938px;
  margin: 144px auto 0;
  height: 30px;
  border-bottom: 3px solid #f8e483;
}
.bt_results {
  font-size: 22px;
  margin: -4px 1px 1px -1px;
  float: left;
}
.go_top {
  float: right;
  margin-top: -50px;
  margin-right: 30px;
}
.bt_number {
  margin: 3px 1px 1px 25px;
  float: left;
}
.ball_tetil {
  width: 938px;
  margin: 0px auto 0;
  height: 33px;
  border-bottom: 3px solid #f8e483;
}
.ball_result .ball_tetil div {
  float: left;
}
.ball_result_times {
  border-bottom: 1px solid #f2f2f2;
  height: 100px;
}
.ball_result_times1 {
  height: 150px;
  margin-bottom: 30px;
}

.ball_result .ball_tetil .bt_results {
  font-size: 22px;
}
.ball_result .ball_tetil .bt_number {
  font-size: 14px;
  margin: 6px 0 0 41px;
}
.ball_result .ball_result_times .brt1 {
  float: left;
  margin-top: 10px;
}
.ball_result .ball_result_times .brt2 {
  float: left;
  margin-top: 2px;
  margin-left: 37px;
}
.ball_result .ball_result_times .brt3 {
  float: right;
  margin-top: 10px;
}
.brt2_font {
  margin-top: 20px;
}
.brt2_font .brt2f_1,
.brt2_font .brt2f_2 {
  float: left;
  font-size: 14px;
}
.brt2_font .brt2f_2 {
  margin-left: 10px;
}
.brt2_font .brt2f_2 span {
  font-weight: 900;
}
.brt2_ball {
  margin-top: 45px;
  width: 480px;
}
.ball_result_times1 .brt2 .brt2_ball div {
  margin: 5px 0px;
  margin-right: 9px;
}
.brt2_ball div {
  float: left;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-align: center;
  line-height: 33px;
  font-size: 19px;
  color: #fff;
  margin-right: 9px;
}
.brt2_ball .back_red {
  font-family: "OpenSans_Bold";
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e95455+8,e02120+100 */
  background: rgb(233, 84, 85); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(233, 84, 85, 1) 8%, rgba(224, 33, 32, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(233, 84, 85, 1) 8%, rgba(224, 33, 32, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(233, 84, 85, 1) 8%, rgba(224, 33, 32, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e95455', endColorstr='#e02120',GradientType=0 ); /* IE6-9 */
}

.brt2_ball .back_bule {
  font-family: "OpenSans_Bold";
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1ac3fa+8,22a2dd+100 */
  background: rgb(26, 195, 250); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(26, 195, 250, 1) 8%, rgba(34, 162, 221, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(26, 195, 250, 1) 8%, rgba(34, 162, 221, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(26, 195, 250, 1) 8%, rgba(34, 162, 221, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ac3fa', endColorstr='#22a2dd',GradientType=0 ); /* IE6-9 */
}
.brt2_ball .back_yellow {
  font-family: "OpenSans_Bold";
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffc066+8,ffa32e+100 */
  background: rgb(255, 192, 102); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 192, 102, 1) 8%, rgba(255, 163, 46, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 192, 102, 1) 8%, rgba(255, 163, 46, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 192, 102, 1) 8%, rgba(255, 163, 46, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc066', endColorstr='#ffa32e',GradientType=0 ); /* IE6-9 */
}

.brt2_ball .back_green1_40 {
  font-family: "OpenSans_Bold";
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b8fd00+1,97dc00+100 */
  background: rgb(184, 253, 0); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(184, 253, 0, 1) 1%, rgba(151, 220, 0, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(184, 253, 0, 1) 1%, rgba(151, 220, 0, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(184, 253, 0, 1) 1%, rgba(151, 220, 0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8fd00', endColorstr='#97dc00',GradientType=0 ); /* IE6-9 */
}
.brt2_ball .back_green41_80 {
  font-family: "OpenSans_Bold";
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#67a715+1,437d0a+100 */
  background: rgb(103, 167, 21); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(103, 167, 21, 1) 1%, rgba(67, 125, 10, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(103, 167, 21, 1) 1%, rgba(67, 125, 10, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(103, 167, 21, 1) 1%, rgba(67, 125, 10, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67a715', endColorstr='#437d0a',GradientType=0 ); /* IE6-9 */
}

.brt2_ball .back_BJPK10_1 {
  font-family: "OpenSans_Bold";
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffec00+0,ffc900+100 */
  background: rgb(255, 236, 0); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 236, 0, 1) 0%, rgba(255, 201, 0, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 236, 0, 1) 0%, rgba(255, 201, 0, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 236, 0, 1) 0%, rgba(255, 201, 0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffec00', endColorstr='#ffc900',GradientType=0 ); /* IE6-9 */
}
.brt2_ball .back_BJPK10_2 {
  font-family: "OpenSans_Bold";
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2cb4fd+1,0686ee+100 */
  background: rgb(44, 180, 253); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(44, 180, 253, 1) 1%, rgba(6, 134, 238, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(44, 180, 253, 1) 1%, rgba(6, 134, 238, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(44, 180, 253, 1) 1%, rgba(6, 134, 238, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cb4fd', endColorstr='#0686ee',GradientType=0 ); /* IE6-9 */
}
.brt2_ball .back_BJPK10_3 {
  font-family: "OpenSans_Bold";
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#747575+0,404141+100 */
  background: rgb(116, 117, 117); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(116, 117, 117, 1) 0%, rgba(64, 65, 65, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(116, 117, 117, 1) 0%, rgba(64, 65, 65, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(116, 117, 117, 1) 0%, rgba(64, 65, 65, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#747575', endColorstr='#404141',GradientType=0 ); /* IE6-9 */
}
.brt2_ball .back_BJPK10_4 {
  font-family: "OpenSans_Bold";
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9800+0,ff6f00+100 */
  background: rgb(255, 152, 0); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 152, 0, 1) 0%, rgba(255, 111, 0, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 152, 0, 1) 0%, rgba(255, 111, 0, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 152, 0, 1) 0%, rgba(255, 111, 0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9800', endColorstr='#ff6f00',GradientType=0 ); /* IE6-9 */
}
.brt2_ball .back_BJPK10_5 {
  font-family: "OpenSans_Bold";
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7dfcfd+0,42d2e9+100 */
  background: rgb(125, 252, 253); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(125, 252, 253, 1) 0%, rgba(66, 210, 233, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(125, 252, 253, 1) 0%, rgba(66, 210, 233, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(125, 252, 253, 1) 0%, rgba(66, 210, 233, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dfcfd', endColorstr='#42d2e9',GradientType=0 ); /* IE6-9 */
}
.brt2_ball .back_BJPK10_6 {
  font-family: "OpenSans_Bold";
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9775ff+0,590aff+100 */
  background: rgb(151, 117, 255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(151, 117, 255, 1) 0%, rgba(89, 10, 255, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(151, 117, 255, 1) 0%, rgba(89, 10, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(151, 117, 255, 1) 0%, rgba(89, 10, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9775ff', endColorstr='#590aff',GradientType=0 ); /* IE6-9 */
}
.brt2_ball .back_BJPK10_7 {
  font-family: "OpenSans_Bold";
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0e0e0+1,afb0b0+100 */
  background: rgb(224, 224, 224); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(224, 224, 224, 1) 1%, rgba(175, 176, 176, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(224, 224, 224, 1) 1%, rgba(175, 176, 176, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(224, 224, 224, 1) 1%, rgba(175, 176, 176, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#afb0b0',GradientType=0 ); /* IE6-9 */
}
.brt2_ball .back_BJPK10_8 {
  font-family: "OpenSans_Bold";
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fa0e0d+1,ec0202+100 */
  background: rgb(250, 14, 13); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(250, 14, 13, 1) 1%, rgba(236, 2, 2, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(250, 14, 13, 1) 1%, rgba(236, 2, 2, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(250, 14, 13, 1) 1%, rgba(236, 2, 2, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa0e0d', endColorstr='#ec0202',GradientType=0 ); /* IE6-9 */
}
.brt2_ball .back_BJPK10_9 {
  font-family: "OpenSans_Bold";
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b00000+1,7a0000+100 */
  background: rgb(176, 0, 0); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(176, 0, 0, 1) 1%, rgba(122, 0, 0, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(176, 0, 0, 1) 1%, rgba(122, 0, 0, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(176, 0, 0, 1) 1%, rgba(122, 0, 0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b00000', endColorstr='#7a0000',GradientType=0 ); /* IE6-9 */
}
.brt2_ball .back_BJPK10_10 {
  font-family: "OpenSans_Bold";
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#09f800+0,1dc200+100 */
  background: rgb(9, 248, 0); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(9, 248, 0, 1) 0%, rgba(29, 194, 0, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(9, 248, 0, 1) 0%, rgba(29, 194, 0, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(9, 248, 0, 1) 0%, rgba(29, 194, 0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09f800', endColorstr='#1dc200',GradientType=0 ); /* IE6-9 */
}

.brt3 .brt3_times {
  float: left;
  margin: 9px 15px 0px 0px;
}
.brt3 .brt3_times .brt3t_number span {
  font-weight: 900;
}
.brt3 .brt3_times .brt3t_number {
  font-size: 14px;
  margin-top: -2px;
}
.brt3 .brt3_times .brt3t_border {
  font-size: 30px;
  width: 120px;
  text-align: center;
  line-height: 34px;
  color: #999999;
  border: 1px solid #e4e4e4;
  background-color: #ffffff;
  height: 35px;
  float: right;
}

.brt3 .brt3_times .brt3t_border_left {
  margin: 0 0px 0 42px;
}
.brt3 .brt3_left {
  float: left;
  margin-top: 10px;
}

.games_page {
  width: 938px;
  height: 930px;
  margin: 20px auto;
}
.games_page .games_page1 {
  float: left;
  font-size: 16px;
}
.games_page .games_page2 {
  float: right;
  width: 628px;
}
.games_page2 img {
  width: 624px;
}

.games_page .games_page2 div {
  width: 626px;
}
.games_page .games_page2 div p {
  /*font-size:30px;*/
}
.games_page .games_page2 div span {
  color: #00a018;
}
.games_page .games_page2 p span {
  color: #00a018;
}
.help_page {
  height: 1230px;
}
.about_page1 {
  height: 350px;
}
.about_page2 {
  height: 750px;
}

.about_page3 {
  height: 450px;
}
.about_page4 {
  height: 230px;
}
.about_page5 {
  height: 1150px;
}
.about_page7 {
  height: 600px;
}
.about_news_title {
  height: 520px;
  /*display: none;	*/
}
.about_news_content {
  height: 700px;
  display: none;
}
.games_page .games_page1 .font_green {
  color: #00a018;
}
.gpage2_title {
  margin-top: 6px;
}
.results_ball {
  height: 165px;
  background-color: #fefcf3;
}
#results_ball5 {
  height: 136px;
}
.results_ball_number {
  margin: 0 auto;
  width: 938px;
}
.results_ball .results_ball_number .brt1 {
  float: left;
  margin-top: 25px;
}
.results_ball .results_ball_number .brt2 {
  float: left;
  margin-top: 3px;
  margin-left: 25px;
}
.results_ball .results_ball_number .brt3 {
  float: right;
}
.results_ball .results_ball_number .brt2 .brt2_ball {
  width: 590px;
}
.results_ball .results_ball_number .brt2 .brt2_ball div {
  float: left;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  color: #fff;
  margin-top: 4px;
  margin-right: 9px;
}

.results_ball .results_ball_number .brt3 .brt3_times {
  float: left;
  margin: 25px 0px 0px 0px;
}
.past_results {
  width: 938px;
  margin: 0 auto;
  border-bottom: 3px solid #f8e483;
  margin-top: 30px;
  height: 30px;
}
.past_results .pr_1 {
  float: left;
  font-size: 22px;
}
.past_results .pr_2 {
  float: left;
  font-size: 14px;
  line-height: 33px;
  margin-left: 300px;
}
.past_results .pr_3 {
  float: right;
}

.past_numbers {
  width: 938px;
  margin: 10px auto;
  border-bottom: 2px solid #eaeaea;
  height: 82px;
}
#past_numbers {
  height: 47px;
}
.past_numbers .pn_font {
  float: left;
  margin: 29px 0px 0px 16px;
}
.past_numbers .pn_font1 {
  float: left;
  margin: 9px 0px 0px 16px;
}
.past_numbers .p_number_ball {
  float: left;
  margin: -3px 0px 0px 40px;
}
.past_numbers .p_number_ball div {
  margin-top: 4px;
}

.pn_button {
  width: 100%;
}
.pn_button div {
  margin: 0 auto 80px;
  border: 1px solid #e7e7e7;
  text-align: center;
  width: 100px;
  padding: 3px 30px;
  line-height: 30px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefefe+0,f2f2f2+100 */
  background: rgb(254, 254, 254); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(242, 242, 242, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(242, 242, 242, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgba(242, 242, 242, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}
.past_results .pr_3 .pr3_button {
  border: 1px solid #e4e4e4;
  width: 109px;
  padding: 3px 4px 6px;
  height: 16px;
  margin-top: -4px;
}
.past_results .pr_3 .pr3_button div {
  border: 0px solid #fff;
  text-align: center;
  width: 77px;
  height: 20px;
  float: left;
  font-size: 14px;
}
.past_results .pr_3 .pr3_button img {
  margin-top: 3px;
  float: left;
}

table.games_page_table1 {
  width: 320px;
  border: 0;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}
table.games_page_table1 tr:nth-child(odd) {
  background: #ffdfdf;
}
table.games_page_table1 tr {
  background: #ffecec;
  color: #666666;
}
table.games_page_table1 tr td {
  padding: 5px 20px;
}

table.games_page_table {
  width: 460px;
  border: 0;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}
table.games_page_table tr:nth-child(odd) {
  background: #ffdfdf;
}
table.games_page_table tr {
  background: #ffecec;
  color: #666666;
}
table.games_page_table tr td {
  padding: 5px 20px;
}

#gemes_play table.games_page_table2 {
  width: 320px;
  border: 0;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}
#gemes_play table.games_page_table2 tr:nth-child(odd) {
  background: #bbe2f8;
}
#gemes_play table.games_page_table2 tr {
  background: #e0f2fc;
  color: #666666;
}
#gemes_play table.games_page_table2 tr td {
  padding: 5px 20px;
}

#gemes_prices table.games_page_table3 {
  width: 460px;
  border: 0;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}
#gemes_prices table.games_page_table3 tr:nth-child(odd) {
  background: #bbe2f8;
}
#gemes_prices table.games_page_table3 tr {
  background: #e0f2fc;
  color: #666666;
}
#gemes_prices table.games_page_table3 tr td {
  padding: 5px 20px;
}

#gemes_win table.games_page_table3 {
  width: 460px;
  border: 0;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}
#gemes_win table.games_page_table3 tr:nth-child(odd) {
  background: #bbe2f8;
}
#gemes_win table.games_page_table3 tr {
  background: #e0f2fc;
  color: #666666;
}
#gemes_win table.games_page_table3 tr td {
  padding: 5px 20px;
}

#gemes_play table.games_page_table4 {
  width: 320px;
  border: 0;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}
#gemes_play table.games_page_table4 tr:nth-child(odd) {
  background: #ffe7c8;
}
#gemes_play table.games_page_table4 tr {
  background: #fff0de;
  color: #666666;
}
#gemes_play table.games_page_table4 tr td {
  padding: 5px 20px;
}

table.games_page_table5 {
  width: 460px;
  border: 0;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}
table.games_page_table5 tr:nth-child(odd) {
  background: #ffe7c8;
}
table.games_page_table5 tr {
  background: #fff0de;
  color: #666666;
}
table.games_page_table5 tr td {
  padding: 5px 20px;
}

#gemes_play table.games_page_table6 {
  width: 320px;
  border: 0;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}
#gemes_play table.games_page_table6 tr:nth-child(odd) {
  background: #d9f7c5;
}
#gemes_play table.games_page_table6 tr {
  background: #e4fcdd;
  color: #666666;
}
#gemes_play table.games_page_table6 tr td {
  padding: 5px 20px;
}

table.games_page_table7 {
  width: 460px;
  border: 0;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}
table.games_page_table7 tr:nth-child(odd) {
  background: #d9f7c5;
}
table.games_page_table7 tr {
  background: #e4fcdd;
  color: #666666;
}
table.games_page_table7 tr td {
  padding: 5px 20px;
}

#games_page {
  /*display: none;*/
}
#gemes_play {
  height: 790px;
  display: none;
}
#gemes_prices {
  height: 940px;
  display: none;
}
#gemes_win {
  height: 500px;
  display: none;
}
#boll8_games {
  height: 850px;
}
#help_play {
  height: 130px;
}
#about_naviga {
}
#about_naviga p {
  line-height: 15px;
}

#about_naviga .about_right {
  margin-left: 20px;
}
.year_month {
  margin-top: -30px;
}
.button_back_title {
  border: 1px solid red;
}

.games_page2 div .button_back {
  height: 30px;
  width: 100px;
  float: right;
  border-top: 1px solid #88d393;
  border-bottom: 1px solid #88d393;
  background-color: #00a018;
  text-align: center;
  color: #fff;
  font-weight: 900;
  line-height: 26px;
  margin-top: -67px;
}
.button_back img {
  width: 12px;
  height: 12px;
  margin: 2px 3px -0.6px 0px;
}
.map_money {
  width: 700px;
}
.about_page .games_page2 .map_money div {
  float: left;
}
.map_money .about_map img {
  width: 300px;
}
.about_page .games_page2 .map_money .about_map {
  float: left;
  width: 300px;
}
.about_page .games_page2 .map_money .about_money {
  width: 280px;
  height: 446px;
  float: left;
  margin-left: 20px;
  /*border: 1px solid red;*/
}
.map_money .about_map .map_plate div {
  /*margin-top: -447px;*/
  z-index: 9999;
}
.map_money .about_map .map_plate .country_plate {
  display: block;
}
.map_money .about_map .map_plate div {
  display: none;
}

.map_money .about_map .icon_map div {
  position: absolute;
  display: none;
}
.map_money .about_map .city_name {
  position: absolute;
}
.map_money .about_map .city_name div {
  box-shadow: 0px 1px 1px #655656;
  background-color: #fff;
  border: 1px solid #000;
  text-align: center;
  color: #000;
  border-radius: 3px;
  position: absolute;
  display: none;
}
.map_money .about_map .city_name .city_name1 {
  width: 80px;
  margin: 40px 0px 0px 82px;
}
.map_money .about_map .city_name .city_name2 {
  width: 140px;
  margin: 200px 0px 0px 10px;
}
.map_money .about_map .city_name .city_name3 {
  width: 140px;
  margin: 60px 0px 0px 170px;
}
.map_money .about_map .city_name .city_name4 {
  width: 150px;
  margin: 350px 0px 0px 120px;
}
.map_money .about_map .city_name .city_name5 {
  width: 120px;
  margin: 270px 0px 0px 170px;
}
.map_money .about_map .city_name .city_name6 {
  width: 120px;
  margin: 200px 0px 0px 220px;
}
.map_money .about_map .city_name .city_name7 {
  width: 150px;
  margin: 260px 0px 0px 30px;
}
.map_money .about_map .city_name .city_name8 {
  width: 160px;
  margin: 311px 0px 0px -10px;
}
.map_money .about_map .city_name .city_name9 {
  width: 180px;
  margin: 300px 0px 0px 30px;
}
.map_money .about_map .city_name .city_name10 {
  width: 130px;
  margin: 272px 0px 0px 101px;
}
.map_money .about_map .city_name .city_name11 {
  width: 90px;
  margin: 276px 0px 0px 120px;
}
.map_money .about_map .city_name .city_name12 {
  width: 80px;
  margin: 256px 0px 0px 147px;
}

.map_money .about_map .icon_map .country_plate1_1 img {
  width: 321px;
  margin: -454px 0px 0px -10px;
}
.map_money .about_map .icon_map .country_plate2_1 img {
  width: 187px;
  margin: -374px 0px 0px -2px;
}
.map_money .about_map .icon_map .country_plate3_1 img {
  width: 160px;
  margin: -410px 0px 0px 147px;
}
.map_money .about_map .icon_map .country_plate4_1 img {
  width: 72px;
  margin: -141px 0px 0px 233px;
}
.map_money .about_map .icon_map .country_plate5_1 img {
  width: 72px;
  margin: -222px 0px 0px 235px;
}
.map_money .about_map .icon_map .country_plate6_1 img {
  width: 54px;
  margin: -252px 0px 0px 192px;
}
.map_money .about_map .icon_map .country_plate7_1 img {
  width: 79.5px;
  margin: -235px 0px 0px 137px;
}
.map_money .about_map .icon_map .country_plate8_1 img {
  width: 80px;
  margin: -134px 0px 0px 124px;
}
.map_money .about_map .icon_map .country_plate9_1 img {
  width: 47px;
  margin: -150px 0px 0px 193px;
}
.map_money .about_map .icon_map .country_plate10_1 img {
  width: 35px;
  margin: -188px 0px 0px 219px;
}
.map_money .about_map .icon_map .country_plate11_1 img {
  width: 26px;
  margin: -176px 0px 0px 204px;
}
.map_money .about_map .icon_map .country_plate12_1 img {
  width: 13px;
  margin: -188px 0px 0px 225px;
}

.about_page .games_page2 .map_money .about_map .cp_plate {
  position: absolute;
  width: 300px;
}
.about_page .games_page2 .map_money .about_money div {
  width: 338px;
  float: left;
}
.about_page .games_page2 .map_money .about_money div .about_money_number {
  width: 240px;
  float: left;
}
.about_page .games_page2 .map_money .about_money div .STATEWIDE {
  width: 50px;
  float: left;
}
.about_page .games_page2 .map_money .about_map .cp_plate div {
  position: absolute;
  z-index: 9999999;
  /*border: 1px solid rgba(255, 255, 255, 0);*/
  /*border: 1px solid red;*/
}
.about_page .games_page2 .map_money .about_map .cp_plate .cp_plate1_1 {
  width: 56px;
  height: 80px;
  margin: 0px 0px 0px 0px;
}
.about_page .games_page2 .map_money .about_map .cp_plate .cp_plate1_2 {
  width: 91px;
  height: 145px;
  margin: 0px 0px 0px 58px;
}
.about_page .games_page2 .map_money .about_map .cp_plate .cp_plate1_3 {
  width: 148px;
  height: 39px;
  margin: 0px 0px 0px 150px;
}
.about_page .games_page2 .map_money .about_map .cp_plate .cp_plate2_1 {
  width: 56px;
  height: 88px;
  margin: 84 0px 0px 0px;
}
.about_page .games_page2 .map_money .about_map .cp_plate .cp_plate2_2 {
  width: 107px;
  height: 80px;
  margin: 145px 0px 0px 58px;
}
.about_page .games_page2 .map_money .about_map .cp_plate .cp_plate2_3 {
  width: 42px;
  height: 50px;
  margin: 226px 0px 0px 79px;
}
.about_page .games_page2 .map_money .about_map .cp_plate .cp_plate3_1 {
  width: 147px;
  height: 103px;
  margin: 40px 0px 0px 151px;
}
.about_page .games_page2 .map_money .about_map .cp_plate .cp_plate3_2 {
  width: 72px;
  height: 50px;
  margin: 144px 0px 0px 170px;
}
.about_page .games_page2 .map_money .about_map .cp_plate .cp_plate3_3 {
  width: 55px;
  height: 83px;
  margin: 144px 0px 0px 243px;
}
.about_page .games_page2 .map_money .about_map .cp_plate .cp_plate4_1 {
  width: 26px;
  height: 30px;
  margin: 310px 0px 0px 238px;
}
.about_page .games_page2 .map_money .about_map .cp_plate .cp_plate4_2 {
  width: 48px;
  height: 110px;
  margin: 329px 0px 0px 250px;
}
.about_page .games_page2 .map_money .about_map .cp_plate .cp_plate5 {
  width: 54px;
  height: 84px;
  margin: 229px 0px 0px 243px;
}
.about_page .games_page2 .map_money .about_map .cp_plate .cp_plate6 {
  width: 40px;
  height: 60px;
  margin: 197px 0px 0px 201px;
}
.about_page .games_page2 .map_money .about_map .cp_plate .cp_plate7_1 {
  width: 22px;
  height: 68px;
  margin: 217px 0px 0px 167px;
}
.about_page .games_page2 .map_money .about_map .cp_plate .cp_plate7_2 {
  width: 37px;
  height: 17px;
  margin: 280px 0px 0px 140px;
}
.about_page .games_page2 .map_money .about_map .cp_plate .cp_plate8 {
  width: 60px;
  height: 21px;
  margin: 315px 0px 0px 131px;
}
.about_page .games_page2 .map_money .about_map .cp_plate .cp_plate9 {
  width: 40px;
  height: 19px;
  margin: 298px 0px 0px 191px;
}
.about_page .games_page2 .map_money .about_map .cp_plate .cp_plate10 {
  width: 21px;
  height: 23px;
  margin: 274px 0px 0px 221px;
}
.about_page .games_page2 .map_money .about_map .cp_plate .cp_plate11 {
  width: 14px;
  height: 26px;
  margin: 271px 0px 0px 207px;
}
.about_page .games_page2 .map_money .about_map .cp_plate .cp_plate12 {
  width: 14px;
  height: 15px;
  margin: 258px 0px 0px 221px;
}
.about_page .games_page2 .map_money .about_map .cp_plate .back_map {
  /*color: #fff;*/
  margin-top: 416px;
  margin-left: 10px;
}
.about_page .games_page2 .map_money .about_money div div .STATEWIDE img {
  width: 55px;
}
.about_page .games_page2 .map_money .about_money div div .STATEWIDE {
  margin: 4px 0 0 0px;
  padding-right: 10px;
}
.about_page .games_page2 .map_money .about_money div .about_money_title {
  width: 277px;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  height: 40px;
  line-height: 37px;
  background-color: #00a018;
  color: #fff;
}

.about_page .games_page2 .map_money .about_money div .am_row {
  height: 60px;
  margin-top: 19px;
}
.about_page .games_page2 .map_money .about_money div .am_row .about_money_number {
  color: #00a018;
  font-size: 30px;
  font-weight: 900;
  line-height: 27px;
}
.about_page .games_page2 .map_money .about_money div .am_row .about_money_number span {
  color: #666;
  font-size: 15px;
}
.about_page .games_page2 .map_money .about_count_money {
  margin-top: 20px;
  background-color: #cccccc;
  height: 74px;
  padding: 8px 0 0px;
}
.about_page .games_page2 .map_money .about_count_money .acm_right {
  width: 285px;
  float: right;
}
.about_page .games_page2 .map_money .about_count_money .acm_right p {
  line-height: 0px;
  color: #fff;
}
.about_page .games_page2 .map_money .about_count_money .acm_right .acm_right1 {
}
.about_page .games_page2 .map_money .about_count_money .acm_right .acm_right2 {
  font-size: 30px;
}
.acm1,
.acm2,
.acm3,
.acm4,
.acm5,
.acm6,
.acm7,
.acm8,
.acm9,
.acm10,
.acm11,
.acm12 {
  display: none;
}
.about_money1,
.about_money2,
.about_money3,
.about_money4,
.about_money5,
.about_money6,
.about_money7,
.about_money8,
.about_money9,
.about_money10,
.about_money11,
.about_money12 {
  display: none;
}

/*.cp_plate1_1:hover , .cp_plate1_2:hover , .cp_plate1_3:hover{}*/

.about_page .games_page2 .foot_font11 {
  margin-top: 570px;
  height: 50px;
}

.more_result {
  display: none;
}

.btnmore {
  cursor: pointer;
}
