@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: 300px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffcc33;
    box-shadow: 0 0 8px rgba(255, 204, 51, 0.6);
    background: linear-gradient(to bottom, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.1) 40%, rgba(255,255,255,0) 100%),
                linear-gradient(to bottom, #ffb329 0%, #d48806 50%, #995c00 100%);
    color: white;
    font-size: 1.2rem;
    text-decoration: none;
    font-weight: bold;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    font-family: myFont01 !important;

}

.z_download:hover {
    background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.2) 40%, rgba(255,255,255,0) 100%),
        linear-gradient(to bottom, #ffc349 0%, #e49816 50%, #a96c10 100%);
    box-shadow: 0 0 12px rgba(255, 204, 51, 0.8);
    text-decoration: none;
    color: #3e370d;
}

.uk-text-white {
    color: #FFF!important;
}
.uk-text-white h1,h2,h3,h4,h5{ color:#FFF!important; }
.x-navbar-nav {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 0;
}

.x-navbar-nav>li {
    position: relative; /* 为子元素绝对定位做容器 */
    flex: 1; /* 按钮等分宽度，可根据需求调整 */
    width: 100%;
    height: auto;
    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: #FFF;
    font-size: 1rem;
    background: linear-gradient(to bottom, #4d5562 0%, #6b7682 100%);
    border-top: solid 2px #78838d;
    border-left: solid 1px #3e4650;
    border-right: solid 1px #3e4650;
    border-bottom: solid 5px #222;
    transition: all 0.3s ease;
}

.x-navbar-nav>li>a:hover{
    color: #3e370d;
    background: linear-gradient(to bottom, #4ca820 0%, #86e038 100%);
    border-top-color: #96e860;
    border-left-color: #3a8c18;
    border-right-color: #3a8c18;
    text-decoration: none;
}
.x-navbar-nav>.uk-active>a{
    color: #3e370d;
    background: linear-gradient(to bottom, #4ca820 0%, #86e038 100%);
    border-top-color: #96e860;
    border-left-color: #3a8c18;
    border-right-color: #3a8c18;
    text-decoration: none;
}

.gm-bg {
    background: #3e370d;
}
.gm-con{
    background: #5a4d20;
}
.gm-bg-body{ background:#020401; }
.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;
}

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