/* basic */

body {
  background: rgb(47, 47, 47)!important;
  background-color: rgb(47, 47, 47)!important;
  font-family: 'Microsoft YaHei', sans-serif;
  font-size: 14px;
}
@font-face {
  font-family: segoe_script;
  src: url('SEGOESCB.TTF') format("truetype");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgb(235, 156, 35);
}
img {
  width: 100%;
}
.titles {
  margin-left: auto;
  margin-right: auto;
  font-family: segoe_script;
  color: white;
  font-size: 32px;
  text-align: center;
  margin-top: 45px;
  text-shadow: 0 0 5px #fff, 0 0 10px #f00, 0 0 15px #f00, 0 0 20px #f00, 0 0 35px #f00, 0 0 40px #f00, 0 0 50px #f00, 0 0 75px #f00, 0 0 90px #f00;
}
.main {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
  clear: both;
}
/* banner */

.banner {
  height: 210px;
  background: #000 center no-repeat;
  border-bottom: 5px rgb(35, 32, 30) solid;
}
.banner-default {
  background-image: url(../user/banner-default.jpg);
}
.banner-center {
  background-image: url(../user/banner-center.jpg);
}
.cumb {
  height: 40px;
  line-height: 40px;
  background: #f3f6f8;
  color: #aab8ba;
}
.cumb a {
  padding: 0 5px;
  color: #aab8ba;
}
.cumb a:hover {
  color: rgb(27, 27, 27);
  cursor: default;
}
/* title */

.title {
  overflow: hidden;
  padding: 0 0 30px;
  text-align: center;
}
.title span {
  width: 80px;
  height: 23px;
  border-bottom: 1px rgb(27, 27, 27) solid;
  display: inline-block;
  vertical-align: top;
}
.title h2 {
  padding: 0 20px;
  font-size: 30px;
  text-transform: capitalize;
  color: rgb(27, 27, 27);
  display: inline-block;
}
/* btn */

.btn {
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 2px;
  border-bottom: 3px rgb(16, 16, 16) solid;
  background: rgb(34, 42, 45);
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  box-sizing: border-box;
  font-weight: bold;
  display: block;
  float: left;
  margin-left: 55px;
  cursor: pointer;
}
.btn:hover {
  background: #fc0 !important;
  color: #fff !important;
  border-color: #cca91d !important;
}
/* report btn */

.btn1 {
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 2px;
  border-bottom: 3px rgb(54, 54, 54) solid;
  background: rgb(27, 27, 27);
  color: rgb(238, 119, 0);
  font-size: 20px;
  text-transform: capitalize;
  box-sizing: border-box;
  font-weight: bold;
  display: block;
  float: right;
  margin-left: 15px;
  cursor: pointer;
  margin-bottom: 12px;
}
.btn1:hover {
  background: #fc0 !important;
  color: #fff !important;
  border-color: #cca91d !important;
}
/*input*/

.newinput {
  border: 1px #bcbbbb solid;
  height: 38px;
  line-height: 38px;
  vertical-align: middle;
  width: 260px;;
  padding: 0 10px;
}
/* page */

.page {
  overflow: hidden;
  padding: 40px 0;
  text-align: center;
}
.page a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  background: rgb(34, 42, 45);
  display: inline-block;
  margin: 3px;
}
.page a:hover,
.page a.active {
  background: #fc0;
}
/* head */

