﻿#huodong{
background-color:white;
}
#hd_star {
    margin:0px;
    padding:0px;
    position:relative;
}
#hd_star img{
    width:100%;
    height:auto;
}
    #hd_star span {
        font-family:'Microsoft YaHei UI';
        display: block;
        text-align: center;
        position: absolute;
        bottom: 40%;
        font-size: 20px;
        color: white;
        letter-spacing: 5px;
        width: 100%;
    }
    #hd_end img {
        width: 100%;
        height: auto;
    }
.tips {
    width: 100%;
    float: left;
    background-color:white;
}
    .tips p {
        width: 100%;
        font-size:12px;
      padding:2px 5px;
      text-align:left;
    }
    .tips .title{font-weight:bold;}