﻿.header {
    height: 60px;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 1px 3px rgba(18,18,18,.1);
    box-shadow: 0 1px 3px rgba(18,18,18,.1);
}

.header-content {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    top: 10px;
}

.content {
    width: 450px;
    height: 250px;
    margin: 0 auto;
    position: relative;
    top: 110px;
}

.text-descrption {
    color: #8590a6;
}

h2 {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    margin: 0;
}

    ul li {
        padding: 10px 0;
    }

.mini-button {
    color: #fff;
    background-color: #0084ff;
}

a:hover .mini-button {
    background-color: #0077e6;
}

body a:hover.mini-button {
    color: #fff;
    border-color: #0077e6;
    background: #0077e6;
}


.slide-codebg {
    width: 317px;
}