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

@font-face {
    font-family: myFont01;
    src: url('../fonts/Gats.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;
    background: #d19844;
}

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: 640px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/g_download.svg) center/contain no-repeat;
    color: white;
    font-size: 3.8rem;
    text-decoration: none;
    font-weight: bold;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    font-family: myFont01 !important;
    letter-spacing: 3px;
}

.z_download:hover {
    background: url(../img/g_d_hover.svg) center/contain no-repeat;
    color: white;
    text-decoration: none;
}

.uk-navbar-nav {
    gap: 0
}

.uk-navbar-nav>li {
    border-right: solid 1px #b38137;
    padding: 0 30px 0 30px;
}

.uk-navbar-nav>li>a {
    color: #FFF;
    font-family: myFont01 !important;
    font-size: 1.5rem;
}

.uk-navbar-nav>li>a:hover {
    color: #b38137;
}

.uk-navbar-nav>li:last-child {
    border-right: none;
}

.uk-tab>*>a {
    width: 200px;
    height: 80px;
    background: url(../img/g_slide_btn.svg) center/contain no-repeat;
    display: flex;
    align-items: center;
    column-gap: .25em;
    justify-content: center;
    padding: 5px 10px;
    color: #FFF;
    border-bottom: 1px solid transparent;
    font-size: .875rem;
    text-transform: uppercase;
    transition: all .1s ease-in-out
}

.uk-tab::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 0;
    border-bottom: none;
}

.uk-tab>.uk-active>a {
    background: url(../img/g_tab_active.svg) center/contain no-repeat;
    border: none;
    color: #FFF;
}

.x-slider-btn {
    display: block;
    width: 180px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: url(../img/g_slide_btn.svg) center/contain no-repeat;
    transform: rotate(90deg) skewX(0deg);
    /* 旋转元素以显示背景图像 */
    transform-origin: center center;
    /* 设置旋转的起点 */
    color: #FFF;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    font-family: myFont01 !important; letter-spacing: 1px;
}

.x-slider-btn:hover {
    text-decoration: none;
    background: url(../img/g_tab_active.svg) center/contain no-repeat;
    transform: rotate(90deg) skewX(0deg);
    /* 旋转元素以显示背景图像 */
    transform-origin: center center;
    /* 设置旋转的起点 */
    color: #FFF;
}

.uk-slider .x-slider-btn:first-of-type {
    transform: rotate(-90deg) skewX(0deg);
    /* 旋转元素以显示背景图像 */
}

.x-switcher-bg {
    background: url(../img/g_switcher_bg.svg) center 68% no-repeat;
    background-size: 70%;
}

.gm-bg {
    background: #725223;
}

.x-color {
    color: #d19844;
}

/*3d卡片轮播*/
.lbt-box {
    position: relative;
    width: 100%;
    height: 600px;
    margin: 0 auto;
}

.imgitem {
    position: absolute;
    width: 400px;
    height: 500px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    transition: .8s;
    opacity: 0;
}

.imgitem img {
    width: 100%;
    height: 100%;
}

.cur-img {
    width: 860px;
    z-index: 100;
    opacity: 1;
}

.pre-img {
    transform: translateX(-400px) rotateY(30deg) scale(0.8);
    z-index: 9;
    opacity: 0.9;
}

.next-img {
    transform: translateX(400px) rotateY(-30deg) scale(0.8);
    z-index: 9;
    opacity: 0.9;
}

.lbt-btn {
    color: #FFF;
    font-size: 5rem;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
}

.lbt-btn:hover {
    color: #b38137;
    text-decoration: none;
}

.info-btn {
    display: block;
    width: 220px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin: 0 auto;
    background: url(../img/g_slide_btn.svg) center/contain no-repeat;
    color: #FFF;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.info-btn:hover {
    text-decoration: none;
    background: url(../img/g_tab_active.svg) center/contain no-repeat;
    color: #FFF;
}

.x-modal-bg {
    background: #725223;
    border: solid 5px #b38137;
    border-radius: 15px;
    color: #FFF;
}

.x-modal-bg h1,
h2,
h3,
h4,
h5,
h6 {
    color: #FFF;
}

.x-modal-bg img {
    border: solid 3px #b38137;
    border-radius: 15px;
}

.x-close {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    background-color: #725223;
    color: #FFF;
    border: solid 4px #b38137;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.x-close:hover {
    background-color: #b38137;
}

/* 自定义滚动条样式 */


.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-article {
    background: #f6e8d2;
    padding: 80px 120px;
}

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

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

.g-scrollbar::-webkit-scrollbar-thumb {
    background: #b38137;
    border-radius: 10px;
    border: solid 1px #8a642b;
}

.g-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #f6e7d0;
}
.footer-bg{ background: #f9f0e2;}
.footer-bg h1,h2,h3,h4,h5,h6{ color: #725223;}