.wrapper {
    position: relative;
    z-index: 0;
    padding: 10px 0;
    padding-top: 80px;
    background: url('/Content/common/images/sports/sports-bg.jpg') no-repeat;
    background-size: cover;
}
#sport_contanier .sport_title img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

#sport_contanier {
    padding-top: 10px;
    width: 100%;
    height: 100%;
    /*background: url("/Content/common/images/sports/background.png") no-repeat;*/
    background-size: 100% 100%;
}
#sport_contanier .sport_title img {
    width: 20%;
    margin-top: 2%;
}

#sport_content {
// top: 40%;
// position: relative;
// transform: translateY(-50%);
}

#sport_content .sport_list {
// width: 1000px;
    margin: 10px auto;
}
#sport_content .sport_list ul {
    padding: 0;
    list-style: none;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align:center;
}
#sport_content .sport_list ul img {
    max-width: 100%;
}

.sport_list > ul li {
    display:inline-block;
    position: relative;
// float: left;
}

.sport_list > ul li:hover {
    cursor:pointer;
}
.sport_list > ul li .left_side {
    float: left;
    width:190px;

}
.sport_list > ul li .right_side {
    float: left;
    width: 500px;
    display: none;
    color: white;
    text-align: left;
    margin: 15px 0px 0px;
    font-size: 15px;
}
.sport_list > ul li .right_side div {
    width: 80%;
    margin: 10% auto;
}

.sport_list > ul li .right_side div p{
    margin-top:10px;
    line-height:1.5;
}


.sport_list>ul li .right_side div>a{
    display:inline-block;
    color:yellow;
    text-decoration: none;
    width: 160px;
    height: 50px;
    line-height:50px;
    position: relative;
    top: 50px;
    left: 50%;
    transform:translateX(-50%);
    text-align:center;
    background:url('/Content/common/images/sports/btnBg2.png') no-repeat;
    background-size: 100%;
}

.sport_list>ul li .right_side div .game_reg{
    width:auto;
    height:auto;
    color:#ffcc33;
    margin-top:65px;
    font-size:16px;
    background: none;
    position: inherit;
    transform:translate(0);
}

.changeColor{
    animation:changeColor 2s linear;
    animation-fill-mode: forwards;
}



@keyframes changeColor {
    0%{
        filter:blur(5px)
    }

    100%{
        filter:blur(0px)
    }
}
.sport_list .right_side {
    background-image: url("/Content/common/images/sports/hgBg.png");
    background-repeat: no-repeat;
    background-size:  100% 100%;
}

.sport_list .sport_sb .btn_list li{
    width: 160px;
    height: 90px;
}

.sport_list .sport_sb .btn_list li>a{
    width:100%;
    height: 100%;
    display:inline-block;
}

.sport_list .sport_sb .btn_list li:first-child{
    background: url("/Content/common/images/sports/asiaBtn.png") no-repeat;
    background-size: 100% 100%;
}

.sport_list .sport_sb .btn_list li:last-child{
    background: url("/Content/common/images/sports/islandBtn.png") no-repeat;
    background-size: 100% 100%;
}


