@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

@font-face {
    font-family: Oxanium-Bold;
    src: url('../ziti/Oxanium-Bold.ttf')
}

@font-face {
    font-family: Oxanium-Regular;
    src: url('../ziti/Oxanium-Regular.ttf')
}

@font-face {
    font-family: FuturaPT-Medium;
    src: url('../ziti/Oxanium-Regular.ttf')
}

html,
body {

    letter-spacing: 1px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}


body {
    background: #008152;
}

#content {
    flex: 1;
    width: 1280px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

ul,
li,
p,
h1,
h2,
h3,
h4 {
    margin: 0px;
    padding: 0px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-style: normal;
    font-weight: 300;
    list-style-type: none;
}

button {
    margin: 0;
    border: 0;
}

input,
textarea,
select,
a:focus {
    outline: none;
    caret-color: #000;
}

input::-webkit-input-placeholder {
    color: #999;
    text-shadow: none;
    -webkit-text-fill-color: initial;
}




/* 面包屑 */

.bread {


    margin: 8px auto 0;
    line-height: 32px;
    font-family: FuturaPT-Medium;
    color: #fff;
    font-weight: bold;
    
}

.bread a {
    color: #fff;
}

div,a,p{
    box-sizing: border-box;
}