.head {
  position: relative;
  background: rgb(27, 27, 27);
}
.head .clearfix {
  padding: 10px 20px;
}
.logo {
  float: left;
  width: 333px;
  height: 100px;
  background: url(logo-_2_.png) center / cover no-repeat;
}
.head-wel {
  float: right;
  margin-top: 10px;
  margin-right: -10px;
  text-align: right;
}
.tel {
  color: #fff;
  margin-bottom: 10px;
  margin-right: 15px;
  font-size: 26px;
  font-weight: bold;
  text-shadow: 0 0 5px #fff, 0 0 10px #f00, 0 0 15px #f00, 0 0 20px #f00, 0 0 35px #f00, 0 0 40px #f00, 0 0 50px #f00, 0 0 75px #f00, 0 0 90px #f00;
}
.lang a {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(six.png) no-repeat;
  margin-left: 5px;
  margin-right: 5px;
}
.lang a:hover {
  transform: rotate(360deg);
}
.lang a.la1 {
  background-position: 0;
}
.lang a.la2 {
  background-position: -60px;
}
.lang a.la3 {
  background-position: -120px;
}
.login {
  width: 410px;
  height: 100px;
  box-sizing: border-box;
  padding: 15px 0;
}
.login-before form {
  width: 90%;
  overflow: hidden;
}
.login-before input,
.login-before-code {
  width: 120px;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  padding: 0 5px;
  color: #fff;
  background: rgb(88, 88, 88);
  border-radius: 2px;
  float: left;
  margin: 0 5px 5px 12px;
}
.login-before-code {
  background: #000;
  font-size: 20px;
  font-weight: bold;
  color: #0d5b64;
  text-align: center;
}
.login-before button {
  width: 80px;
  height: 65px;
  line-height: 65px;
  color: #e70;
  border-color: #fb0;
  margin: 0 0 0 5px;
  cursor: pointer;
  background: #fff;
}
.login-before button.register {
  background: rgb(34, 42, 45);
  color: #0d5b64;
  border-color: #007e8c;
}
.login-after-avtar {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  margin: 0 0 0 10px;
  overflow: hidden;
}
.login-after-avtar img { }
.login-after h3 {
  width: calc(100% - 70px);
  line-height: 40px;
  text-align: right;
  font-size: 20px;
  color: rgb(235, 156, 35);
  text-transform: inherit;
}
.login-after p {
  width: calc(100% + 40px);
  line-height: 30px;
  text-align: right;
  float: right;
  text-transform: uppercase;
  color: rgb(235, 156, 35);
}
.login-after p span {
  color: rgb(235, 156, 35);
  margin: 0 5px;
}
/*后面添加*/
.login-after a {
  color: rgb(238, 119, 0);
  text-decoration: underline;
}
.login-after a:hover {
  color: #037380;
}
.arrow1 {
  background: url(../ag/images/arrow.gif) no-repeat;
  display: inline;
  cursor: pointer;
}
#resultImg {
  position: relative;
}
#float_puke {
  position: relative;
}
.logout {
  padding: 0 0 0 0;
  color: #aaa;
  font-weight: bold;
  width: 75px;
  cursor: pointer;
}
.logout:hover {
  color: #444;
}
.menu-toggle {
  display: none;
}
.menu {
  background: #222a2d;
  border-top: 5px #e70 solid;
  text-align: center;
  height: 50px;
}
.menu a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  text-transform: capitalize;
  box-sizing: border-box;
  height: 50px;
  padding-left: 40px;
  padding-right: 40px;
}
.menu a:hover,
.menu a.active {
  background: rgb(255, 227, 149);
  border-bottom: 3px #fa3 solid;
  color: rgb(110, 110, 110);
}
/* light */

.light {
  background: #000;
  border-top: 5px solid rgb(35, 32, 30);
  border-bottom: 5px solid rgb(35, 32, 30);
}
.gdc {
  position: relative;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
}
.gdc .num {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.gdc .num li {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: rgb(235, 156, 35);
  background: rgb(27, 27, 27);
  margin-right: 10px;
  border-radius: 50%;
  cursor: pointer;
  float: left;
}
.gdc .num li.on {
  background: #fc0;
}
.gdc .prev,
.gdc .next {
  display: none;
  width: 50px;
  height: 50px;
  background: rgb(27, 27, 27) center no-repeat;
  position: absolute;
  top: 318px;
  border-radius: 2px;
}
.gdc .prev {
  left: 180px;
  background-image: url(../images/light-btn-left.png);
}
.gdc .next {
  right: 10px;
  background-image: url(../images/light-btn-right.png);
}
.gdc .prev:hover,
.gdc .next:hover {
  background-color: rgb(235, 156, 35);
}
/* im */

.im {
  width: 160px;
  overflow: hidden;
  position: fixed;
  top: 30%;
  left: 50%;
  margin-left: 620px;
  z-index: 999;
}
.im div {
  border-radius: 2px;
  margin: 0 0 1px;
  text-align: center;
  text-transform: capitalize;
}
.im-wel {
  height: 32px;
  line-height: 32px;
  color: #fff;
  background: rgb(34, 42, 45);
  font-size: 16px;
}
.im-tel {
  height: 110px;
  line-height: 32px;
  background: #fff;
  font-size: 16px;
  color: #bfcbcc;
}
.im-tel span {
  font-size: 16px;
  color: #0d5b64;
  display: block;
}
.im-cus {
  height: 36px;
  line-height: 36px;
  background: #fff;
  color: #0d5b64;
}
/* notice */

.notice {
  color: rgb(235, 156, 35);
  font-size: 13px;
  width: 250px;
  height: 155px;
  background: rgb(34, 42, 45);
  border-radius: 0 0 3px 3px;
  position: relative;
  padding-top: 35px;
  margin-top: 20px;
  padding-left: 5px;
}
.notice h3 {
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 22px;
  color: rgb(235, 156, 35);
  border-bottom: 3px #e70 solid;
  background: rgb(35, 32, 35);
  text-transform: capitalize;
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 999;
  border-radius: 3px 3px 0 0;
}
#example {
  width: 250px;
  height: 180px;
  position: relative;
}
/* service */

