


body{
  padding:0px;
  margin:0px;
  background:#282828;
  font-family: 'Arial', 'Helvetica', 'sans-serif', "YouYuan","Microsoft YaHei";
}
img{
  border:0px;
  display:block;
}
.fnameContent{
  margin-top:8%;
  width: 100%;
  height: 560px;
  
}
.center{
  text-align:center;
}
.textStyle{
  color:#fff;
  margin:0px 0px 50px 0px;
line-height:24px;
}
.textStyle a{
  color:yellow;
}
a{
  text-decoration:none;
}
.btnList a{
  background:#009369;
  width:100%;
  height:53px;
  float:left;
  margin-bottom:28px;
  text-align:center;
  line-height:53px;
  font-size:20px;
  color:#fff;
  border-radius:8px;
  -moz-border-radius:8px;
  -ms-border-radius:8px;
  -o-border-radius:8px;
  -webkit-border-radius:8px;
  transition: background 0.5s;
    -moz-transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
}
.clear{
  clear:both;
}
.logo{

}
.logo img{
  margin:0 auto;
}
.btnList a img{
  float:left;
  margin:3px 10px 0px 20px;
}
.btnList a span{
  float:left;
}
.m40{
  margin-right:39px;
}
.btnList .bhui{
  background:#494949;
}
.btnList a:hover{
  background:#e6cc1f;
  color:#000;
  box-shadow:0px 0px 5px #fff;
  -webkit-box-shadow:0px 0px 5px #fff;
  -moz-box-shadow:0px 0px 5px #fff;
  -ms-box-shadow:0px 0px 5px #fff;
  -o-box-shadow:0px 0px 5px #fff;
}
  .footerStyle{
      padding-top: 20px;;
      text-align: center;
      color: yellow;
      font-size: 14px;
  }
  .relative{
      position: relative;
  }
  .phoneClass{
      position: absolute;
      right: -150px;
      top: -105px;
      display: none;
  }
  .phoneClassHover:hover img{
      display: block;
  }
.newbet365{
  position: absolute;
  right: 0px;
  top: 0px;
}

.yelbtn{background: #e6cc1f;color: #000;}


/*MOBILE*/
@media only screen and (max-width: 768px) {
  body{overflow-x:hidden; }
  .fnameContent {
      width: 95%;
      height: auto;
      position: relative;
      top: 0;
      left: 0;
      margin: 0;
      padding: 24px 10px;
  }
  .logo img {
    margin: 0 auto;
    width: 80%;
  }
}

.btnList{
  width:200px;
  margin:0 auto;
}