body {
    font-family: 'Yozai' !important;
    font-weight: 700;
}

.bbackground {
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    position: fixed;
    bottom: 0px;
    z-index: -1
}

.header .layui-nav {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    background: none;
    z-index: 10
}

.layui-nav .layui-nav-item-logo {
    position: relative;
    display: inline-block;
    display: inline;
    zoom:1;margin-top: 0;
    list-style: none;
    vertical-align: middle;
    line-height: 60px
}

.footer p{
    color: white;
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: 30px
}

.footer .footer-right{
    color: white;
    font-size: 12px;
    text-align: right;
    margin: 0;
    padding: 0;
    line-height: 30px
}

.footer .footer-padding {
    padding: 2%;
}

.footer h2 {
    color: white;
}

.footer h3 {
    color: white;
}

.img_round {
    border-radius: 50%;
    overflow: hidden;
    display:inline-block;
}