﻿html {
    font-size: 14px;
    background: none;
    display: block;
    height: auto;
    width: auto;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    background-repeat: no-repeat;
    background-position: left top;
    background-size:cover;
    color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    display: block;
    margin:0px;
    padding:0px;
}
header{
    height:50px;
    line-height:50px;
    border-bottom:1px solid #b8b8b8;
    display:flex;
    flex-direction:row;
    padding-left:10px;
    padding-right:10px;
    margin-bottom:5px;
    box-shadow:0 0 10px 1px #b8b8b8;
}
header .left{
    width:35px;
    justify-content:center;
    justify-items:center;
    align-items:center;
    display:flex;
}
    header .center {
        flex:1;
        text-align:center;
        font-size:16px;
    }
    header .right {
        width: 35px;
        height: 35px;
    }
.layui-carousel{
    padding:10px;
    background-color:transparent !important;
}
    .layui-carousel .carousel-item {
        border-radius: 5px;
    }
    .containers {
        padding: 5px;
    }
    .content{
        
    }
.banner .carousel-item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
footer{
    text-align:center;
    height:80px;
    font-size:12px;
    text-align:center;
    color:#5c5c5c;
    padding-top:10px;
}

footer .container {
    text-align: center;
    margin-top: 15px;
    color: #b8b8b8;
    font-size: 16px;
    padding-left: 20px;
    line-height:25px;
}
footer span{
    margin-left:5px;
    margin-right:5px;
}
