﻿body, ul, li, h2, h3, div {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-size: 12px;
    font-family: "Microsoft YaHei";
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}



body {
    background-color: #292929;
}

@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('https://rbb-qysports.com.cn/images/1ddd29f07e22ac88b8cfbe16776b38b1.woff');
    src: url('https://rbb-qysports.com.cn/images/1ddd29f07e22ac88b8cfbe16776b38b1.woff') format('woff'), url('https://rbb-qysports.com.cn/images/78d7117a756f236cff887630cdefeb8a.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.list {
    text-align: center;
    width: min(310px, calc(100% - 20px));
    height: auto;
    margin: 0 auto;
}

    .list li {
        display: inline-block;
        margin: 5px;
        height: 80px;
        background: #FFF;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
        -webkit-transition: 0.3s all ease;
        -moz-transition: 0.3s all ease;
        -ms-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        transition: 0.3s all ease;
        overflow: hidden;
        position: relative;
    }

.shoujiqudiao {
    display: block;
}

@media screen and (max-width: 1222px) {
    .shoujiqudiao {
        display: none;
    }
}

.list li:hover {
    background: #4B0082;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.text h2, .text a {
    font-family: "Microsoft YaHei";
    color: #333;
    text-shadow: 1px 2px 4px #999;
    font-size: 28px;
    font-weight: normal;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
}

.text h3 {
    font-family: Verdana;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
}

.list li:hover h2, .list li:hover a {
    color: #FFF;
    font-size: 18px;
    text-shadow: 1px 2px 4px #333;
}

.list li:hover .text h3 {
    color: #F60;
    font-size: 18px;
    margin-top: 10px;
}

.list li .icon {
    /*font-family:'WebSymbolsRegular'*/;
    width: 60px;
    height: 50px;
    margin-left: 20px;
    margin-top: 15px;
    float: left;
    font-size: 30px;
    line-height: 75px;
    text-align: center;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    text-shadow: 0 0 3px #CCCCCC;
}

.icon1 {
    background: url(../image/qyh.png)repeat-y center
}

.icon2 {
    background: url(../image/long8.png)repeat-y center
}

.icon3 {
    background: url(../image/qmh.png)repeat-y center
}

.icon4 {
    background: url(../image/jxf.png)repeat-y center
}

.icon5 {
    background: url(../image/lh.png)repeat-y center
}

.icon6 {
    background: url(../image/UED.jpg)repeat-y center
}

.icon7 {
    background: url(../image/zdw.png)repeat-y center
}

.icon8 {
    background: url(../image/tqb.png)repeat-y center
}

.icon9 {
    background: url(../image/qyh.png)repeat-y center
}

.icon10 {
    background: url(../image/AG.png)repeat-y center
}


.list li:hover .icon {
    color: #F90;
    font-size: 50px;
}



.text {
    float: left;
    margin-top: 11px;
    height: 70px;
    width: 200px;
    -webkit-animation: .5s .2s ease both;
    -moz-animation: 1s .2s ease both;
}



@-webkit-keyframes shake {

    0%,100% {
        -webkit-transform: translateX(0);
    }

    20%,60% {
        -webkit-transform: translateX(-10px);
    }

    40%,80% {
        -webkit-transform: translateX(10px);
    }
}

@-moz-keyframes shake {

    0%,100% {
        -moz-transform: translateX(0);
    }

    20%,60% {
        -moz-transform: translateX(-10px);
    }

    40%,80% {
        -moz-transform: translateX(10px);
    }
}



.footer {
    font-size: 16px;
    width: 280px;
    margin: 0px auto;
    text-align: center;
}

.notice-box {
    width: 100%;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    white-space: nowrap;
    color: gold !important;
    position: relative;
}

.notice-text {
    display: inline-block;
    padding-left: 100%;
    animation: scrollText 15s linear infinite reverse;
}

    .notice-text a {
        color: gold;
    }

@keyframes scrollText {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

/* ������ȥ��ͣ */
.notice-box:hover .notice-text {
    animation-play-state: paused;
}