@font-face {
    font-family: myFont;
    src: url('../fonts/Montserrat-Regular.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;
    background: linear-gradient(180deg, #6753a8 0%, #493b75 100%);
    background-size: 100px, cover;
    background-attachment: fixed;
}

html {
    scroll-behavior: smooth;
}

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

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

.my-radius3 {
    border-radius: 30px;
}
.slide_border {
    width: 360px;
    height: 360px;
    display: block;
    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_desc{ background: #6954ab; border: solid 5px #FFF; border-radius: 30px;}
.z_download {
    width: 360px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/d_btn.svg) center/contain no-repeat;
    color: white;
    font-size: 2.2rem;
    text-decoration: none;
    font-weight: bold;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    padding-bottom: 6px;
}
.z_download:hover {
    background: url(../img/d_btn_hover.svg) center/contain no-repeat;
    color: white;
    text-decoration: none;
}
.gd_sesc{ background: #5b4994; color: #FFF; border: solid 5px #7963c0; border-radius: 10px;}
.gd_sesc h1,h2,h3,h4,h5,h6{ color: #FFF; }
.gd_btn {
    width: 360px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/gd_btn.svg) center/contain no-repeat;
    color: white;
    font-size: 1.8rem;
    text-decoration: none;
    font-weight: bold;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    padding-bottom: 6px;
    text-align: center;
    line-height: 36px;
}
.gd_btn:hover {
    background: url(../img/gd_btn_hover.svg) center/contain no-repeat;
    color: white;
    text-decoration: none;
}
.gd_btn_close {
    width: 120px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/gd_btn.svg) center/contain no-repeat;
    color: white;
    text-decoration: none;
    font-weight: bold;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    text-align: center;
    line-height: 36px;
    border: none;
    cursor: pointer;
}
.gd_btn_close:hover {
    background: url(../img/gd_btn_hover.svg) center/contain no-repeat;
    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: #5b4994;
}

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







.gdb-bg {
    width: 100%;
    background: url(../img/gdb-bg.png) 0 0 no-repeat;
    background-size: cover;
}
.x-padding-large{ padding: 60px 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;
}

.x-uk-subnav {
    display: flex;
    justify-items: center;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    list-style: none;
}

.x-uk-subnav> * {
    line-height: 100px;
    background: url(../img/ar_btn.svg) center 0 no-repeat;
    background-size: 90%;
}
.x-uk-subnav > *:last-child {
    border-right: none;
}
.x-uk-subnav>*>:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: .25em;
    color: #FFF;
    font-size: 1.2rem;
    transition: .1s ease-in-out;
    transition-property: color,background-color
}

.x-uk-subnav>*>a:hover {
    color: #FFF;
    text-decoration: none
}

.x-uk-subnav>.uk-active>a {
    color: #FFF;
    background: url(../img/ar_btn_hover.svg) center 0 no-repeat;
    background-size: 90%;
}

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

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

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

.g-scrollbar::-webkit-scrollbar-thumb {
    background: #4a6cc1;
    border-radius: 10px;
    border: solid 1px rgb(23, 51, 128);
}

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

.footer-bg {
    background: #67a7fa;
    height: auto;
    border-radius: 50px;
    padding: 20px 0;
}