.fly-logo{
    top: 0 !important;
}
em{
    color: red;
}
.index-container{
    background: #fff;
    min-width: 1000px;
}
.index-container .layui-inline{
    min-width: 480px;
}
.footer{background:#16baaa;width:100%;min-height:100px;padding:40px 0}
.footer .about a{color:#fff;font-size:16px;letter-spacing:1px}
.footer .footer-link .title{margin-top:0;color:#fff}
.footer .footer-link a{color:#9E9E9E}
footer .qrcode{width:40%;margin-left:5%;color:#fff}
footer .qrcode img{width:70%}

.clear{
    clear: both !important;
}
.color-b{
    color:blue;
}
.color{
    color: #16baaa;
}
@media screen and (min-width: 1500px) {
    .layui-container {
        width: 1400px !important;
    }
}

@media screen and (min-width: 1600px) {
    .layui-container {
        width: 1500px !important;
    }
}


@media screen and (min-width: 1800px) {
    .layui-container {
        width: 1700px !important;
    }
}
