.web-container{
	width: 100%;
    overflow: hidden;
    transition-property: opacity;
    transition-duration: 1s;
}
#web{
	position: relative;
    transform: translate3d(0,0,0);
}
img{
  cursor: pointer;
}
.header{
    width:100%;
    height:80px;
    z-index:-10;
    zoom: 1;
    background: url(../images/headerbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}
.container-fluid {
    width: 100%;
    margin: auto;
    background: #3e91f1;
}
#menu-div {
    top: 80px;
    display: block;
    background:url(../images/menubg.png) no-repeat center;
    position:fixed;
    background-size:cover;
    z-index:99;
    left:0;
    height:50px;
    width:100%;
    box-shadow:0 0 4px 0 #0a2873;
}
.menu{display:none;margin:0 auto;max-width:900px;color:#fff;text-align:center;white-space:nowrap}
.menu-item{float:left;padding:10px 0;display:table-cell;text-align:right;
    position: relative;}
.menu-item a img{ width: 21px; height: 21px; margin: 0 12px; vertical-align: middle; }
.menu-item a{text-align:center;display:inline-block;font-family:"Microsoft Yahei";width:100%;height:36px;line-height:36px;color:#e5d9d9;text-decoration:none;word-wrap:break-word;font-size:14px;padding:0 10px;-moz-border-radius:18px;-webkit-border-radius:18px;border-radius:18px}
.menu-item a:hover{color:#fff}
.menu-item.curr a{color:#fff}
.menu-item .dot{display:inline-block;width:0;height:0;border-style:solid;border-width:4px 4px 0 4px;border-color:#fff transparent transparent transparent}
.menu-item a.curr .dot{display:inline-block;width:0;height:0;border-style:solid;border-width:0 4px 4px 4px;border-color:transparent transparent #fff transparent}
.toggle-content{color:#ffdc83;margin-top:10px}
.more-menus{width:200px;height:auto;text-align:left; position: absolute; right: 0 ; padding:20px;background:rgb(57 46 165);z-index:9999999;display:none;-moz-box-shadow:0 2px 8px #a9a9a9;-webkit-box-shadow:0 8px 8px #a9a9a9;box-shadow:0 8px 8px #a9a9a9}
.menu-ul-category{clear:both}
.menu-ul .active{background-color:#4091f0;color:#fff}
.menu-ul li img{ width: 21px; height: 21px; margin: 0 12px; vertical-align: middle;}
.menu-ul-category li{margin:8px 0}
.menu-ul-category li a{display:block; padding-left: 0; margin-right:20px;padding-top:10px;height:100%;line-height:100%;text-decoration:none;color:#fff;font-size:14px;position:relative;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}
.menu-ul-category li a:hover{color:#ed8a33}
.menu-ul-category li a span svg{width:20px;height:20px}
.menu-ul-category li a img{width:20px;height:20px;margin-top:2px}
.menu-ul-category li a div{padding-bottom:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.menu-ul-category li a div:last-of-type{color:#fff;font-size:10px}
.menu-ul-category li a:hover div{color:#eee}
.menu {
    display: block;
}
#index{margin-top: 80px;}

.container {
    width: auto;
    max-width: 900px;
    margin: 0 auto;
    min-width: 320px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.home-best-list {
    padding: 0 16px;
/*    background: #3e91f1;*/
    margin-top: 15px;
}
.describe-title {
    padding: 16px 16px 1px 14px;
    font-size: 12px;
    color: #999;
    line-height: 18px;
    margin-top: 30px;
}
.describe-title h1 {
    font-size: 18px;
    color: #000;
}
.category-title {
    padding: 1px 0 1px 0;
    color: #fff;
    font-weight: bold;
}
.category-title img {
    padding: 3px 3px 5px;
    height: 24px;
    width: 9px;
}

ul, li {
    list-style-type: none;
}
ol, ul {
    list-style: none;
}
.home-best-list ul li {
    float: left;
    width: 14.28%;
    padding-left: 8px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-top: 5px;
}
.home-best-list a {
    color: #666;
    text-decoration: none;
}
.home-best-list .pic-box {
    width: 100%;
    height: 114px;
    padding-top: 100%;
    position: relative;
    /* background: #e9eff2; */
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 4px 2px rgba(0,0,0,0.1);
}
.home-best-list .pic-box img {
    height: 104px;
    width: 104px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
img {
    vertical-align: middle;
}

.dropload-down, .dropload-up {
    position: relative;
    height: 0;
    overflow: hidden;
    font-size: 12px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.dropload-down {
    height: 50px;
}
.dropload-load, .dropload-noData, .dropload-refresh, .dropload-update {
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.no-white-box {
    margin: 10px 10px 0 10px;
    clear: both;
    padding-bottom: 10px;
    border-radius: 5px;
}
.ActionDescribe {
    padding: 16px;
    color: #000;
}
.ActionDescribe h3 {
    font-size: 20px;
    padding-bottom: 10px;
}
.coll_content {
    color: #000;
    height: 20px;
/*    overflow: hidden;*/
}

.footer {
    text-align: center;
    padding: 8px 16px;
    color: #999;
    line-height: 14px;
    background: #37393b;
}
.footer a {
    text-decoration: none;
    color: #999;
}
.footer .footer-container {
    display: none;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 16px;
    padding-top: 20px;
    padding-bottom: 10px;
}
/*@media screen and (min-width: 768px)*/
.footer .footer-container {
    display: block;
}
.footer .footer-container .menu {
    width: 20%;
    float: left;
    text-align: left;
}
.footer .footer-container .menu .title {
    font-size: 18px;
    padding-bottom: 24px;
    clear: both;
    color: #fff;
}
.footer .footer-container .menu li {
    padding-bottom: 12px;
    width: 100%;
    float: left;
    font-size: 13px;
    padding-right: 16px;
}
.social-follows a {
    cursor: pointer;
    display: inline-table;
    color: #fff;
}
.social-follows a span {
    display: block;
    padding-top: 4px;
}
.social-follows a span.icon {
    width: 75%;
    padding-top: 75%;
    background-position: center;
    background-repeat: no-repeat;
    min-width: 33px;
    min-height: 33px;
    margin: 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.footer .footer-container .menu .social-follows .follow-fb .icon {
    background-image: url(../images/facebook.png);
    background-size: 90%;
}
.footer .footer-container .menu .social-follows .follow-t .icon {
    background-image: url(../images/tw.png);
    background-size: 90%;
}
.footer .footer-container .menu .social-follows .follow-g .icon {
    background-image: url(../images/google%2B.png);
    background-size: 90%;
}


.main-content{
	position: relative;
	margin: 0 auto;
    width: 900px;
    box-sizing: border-box;
    padding: 0 20px;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
.header .header-logo {
    position: absolute;
    left: 20px;
    top: 22px;
    height: 70px;
    float: left;
}
.header .header-logo img {
    height: 35px;
}
.header .header-search{
	float: right;
  position: relative;
}
.header-search .s_btn{    
  background-image: url(../images/s.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  width: 26px;
  height: 26px;
  left: 10px;
  position: absolute;
  top: 45%;
  cursor: pointer;
}
.header .header-search input{
	height: 45px;
	font-size: 20px;
	width: 100%;
	margin-top: 17px;
  border: 2px solid #B65C13;
  border-radius: 8px;
  outline:none;
  padding-left: 40px;
  letter-spacing: 1px;
}
.onegame{
	margin: 40px 0px 20px 0px;
	height: 230px;
}
.twoimg{
	float: left;
	width: 114px;
	text-align: center;
}
.twoimg img{
	height: 104px;
	margin: 0px 0px 20px 0px;
}
.oneimg{
	float: left;
	width: 259px;
	text-align: center;
}
.oneimg img{
	height: 230px;
	margin: auto 0px;
}
.lunbo{
	float: clear;
  	overflow: hidden;
  	margin: 0px 5px;
  	height: 104px;
    transform: translate3d(0, 0, 0);
}
.lunbo > div {
  width: 1885px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
.lunbo .images {
  animation: moveSlideshow 15s linear infinite;
}
.lunbo .images img{
	width: 104px;
	height: 104px;
	margin-right: 10px;
}
@keyframes moveSlideshow {
  100% {
    transform: translateX(-55%);
  }
}

.mgb20{
  margin-bottom: 20px;
}

.mgl5{
  margin-left: 5px;
}

.mgl22{
  margin-left: 22px;
}

.mgt5{
  margin-top: 5px;
}

.mgt15{
  margin-top: 15px;
}

.mgt20{
  margin-top: 20px;
}

.mgt25{
  margin-top: 25px;
}

.mgt30{
  margin-top: 30px;
}

.iconimg{
  width: 104px;
  height: 104px;
  float: left;
}

.gamedetail{
  width: 33%;
  float: left;
  margin-left: 20px;
  margin-top: 13px;
}

.gameinfo{
  margin-top: 20px;
  color: gray;
}

.playbtn{
  background-image: url(../images/play.png);
  background-repeat: no-repeat;
  background-position: center;
  /* background-size: 25px; */
  width: 70px;
  height: 35px;
  border-radius: 38px;
  font-size: 20px;
  color: white;
  border: none;
  margin-right: 20px;
  right: -70px;
  position: relative;
  top: 30px;
  cursor: pointer;
}
.playbtn:focus{
    outline:none;
}
.gamehr{
  margin-top: 68px;
  margin-left: 120px;
  border-top: 0px solid #eee;
  width: 65%;
  /*display: none;*/
}
.g-content{
  height: 750px;
}
.g-banner{
  width: 188px;
  height: 86px;
  border-radius: 10px;
}
.g-container-fluid {
    width: 100%;
    margin: auto;
}
.g-container {
  width: auto;
}
.g-playgames {
    float: left;
    margin: 0 auto;
    display: block;
    top: 20px;
    /*height: 630px;*/
    /*width: 364px;*/
    /*width: 100%;*/
    background: #444;
    position: relative;
}
.vertical-game{
    height: 670px;
    width: 392px;
}
.horizontal-game{
    height: 410px;
    width: 860px;
}
.g-fullscreenbox {
    position: initial;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999999;
}
.g-maximizebox {
    background: #37393b;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 1000%;
}

.g-fullhead {
    height: 56px;
    background: #ffb82f;
    width: 100%;
    display: none;
}

.g-fulllogo {
    float: left;
    height: 56px;
    padding: 0 20px;
}

.g-fulllogo a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 56px;
}

.g-fulllogo a img {
    vertical-align: middle;
}

.g-exitfull {
    float: right;
    height: 56px;
    line-height: 56px;
}

.g-exitfull a {
    color: #fff;
    display: inline-block;
    height: 56px;
    text-decoration: none;
    position: relative;
    padding-left: 25px;
    margin-right: 20px;
}

.g-exitfull a svg {
    display: inline-block;
    width: 20px;
    height: 16px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.g-gameinfo {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.g-gameinfo img.g-imgbg {
    width: 110%;
    height: 110%;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.g-gameinfo:after {
    content: "";
    position: absolute;
    top: -100%;
    right: 0;
    bottom: 0;
    left: 0;
    background: radial-gradient(
            ellipse closest-side,
            rgba(0, 0, 0, 0.4) 0,
            rgba(0, 0, 0, 0.5) 100%
    );
    transition: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.g-gameinfoText {
    cursor: pointer;
    z-index: 10;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.g-gameinfoText h1 {
    font-size: 18px;
    color: #fff;
    padding: 15px 0;
}

.g-gameinfoText .icon {
    overflow: hidden;
    height: 120px;
    width: 160px;
    position: relative;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    margin: 0 auto;
    border: 2px solid #fff;
}

.g-gameinfoText .icon img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
}

.g-playgamebtn {
    display: block;
    text-decoration: none;
    width: auto;
    height: 40px;
    background: #f8a735;
    margin: 10px auto;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    max-width: 250px;
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.35);
}

.g-detaildescription {
    /*display: none;*/
    clear: both;
    display: block;
    background: #fff;
    padding: 32px 16px 16px 16px;
    border-top: 1px solid #edf3f7;
    position: relative;
}

.g-detaildescription h2 {
    padding: 0;
    padding-bottom: 10px;
    padding-right: 300px;
}

.g-gamesactions {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 400px;
    text-align: right;
}

.g-gamesactions .g-gamebtn {
    display: inline-block;
    position: relative;
    height: 20px;
    padding-left: 30px;
    padding-right: 10px;
    line-height: 20px;
    border-right: 1px solid #ddd;
    text-decoration: none;
    color: #666;
}

.g-gamesactions .g-gamebtn:last-child {
    border: none;
}

.g-gamesactions .g-gamebtn svg {
    position: absolute;
    top: 3px;
    left: 10px;
}

.g-gamesactions .g-refreshgames svg {
    top: 2px;
}

.g-gamesactions .g-gamebtn:hover {
    color: #333;
}

.g-gamesactions .g-maximize:hover svg path,
.g-gamesactions .g-refreshgames:hover svg path {
    fill: #333;
}

.ghg img{
  width: 104px;
  height: 104px;
  float: left;
  margin: 0px 9px 0px 9px;
}

.col-xs-6{
    width: 50%;
    float: left;
}

.ghgq{
    float: left;
    width: 230px;
    margin: 20px 0 10px 0px;
}
.ghgq img{
    width: 104px;
    height: 104px;
    float: left;
    margin: 0 5px 6px 5px;
}

.a-noclick{
    pointer-events: none;
}
.model-item{
    clear: both;
    height: 120px;
    margin-left: 30px;
}