@charset "UTF-8";

:root {
    --m-color--: #FFa800;
}

[v-cloak] {
    display: none;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    min-width: 1190px;
    overflow-x: hidden;
    background: #f4f4f4;
}

input {
    outline: none;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

a {
    text-decoration: none;
    color: #666;
}

.foot {
    background: #ffffff;
}

.foot .nav {
    width: 1190px;
    margin: 0px auto;
    height: 225px;
    color: #414141;
}

.foot .nav ul {
    float: left;
    width: 148px;
    letter-spacing: 1px;
    padding: 10px 0px;
}

.foot .nav ul img {
    width: 100px;
}

.foot .nav ul:nth-of-type(1) li:first-child {
    margin-left: 36px;
}

.foot .nav ul:nth-of-type(2) li:first-child {
    margin-left: 10px;
}

.foot .nav ul li:first-child {
    font-size: 16px;
    margin-bottom: 20px;
    cursor: default;
}

.foot .nav ul li:first-child:hover {
    color: #414141;
}

.foot .nav ul li {
    margin: 10px 0px;
    cursor: pointer;
}

.foot .nav ul li a:hover {
    color: var(--m-color--);
}

.bottom {
    margin: 20px 0px 15px;
    text-align: center;
}

.bottom p img {
    width: 47px;
    height: 47px;
}

.bottom p a {
    display: inline-block;
    margin: 0px 5px;
}

.bottom p a:hover {
    color: var(--m-color--);
}