.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-344b56c0:#4054B2;--e-global-color-6b7e81cf:#23A455;--e-global-color-15dbb957:#000;--e-global-color-284a58f8:#FFF;--e-global-color-3ff365c1:#202AFF;--e-global-color-18229d92:#020101;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-container{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-container{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-container{--container-max-width:767px;}}/* Start custom CSS */.custom-dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-button {
    background-color: #818a91;
    color: white;
    font-size: 1em;
    padding: 10px 20px;
    width: 32em;
    height: 3em;
    border: none;
    cursor: pointer;
}
.dropdown-content {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #00987c;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-button:hover {
    background-color: #ffcc00; /* 鼠标悬停时的背景色 */
    color: black; /* 鼠标悬停时的字体颜色 */
}
.dropdown-content a:hover {
    background-color: #ffcc00;
    color: black;
}
.custom-dropdown:hover .dropdown-content {
    display: block;
}/* End custom CSS */