/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

html {
    scroll-behavior: smooth;
}

.elementor-location-header.header_sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #01117E;

    transform: translateY(-100%);
    transition: transform 0.35s ease;
    will-change: transform;
}

.elementor-location-header.header_sticky .elementor-element-0460c2d > .e-con-inner { padding-top:0!important; padding-bottom:0!important;}

/* 进入动画 */
.elementor-location-header.header_sticky.show {
    transform: translateY(0);
}

.elementor-location-header.header_sticky > .elementor-element > .e-con-inner {
    max-width: 100%;
}

@media(max-width: 1024px){
    .elementor-location-header .elementor-nav-menu--burger > .elementor-nav-menu--dropdown {
        position: fixed!important;
        top: 0!important;
        left: 0!important;
        right: 0!important;
        width: 100%!important;
        height: 100vh!important;
        margin: auto;
        background-color: #01117E;
        background-image: url('Video/0_Blue_Gradient_3840x2160.gif')!important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .elementor-location-header .elementor-nav-menu--burger > .elementor-nav-menu--dropdown > .elementor-nav-menu {
        padding-top: 150px;
    }

    .elementor-location-header .elementor-nav-menu--burger > .elementor-nav-menu--dropdown > .elementor-nav-menu .elementor-item  {
        display: block!important;
        text-align: center;
        background-color: transparent!important;
    }

    .elementor-location-header .elementor-nav-menu--burger > .elementor-menu-toggle.elementor-active {
         z-index: 9999!important;
         background-color: transparent!important;
    }

    .elementor-location-header.header_sticky .elementor-nav-menu--burger > .elementor-menu-toggle.elementor-active {
        margin-top: 40px;
    }
}


/*.elementor-element-8df2ed9 {
    position: relative;
}

.elementor-element-8df2ed9:before {
    content:'';
    display: block;
    width: 150px;
    height: 15px;
    background-image: url(Images/black.png);
    background-position: bottom;
    background-repeat: repeat;
    position: absolute;
    bottom: 0px;
}*/