﻿html, body {
    font-family: AlibabaPuHuiTi-2-55-Regular;
}

body {
    background-color: #000;
    overflow-x: hidden;
}

.div-pile {
    position: absolute;
    z-index: 90;
}

.img:hover {
    border: 3px solid #1B58EF;
}

.img-l:hover {
    transition: all 0.3s;
    transform: scale(1.1);
}

.img-b:hover {
    background-color: rgba(255,255,255, 0.2);
}

.container {
    width: 1400px !important;
}

.container-fluid {
    min-width: 1400px;
}

.navbar {
    height: 102px;
}

.nav {
    font-size: 1.5em;
    margin-top: 30px;
}

.nav>li {
    height: 70px;
}

.navbar-brand {
    margin-top: 15px;
    width: 500px;
}