.piclist {
  margin-left: -20px;
  margin-right: -20px;
}
.piclist li {
  background: rgb(30, 30, 30);
  background-clip: content-box;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 20px;
  overflow: hidden;
}
.piclist li a {
  display: block;
  background: #222a2d;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  text-transform: capitalize;
  height: 50px;
}
.swaplist {
  position: absolute;
  top: 0;
}
.piclist li a:hover {
  background: rgb(218, 192, 136);
  color: #fff;
}
.og_prev,
.og_next {
  width: 25px;
  height: 50px;
  background: rgb(27, 27, 27) center no-repeat;
  position: absolute;
  top: 15px;
  cursor: pointer;
}
.og_prev {
  left: -25px;
  border-radius: 25px 0 0 25px;
  background-image: url(../images/ser-btn-left.png);
}
.og_next {
  right: -25px;
  border-radius: 0 25px 25px 0;
  background-image: url(../images/ser-btn-right.png);
}
/* brand */

.brand {
  overflow: hidden;
  background: rgb(52, 52, 52);
  border-radius: 3px;
  margin: 40px 0 0;
  padding: 20px 30px;
  box-sizing: border-box;
}
.brand a {
  width: 25%;
  height: 80px;
  box-sizing: border-box;
  padding: 10px 0 10px 90px;
  background: url(../images/brand-ico.png) no-repeat;
  line-height: 30px;
  font-size: 20px;
  color: #fff;
  display: block;
  float: left;
}
.brand a span {
  line-height: 30px;
  font-size: 14px;
  display: block;
  color: rgb(85, 85, 85);
  font-size: 12px;
}
.brand a.ba1 {
  background-position: 0 0;
}
.brand a.ba2 {
  background-position: 0 -80px;
}
.brand a.ba3 {
  background-position: 0 -160px;
}
.brand a.ba4 {
  background-position: 0 -240px;
}
/* link */

.link {
  border-bottom: 1px rgb(27, 27, 27) solid;
  margin-bottom: 20px;
}
.partner a.pa1 {
  background-image: url(../user/partner-1-1.png);
}
.partner a.pa1:hover {
  background-image: url(../user/partner-1-r1.png);
}
.partner a.pa2 {
  background-image: url(../user/partner-2-2.png);
}
.partner a.pa2:hover {
  background-image: url(../user/partner-2-r2.png);
}
/* foot */

.foot {
  background: rgb(37, 37, 37);
  border-top: 5px rgb(102, 102, 102) solid;
  padding: 30px 0;
}
.foot-logo {
  float: left;
  padding: 5px 20px 10px;
  border-right: 1px solid #f8eabe;
}
.foot-logo img {
  width: 170px;
  text-align: right;
}
.foot-nav {
  float: left;
  padding-left: 30px;
  padding-right: 30px;
}
.foot-nav a {
  float: left;
  color: #fff;
  line-height: 36px;
  margin-right: 20px;
}
.foot-nav a:hover {
  color: #fc0;
}
.foot-copy {
  line-height: 30px;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
}
.foot-sns {
  float: right;
  text-align: right;
}
.foot-sns a {
  width: 60px;
  height: 60px;
  margin: 10px;
  background: url(six.png) no-repeat;
  display: inline-block;
}
.foot-sns a.sa1 {
  background-position: 0;
}
.foot-sns a.sa2 {
  background-position: -60px;
}
.foot-sns a.sa3 {
  background-position: -120px;
}
/* affiche */

.affiche {
  height: 40px;
  background: rgb(110, 110, 110);
  margin: -20px 0 40px;
}
.affiche marquee {
  width: calc(100% - 50px);
  float: right;
}
.affiche marquee a {
  color: rgb(235, 156, 35);
  line-height: 40px;
}
.affiche i {
  width: 40px;
  height: 40px;
  background: rgb(87, 87, 87) url(../images/notice1.png) center no-repeat;
  display: block;
  float: left;
}
/* article */

