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

@font-face {
    font-family: myFont01;
    src: url('../fonts/HedvigLettersSerif12pt-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,
span {
    font-family: myFont!important;
}

body {
    margin: 0 auto;
    min-width: 1440px;
}

.x-fontColor {
    color: rgb(114, 71, 51);
}

.ux-top {
    width: 100%;
}

.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: #32476f;
}

.uk-background-02 {
    background-color: rgb(69, 96, 149);
}

.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 {
    color: #999;
    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-list-01 li a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.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;
}

.uk-verticle-text {
    writing-mode: vertical-rl;
    /* 从右向左纵向排列 */
    /* writing-mode: vertical-lr; 从左向右纵向排列 */
}

.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-uk-icon-button {
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    border-radius: 500px;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .1s ease-in-out;
    transition-property: color, background-color;
}

.x-uk-dotnav {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -12px
}

.x-uk-dotnav>* {
    flex: none;
    padding-left: 12px
}

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

.x-uk-dotnav>*>:focus,
.x-uk-dotnav>*>:hover {
    border: 2px solid rgba(255, 255, 255, .2);
    outline: 0;
    background-color: transparent;
}

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

.x-uk-dotnav>.uk-active>* {
    border: 2px solid rgba(255, 255, 255, .6);
    background-color: transparent;
}

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

.x-uk-dotnav-vertical>* {
    padding-left: 0;
    padding-top: 12px
}

.x-uk-overlay-primary {
    background: rgba(34, 34, 34, .3)
}

/*radio控制图片切换*/
.radio-group {
    text-align: left;
}

.radio-group label {
    display: block;
    margin: 5px;
    padding: 6px;
    background-color: #ccc;
    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控制图片切换*/



.my-radius{ border-radius:50px; }
.my-radius2{ border-radius:15px; }
.my-radius3{ border-radius:25px; }
.x-shadow:hover{ text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }
.x-uk-navbar-nav01{margin:0; padding:0; }
.x-uk-navbar-nav01>li{ float:left;list-style-type:none; border-left:solid 1px #DDD; }
.x-uk-navbar-nav01>li:first-child{ border:none; }
.x-uk-navbar-nav01>li>a
{
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: .25em;
	box-sizing: border-box;
	padding: 0 20px;
	font-size: 13px;
	text-decoration: none
}

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

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

.x-uk-navbar-nav01>li>a:active {
	color: #222
}

.x-uk-navbar-nav01>li.uk-active>a {
	color: #ddd
}
.x-sidebar{
    width: 260px;
    position: fixed; left: 0; top: 0; bottom: 0; 
    backdrop-filter: blur(10px); 
    background-color: rgba(255, 255, 255, 0.7); 
    border-radius: 0 10px 10px 0;
    transform: translateX(-120%);
    transition: transform 0.3s ease-out;
}
.x-triangle:nth-child(1):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200px; /* 容器宽度的一半 */
  height: 200px;
  background-color: #44629a; /* 示例颜色 */
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}
.x-triangle:nth-child(2):before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 200px; /* 容器宽度的一半 */
  height: 200px;
  background-color: #44629a; /* 示例颜色 */
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
}
.x-triangle:nth-child(3):before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px; /* 容器宽度的一半 */
  height: 200px;
  background-color: #44629a; /* 示例颜色 */
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
}
.x-triangle:nth-child(4):before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px; /* 容器宽度的一半 */
  height: 200px;
  background-color: #44629a; /* 示例颜色 */
  clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
}
.x-triangle{ width:200px; height:200px; }
.uk-button-circle{ border-radius:0 50% 50% 0; width:50px; height:50px; padding:0; font-size:18px; }
@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);
    }
}
 .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: 5px solid #a34e4e;
        }
        .radio-group {
            text-align: left;
        }
        .radio-group label {
            display: block;
            margin: 5px;
            padding: 10px 30px;
            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;
}
#thumbnailGroup2 img{
     max-width: 200px;
     max-height: 200px;
    
}
/*user-defined*/