@font-face {
    font-family: myFont;
    src: url('../fonts/Montserrat-Regular.ttf');
}

@font-face {
    font-family: myFont01; letter-spacing: 2px;
    src: url('../fonts/Climate Crisis.ttf');
}

html,
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
.uk-button,
.uk-navbar-nav>li>a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a,
span {
    font-family: myFont!important;
}

body {
    margin: 0 auto;
    min-width: 1400px;

}

html {
    scroll-behavior: smooth;
}

.uk-font-01 {
    font-family: myFont01!important;
}

.my-radius {
    border-radius: 15px;
}

.my-radius2 {
    border-radius: 50px;
}

.my-radius3 {
    border-radius: 30px;
}

.z_download {
    width: 420px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 10px;
    border-color: rgb(131, 120, 3);
    border-style: solid;
    border-radius: 83px;
    background-color: rgb(234, 194, 0);
    color: white;
    font-size: 2.2rem;
    text-decoration: none;
    font-weight: bold;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    font-family: myFont01 !important;

}

.z_download:hover {
    border-width: 10px;
    border-color: rgb(109, 101, 16);
    border-style: solid;
    border-radius: 83px;
    background-color: rgb(238, 205, 43);
    color: white;
    text-decoration: none;
}
.uk-text-white{ color: #FFF; }
.x-navbar-nav {
    gap: 0;
    border-bottom: solid 5px #274493;
}

.x-navbar-nav>li {
    width: 100%;
    height: auto;
    padding: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.x-navbar-nav>li>a {
    color: #FFF;
    font-family: myFont01 !important;
    font-size: 1.5rem;
}

.x-navbar-nav>li:hover>a,
.x-navbar-nav>li>a[aria-expanded=true] {
    color: #FFF
}

.x-navbar-nav>li:nth-child(odd) {
    background: url(../img/nav_f_btn.png) 0 0 no-repeat;
    transition: background 0.3s ease-in-out;
    background-size: cover;
}

.x-navbar-nav>li:nth-child(even) {
    background: url(../img/nav_s_btn.png) 0 0 no-repeat;
    transition: background 0.3s ease-in-out;
    background-size: cover;
}

.x-navbar-nav>li:nth-child(odd):hover {
    background: url(../img/nav_f_btn_hover.png) 0 0 no-repeat;
    background-size: cover;
}

.x-navbar-nav>li:nth-child(even):hover {
    background: url(../img/nav_s_btn_hover.png) 0 0 no-repeat;
    background-size: cover;
}

.gm-bg {
    background: #eac200;
}
.gm-bg-top{
    width: 1000px;
    background-image: -moz-linear-gradient( 90deg, rgb(236,129,58) 0%, rgb(254,177,94) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(236,129,58) 0%, rgb(254,177,94) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(236,129,58) 0%, rgb(254,177,94) 100%);
    border-radius: 50px 50px 0 0 ;
    padding: 20px;
    margin-top: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}


/* .gm-bg-top{ width: 100%;
    height: 179px;
    background: url(../img/g_h_bg.png) center bottom no-repeat;
    background-size: 80%; } */
/* .gm-bg-mid {
   
    background: url(../img/g_m_bg.png) center 0 repeat-y;
    background-size: 80%;
} */
.gm-bg-mid {
    width: 100%;
    background: #f9f2de;
    border-radius: 50px;
    position: absolute;
    top:11.8%;
    left: 50%;
    transform: translateX(-50%);
    border: solid 15px #ff8d3b;
    border-top: solid 30px #ff8d3b;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.6);
}


.gm-bg h1,
.gm-bg h2,
.gm-bg h3,
.gm-bg h4,
.gm-bg h5,
.gm-bg h6 {
    color: #FFF;
}

.x-background-img{ background:#f5d4aa; box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);}

.slide_border {
    width: 400px;
    height: 400px;
    border: solid 5px #FFF;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.slide_border:hover {
    box-shadow:
        0 0 20px rgba(230, 251, 255, 0.8),
        inset 0 0 50px rgba(0, 0, 0, 0.3);
}


.gdb-bg {
    background: #f4d5a8;
    background-size: cover;
}
.x-padding-large{ padding: 120px; }
.gdb-m-bg h1,
.gdb-m-bg h2,
.gdb-m-bg h3,
.gdb-m-bg h4,
.gdb-m-bg h5,
.gdb-m-bg h6 {
    color: #ffb206;
}
.gdb-subnav{ background: #8cbd5a; border: solid 6px #605c43;}
.x-close {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    background: url(../img/g_close.svg) 0 top no-repeat;
    color: #FFF;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
    border: none;
}

/* 自定义滚动条样式 */


.uk-modal-body::-webkit-scrollbar {
    width: 10px;
}

.uk-modal-body::-webkit-scrollbar-track {
    background: #8a642b;
    border-radius: 10px;
}

.uk-modal-body::-webkit-scrollbar-thumb {
    background: #b38137;
    border-radius: 10px;
    border: solid 1px #8a642b;
}

.uk-modal-body::-webkit-scrollbar-thumb:hover {
    background: #f6e7d0;
}
.g-scrollbar{ padding: 0 50px 0 0; }

.g-scrollbar::-webkit-scrollbar {
    width: 8px;
}

.g-scrollbar::-webkit-scrollbar-track {
    background: #373400;
    border-radius: 10px;
}

.g-scrollbar::-webkit-scrollbar-thumb {
    background: #fba46a;
    border-radius: 10px;
    border: solid 1px #d38959;
}

.g-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #c681ff;
}
.left_nav_bg{ background: #fba66a; border-radius: 50px 0 0 50px; padding: 80px 0 ; }
.right_con_bg{ background: #f9f2de; border-radius: 0 50px 50px 0; border: solid 15px #ffaa6b; border-left: none; }

.uk-tab {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    padding: 130px 0;
    list-style: none;
    position: relative;
}

.uk-tab::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 0;
    border-bottom: 1px solid #e5e5e5
}

.uk-tab>* {
    flex: none;
    padding-left: 20px;
    position: relative
}

.uk-tab>*>a {
    display: flex;
    align-items: center;
    column-gap: .25em;
    justify-content: center;
    padding: 15px 50px;
    color: #fff;
    border-bottom: 1px solid transparent;
    font-size: .875rem;
    text-transform: uppercase;
    transition: color .1s ease-in-out
}

.uk-tab>*>a:hover {
    color: #666;
    text-decoration: none
}

.uk-tab>.uk-active>a {
    color: #fff;
    border-color: #1e87f0;
    background:#857804;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}

.uk-tab>.uk-disabled>a {
    color: #999
}

.uk-tab-bottom::before {
    top: 0;
    bottom: auto
}

.uk-tab-bottom>*>a {
    border-top: 1px solid transparent;
    border-bottom: none
}

.uk-tab-left,.uk-tab-right {
    flex-direction: column;
    margin-left: 0
}

.uk-tab-left>*,.uk-tab-right>* {
    padding-left: 0
}

.uk-tab-left::before {
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    border-left: none;
    border-bottom: none
}

.uk-tab-right::before {
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    border-left: 1px solid #e5e5e5;
    border-bottom: none
}

.uk-tab-left>*>a {
    justify-content: left;
    border-right: 1px solid transparent;
    border-bottom: none
}


.footer-bg {
    background: #605c43;
    height: auto;
    padding: 30px 160px;
}