* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li {
    list-style: none
}

body {
    font-size: 1em;
}

html,
body,
.page {
    /* min-width: 1320px; */
    background: #F6F6FC;
}

#app {
    overflow: hidden;
    margin: auto;
}

input {
    -webkit-appearance: none;
}
.container-1{
    width: 1280px;
    margin: auto;
}
.content-fluid{
    width: 100%;
    margin: auto;

}

.footer {
    max-width: 1320px;
    height: 140px;
    display: flex;
    justify-content: center;
    margin: auto;

}

.footer-left {
    width: 560px;
    height: 100%;
    padding: 20px;
    float: left;
}

.footer-left img {
    display: block;
    float: left;
    width: 80px;
    height: 100%;
}

.footer-left-info {
    width: 386px;
    margin-left: 30px;
    height: 60px;
    float: left;
    border-bottom: 1px solid #676767;
}

.left-info-top {
    height: 100%;
}

.left-info-top img {
    display: block;
    float: left;
    width: 30px;
    height: 50px;
}

.left-info-text {
    height: 50px;
    margin-left: 10px;
    float: left;
}

.left-info-text p:nth-child(1) {
    font-size: 16px;
    color: #A0A0A0;
}

.left-info-text span:nth-child(2) {
    font-size: 16px;
    color: #A0A0A0;
}

.left-info-text span span {
    font-size: 18px;
    color: white;
}

.left-info-bottom {
    height: 40px;
    line-height: 20px;
    color: #A0A0A0;
    font-size: 12px;
}

.footer-right {
    width: 560px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}

.links span {
    font-size: 14px;
    line-height: 14px;
    color: #A0A0A0;
    cursor: pointer;
    padding: 0px 20px;
    border-right: 1px solid #ABABAB;
}
::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    border-radius: 3px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #c7c6c6;  
    border-radius: 3px;
}
