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

@font-face {
    font-family: myFont01;
    src: url('../fonts/bxzwjh.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: myFont01 !important;
}

body {
    margin: 0 auto;
    min-width: 1400px;
    background: 
        url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><path fill="rgba(255,255,255,0.15)" d="M30 10 L50 30 L70 10 L90 30 L70 50 L90 70 L70 90 L50 70 L30 90 L10 70 L30 50 L10 30 Z"/></svg>'),
        linear-gradient(180deg, #1e90ff 0%, #3e93e9 100%);
    background-size: 100px, cover;
    background-attachment: fixed;
}

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: 500px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/d_btn.svg) center/contain no-repeat;
    color: white;
    font-size: 2.6rem;
    text-decoration: none;
    font-weight: bold;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
}

.z_download:hover {
    background: url(../img/d_btn_hover.svg) center/contain no-repeat;
    color: white;
    text-decoration: none;
}

.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-size: 1.5rem;
    text-shadow: ;
}

.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: url(../img/c_bg.jpg) 0 center repeat-y;
}

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

.g-h-bg {
    width: 100%;
    height: 130px;
    background: url(../img/g_h_bg.png) 0 bottom no-repeat;
    background-size: contain;
}

.g-m-bg {
    width: 100%;
    background: url(../img/g_m_bg.png) 0 center repeat-y;
    background-size: contain;
}

.g-b-bg {
    width: 100%;
    height: 90px;
    background: url(../img/g_b_bg.png) 0 top no-repeat;
    background-size: contain;
}
.x-modal-bg{ 
    background: 
        url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><path fill="rgba(255,255,255,0.15)" d="M30 10 L50 30 L70 10 L90 30 L70 50 L90 70 L70 90 L50 70 L30 90 L10 70 L30 50 L10 30 Z"/></svg>'),
        linear-gradient(180deg, #1e90ff 0%, #3e93e9 100%);
    background-size: 100px, cover;
    background-attachment: fixed;
    border: solid 10px #ffb206;
    border-radius: 30px;
    color: #FFF;
}
.x-modal-bg1{ 
    background: linear-gradient(180deg, #1e90ff 0%, #3e93e9 100%);
    border: solid 10px #ffb206;
    border-radius: 30px;
    color: #FFF;
}
.x-modal-bg img {
    border: solid 3px #b38137;
    border-radius: 15px;
}

.slide_border {
    border: solid 10px #ffb206;
    border-radius: 30px;
    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);
}

.uk-dotnav>.uk-active>*,
.uk-light .uk-dotnav>.uk-active>* {
    background-color: #ffb206;
    border-color: transparent
}

.uk-dotnav>*>*,
.uk-light .uk-dotnav>*>* {
    background-color: #FFF;
    border-color: transparent;
}

.uk-dotnav>*>* {

    width: 15px;
    height: 15px;

}

.gdb-h-bg {
    width: 100%;
    height: 130px;
    background: url(../img/gdb_h_bg.png) 0 bottom no-repeat;
    background-size: contain;
}

.gdb-m-bg {
    width: 100%;
    background: url(../img/gdb_m_bg.png) 0 center repeat-y;
    background-size: contain;
    color: #ffb206;
}

.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-b-bg {
    width: 100%;
    height: 90px;
    background: url(../img/gdb_b_bg.png) 0 top no-repeat;
    background-size: contain;
}

.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;
    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::-webkit-scrollbar {
    width: 8px;
}

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

.g-scrollbar::-webkit-scrollbar-thumb {
    background: #ab4cf1;
    border-radius: 10px;
    border: solid 1px #914cdf;
}

.g-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #c681ff;
}

.footer-bg {
    background: url(../img/f_bg.png) 0 bottom repeat-x;
    background-size: contain;
    height: auto;
}

.x-footer-nav {
    gap: 0;
}
.x-footer-nav>li{ margin: 0; padding: 0; }
.x-footer-nav>li>a {
    width: 280px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFF;
    background: url(../img/f_btn.svg) center center no-repeat;
    background-size: contain;
    transition: all 0.3s ease;
}

.x-footer-nav>li>a:hover {
    background: url(../img/f_btn_hover.svg) center center no-repeat;
    background-size: contain;
    color: #96c0ff;
}