
header {
    background-color: #fff;
}
header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 10px 0;
    min-width: 1280px;
    width: 1280px;
    height: 90px;
}
header section {
    display: flex;
    align-items: center;
    height: 100%;
}
header .logo a {
    display: flex;
    align-items: center;
    /*   padding-left: 30px; */
}
header .logo img {
    margin-right: 25px;
    height: 45px;
}
header .logo p {
/*     font-family: "KaiTi"; */
/*     font-size: 18px; */
    /* color: #fff; */
    font-size: 14px;
    font-weight: bolder;
}
header .navigation {
    display: flex;
    justify-content: space-between;
    height: 100%;
}
header .navigation li {
    position: relative;
    padding: 0 10px;
}
header .navigation li:hover .child-nav{
    display: block;
}
header .navigation li .item {
    display: block;
    font-size: 15px;
    line-height: 70px;
    transition: color .4s;
}
header .navigation li .item:hover {
    color: #3b9ff3;
}
header .navigation li .child-nav{
    display: none;
    position: absolute;
    left: 50%;
    top: 60px;
    padding: 10px;
    width: 180px;
    background-color: #fff;
    box-shadow: 0px 0px 10px -5px #000;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 999;
}
header .navigation li .child-nav a{
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    transition: color .4s;
}
header .navigation li .child-nav a:hover{
    color: #3b9ff3;
}
header .active{ color: #3b9ff3 !important; }
header .lang {
    padding-left: 25px;
    color: #5d5655;
}
header .lang a {
    display: inline-block;
    padding: 0 5px;
    color: #5d5655;
    cursor: pointer;
    transition: color .4s;
}
header .lang a:hover {
    color: #3b9ff3;
}
header .lang i {
    font-size: 16px;
}

footer {
    position: relative;
    background-color: #0c0f15;
}
footer .aside {
    margin-top: -90px;
}
footer .contain {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    padding: 25px 30px;
    width: 1280px;
}
footer .container {
    width: 950px;
}
footer .title {
    padding-top: 25px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
footer .title img {
    margin: 0 auto;
}
footer .title h4 {
    margin-bottom: 12px;
}
footer .form {
    display: flex;
    justify-content: center;
    margin: 25px auto;
    height: 45px;
}
footer .form input[type=text] {
    padding: 0 12px;
    color: #bbbbbb;
    width: 430px;
    line-height: 45px;
    border: none;
}
footer .form .submit {
    width: 130px;
    color: #fff;
    text-align: center;
    border: none;
    background-color: #3b9ff3;
}
footer .flex-content {
    display: flex;
    justify-content: center;
    padding: 20px;
}
footer .nav {
    flex: 1;
    display: flex;
    justify-content: center;
    /* width: 45%; */
    text-align: center;
}
footer .nav .item {
    padding: 0 20px;
}
footer .nav p {
    margin-bottom: 20px;
    font-size: 16px;
}
footer .nav p a {
    color: #fff;
}
footer .nav a {
    display: block;
    color: #8d9198;
    line-height: 28px;
}
footer .qr-code {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 37%;
    color: #fff;
    text-align: center;
}
footer .qr-code .item {
    margin: 0 18px;
}
footer .qr-code img {
    margin: 0 auto 10px;
    width: 72px;
}
footer .qr-code p {
    width: 100%;
}
footer .platform{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 24%;
}
footer .platform a{
    padding: 0 5px;
}
footer .platform p{
    width: 100%;
    color: #fff; 
    text-align: center;
}
footer .bottom {
    padding: 30px 0 0;
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 28px;
}
/*# sourceMappingURL=component.css.map */
