<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*脱存存脱��竪袖��脱����*/
.gameInfoLYn {
    width: 780px;
}

.gameInfoLYn .topic_box a {
    float: left;
    display: block;
    position: relative;
    overflow: hidden;
    width: 260px;
    height: 126px;
    background-image: url(http://img-game.yy.com/yyrxsg3/builder/57c4ffb9c0e50a47638b7083/img/557150cdc0e50a98468b4b69.jpg);
    background-repeat: no-repeat;
}

.gameInfoLYn .topic_box a.t01 {
    background-position: 0px 0px;
}

.gameInfoLYn .topic_box a.t02 {
    background-position: -260px 0px;
}

.gameInfoLYn .topic_box a.t03 {
    background-position: -520px 0px;
}

.gameInfoLYn .topic_box a .h3 {
    display: block;
    padding-left: 20px;
    padding-top: 30px;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    color: #ffd086;
}

.gameInfoLYn .topic_box a .p {
    display: block;
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #fcfeff;
}

.gameInfoLYn .topic_box a .icon {
    padding-left: 20px;
    position: relative;
    display: block;
    width: 40px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #97b4c5;
}

.gameInfoLYn .topic_box a .icon i {
    position: absolute;
    right: 0px;
    top: 4px;
    width: 0;
    height: 0;
    line-height: 0;
    border-style: dashed;
    border-color: transparent;
    border-width: 6px;
    border-left-style: solid;
    border-left-color: #fff;
}

.gameInfoLYn .topic_box a:hover .icon i {
    animation: 0.15s ease-in 0s alternate none infinite stariconBeat;
    -webkit-animation: 0.15s ease-in 0s alternate none infinite stariconBeat;
    -moz-animation: 0.15s ease-in 0s alternate none infinite stariconBeat;
    -o-animation: 0.15s ease-in 0s alternate none infinite stariconBeat;
    -ms-animation: 0.15s ease-in 0s alternate none infinite stariconBeat;
}

/*奪属�奪�座消β��｜β�促奪�催消�径鈎ヅ�即脱�∨�脱転�*/
@-webkit-keyframes stariconBeat {
    0% {
        -webkit-transform: translateX(-2px);
    }

    100% {
        -webkit-transform: translateX(2px);
    }
}

@-moz-keyframes stariconBeat {
    0% {
        -moz-transform: translateX(-2px);
    }

    100% {
        -moz-transform: translateX(2px);
    }
}

@-ms-keyframes stariconBeat {
    0% {
        -ms-transform: translateX(-2px);
    }

    100% {
        -ms-transform: translateX(2px);
    }
}

@-o-keyframes stariconBeat {
    0% {
        -o-transform: translateX(-2px);
    }

    100% {
        -o-transform: translateX(2px);
    }
}

@keyframes stariconBeat {
    0% {
        transform: translateX(-2px)
    }

    100% {
        transform: translateX(2px)
    }
}

/*脱存存脱��竪袖��脱�����偲｜�実�脱��｜�斬构多�｜モ�安�奪�貼脱�∨�脱転�*/
.gameInfoLYn .topic_box a {
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    -webkit-transition: all 0.3s ease ;
    -moz-transition: all 0.3s ease ;
    -o-transition: all 0.3s ease ;
    -ms-transition: all 0.3s ease ;
    transition: all 0.3s ease ;
}

.gameInfoLYn .topic_box a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
</pre></body></html>