.index{
    width: 75%;
    margin: 0 auto;
}
.star{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 3%;
}
.star h2{
    text-align: center;
    font-size: 35px;
    letter-spacing: 2px;
}
.star ul{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 5%;
}
.star li{
    float: left;
    margin-right: 3%;
    text-align: center;
    margin-bottom: 3%;
}
.star li img{
    width: 100%;
    height: 335px;
}
.star li h3{
    font-size: 21px;
    letter-spacing: 2px;
    padding: 13px;
}
.star li p{
    color: #5b5b5b;
    font-size: 15px;
}
.st-box{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 5%;
    margin-bottom: 6%;
}
.st-box li{
    width: 20%;
    float: left;
}
.st-box li img{
    width: 89%;
}