@font-face{
            font-family:myFont;
            src:url('../fonts/Montserrat-Regular.ttf');
        }
MarginalPer
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,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a,
.uk-navbar-nav>li>a,
.uk-button
{
	font-family: myFont;
}
body{  margin:0 auto; min-width:1440px; }
.ux-top {
    width: 100%;
}
.uk-background-02 {
            background-color: #222; 
        }
        .uk-background-secondary {
            background-color: #86b5b7; 
        }
        .uk-button-secondary {
            background-color: #457b9d; 
            color: white;
        }
        .uk-button-secondary:hover {
            background-color: #1d3557; 
        }

        /* 添加交互效果 */
        .uk-inline-clip:hover .uk-transition-fade {
            opacity: 1;
        }
        .uk-inline-clip .uk-transition-fade {
            opacity: 0;
            transition: opacity 0.3s ease;
        }
.x-search-border {
    border: solid 1px #cccccc;
    border-radius: 3.125rem;
    vertical-align: middle;
    padding: 0.3125rem 1.25rem;
    font-size: 0.75rem;
}
.bank{ background: url(../img/icon-3.png) 0 0 no-repeat; cursor:pointer; width:98px; height:67px; 
display:inline-block; text-indent:-999em; overflow:hidden; border:1px solid #dfdfdf; vertical-align:middle;}
.checked{ border:1px solid #f76b0c;}
.visa{ background-position:0;}
.master{ background-position:-98px 0;}
.x-uk-navbar {
    border: none;
    background: none;
}

.uk-background-muteded{ background: #fcf0ee;}
.uk-background-01{ background: #faf7f4;}

.uk-background-dd{ background: #eee;}
.uk-background-or{ background: #222; }
.uk-background-or1{ background: #f8f7f5; }
.uk-background-or2{ background: #d5d5d5; }
.x-uk-navbar-nav{ margin:0; padding:0;}
.x-uk-navbar-nav>li{ float:left;list-style-type:none;}
.x-uk-navbar-nav>li>a
{
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: .25em;
	box-sizing: border-box;
	padding: 0 15px 0 0;
	font-size: 13px;
	text-decoration: none
}

.x-uk-navbar-nav>li>a {
	text-transform: uppercase;
	transition: .1s ease-in-out;
	transition-property: color, background-color
}

.x-uk-navbar-nav>li:hover>a,
.x-uk-navbar-nav>li>a:focus,
.x-uk-navbar-nav>li>a[aria-expanded=true] {
	color: #666;
	outline: 0
}

.x-uk-navbar-nav>li>a:active {
	color: #333
}

.x-uk-navbar-nav>li.uk-active>a {
	color: #333
}


.x-uk-nv-text{ width: 180px; text-align: center; color: #FFF; display: block; background: #C30101; padding:11px 10px 12px 10px;}
.x-uk-nv-text:hover{display: block; color: #FFF; text-decoration: none;}
.x-uk-dropdown{ background: rgba(0,0,0,.5);}
.x-uk-nav-dropdown>li>a:focus, .uk-nav-dropdown>li>a:hover{ background: rgba(255,255,255,.2);}
.x-nd-text li{  line-height: 30px;}
.x-nd-text li a{ color: #FFF; padding-left: 45px; }
.uk-ad-bg{ background: #c1e0db; padding: 20px; }
.uk-tit h3{ background: #FFF; margin-bottom: 0; padding: 10px 0 10px 10px; }
.uk-tit span{font-size: 13px; margin-left: 5px}
.uk-tit a{ color: #333; margin-right:20px;}
.x-uk-list>li{ margin-top: 10px;}

.x-uk-thumbnail { margin-top: 10px; padding:10px; width: 270px; height: 350px; border-radius: 0;  }
.x-uk-thumbnail-caption h4{ margin-bottom: 0; }
.x-uk-thumbnail-caption a{ font-size: 13px; }
.addcart{ margin-top: 0px; margin-bottom: 0; line-height: 35px;}
.addcart a{ border: solid 1px red; margin:0; padding:0; border-radius: 50px; padding:0 15px 2px 15px; color: red;}
.addcart a:hover{ text-decoration:none; }
.addcart a:first-child{ border: none; color: #333; font-weight: bold; }


.RadioStyle input{display: none;}
.RadioStyle label {
border: 1px solid #ccc;
padding: 2px 20px;
line-height: 28px;
text-align: center;
float: left;
margin: 2px; cursor: pointer;
}
.RadioStyle input:checked + label {
background: url(../img/checkon.svg) no-repeat right bottom;
background-size: 21px 21px;
color: #00a4ff; border: 1px solid rgb(135, 183, 238);
}
.uk-font-12{ font-size: 12px;}
.uk-font-13{ font-size: 13px;}
.uk-font-14{ font-size: 14px;}
.uk-font-15{ font-size: 15px;}
.uk-font-16{ font-size: 16px;}
.uk-font-17{ font-size: 17px;}
.uk-font-18{ font-size: 18px;}
.uk-time{  background:#f5bf1a; padding: 5px 10px; color: #FFF; border-radius: 5px; margin-right: 10px;}
.uk-time>div{ font-weight: bold; text-align: center;}
.uk-button-01{ text-transform: capitalize; font-size: 12px; }
.uk-list-01{ list-style: none; float: right; padding:0; margin:0;}
.uk-list-01 li{ float:left; margin-left:20px;}
.uk-button-orange {
	background-color: #f7ba01;
	color: #fff;
	border: 1px solid transparent
}

.uk-button-orange:focus,
.uk-button-orange:hover {
	background-color: #f5bf1a;
	color: #fff
}

.uk-button-orange.uk-active,
.uk-button-orange:active {
	background-color: #f1c12f;
	color: #fff
}

.uk-text-orange{ color:#f1c12f ;}

.uk-select:not([multiple]):not([size]) {
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 20px;
	background-image: url(../img/nw_selarw.png);
	background-repeat: no-repeat;
	background-position: 100% 50%
}

.uk-select:not([multiple]):not([size])::-ms-expand {
	display: none
}

.uk-select:not([multiple]):not([size]) option {
	color: #cc6060;
}

.uk-select:not([multiple]):not([size]):disabled {
	background-image: url(../img/nw_selarw.png)
}


.uk-button-list {
	background-color: #444;
	color: #fff;
	min-height: 81px;
	border: 1px solid transparent;
	display: flex;
	justify-content: center;
	align-items: center;
}

.uk-button-list:focus,
.uk-button-list:hover {
	background-color: #222;
	color: #fff
}

.uk-button-list.uk-active,
.uk-button-list:active {
	background-color: #000;
	color: #fff
}
[class*=x-uk-inline] {
	display: inline-block;
	position: relative;
	width: 100%;
	vertical-align: middle;
	-webkit-backface-visibility: hidden
}
.uk-margin-xs{ margin-top: 5px;}
.uk-lineHeight-35{ line-height: 35px;}
.uk-bread-background{
	padding: 20px;
	background-color: #fcf0ee;
	background: url("../img/inbg.jpg") center 0 no-repeat;
}
.uk-bread-small{ background: #f1c12f; padding:10px 20px; border-radius: 30px; line-height: 25px; }
.x-uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
    content: "●";
    display: inline-block;
    margin: 0 15px 0 calc(15px - 4px);
    font-size: .875rem;
}
.x-uk-breadcrumb>*>* {
	font-size: .75rem;
	color: #999
}


.x-uk-pagination>* {
	flex: none;
	padding-left: 0;
	position: relative;
	background: none;
}

.x-uk-pagination>*>* {
	display: block;
	padding: 8px 15px;
	color: #999;
	transition: color .1s ease-in-out;
	border-radius: 50%; 
}

.x-uk-pagination>*>:focus,
.x-uk-pagination>*>:hover {
	color: #666;
	text-decoration: none;
}

.x-uk-pagination>.uk-active>* {
	color: #FFF;
	background: #da867a;
}
	
.x-uk-pagination>.uk-disabled>* {
	color: #999
}

.y-uk-breadcrumb{ font-size: .75rem; text-align: right }
.y-uk-breadcrumb>*>* {
	font-size: .75rem;
	color: #222
}

.y-uk-breadcrumb>:last-child>a:not([href]),
.y-uk-breadcrumb>:last-child>span {
	color: #222;
	font-size: .75rem;
}

.y-uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
	content: "●";
	display: inline-block;
	margin: 0 20px 0 calc(20px - 4px);
	font-size: .75rem;
	color: #222
}
.x-uk-text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.x-uk-text-truncate-01 {
   
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.x-uk-text-truncate-02 {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.uk-container-01 {
	display: flow-root;
	box-sizing: content-box;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px
}
.x-icon-bg{ 
    width:70px; 
    height:70px; 
    line-height:70px; 
    text-align:center; 
    background:#eee; 
    border-radius:50%; 
}
.x-icon-border{ border: solid 1px #eee; }
.x-uk-border-rounded{ border-radius:50px;}
.x-uk-label {
    display: inline-block;
    padding: 0 10px;
    background: #cdc023;
    line-height: 1.8;
    font-size: 13px;
    color: #fff;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 50px;
    text-transform: uppercase;
}
.uk-subnav-pill>.uk-active>a {
	background: none;
	color: #666;
	border-bottom: solid 2px #1e87f0 ;
}
.uk-subnav-pill>*>a:focus,
.uk-subnav-pill>*>a:hover {
	background: none;
	color: #666
}

.x-banner-bg {
    background-color: #a8dadc;
}

.x-banner-img {
    position: absolute;
    right: 12%;
    width: 600px;
    height: 600px;
    animation: xbi 2s;

}

.x-banner-text {
    position: absolute;
    left: 15%;
    animation: xbt 2s;
}

.x-img-shape {
    position: absolute;
    right: 12%;
    width: 600px;
    height: 600px;
    background: #ffffff33;
    border-radius: 50%;
    z-index: -9997;
    animation: xis 2s backwards;
    animation-delay: 2s;
}

.x-img-shape::before {
    position: absolute;
    width: 450px;
    height: 450px;
    content: "";
    background: #ffffff33;
    border-radius: 50%;
    z-index: -9998;
    display: block;
    animation: xis 2s backwards;
    animation-delay: 2.2s;
}

.x-dl {
    border: solid 1px #ccc;
    width: 120px;
    text-align: center;
    border-radius: 50px;
}

.x-dl-input {
    width: 40px;
    height: 30px;
    border-top: none;
    border-bottom: none;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    text-align: center;
    
}

.x-dl-btn { width: 30px; border:none; background: none; cursor: pointer; }

.x-img-shape::after {
    position: absolute;
    width: 300px;
    height: 300px;
    content: "";
    background: #ffffff33;
    border-radius: 50%;
    z-index: -9999;
    display: block;
    animation: xis 2s backwards;
    animation-delay: 2.4s;
}

.x-stv {
    animation: xis 2s backwards;
}

.x-sbv {
    animation: xis 2s backwards;
}

.x-border-rounded {
    border: solid 1px #ccc;
    border-radius: 20px;
    box-shadow: none;
}

.x-border-rounded-btn {
    border-radius: 20px;
    box-shadow: none;
}

.x-border-rounded-01 {
    border: solid 1px #eee;
    border-radius: 10px;
    box-shadow: none;
}

.x-border-img-rounded {
    border-radius: 20px;
    border-bottom: solid 1px #ccc;
}

.x-border-footer-rounded {
    border: solid 1px #ccc;
    border-radius: 20px 20px 0 0;
}

.x-icon {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    background: #a8dadc;
}

.x-context {
    line-height: 20px;
}

.uk-background-muteded {
    background: #fcf0ee;
}

.uk-lineHeight-35 {
    line-height: 35px;
}

[class*=x-uk-inline] {
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: middle;
    -webkit-backface-visibility: hidden
}

.x-btn-border-rounded {
    border: solid 1px #eee;
    border-radius: 50px;
}

.x-pro-padding {
    padding: 30px;
}

.x-arrow {
    position: absolute;
    bottom: 3%;
    right: -3%;
}

.x-arrow a {
    background: #777;
    color: #fff;
}

.x-uk-subnav-pill>*>:first-child {
    padding: 10px 30px;
    background: 0 0;
    color: #999;
    border: solid 1px #eee;
    border-radius: 50px;
}

.x-uk-subnav-pill>*>a:focus,
.x-uk-subnav-pill>*>a:hover {
    background-color: #777;
    color: #fff
}

.x-uk-subnav-pill>*>a:active {
    background-color: #777;
    color: #fff
}

.x-uk-subnav-pill>.uk-active>a {
    background-color: #000;
    color: #fff
}

.x-collect {
    display: block;
    width: 40px;
    height: 40px;
    border: solid 1px #888;
    border-radius: 100%;
    margin-top: 20px;
    color: #888;
    float: right;
}

.x-collect span {
    margin: 25% 0 0 25%;
}

.x-collect:hover {
    animation: xch ease 1s forwards;
}

.uk-light .x-input {
    background: none;
    color: rgba(255, 255, 255, .7);
    background-clip: padding-box;
    border: none;
}

.x-inpage-bg {
    background: url(../img/breadcrumb_bg.jpg) center 0 no-repeat;
}

.x-lineHeight {
    line-height: 30px;
}

.x-uk-pagination>* {
    flex: none;
    padding-left: 0;
    position: relative;
}

.x-uk-pagination>*>* {
    display: block;
    padding: 8px 15px;
    color: #999;
    border-radius: 50%;
}

.x-uk-pagination>*>:focus,
.x-uk-pagination>*>:hover {
    color: #666;
    text-decoration: none;
}

.x-uk-pagination>.uk-active>* {
    color: #FFF;
    background: #f1c12f;
}

.x-uk-pagination>.uk-disabled>* {
    color: #999
}

.x-uk-select:not([multiple]):not([size]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 20px;
    background-image: url(../img/nw_selarw.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    cursor: pointer;
}
/*视差滚动放大*/
.x-zoom {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.x-zoom-text {
    position: absolute;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.5s ease;
}

.x-zoom-text-tit {
    position: absolute;
    opacity: 1;
    transition: all 0.5s ease;
}

.x-zoom-bg {
    position: relative;
    transition: top 0.5s ease;
}
/*视差滚动放大 end*/
/*radio 控制图片和缩略图*/
.thumbnail-group {
    margin-bottom: 10px;
}
.thumbnail-group img {
    max-width: 100px;
    max-height: 100px;
    margin: 5px;
    cursor: pointer;
    border: 2px solid transparent;
}
.thumbnail-group img.active {
    border: 2px solid #837e7e;
}
.radio-group {
    text-align: left;
}
.radio-group label {
    display: block;
    margin: 5px;
    padding: 10px 50px;
    background-color: #FFF;
    color: black;
    cursor: pointer;
    border-radius: 50px;
    transition: background-color 0.3s;
}
.radio-group input[type="radio"]:checked + label {
    background-color: #837e7e;
    color: #FFF;
}
.radio-group input[type="radio"] {
display: none;
}
/*radio 控制图片和缩略图 end*/


.uk-tab>*>a {
	display: flex;
	align-items: center;
	column-gap: .25em;
	justify-content: center;
	padding: 5px 10px;
	color: #4CAF50;
	font-size: 1.2rem;
	text-transform: uppercase;
	transition: color .1s ease-in-out;
	padding-right: 100px ;
}

.uk-tab>*>a:focus,
.uk-tab>*>a:hover {
	color: #666;
	transition: font-size 0.3s; /* 添加过渡效果 */
	text-decoration: none;
	font-size: 2.2em; 
}

.uk-tab>.uk-active>a {
	color: #333;
	border-right: solid 2px #8bc34a;
	font-size: 2.2rem;
}

.uk-tab>.uk-disabled>a {
	color: #999
}
.uk-dotnav {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	list-style: none;
	margin-left: -12px
}

.uk-dotnav>* {
	flex: none;
	padding: 6px
}

.uk-dotnav>*>* {
	display: block;
	box-sizing: border-box;
	width: 17px;
	height: 5px;
	border-radius: 50px;
	background: #eee!important;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	border: none;
	transition: .2s ease-in-out;
	transition-property: background-color, border-color
}

.uk-dotnav>*>:focus,
.uk-dotnav>*>:hover {
	background-color: rgba(102, 102, 102, .6);
	outline: 0;
	border-color: transparent
}

.uk-dotnav>*>:active {
	background-color: rgba(102, 102, 102, .2);
	border-color: transparent;
}

.uk-dotnav>.uk-active>* {
	background-color: #2196f3!important;
	border-color: transparent
}

.uk-dotnav-vertical {
	flex-direction: column;
	margin-left: 0;
	margin-top: -12px
}

.uk-dotnav-vertical>* {
	padding-left: 0;
	padding-top: 12px
}
.my-radius{ border-radius:50px; }
.my-radius2{ border-radius:15px; }
.my-radius3{ border-radius:25px; }
.x-shodow:hover{ text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }
@keyframes xch {
    from {
        border: solid 1px #888;
        background: none;
    }

    to {
        border: solid 1px orange;
        background: orange;
        color: #fff;
    }
}

@keyframes xbi {
    from {
        transform: translateY(80%);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes xis {
    from {
        transform: scale(0, 0);
    }

    to {
        transform: scale(1, 1);
    }
}

@keyframes xbt {
    from {
        transform: translateX(-80%);
    }

    to {
        transform: translateX(0);
    }
}

/*user-defined*/