.article {
  /* margin: 0 0 70px; */
  background: rgb(32, 32, 32);
}
.article-side {
  float: left;
  width: 20%;
  padding: 5px 0;
}
.article-side li {
  margin-top: 3px;
  margin-bottom: 3px;
}
.article-side-title {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #eca232;
  box-sizing: border-box;
  padding: 0 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.article-side-title i {
  width: 51px;
  height: 54px;
  display: block;
  float: right;
  background: url(../images/side-title-ico.png) center no-repeat;
}
.side-group {
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 15px;
  cursor: pointer;
  display: block;
  color: #fff;
  position: relative;
  background: rgb(34, 42, 45);
  background: -moz-linear-gradient(left, rgb(34, 42, 45) 71%, rgb(34, 42, 45) 100%);
  background: -webkit-linear-gradient(left, rgb(34, 42, 45) 71%, rgb(34, 42, 45) 100%);
  background: linear-gradient(to right, rgb(34, 42, 45) 71%, rgb(34, 42, 45) 100%);
}
.side-group:hover,
.open > .side-group {
  background: #fff;
  color: rgb(238, 119, 0);
}
.accordion li:last-child .side-group {
  border-bottom: 0;
}
.submenu {
  display: none;
}
.submenu a {
  display: block;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  margin: 0 0 5px;
  border-radius: 3px 0 0 3px;
}
.submenu a:hover {
  background: #000;
}
.accordion li:last-child .side-group {
  border-bottom: 0;
}
.accordion li a {
  color: #eca232;
}
.accordion li .submenu li a {
  color: #fff;
}
.submenu {
  display: none;
}
.submenu a {
  display: block;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  margin: 0 0 5px;
  border-radius: 3px 0 0 3px;
}
.submenu a:hover {
  background: #000;
}
.article-contant {
  background: black;
  padding: 20px;
  overflow: hidden;
}
.article-contant h1 {
  line-height: 60px;
  font-size: 40px;
  text-align: center;
  border-bottom: 1px #e6e6e6 solid;
  color: white;
  padding: 0 0 10px;
}
.article-txt {
  padding: 20px 0;
  overflow: hidden;
}
.article-txt p {
  font-size: 15px;
  color: white
}
.article-txt label {
  font-size: 17px;
  color: white
}
.article-txt p {
  padding: 0 0;
  line-height: 200%;
}
/* register */

.register {
  overflow: hidden;
  margin: 0 0 70px;
}
.register form {
  overflow: hidden;
}
.register label {
  margin: 0 0 10px;
  display: block;
}
.register input,
.register-select,
.register select {
  width: 300px;
  height: 45px;
  line-height: 45px;
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
  padding: 0 0 0 10px;
}
.register-select {
  background: #fff url(../images/select-bg.png) right no-repeat;
}
.register select {
  width: 330px;
  background: none;
}
.register input.long {
  width: 400px;
}
.register input.small {
  width: 160px;
}
.register input[type="checkbox"] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.register span {
  width: 40%;
  float: left;
  text-align: right;
  color: rgb(238, 119, 0);
  height: 40px;
  line-height: 45px;
  padding: 0 15px;
}
.register i {
  font-style: normal;
  color: rgb(238, 119, 0);
}
.register i em {
  color: #fff;
  font-style: normal;
}
.register i.code {
  width: 120px;
  height: 45px;
  background: #000;
  font-size: 30px;
  text-align: center;
  color: #0d5b64;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}
.register button {
  margin: 30px auto 0;
}
/*report*/

.report-select {
  border: 1px solid #ccc;
  /*    -moz-border-radius: 5px;       Gecko browsers
  -webkit-border-radius: 5px;    Webkit browsers */
}
/* slots */

.slots {
  margin: 0 0 30px;
}
.slots-tab {
  height: 55px;
  background: rgb(34, 42, 45);
  text-align: center;
}
.slots-tab a {
  padding: 0 25px;
  height: 55px;
  line-height: 55px;
  color: #fff;
  display: inline-block;
  border-top: 5px transparent solid;
  margin: -5px 0 0;
}
.slots-tab a:hover,
.slots-tab a.active {
  background: #fff;
  color: rgb(238, 119, 0);
  border-color: rgb(27, 27, 27);
}
.slots-contant {
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
  padding: 15px;
}
.slots-contant a {
  width: 185px;
  overflow: hidden;
  margin: 5px;
  display: block;
  float: left;
}
.slots-contant a img {
  border: 1px #e6e6e6 solid;
}
.slots-contant a span {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  border-radius: 2px;
  background: rgb(34, 42, 45);
  margin: 5px 0 10px;
  display: block;
}
.slots-contant a:hover span {
  background: #fc0;
}
/* pomo */

.pomo {
  margin: 0 0 70px;
}
.pomo-group {
  overflow: hidden;
  background: #fff;
  margin: 0 0 20px;
}
.pomo-group img {
  width: 220px;
  height: 150px;
  float: left;
}
.pomo-group a {
  width: 150px;
  height: 150px;
  border-left: 1px #d2e6e8 solid;
  display: block;
  float: right;
  box-sizing: border-box;
}
.pomo-group a i {
  width: 56px;
  height: 56px;
  background: url(../images/enter.png) no-repeat;
  margin: 47px;
  display: block;
}
.pomo-group a i.enter {
  background-position: 0 -56px;
}
.pomo-group a:hover i.enter {
  background-position: -56px -56px;
}
.pomo-group a i.view {
  background-position: 0 -112px;
}
.pomo-group a:hover i.view {
  background-position: -56px -112px;
}
.pomo-group-title {
  width: calc(100% - 150px - 150px - 222px);
  box-sizing: border-box;
  padding: 0 20px;
  overflow: hidden;
}
.pomo-group-title p {
  line-height: 200%;
  color: #999;
  text-align: justify;
}
.pomo-group-title h4 {
  line-height: 50px;
  color: rgb(238, 119, 0);
  font-size: 20px;
}
.pomo-group-txt {
  overflow: hidden;
  box-sizing: border-box;
  padding: 20px;
  background: #002529;
  display: none;
}
.pomo-group-txt p {
  line-height: 250%;
  color: #a9c7cb;
  padding: 5px 0;
  text-indent: 2em;
  text-align: justify;
}
/* lott */

.lott {
  overflow: hidden;
  background: #002529;
  margin: 0 0 70px;
}
.lott-side {
  width: 220px;
  overflow: hidden;
  padding: 10px 0;
}
.lott-side a {
  width: 220px;
  height: 45px;
  line-height: 45px;
  text-indent: 1em;
  display: block;
  color: #fff;
  text-transform: capitalize;
  margin: 0 0 5px;
  background: rgb(34, 42, 45);
  background: -moz-linear-gradient(left, #009daf 71%, #008696 100%);
  background: -webkit-linear-gradient(left, #009daf 71%, #008696 100%);
  background: linear-gradient(to right, #009daf 71%, #008696 100%);
}
.lott-side a:hover,
.lott-side a.active {
  background: #fff;
  color: rgb(238, 119, 0);
}
.lott-contant {
  width: 960px;
  overflow: hidden;
  padding: 10px;
  background: #fff;
  position: relative;
}
.lott-contant-tab {
  height: 50px;
  background: rgb(34, 42, 45);
  margin: 0 0 10px;
}
.lott-contant-tab a {
  line-height: 50px;
  padding: 0 20px;
  margin: 0 5px 0 0;
  color: #fff;
  display: block;
  float: left;
  text-transform: capitalize;
  font-size: 16px;
}
.lott-contant-tab a:hover,
.lott-contant-tab a.active {
  background: #fff;
  color: rgb(238, 119, 0);
}
.lott-contant-tab a.time {
  background: #fc0;
  color: #fff;
  display: block;
  float: right;
  margin: 0;
}
.lott-contant-tab a.time:hover {
  background: #008696;
}
.lott-contant-tab span {
  line-height: 50px;
  color: #fff;
  padding: 0 10px;
}
.lott-contant-tab a.aj {
  float: right;
  background: #fc0;
  margin: 0;
}
.lott-contant-tab a.aj:hover {
  background: #008696;
  color: #fff;
}
.lott-contant-tab button {
  line-height: 50px;
  padding: 0 20px;
  margin: 0 5px 0 0;
  color: #fff;
  display: block;
  float: left;
  font-weight: bold;
  text-transform: capitalize;
}
.lott-contant-tab button.aj {
  float: right;
  background: #f90;
  margin: 0;
}
.lott-contant-tab button.aj:hover {
  background: #d97918;
}
/* game-table */

.game-table {
  overflow: hidden;
  margin: 0 0 10px;
}
.game-table table {
  background: #eee;
}
.game-table tr {
  height: 48px;
  line-height: 48px;
}
.game-table th {
  background: rgb(34, 42, 45);
  text-align: left;
  text-indent: 1em;
  text-transform: capitalize;
  font-size: 16px;
  color: #fff;
}
.game-table th span {
  font-size: 12px;
  float: right;
  padding: 0 10px;
  color: #fff;
}
.game-table td {
  background: #fff;
  text-align: center;
}
.game-table td:hover {
  background: #f9f9f9;
}
.game-table input[type="text"] {
  border: 1px #eee solid;
  height: 38px;
  line-height: 38px;
  vertical-align: middle;
  width: calc(100% - 40px);
  padding: 0 10px;
}
.game-table input[type="radio"] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
/* indolotto */

.indolotto {
  box-sizing: border-box;
  padding: 5px;
  background: #fff;
  overflow: hidden;
  margin: 0 0 70px;
}
.indolotto-title {
  margin: 5px;
  height: 50px;
  line-height: 50px;
  text-align: right;
  color: #fff;
  background: rgb(34, 42, 45);
  box-sizing: border-box;
  padding: 0 20px 0 0;
}
.indolotto-title span {
  padding: 0 15px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  float: left;
  background: #00343a;
}
.indolotto p {
  padding: 20px 10px;
}
.indolotto-list {
  overflow: hidden;
}
.indolotto-list cite {
  width: 50%;
  box-sizing: border-box;
  padding: 5px;
  overflow: hidden;
  display: block;
  float: left;
  font-style: normal;
}
.indolotto-list cite span {
  width: 10%;
  height: 50px;
  line-height: 50px;
  background: rgb(34, 42, 45);
  text-align: center;
  font-weight: bold;
  color: #fff;
  float: left;
  display: block;
}
.indolotto-list cite input {
  width: 15%;
  height: 50px;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  border: 1px #e6e6e6 solid;
  border-left: none;
}
.indolotto-list cite em {
  font-style: normal;
  height: 30px;
  line-height: 30px;
  color: #f90;
  display: block;
  text-align: center;
}
.indolotto a {
  margin: 10px auto 30px;
}
/* casino */

.casino {
  overflow: hidden;
  margin: 0 0 30px;
}
.casino-group {
  height: 120px;
  background: #fff;
  margin: 0 0 20px;
}
.casino-group img {
  width: 180px;
  height: 120px;
  float: left;
}
.casino-group a {
  width: 150px;
  height: 120px;
  background: url(../images/casino-btn.png);
  display: block;
  float: right;
}
.casino-group a:hover {
  background: url(../images/casino-btn-hover.png);
}
.casino-group a i {
  width: 56px;
  height: 56px;
  background: url(../images/enter.png);
  display: block;
  margin: 32px 0 0 50px;
}
.casino-txt {
  width: calc(100% - 180px - 150px);
  box-sizing: border-box;
  padding: 10px 20px;
}
.casino-txt h4 {
  line-height: 35px;
  color: rgb(238, 119, 0);
  font-size: 20px;
  text-transform: capitalize;
}
.casino-txt p {
  line-height: 200%;
  color: #999;
}
/* center */

.center-info {
  overflow: hidden;
  padding: 0 0 8px;
  background: url(../images/center-info-bg.png) center bottom no-repeat;
  margin: -70px 0 0;
}
.center-info-contant {
  height: 120px;
  background: rgb(32, 42, 45);
}
.center-info-avtar {
  width: 100px;
  height: 100px;
  margin: 10px;
  background: url(../images/avtar.jpg) center;
}
.center-info-avtar img { }
.center-info-name {
  width: 250px;
  height: 120px;
  box-sizing: border-box;
  padding: 42px;
  border-right: 1px rgb(110, 110, 110) solid;
  color: #0d5b64;
  line-height: 200%;
}
.center-info-name h5 {
  font-size: 24px;
  line-height: 45px;
  color: rgb(235, 156, 35);
  text-transform: none;
}
.center-info-btn a {
  width: 120px;
  height: 120px;
  display: block;
  float: right;
}
.center-info-btn a:hover {
  background: rgb(110, 110, 110);
}
.center-info-btn a i {
  width: 45px;
  height: 45px;
  background: url(../images/center-info-ico.png) no-repeat;
  display: block;
  margin: 37px auto 0;
}
.center-info-btn a i.ci1 {
  background-position: left top;
}
.center-info-btn a i.ci2 {
  background-position: left bottom;
}
.center-info-balance {
  width: calc(100% - 120px - 450px - 120px - 120px);
  height: 120px;
  box-sizing: border-box;
  padding: 20px 40px;
  border-right: 1px rgb(110, 110, 110) solid;
}
.center-info-balance a {
  width: 33.33%;
  height: 80px;
  display: block;
  float: left;
  line-height: 35px;
  color: rgb(235, 156, 35);
  text-align: center;
}
.center-info-balance a span {
  font-size: 20px;
  color: rgb(235, 156, 35);
  display: block;
}
.center {
  margin: 20px 0 70px;
  background: rgb(16, 16, 16);
  overflow: hidden;
}
.center-side {
  width: 220px;
  padding: 5px 0;
}
.center-contant {
  width: 940px;
  overflow: hidden;
  padding: 20px;
  background: #fff;
}
.center-contant h1 {
  line-height: 80px;
  font-size: 30px;
  text-align: center;
  border-bottom: 1px #e6e6e6 solid;
  color: rgb(234, 155, 34);
}
.center-basic {
  overflow: hidden;
  padding: 20px 0;
}
.center-basic table {
  padding: 20px 0;
  border-bottom: 1px #e6e6e6 solid;
}
.center-basic table td {
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
}
.center-basic table td:first-child {
  text-align: right;
}
.center-basic a {
  margin: 50px 30px;
  float: left;
}
.center-basic p {
  width: 380px;
  float: right;
  margin: 50px 0;
  color: #999;
}
.center-form {
  overflow: hidden;
  padding: 40px 0;
}
.center-form form { }
.center-form label {
  display: block;
  margin: 0 0 10px;
}
.center-form span {
  width: 40%;
  text-align: right;
  line-height: 50px;
  box-sizing: border-box;
  padding: 0 15px;
  display: block;
  float: left;
}
.center-form input,
.center-form-select,
.center-form select {
  width: 330px;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  padding: 0 10px;
  border: 1px #eee solid;
  overflow: hidden;
}
.center-form-select {
  background: url(../images/select-bg.png) right center no-repeat;;
}
.center-form select {
  width: 370px;
  border: none;
  background: none;
}
.center-form button {
  margin: 50px auto 0;
}
.center-table {
  padding: 20px 0;
  overflow: hidden;
}
.center-table table { }
.center-table th {
  background: rgb(32, 42, 45);
  color: #fff
}
.center-table th,
.center-table td {
  height: 49px;
  vertical-align: middle;
  text-align: center;
}
.center-table td {
  border-bottom: 1px #eee solid;
}
.center-table td span.red {
  color: #f33;
}
.center-table td span.grey {
  color: #ccc;
}
.center-table td span.yellow {
  color: #fc0;
}
.center-table1 {
  z-index: 999;
}
.center-table1 table {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #333;
  border-width: 1px;
  border-color: #999;
  padding-top: 35px;
  border-collapse: collapse;
  padding: 20px 0;
  overflow: hidden
}
.center-table1 th {
  background: #b5cfd2 url('cell-blue.jpg');
  border-width: 1px;
  padding: 10px;
  border-style: solid;
  border-color: #999;
}
.center-table1 td {
  background: #dcddc0 url('cell-grey.jpg');
  border-width: 1px;
  padding: 10px;
  border-style: solid;
  border-color: #999;
}
/*admin.css copy*/

.contant-table { }
.contant-table table {
  border: 0;
  box-sizing: border-box;
  background: #eee;
  border: none;
}
.contant-table th,
.contant-table td {
  background: #fff;
  height: 50px;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
}
.contant-table th {
  text-transform: capitalize;
}
.contant-table td a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  border-radius: 2px;
  vertical-align: middle;
  margin: 0 2px;
  color: #fff;
  background: rgb(34, 42, 45);
}
.contant-table td a:hover {
  background: #fc0;
}
.td_pos {
  position: relative;
}
#resultImg {
  position: absolute;
}
#resultImg a {
  display: block;
  margin: 0 auto;
  padding: 2px;
  border: 2px solid #f00;
  width: 100px !important;
  width: 108px;
  height: 30px !important;
  height: 68px;
}
#resultImg img {
  width: 20px;
  height: 20px;
  float: left;
  display: block;
}
#resultImg a:hover {
  border: 2px solid #f00;
}
#resultImg table {
  margin: 0;
}
#resultImg .img_line {
  height: 21px;
  width: 61px;
  display: block;
}
#resultImg .img_Result {
  height: 20px;
  width: 20px;
}
#resultImg .a1 {
  width: 60px !important;
  width: 68px;
  height: 20px !important;
  height: 28px;
  margin-top: 3px;
}
#resultImg .img_Result1 {
  height: 23px;
  width: 23px;
  float: none;
}
.span_colorLoss {
  color: red;
}
.span_colorPlayer {
  color: blue;
}
.span_colorTie {
  color: green;
}
.span_colorWin {
  color: red;
}
#div_a {
  border: 2px solid #bec8df;
  padding: 2px;
  width: 60px !important;
  width /**/: 68px;
  height: 20px !important;
  height /**/: 28px;
  margin: 3px auto 0;
}
#div_a1 {
  border: 2px solid #bec8df;
  padding: 2px;
  width: 20px !important;
  width /**/: 28px;
  height: 20px !important;
  height /**/: 28px;
  margin: 3px auto 0;
}
#div_td_img {
  position: absolute;
  display: none;
  background: #fff;
  padding: 5px;
  top: -50px;
  left: -355px;
  border: 2px solid #f00;
  width: 340px;
}
#div_a_jp {
  border: 2px solid #bec8df;
  padding: 2px;
  width: 60px !important;
  width /**/: 68px;
  height: 20px !important;
  height /**/: 28px;
  margin: 3px auto 0;
}
#div_a_daxiang4 {
  border: 2px solid #bec8df;
  padding: 2px;
  width: 80px !important;
  width /**/: 88px;
  height: 20px !important;
  height /**/: 28px;
  margin: 3px auto 0;
}
#div_a_daxiang5 {
  border: 2px solid #bec8df;
  padding: 2px;
  width: 100px !important;
  width /**/: 108px;
  height: 20px !important;
  height /**/: 28px;
  margin: 3px auto 0;
}
/* CSS added in 2017.9.7 by Lee
---------------------------------------------------------------------- */

