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

@font-face {
    font-family: myFont01;
    letter-spacing: 2px;
    src: url('../fonts/HalftoneHeroFull.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;
    line-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 6px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 83px;
    background: linear-gradient(180deg, #40bb10 0%, #6ef629 100%);
    color: black;
    font-size: 2.2rem;
    text-decoration: none;
    font-weight: bold;
    margin: 0 auto;
    color: #FFF;
    transition: all 0.3s ease-in-out;
    font-family: myFont01 !important;

}
.z_download:hover {
    border-width: 6px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 83px;
    background: linear-gradient(180deg, #6ef629 0%, #40bb10 100%);
    color: #348111;
    text-decoration: none;
}

.uk-text-white {
    color: #FFF;
}
.gm-bg {
    background: #6799c0;
}
.gm-bg-body{ background:#04738f; }
.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; }
.slide_border:hover {
    box-shadow:
        0 0 20px rgba(230, 251, 255, 0.8),
        inset 0 0 50px rgba(0, 0, 0, 0.3);
}


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


.x-modal-bg{
    background: #04738f; 
    border: solid 5px #FFF; 
    border-radius: 30px;
}

.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: #005165;
    border-radius: 10px;
}

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

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


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

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

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

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


.x-uk-nav li{ min-width:220px; }
.x-uk-nav li>a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background: linear-gradient(135deg, #fc7f01 0%, #fedc00 100%);
    color: #FFF;
    padding: 15px 30px;
    margin: 10px 0;
    border-radius: 50px;
    border: solid 3px #fff;
}
.x-uk-nav li>a:hover{ 
    color:#955b00; 
    background: linear-gradient(135deg, #fedc00 0%, #fc7f01 100%);
    transition: all 0.3s ease-in-out;
}


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