.default-content{
    text-align: center;
}
.default-content h1{
    font-family: "华文行楷";
    font-size: 44px;
    line-height: 100px;
    color: #333;
    margin-top: 80px;
}
.default-content h2{
    font-size: 32px;
    line-height: 62px;
    color: #333;
    font-weight: normal;
}
.default-content .start{
    font-size: 32px;
    line-height: 120px;
    color: #1495EC;
    font-weight: normal;
    background: url(../images/start.png) left center no-repeat;
    display: inline-block;
    padding-left: 30px;
}
