html,body{
    height: auto;
    width:100%;
    font-family: 'pingfang SC','microsoft yahei ui','microsoft yahei','helvetica neue',arial,'hiragino sans gb',sans-serif;
    background:white;
}
*{
    margin:0;
    padding:0;
}
/*banner*/
.banner{
    height:660px;
    background:url(../img/bannerBg.png) no-repeat center;
    overflow: hidden;
}
.banner .logo{
    width:250px;
    height:30px;
    background:url(../img/logo.png);
    margin:0 auto;
    margin-top:76px;
}
.banner .caption{
    width:1025px;
    height:66px;
    background: url(../img/caption.png) center;
    margin:0 auto;
    margin-top:34px;
}
.banner p{
    text-align:center;
    color:white;
    letter-spacing:8px;
    margin-top: 8px;
}
/*第二部分*/
.timeRules{
    height:808px;
    background: url(../img/bg_1.png) no-repeat center;
    overflow: hidden;
}
.timeRules .time{
    width:410px;
    height:160px;
    background:url(../img/time.png) no-repeat center;
    margin:0 auto;
    margin-top:60px;
}
.timeRules>p{
    text-align: center;
    font-size:24px;
    margin-top: 10px;
}
.timeRules .rules{
    width:410px;
    height:160px;
    background:url(../img/rules.png) no-repeat center;
    margin:0 auto;
    margin-top:90px;
}
.timeRules .text{
    text-align:left;
    margin:0 auto;
    font-size:24px;
    line-height:48px;
    width:1028px;
}
.timeRules .text span{
    color:#ce0910;
    font-size:32px;
    font-weight:900;
}
/*下半部分*/
.bottom{
    height:1230px;
    background:url(../img/bg_2.png);
    overflow:hidden;
}
.bottom .award{
    width:410px;
    height:160px;
    background:url(../img/award.png) no-repeat;
    margin:0 auto;
    margin-top:0px;
}
.bottom .img{
    width:845px;
    height:405px;
    background:url(../img/cows.png) no-repeat;
    margin:0 auto;
    margin-top:20px;
}
.bottom .qr{
    width:675px;
    height:380px;
    background:url(../img/qr.png) no-repeat center;
    margin:0 auto;
}
.bottom p{
    text-align: center;
    margin-top: 40px;
}


