﻿@media screen and (max-width: 780px){
.mobile-inner-header {
    background-color: #fff;
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0px;
    left: 0px;
    display: block;
    z-index: 9999999999;
    webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.1);
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.mobile-logo {
    float: left;
    line-height: 62px;
    width: 183px;
    height: 62px;
}
.mobile-logo img {
    width: 100%;
}
.mobile-inner-header-icon:hover {
    background-color: #004386;
    cursor: pointer;
}
.fy-nav-cont {
    display: none;
}
}