@font-face{
    font-family: 'Nsimsun';
    src: url('../images/race/Nsimsun.TTF');
}
body::-webkit-scrollbar {
    display:none
}
#closeWin{
    cursor: pointer;
}
#closeWin:hover{
    color:#458deb;
    border-color:#458deb;
}
#raceContent{
    background:url(../images/race/raceBg.png) no-repeat;
    width: 400px;
    height: 750px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -375px;
}
#closeWin{
    display: block;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 20px;
    border: 2px solid #fff;
    border-radius: 12px;
    float: right;
    margin-top: -10px;
    margin-right: -10px;
}
.raceTop{
    margin: 10px 30px;
    height: 160px;
    background: url(../images/race/top.png) no-repeat;
    background-size: 100%;
}
.award{
    margin: 10px 30px;
}
.award ul{
    overflow: hidden;
}
.award ul li{
    width: 80px;
    background: url(../images/race/award.png) no-repeat;
    background-size: 100%;
    height: 175px;
    font-family: Nsimsun;
    float: left;
    text-align: center;
    padding: 0 10px;
}
.award-text{
    margin-top: 30px;
    display: block;
    line-height: 3;
}
.detail{
    margin: 10px 30px;
    padding: 0 20px;
    padding-top: 65px;
    height: 200px;
    background: url(../images/race/detail.png) no-repeat;
    background-size: 100%;
    box-sizing: border-box;
}
.raceBottom{
    font-family: Nsimsun;
}
.raceBottom ul{
    overflow: hidden;
    text-align: center;
}
.raceBottom ul li{
    display: inline-block;
}
.raceBottom ul li span{
    display: inline-block;
    background: url(../images/race/btn.png) no-repeat;
    background-size: 100%;
    /* height: 30px; */
    width: 120px;
    /* padding: 0 10px; */
    font-size: 12px;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
    margin-top:10px;
}
