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

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

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;

}

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: 100%;
    padding: 20px 40px;
    font-size: 2rem;
    font-weight: 500;
    color: #fff; 
    border: none;
    cursor: pointer;
    outline: none; 
    border: 4px solid #949b41;
    background-color: #bac15a;
    border-radius: 15px;
    margin-bottom: 50px; 
    z-index: 1; 
    transition: all ease-in-out .3s;
}

.z_download:hover {
  background-color: #6d722b; 
  text-decoration: none;
  color: #FFF;
}

.uk-text-white {
    color: #FFF;
}
.gm-bg{ 
background-color: #3ea6ec;
background-image: 
linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px),
linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
/* 控制马赛克方块大小：数值越大，方块越大 */
background-size: 30px 30px;
/* 可选：添加轻微的内阴影增强质感 */
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.gm-bg-body{ background:#edbf1d; }
.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);
}


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


.x-modal-bg{
    background: #FFF; 
    border: solid 8px #949b41;
    box-shadow: 0 0 4px #222 inset;
    border-radius: 30px;
}
.x-modal-bg span{
    font-size: 14px!important;
    color: #666!important;
}
.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: #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;
}
.ad_bg{ width:1440px; }
.uk-list-02 li a{ 
    display:block; 
    background:#ffbf12; 
    min-width: 60px;
    padding: 30px 25px;
    color:#FFF; 
    border: solid 3px #222;
    border-left: none;
    border-radius: 0 20px 20px 0;
    text-decoration: none;
    transition:  all ease .3s;
    font-size: 14px;
    text-align: center;
}
.uk-list-02 li a:hover{ 
    background:#ebaf0e;
    border: solid 3px #6d722b;
    border-left: none;
}
.x-border{ border:solid 6px #bac15a; }
.x-copy{ 
    text-align: center;
    background:#ffbf12; 
    padding:60px 30px; 
    color:#FFF;  
    border: solid 3px #222;
    border-radius: 30px;
}