*{
    padding: 0;
    margin: 0;
}
body{
    position: fixed;
    height: 100% !important;
    /*background: url(/service/images/web/background01_meitu_1.jpg) no-repeat 100% 100%;*/
    padding: 0;
    margin: 0;
    width: 100% !important;
}

.content{
    position: absolute;
    width: 62%;
    margin: 0 auto;
    top: 19%;
    left: 20%;
    float: left;
}
.appointment{
    display: inline-block;
    border: none;
    border-radius: .3em;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.88), inset 0 27.75em 0 rgba(218, 32, 32, 0.05), 0 0.25em 0.25em rgb(0, 0, 0);
    color: #fff;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 1px;
    padding: 0.5em 0.5em 0.5em;
    margin-right: 2%;
    margin-top: 50px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(123, 99, 99, 0.41);
    /* vertical-align: middle; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 511px;
}
.serviceDirectory {
    display: inline-block;
    border: none;
    border-radius: .3em;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.88), inset 0 23.75em 0 rgba(220, 28, 28, 0.1), 0 0.25em 0.25em rgb(0, 0, 0);
    color: #fff;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    line-height: 1.5;
    /* margin-left: 5%; */
    letter-spacing: 1px;
    padding: 0.5em 0.5em 0.5em;
    margin-top: 50px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(123, 99, 99, 0.41);
    /* vertical-align: middle; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 511px;
}
.appointment:hover{
    transform: scale(1.3);
}
.serviceDirectory:hover{
    transform: scale(1.3);
}