.social-bg {
  position: fixed;
  top: 50%;
  right: -150px;
  transform: translate3d(0, -50%, 0);
  z-index: 999;
  background: url(../static/contact.png) center no-repeat;
  width: 220px;
  height: 325px;
  transition: all 1s;
}
.col {
  float: left;
}
.col-sm-6 {
  width: 50%;
}
.input-container {
  font-size: 18px;
}
.input-item + .input-item {
  margin-top: 20px;
}
.input-item label {
  float: left;
  margin-top: 5px;
}
.inputs {
  float: right;
  background: #cac7c7;
  border-radius: 5px;
  width: 35%;
  padding: 5px 15px;
}
.textarea {
  width: 45%;
  height: 120px;
}
.btn-save {
  float: right;
  background: #f00;
  border-radius: 5px;
  color: #fff;
  padding: 5px 20px;
}
/*
 * Media Query
 */

@media (min-width: 768px) {
  .col-md-3 {
    width: 25%;
  }
}
@media (max-width: 1199px) {
  .menu a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .piclist {
    margin-left: 20px;
    margin-right: 20px;
  }
  .inputs {
    float: none;
    width: 100%;
  }
  .textarea {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
  .social-bg {
    display: none;
  }
  .logo,
  .head-wel {
    float: none;
    box-sizing: border-box;
  }
  .logo {
    width: 200px;
    height: 60px;
    margin: 10px auto 0;
  }
  .head-wel {
    text-align: center;
    margin-top: 20px;
    margin-right: 0;
  }
  .tel {
    margin-right: 0;
    margin-bottom: 0;
  }
  .menu-toggle {
    display: flex;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid #fff;
    cursor: pointer;
  }
  .menu-toggle::before {
    content: '';
    margin: auto;
    width: 22px;
    height: 2px;
    background: #fff;
    box-shadow: 0 -6px 0 #fff, 0 6px 0 #fff;
  }
  .menu.show {
    transform: translateX(0);
  }
  .menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    height: 100vh;
    width: 50vw;
    border-top: 0;
    transform: translateX(-100%);
    transition: .3s;
  }
  .menu a {
    display: block;
    font-size: inherit;
    text-align: left;
  }
  .menu a + a {
    border-top: 2px solid #222;
  }
  .piclist {
    margin: 10px;
  }
  .piclist li {
    padding: 10px;
  }
  .article-side {
    display: none;
  }
  .input-container {
    font-size: inherit;
  }
  .foot-logo,
  .foot-nav,
  .foot-nav a,
  .foot-sns {
    float: none;
    text-align: center;
  }
  .foot-logo {
    border-right: 0;
    margin-bottom: 30px;
    padding: 0;
  }
  .foot-nav {
    padding-left: 10px;
    padding-right: 10px;
  }
  .foot-nav a,
  .foot-copy {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.img{ width: 30%; height: auto;max-width: 100%; display: block;float:right }