.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.jssorb057 .i {position:absolute;cursor:pointer;}
.jssorb057 .i .b {fill:#fff;stroke:#fff;stroke-width:2000;stroke-miterlimit:10;stroke-opacity:0.4;}
.jssorb057 .i:hover .b {stroke-opacity:.7;}
.jssorb057 .iav .b {stroke-opacity: 1;fill:none;}
.jssorb057 .i.idn {opacity:.3;}

.index-about{
    padding: 30px 0;
}

.index-about-title{
    font-size: 1.5em;
}

.index-about-line{
    display: inline-block;
    height: 1px;
    width: 160px;
    background: #000;
    vertical-align: middle;
}

.index-about-intro{
    margin: 0 1.5rem 0.6rem 1.5rem;
    color: #838385;
}

.index-game-slider{
    padding: 0;
}

.index-game-slider > div {
    padding: 0;
}

.index-game-slider .game-intro-wrapper{
    position: relative;
    overflow: hidden;
}

.index-game-slider .game-intro-wrapper img{
    -moz-transition: 1s;
    -ms-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    width: 100%;
}

.index-game-slider .game-intro-wrapper:hover img{
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.index-game-slider .game-intro{
    display: none;
    position: absolute;
    left:0;
    bottom: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 2em;
    background: rgba(0,0,0,0.5);
    color: #c1c1c1;
}

.index-game-slider .game-intro-outside{
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
}
.index-game-slider .game-content:hover .game-intro-outside{
    background: #31AAE2;
    color: #fff;
}

.index-competitive-game-slider{
    max-width: 960px;
    margin: 0 auto 60px auto;
    clear: both;
    overflow: hidden;
}

.index-competitive-game-slider .game-content-wrapper{
    padding: 0;
    margin: 0 5px;
    max-width: 230px;
    float:left;
}

.index-competitive-game-slider .game-content-wrapper .game-content{
    position: relative;
    overflow: hidden;
}

.index-competitive-game-slider .game-content-wrapper .game-content .game-text{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px 10px;
    width: 100%;
    background: rgba(255,255,255, 0.8);
}

.index-competitive-game-slider .game-content-wrapper .game-content .game-text .game-title{
    padding: 0;
    margin: 0;
    font-size: 18px;
}
.index-competitive-game-slider .game-content-wrapper .game-content .game-text .game-intro{
    padding: 0;
    margin: 0;
    color: #858587;
    font-size: 14px;
}

.index-competitive-game-slider .game-content-wrapper .game-content .game-website{
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: rgba(49, 170, 226, 0.8);
    opacity: 0;
}

.index-competitive-game-slider .game-content-wrapper:hover .game-content .game-website{
    opacity: 1;
}

.index-competitive-game-slider .game-content-wrapper .game-content .enter-website-button{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -90px;
    border: 1px #fff solid;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.index-competitive-game-slider .game-content-wrapper .game-content .enter-website-button:hover{
    opacity: 0.7;
}

@media all and (max-width: 640px) {
    .index-about-line{
        width: 80px;
    }

    .index-competitive-game-slider .game-content-wrapper{
        margin: 10px auto;
        float: none;
    }
}