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

@font-face {
    font-family: myFont01;
    letter-spacing: 2px;
    src: url('../fonts/Geologica.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: 320px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/z_down.svg) center 0 no-repeat;
    background-size: 100%;
    font-size: 2.2rem;
    font-weight: bold;
    margin: 0 auto;
    color: #fff;
    transition: all 0.3s ease-in-out;
    font-family: myFont01 !important;


}
.z_download:hover {
    background: url(../img/z_down_hover.svg) center 0 no-repeat;
    background-size: 100%;
    color: #fff;
    text-decoration: none;
}

.uk-text-white {
    color: #FFF;
}
.gm-bg {
    background: #212f43;
}
.gm-bg-body{ background:url(../img/body_bg.png) no-repeat center 0 #56a0a4; background-size:100%}
.x-background-img {
    background: #f5d4aa;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.slide_border {
    border: solid 5px #FFF;
    transition: all 0.3s ease-in-out;
    border-radius:30px;
}
.slide_border img{ border-radius:30px; }



.x-padding-large {
    padding: 120px;
}


.x-modal-bg{
    min-height: 320px;
    background:url(../img/ar_bg.svg) center 0 no-repeat;
    background-size: 100%;
    padding: 40px;
}
.x-modal-bg-01{
    background:rgba(0,0,0,.5);
    padding: 40px;
    border-radius: 20px;
}
.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: #754c29;
    border-radius: 10px;
}

.uk-modal-body::-webkit-scrollbar-thumb {
    background: #a5a159;
    border-radius: 10px;
}

.uk-modal-body::-webkit-scrollbar-thumb:hover {
    background: #b08158;
}


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

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

.g-scrollbar::-webkit-scrollbar-thumb {
    background: #a5a159;
    border-radius: 10px;
    border: none;
}

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

.x-uk-nav li>a {
    width: 180px;
    height: 58px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/s_btn.svg) no-repeat;
    background-size:100% ;
    color: #FFF;
    font-size: 1.2rem;
    
}
.x-uk-nav li>a:hover{ 
    background: url(../img/s_btn_hover.svg) no-repeat;
    text-decoration: none;
}


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