.game-index{
    margin-top:75px;
}
#container {
    padding: 0 15px;
}
.game-index .container {
    background: #401d58;
    padding: 15px;
    border-radius: 10px;
    color: #ffffff;
}
.game-index .game-area .top {
    padding-top: 5px;
    padding-bottom: 20px;
}
.game-index .game-area .game-detail.all {
    position: relative;    
}
.game-index .game-area .game-detail.all:after {
    position: absolute;
    height: 350px;
    width: 100px;
    content: '';
    bottom: 0;
    left: -78px;
    background: #401d58;
    z-index: 1;
    display: block;
    transform: skew(7deg);
}
.game-index .game-area .game-detail {
    background: #3f0b4d;
    padding: 10px 20px;
    border: 1px solid #850ca1;
}
.game-index .game-area .game-detail .game-nav {
    padding: 5px;
    border-bottom: 1px solid #8023d5;
    margin-bottom: 10px;
    width:100%;
    position:relative;
}
.game-index .game-area .game-detail .game-nav:after{
    width: 100%;
    height: 1px;
    content: "";
    background: #d79bf4;
    position: absolute;
    left: 0px;
    bottom: 0px;
} 
.game-index .game-area .game-detail .game-nav ul li {
    display: inline-block;
    vertical-align: middle;
}
.game-index .game-area .game-detail .game-nav ul li a {
    display: block;
}
.game-index .game-area .game-detail .game-nav ul li h1 {
    font-weight: bold;
    font-size: 16px;
    padding: 0;
    margin: 0;
    display: block;
}
.game-index .game-area .game-detail .iframe {
    width: 100%;
    height: 600px;
    margin: auto;
    background: #0457A7 url('images/loading.gif') scroll no-repeat center;
    background-size: 80px 80px;
}
.game-index .game-area .game-detail .iframe * {
    max-width: 100%;
}
.game-index .game-area .game-detail .game-description {
    padding: 10px 0;
}
.game-index .game-area .game-detail .game-tags {
    padding: 10px 0 50px 0;
}
.game-index .game-area .game-detail .game-tags .tag-title {
    font-weight: bold;
}
.game-index .game-area .game-detail .game-tags .tags-list {
    display: inline-block;
}
.game-index .game-area .game-detail .game-tags .tags-list li a {
    display: block;
    padding: 3px 5px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #ffffff;
}
.game-index .middle {
    padding: 20px 0;
}
.game-index  .back-link {
    background: #3f0b4d;
}
.game-index .back-link ul li a{
    display: block;
    padding: 7px 15px;
    font-weight: bold;
    color: #ff1000;
    font-size: 20px;
    text-shadow: 0 0 2px #ffffff,
        0 0 2px #ffffff,
        0 0 2px #ffffff,
        0 0 2px #ffffff,
        0 0 2px #ffffff,
        0 0 2px #ffffff,
        0 0 2px #ffffff,
        0 0 2px #ffffff,
        0 0 2px #ffffff,
        0 0 2px #ffffff,
        0 0 2px #ffffff,
        0 0 2px #ffffff,
        0 0 2px #ffffff,
        0 0 2px #ffffff,
        0 0 2px #ffffff,
        0 0 2px #ffffff,
        0 0 2px #ffffff,
        0 0 2px #ffffff,
        0 0 2px #ffffff,
        0 0 2px #ffffff;
}
.game-index .back-link ul li a:hover, .game-index .game-area .back-link ul li a:focus{
    text-decoration: none;
    text-shadow: 0 0 2px #ffd219,
        0 0 2px #ffd219,
        0 0 2px #ffd219,
        0 0 2px #ffd219,
        0 0 2px #ffd219,
        0 0 2px #ffd219,
        0 0 2px #ffd219,
        0 0 2px #ffd219,
        0 0 2px #ffd219,
        0 0 2px #ffd219,
        0 0 2px #ffd219,
        0 0 2px #ffd219,
        0 0 2px #ffd219,
        0 0 2px #ffd219,
        0 0 2px #ffd219,
        0 0 2px #ffd219,
        0 0 2px #ffd219,
        0 0 2px #ffd219,
        0 0 2px #ffd219,
        0 0 2px #ffd219;
}
.game-index  .game-related {
    padding: 10px 0;
    margin: auto -9px;
}
.game-index  .game-related .game-container .game-item {
    width: 95px;
    height: 95px;
}
.game-index .social {
    padding: 10px;
    min-height: 200px;
    background: #f1f3f7;
    position: relative;
}

.game-index .right,.game-index .left {
    padding: 0;
}
.game-index .right .fix,.game-index .left .fix {
    max-width: 100%;
    margin-top: 120px;
    display: block;
}
.game-index .top *,.game-index .middle *, .game-index .right .fix *,.game-index .left .fix * {
    max-width: 100%;
}
#rate-google{
    /* position: absolute;
     top:-9999px;*/
    float: left;
    margin-top: 8px;
    font-size: 12px;
    font-weight:normal;
    font-family:sans-serif;
    color: #ccf794;
}
#rate-google div img{
    float: left;
    margin-right: 10px;
}
#rate-google div img, #rate-google div p{
    position: absolute;
    z-index:-1;
}

#rate{
    float:right;
    margin-top: 12px;
    font-size:11px;
}
#rate >span:first-child{
    padding-top:4px;
    color:#bec6ce;
}
#rate ul{
    float: left;
    padding: 0px 0px 0px 10px;
    margin: 2px 0px 0px 0px ;
} 
#rate ul li i{
    font-size: 18px;
    cursor:pointer;
    display: inline-block;
    /*color: #F0F0F0;*/
    text-shadow: 0 0 1px #666666;
}
#rate span{
    display: block;
    float: left;
}
#rate ul .highlight, #rate ul .selected {
    color:#F4B30A;
    text-shadow: 0 0 1px #F48F0A;
}
.game-index .game-description .share{
    float: right;
    /*margin-left: 5px;   
    width:100%;*/
    padding-right:20px
}
.game-index .game-description .share >span{
    font-size:11px;
    color:#bec6ce;
    margin-top:5px;
}
.game-index .game-description .share a i{    
    font-size: 15px;
    margin-top: 4px;
    margin-left: 2px;

}
.game-index .game-description .share a{
    display: block;
    width: 24px;
    height: 24px;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    margin-left: 5px;
}
.game-index .game-description >p a, .game-index .game-description >a{
    color: #fdfe03 !important;
    text-decoration: underline;
    font-weight: bold;
}
.no-list-style li a{
    font-size:16px;
    color:#fff;
    font-weight:bold;
    text-decoration:none;
}
.game-description h2{
    font-size:16px;
    float: left;
    margin: 5px 15px 10px 0px;
}
.game-list .wrap-game h3{
    font-size: 14px;
    bottom: 0px;
    margin: 0px 0px 4px 0px;
}
.no-list-style >li >h3{
    margin: 0px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 35px;
}
.no-list-style li:first-child a span{
    color: transparent !important;		
    white-space: nowrap;
    position:absolute;
    top:0px;
    z-index:-1;

}
#game-left{
    background:#984dc3 !important;
}
.game-index .tags{
    position: relative;
    border-top: 1px solid #8023d5;
    padding-top: 10px;
}
.game-index .tags:after{
    position: absolute;
    width: 100%;
    height: 1px;
    content: '';
    background: #d79bf4;
    left:0px;
    top:-3px;
}


.honeycombs .top{
    padding-bottom:5px !important;
}