@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: 420px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 5px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    border-radius: 83px;
    background-color: rgb(234, 194, 0);
    color: black;
    font-size: 2.2rem;
    text-decoration: none;
    font-weight: bold;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    font-family: myFont01 !important;

}

.z_download span {
    font-family: myFont01 !important;
    background-color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: solid 4px #222;
    color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    transition: all 0.3s ease-in-out;
}
.z_download span:hover{
    background-color: rgb(234, 194, 0);
    color: #fff;
    border: solid 4px #fff;
}
.z_download:hover {
    border-width: 4px;
    border-color: rgb(109, 101, 16);
    border-style: solid;
    border-radius: 83px;
    background-color: rgb(238, 205, 43);
    color: white;
    text-decoration: none;
}

.uk-text-white {
    color: #FFF;
}

.x-navbar-nav {
    gap: 0;
    border-bottom: solid 5px #222;
    background: #f9da6d;
}

.x-navbar-nav>li {
    width: 100%;
    height: auto;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.x-navbar-nav>li>a {
    width: 100%;
    height: 80px;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #72690e;
    font-family: myFont01 !important;
    font-size: 1rem;
    border-radius: 20px ;
    background: #e0dba9;
    transition: all 0.3s ease-in-out;
}

.x-navbar-nav>li:hover>a,
.x-navbar-nav>li>a[aria-expanded=true] {
    color: #222;
    background: #fff;
}

.x-navbar-nav>li{
    border-left: solid 2px #c7c185;
    border-right: solid 2px #c7c185;
    border-top: solid 5px #222;
    border-radius: 30px 30px 0 0 ;
    background: #f1f1cd;
    transition: background 0.3s ease-in-out;
}

.gm-bg {
    background: #f9da6d;
}
.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: #f9f0e9; 
    border: solid 2px #222; 
    border-radius: 30px;
}
.x-modal-bg>div{ 
    background: #FFF;
    border: solid 2px #222; 
    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: #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;
}

 /* 外层圆角矩形样式 */
    .outer-box {
      /* 外层尺寸和定位 */
      height: 100px;
      margin: 2px auto 15px auto;
      
      /* 外层边框和背景 */
      border: 2px solid #222222;
      background-color: #e28055!important;
      
      /* 外层圆角 */
      border-radius: 12px!important;
      
      /* 内边距控制内外层间距 */
      padding: 15px;
      
      /* 相对定位，用于内部元素定位 */
      position: relative;
    }
    
    /* 内层圆角矩形样式 */
    .inner-box {
      /* 占满外层容器 */
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      /* 内层边框和背景 */
      border: 2px solid #222222;
      border-radius: 8px;
      background-color: #f2c09b;
      /* 内层圆角 */
      border-radius: 8px;
      /* 内边距控制内外层间距 */
      /* 内层背景和圆角 */
      background-color: #9f593b;
      border-radius: 8px;
      /* 相对定位，用于圆点定位 */
      position: relative;
    }
    .inner-box h2{ color: #FFF; font-weight: bold;}
    /* 四个角的黑色圆点（使用伪元素实现） */
    .inner-box::before,
    .inner-box::after,
    .inner-box .corner-dot::before,
    .inner-box .corner-dot::after {
      content: '';
      position: absolute;
      width: 10px;
      height: 10px;
      background-color: #000;
      border-radius: 50%; /* 圆形 */
    }
    
    /* 左上角圆点 */
    .inner-box::before {
      top: 10px;
      left: 10px;
    }
    
    /* 右上角圆点 */
    .inner-box::after {
      top: 10px;
      right: 10px;
    }
    
    /* 左下角圆点 */
    .inner-box .corner-dot::before {
      bottom: 10px;
      left: 10px;
    }
    
    /* 右下角圆点 */
    .inner-box .corner-dot::after {
      bottom: 10px;
      right: 10px;
    }


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