* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-size: 14px;
    color: #444;
    box-sizing: border-box;
}

[v-cloak] {
    display: none;
}

body {
    background-color: #9DC8C8;
    overflow: hidden;
}

/*主页样式*/
.tool-box {
    width: 1200px;
    height: 700px;
    margin: 0 auto;
    overflow: hidden;
}

.tool-title {
    display: block;
    margin: 100px auto 0;
    width: 320px;
}

.content-box {
    width: 891px;
    height: 532px;
    margin: 54px 156px;
    box-sizing: border-box;
}

.works-header {
    width: 600px;
    margin: 0 auto;
    text-align: center;
    border-bottom: #777 solid 1px;
    line-height: 36px;
}

.works-ul {
    width: 800px;
    height: 444px;
    margin: 18px auto;
    text-align: center;
}

.works-ul > li {
    width: 184px;
    height: 96px;
    display: inline-block;
    margin: 5px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #FFF;
    overflow: hidden;
    cursor: pointer;
}

.works-ul > li:hover {
    position: relative;
    top: -2px;
}

.works-ul > li > p {
    font-size: 12px;
    color: #cccccc;
    padding: 0 10px;
}

.works-ul > li > p:first-child {
    margin-top: 16px;
    font-size: 14px;
    height: 35px;
}

.works-ul > li > p > img {
    width: 25px;
    display: inline-block;
}

.works-ul > li > p > span {
    display: inline-block;
    line-height: 30px;
    position: relative;
    top: -6px;
}

.linkElement {
    font-size: 12px;
    color: #98b5ca;
    padding: 0 2px;
    cursor: pointer;
}


.copyright {
    position: fixed;
    bottom: 18px;
    color: #FFF;
    text-align: center;
    width: 100%;
    font-size: 13px;
}

.animated.delay-100ms {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms
}

.animated.delay-200ms {
    -webkit-animation-delay: 700ms;
    animation-delay: 700ms
}

.animated.delay-300ms {
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms
}

.animated.delay-400ms {
    -webkit-animation-delay: 1100ms;
    animation-delay: 1100ms
}

.animated.delay-500ms {
    -webkit-animation-delay: 1300ms;
    animation-delay: 1300ms;
}
.animated.delay-600ms {
    -webkit-animation-delay: 1500ms;
    animation-delay: 1500ms;
}
.animated.delay-700ms {
    -webkit-animation-delay: 1700ms;
    animation-delay: 1700ms;
}

