@font-face {
    font-family: 'Noto Serif JP';
    src: url('../font/NotoSerifJP-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Noto Serif JP', 'Hiragino Mincho Pro', 'MS PMincho', 'Yu Mincho', serif;
}

.footer {
    background-color: #B49C69;
    padding: 80px 0;
}
.footer .left .info {
    font-size: 15px;
    font-weight: 500;
    line-height: 220%;
    color: #FFFFFF;
}
.footer .left .nav {
    padding-top: 30px;
    flex-wrap: wrap;
}
.footer .left .nav .cell {
    margin-right: 45px;
}
.footer .left .nav .cell a {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
}
.footer .left .nav .cell a:hover {
    text-decoration: underline;
}
.footer .left .nav .cell:last-child {
    margin-right: 0;
}
.footer .right .logo img {
    width: 188px;
}
.footer .right .nav .cell {
    padding-top: 10px;
    text-align: right;
}
.footer .right .nav .cell a {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
}
.footer .right .nav .cell a:hover {
    text-decoration: underline;
}

.page-main {
    padding: 50px 0;
    background-color: #EEEDEA;
}
.page-common-title {
    text-align: center;
    padding-bottom: 50px;
    font-size: 22px;
    font-weight: 300;
    color: #0B0C0D;
    border-bottom: 1px solid #000000;
}

.my-page {

}
.my-page .cell {
    padding-top: 38px;
}
.my-page .cell .title {
    color: #333333;
    font-weight: 600;
    font-size: 16px;
}
.my-page .cell .title a {
    color: #333333;
    border-bottom: 1px solid #000000;
}
.my-page .cell .desc {
    font-size: 14px;
    padding-top: 12px;
}

.page-nav-location {
    padding-bottom: 30px;
}
.page-nav-location a {
    font-size: 12px;
    color: #000000;
}
.content-box {
    padding-top: 40px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    line-height: 220%;
}
.content-box img {
    max-width: 100%;
}
.content-box-list .cell {
    padding-top: 40px;
}
.content-box-list .cell .label {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}
.content-box-list .cell .value {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    padding-top: 12px;
    line-height: 220%;
}

.page-content-nav {
    margin-top: 30px;
    border-top: 1px solid #000000;
    padding: 30px 0;
}
.page-content-nav .btn {
    font-size: 15.25px;
    color: #000000;
}
.page-content-nav .btn a {
    color: #000000;
}
.page-content-nav .center {
    font-size: 15.25px;
    color: #000000;
    flex: 1;
    text-align: center;
}
.page-content-nav .center a {
    color: #000000;
}


.news {
    margin-top: 40px;
}

.news .lists .cell {
    border-bottom: 1px solid #DCDDE3;
    padding: 20px 0;
}
.news .lists .cell .time {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 135.714% */
    letter-spacing: 0.675px;
    padding-right: 80px;
}

.news .lists .cell .tag {
    background: #B49C69;
    padding: 4px 18px;
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
}
.news .lists .cell .title a {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    letter-spacing: 0.788px;
    padding-left: 25px;
    text-decoration: underline;
}
.news .lists .cell .title a:hover {
    text-decoration: none;
    color: #b49c68;
}

.t-left {
    text-align: left;
}
.page-back {
    padding-top: 30px;
}
.page-back a {
    font-size: 12px;
    color: #040404;
}
.pt-30 {
    padding: 30px 0;
}
.table-box table {
    background-color: #ffffff;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    width: 677px;
    max-width: 100%;
}
.table-box table th {
    background-color: #F7F7F7;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    font-size: 14px;
    color: #333333;
    padding: 12px 0;
    text-align: center;
}
.table-box table td {
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    font-size: 14px;
    color: #333333;
    padding: 12px 0;
    text-align: center;
}

.coupons .cell {
    position: relative;
    width: calc(100% / 2 - 20px);
    margin-right: 30px;
}
.coupons .cell:nth-child(2n) {
    margin-right: 0;
}
.coupons .cell img {
    width: 100%;
    position: relative;
    z-index: 9;
}
.coupons .cell .info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.coupons .cell .info .price {
    font-size: 48px;
    color: #B49C69;
    font-weight: bold;
    width: 35%;
    height: 100%;
}
.coupons .cell .info .left {
    width: 65%;
    height: 100%;
    padding: 0 12%;
}
.coupons .cell .info .left .label {
    font-size: 14px;
    color: #FFFFFF;
    padding-bottom: 8px;
}
.coupons .cell .info .left .value {
    font-size: 12px;
    color: #FFFFFF;
}

.password-box .table {
    width: 520px;
    max-width: 100%;
}
.password-box .table table {
    border-left: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    width: 100%;
}
.password-box .table table th {
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    font-size: 14px;
    color: #FFFFFF;
    background: #B49C69;
    padding: 12px 0;
    text-align: center;
}
.password-box .table table td {
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding: 12px;
}
.password-box .table-form {
    position: relative;
}
.password-box .table-form .input {
    background: #FDFDFD;
    box-sizing: border-box;
    height: 44px;
    padding: 0 10px;
    border: none;
    flex: 1;
    width: 100%;
}
.password-box .table-form .icon {
    position: absolute;
    right: 10px;
    top: 12px;
    width: 18px;
}
.password-box .table-form .send {
    width: 85px;
    height: 44px;
    border: none;
    font-size: 14px;
    color: #FFFFFF;
    margin-left: 10px;
    background: #B49C69;
}
.password-box .submit-btn {
    width: 170px;
    height: 50px;
    border: none;
    font-size: 14px;
    color: #FFFFFF;
    background: #B49C69;
    margin-top: 30px;
}
.page-form-box .desc {
    font-size: 14px;
    color: #333333;
    padding-bottom: 30px;
}

.page-form-box .table {
    width: 100%;
}
.page-form-box .table table {
    border-left: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    width: 100%;
}
.page-form-box .table table td {
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding: 12px;
}
.page-form-box .table table td:first-child {
    width: 30%;
}
.page-form-box .table table .text-box {

}
.page-form-box .table table .text {
    font-size: 14px;
    color: #333333;
}
.page-form-box .table table .text-box .tag {
    width: 31px;
    height: 20px;
    border-radius: 2px;
    background-color: #BC261A;
    font-size: 12px;
    color: #ffffff;
    margin-left: 8px;
}
.page-form-box .table .input {
    background: #FDFDFD;
    box-sizing: border-box;
    height: 44px;
    padding: 0 10px;
    border: none;
    flex: 1;
    width: 100%;
}
.page-form-box .submit-btn {
    width: 170px;
    height: 50px;
    border: none;
    font-size: 14px;
    color: #FFFFFF;
    background: #B49C69;
    margin: 30px auto;
}



.order-block {
    margin-bottom: 32px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.order-header, .order-footer, .order-address-row {
    background: #F7F7F7;
    padding: 12px 16px;
    font-weight: bold;
    font-size: 15px;
}
.order-header {
    border-bottom: 1px solid #e0e0e0;
}
.order-items {
    background: #fff;
}
.order-item {
    border-bottom: 1px solid #ececec;
    padding: 16px;
}
.order-item:last-child {
    border-bottom: none;
}
.order-img img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 16px;
}
.order-info {
    min-width: 180px;
}
.order-name {
    font-size: 16px;
    font-weight: 500;
}
.order-desc {
    color: #888;
    font-size: 13px;
    margin-top: 4px;
}
.order-qty, .order-price {
    width: 80px;
    text-align: center;
    font-size: 15px;
     align-items: center;
    display: flex;
    justify-content: center;
}
.order-address-row {
    background: #f7f7f7;
    padding: 16px;
    font-size: 14px;
    border-top: 1px solid #e0e0e0;
}
.order-summary {
    min-width: 180px;
    text-align: right;
}
.order-total {
    font-weight: bold;
    margin-top: 8px;
    font-size: 16px;
}
.order-footer {
    background: #F7F7F7;
    padding: 25px 12px;
    font-size: 13px;
    color: #555;
    border-top: 1px solid #e0e0e0;
}
.order-footer > div {
    margin-right: 24px;
}




.app-form-main .f-cell {
    width: calc(100% / 2 - 20px);
     margin-right: 40px;
}
.app-form-main .f-cell:last-child {
    margin-right: 0;
}
.app-form-main .f-cell .password-box {
    width: 100%;
}
.app-form-main .f-cell .password-box .table {
    width: 100%;
}
.app-form-main .f-cell .desc {
    font-size: 14px;
    color: #333333;
    padding-bottom: 20px;
}
.app-form-main .f-cell .tag {
    width: 31px;
    height: 20px;
    border-radius: 2px;
    background-color: #BC261A;
    font-size: 12px;
    color: #ffffff;
    margin-left: 8px;
}
.app-form-main .f-cell .submit-btn {
    width: 170px;
    height: 50px;
    border: none;
    font-size: 14px;
    color: #FFFFFF;
    background: #B49C69;
    margin-top: 30px;
}

.shop-main .shop-title {
    font-size: 22px;
    text-align: center;
    color: #0B0C0D;
    padding: 30px 0;
}
.shop-main .tab-nav-nav {
    padding-bottom: 25px;
}
.shop-main .tab-nav-nav .cell {
    margin-right: 15px;
}
.shop-main .tab-nav-nav .cell a {
    display: block;
    padding: 5px 10px;
    min-width: 80px;
    font-size: 14px;
    color: #333333;
    text-align: center;
}
.shop-main .tab-nav-nav .on a {
    background: #B49C69;
    color: #FFFFFF;
}
.shop-main .shop-list-handle {
    padding: 30px 0;
    border-top: 1px solid #333333;
}
.shop-main .shop-list-handle  .cell {
    margin-right: 15px;
}
.shop-main .shop-list-handle .cell a {
    display: block;
    padding: 3px 10px;
    min-width: 50px;
    font-size: 14px;
    color: #333333;
    text-align: center;
}
.shop-main .shop-list-handle .on a {
    background: #B49C69;
    color: #FFFFFF;
}
.shop-main .lists .cell {
    width: calc(100% / 4 - 15px);
    margin-right: 20px;
    margin-bottom: 30px;
}
.shop-main .lists .cell .img {
    width: 100%;
}
.shop-main .lists .cell .img img{
    height: 290px;
    width: 100%;
    object-fit: cover;
}
.shop-main .lists .cell:nth-child(4n) {
    margin-right: 0;
}
.shop-main .lists .cell .info {
}
.shop-main .lists .cell .info .title {
    padding: 25px 0;
}
.shop-main .lists .cell .info .title a {
    font-size: 16px;
    color: #333333;
}
.shop-main .lists .cell .info .price {
    font-size: 14px;
    color: #333333;
}
.shop-main .lists .cell .info .price .value{
    font-size: 16px;
    color: #333333;
}
.shop-main .lists .cell .info .price .label{
    font-size: 12px;
    color: #333333;
    padding-left: 5px;
}

.shop-details {
    padding-top: 30px;
}
.shop-details .label {
    font-size: 24px;
    color: #303030;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
}
.shop-details .value {
    font-size: 15px;
    color: #303030;
    line-height: 220%;
}
.stepper {
    display: flex;
    align-items: center;
    gap: 4px;
}
.stepper-btn {
    width: 16px;
    height: 29px;
    border: 1px solid #b49c69;
    background: #fff;
    color: #b49c69;
    font-size: 20px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    outline: none;
    user-select: none;
}
.stepper-btn:disabled {
    color: #ccc;
    border-color: #ddd;
    cursor: not-allowed;
    background: #faf9f6;
}
.stepper-value {
    width: 30px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #faf9f6;
    font-size: 18px;
    color: #333;
    font-family: inherit;
}
.shop-top-main .item{
    width: 50%;
}
.shop-top-main .item:last-child {
    padding-left: 30px;
}
.shop-top-main .item .title {
    font-size: 26px;
    color: #303030;
    padding-bottom: 20px;
}
.shop-top-main .item .info {
}
.shop-top-main .item .cell {
    padding-top: 20px;
}
.shop-top-main .item .cell .text {
    font-size: 16px;
    color: #0D0D0D;
}
.shop-top-main .item .cell .price {
    font-size: 16px;
    color: #B49C69;
    padding-right: 8px;
}
.shop-top-main .item .btn0 {
    width: 110px;
    border-radius: 2px;
    background: #B49C69;
    box-sizing: border-box;
    border: 1px solid #B49C69;
    height: 29px;
    font-size: 13px;
    color: #ffffff;
    margin-left: 8px;
}
.shop-top-main .item .btn1 {
    border-radius: 2px;
    background: #EEEDEA;
    box-sizing: border-box;
    border: 1px solid #000000;
    height: 46px;
    width: 100%;
    font-size: 15px;
    color: #303030;
    margin-top: 20px;
}
.shop-top-main .item .btn2 {
    border-radius: 2px;
    background: #B49C69;
    box-sizing: border-box;
    border: 1px solid #B49C69;
    height: 46px;
    width: 100%;
    font-size: 15px;
    color: #ffffff;
    margin-top: 20px;
}




.shop-swiper-box {
    position: relative;
}
.shop-main-swiper {
    width: 100%;
    height: 560px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shop-main-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.shop-main-swiper img {
    max-width: 100%;
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.shop-thumb-swiper-main {
    width: 100%;
}
.shop-thumb-swiper {
    width: 90%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.shop-thumb-swiper .swiper-wrapper {
    display: flex;
}
.shop-thumb-swiper .swiper-slide {
    width: 90px !important;
    height: 90px;
    background: #fff;
    border-radius: 8px;
    border: 2px solid transparent;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border 0.2s;
    flex-shrink: 0;
}
.shop-thumb-swiper .swiper-slide-thumb-active {
    border: 2px solid #b49c69;
}
.shop-thumb-swiper img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 6px;
}
.shop-thumb-swiper-main {
    position: relative;
}
.shop-thumb-swiper-main .swiper-button-prev {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBmaWxsPSJub25lIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSI2IiBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgNiAxMCI+PGcgdHJhbnNmb3JtPSJtYXRyaXgoMCwxLC0xLDAsNiwtNikiPjxnPjxwYXRoIGQ9Ik0xNS4zNTM5OTgzOTkzODE2MzgsMC42NDYwMDAyMjgzNTE1OTNDMTUuMzA3NTU4Mzk5MzgxNjM3LDAuNTk5NDM3MjI4MzUxNTkzLDE1LjI1MjM3ODM5OTM4MTYzNywwLjU2MjQ5MzkyODM1MTU5MzEsMTUuMTkxNjI4Mzk5MzgxNjM3LDAuNTM3Mjg3NDI4MzUxNTkzQzE1LjEzMDg4ODM5OTM4MTYzOCwwLjUxMjA4MTAyODM1MTU5MywxNS4wNjU3NjgzOTkzODE2MzcsMC40OTkxMDYyMjgzNTE1OTMsMTQuOTk5OTk4Mzk5MzgxNjM3LDAuNDk5MTA2MjI4MzUxNTkzQzE0LjkzNDIyODM5OTM4MTYzOCwwLjQ5OTEwNjIyODM1MTU5MzIsMTQuODY5MTA4Mzk5MzgxNjM4LDAuNTEyMDgxMDI4MzUxNTkzLDE0LjgwODM2ODM5OTM4MTYzNywwLjUzNzI4NzQyODM1MTU5M0MxNC43NDc2MTgzOTkzODE2MzgsMC41NjI0OTM5MjgzNTE1OTMxLDE0LjY5MjQ0ODM5OTM4MTYzOCwwLjU5OTQzNzIyODM1MTU5MywxNC42NDU5OTgzOTkzODE2MzgsMC42NDYwMDAyMjgzNTE1OTNDMTQuNjQ1OTk4Mzk5MzgxNjM4LDAuNjQ2MDAwMjI4MzUxNTkzLDEwLjk5OTk5ODM5OTM4MTYzOSw0LjI5Mjk5NjIyODM1MTU5MywxMC45OTk5OTgzOTkzODE2MzksNC4yOTI5OTYyMjgzNTE1OTNDMTAuOTk5OTk4Mzk5MzgxNjM5LDQuMjkyOTk2MjI4MzUxNTkzLDcuMzU0MDAwMzk5MzgxNjM3LDAuNjQ2MDAwMjI4MzUxNTkzLDcuMzU0MDAwMzk5MzgxNjM3LDAuNjQ2MDAwMjI4MzUxNTkzQzcuMjYwMTEzMzk5MzgxNjM4LDAuNTUyMTEzNDI4MzUxNTkzLDcuMTMyNzc1Mzk5MzgxNjM4LDAuNDk5MzY4Mzk5MzUxNTkzLDcuMDAwMDAwMzk5MzgxNjM3LDAuNDk5MzY4Mzk5MzUxNTkzQzYuODY3MjI0Mzk5MzgxNjM3LDAuNDk5MzY4Mzk5MzUxNTkzLDYuNzM5ODg2Mzk5MzgxNjM3LDAuNTUyMTEzNDI4MzUxNTkzLDYuNjQ2MDAwMzk5MzgxNjM4LDAuNjQ2MDAwMjI4MzUxNTkzQzYuNTUyMTEzMzk5MzgxNjM3LDAuNzM5ODg2MjI4MzUxNTkzLDYuNDk5MzY4Mzk5MzgxNjM4LDAuODY3MjI0MjI4MzUxNTkzLDYuNDk5MzY4Mzk5MzgxNjM4LDEuMDAwMDAwMjI4MzUxNTkzQzYuNDk5MzY4Mzk5MzgxNjM4LDEuMTMyNzc1MjI4MzUxNTkzLDYuNTUyMTEzMzk5MzgxNjM3LDEuMjYwMTEzMjI4MzUxNTkzLDYuNjQ2MDAwMzk5MzgxNjM4LDEuMzU0MDAwMjI4MzUxNTkzQzYuNjQ2MDAwMzk5MzgxNjM4LDEuMzU0MDAwMjI4MzUxNTkzLDEwLjY0NTk5ODM5OTM4MTYzOCw1LjM1Mzk5NjIyODM1MTU5MywxMC42NDU5OTgzOTkzODE2MzgsNS4zNTM5OTYyMjgzNTE1OTNDMTAuNjkyNDQ4Mzk5MzgxNjM4LDUuNDAwNTY2MjI4MzUxNTkzLDEwLjc0NzYxODM5OTM4MTYzNiw1LjQzNzUwNjIyODM1MTU5MywxMC44MDgzNjgzOTkzODE2MzksNS40NjI3MTYyMjgzNTE1OTNDMTAuODY5MTA4Mzk5MzgxNjM4LDUuNDg3OTE2MjI4MzUxNTkzLDEwLjkzNDIyODM5OTM4MTYzOCw1LjUwMDg5NjIyODM1MTU5MywxMC45OTk5OTgzOTkzODE2MzksNS41MDA4OTYyMjgzNTE1OTNDMTEuMDY1NzY4Mzk5MzgxNjM3LDUuNTAwODk2MjI4MzUxNTkzLDExLjEzMDg4ODM5OTM4MTYzOCw1LjQ4NzkxNjIyODM1MTU5MywxMS4xOTE2MzgzOTkzODE2MzgsNS40NjI3MTYyMjgzNTE1OTNDMTEuMjUyMzc4Mzk5MzgxNjM3LDUuNDM3NTA2MjI4MzUxNTkzLDExLjMwNzU1ODM5OTM4MTYzNyw1LjQwMDU2NjIyODM1MTU5MywxMS4zNTM5OTgzOTkzODE2MzgsNS4zNTM5OTYyMjgzNTE1OTNDMTEuMzUzOTk4Mzk5MzgxNjM4LDUuMzUzOTk2MjI4MzUxNTkzLDE1LjM1Mzk5ODM5OTM4MTYzOCwxLjM1NDAwMDIyODM1MTU5MywxNS4zNTM5OTgzOTkzODE2MzgsMS4zNTQwMDAyMjgzNTE1OTNDMTUuNDAwNTU4Mzk5MzgxNjM3LDEuMzA3NTU0MjI4MzUxNTkzLDE1LjQzNzUwODM5OTM4MTYzOCwxLjI1MjM3ODIyODM1MTU5MywxNS40NjI3MDgzOTkzODE2MzgsMS4xOTE2MzMyMjgzNTE1OTMxQzE1LjQ4NzkxODM5OTM4MTYzOCwxLjEzMDg4ODIyODM1MTU5MjksMTUuNTAwODg4Mzk5MzgxNjM3LDEuMDY1NzY3MjI4MzUxNTkyOSwxNS41MDA4ODgzOTkzODE2MzcsMS4wMDAwMDAyMjgzNTE1OTNDMTUuNTAwODg4Mzk5MzgxNjM3LDAuOTM0MjMyMjI4MzUxNTkzLDE1LjQ4NzkxODM5OTM4MTYzOCwwLjg2OTExMTIyODM1MTU5MjksMTUuNDYyNzA4Mzk5MzgxNjM4LDAuODA4MzY2MjI4MzUxNTkzQzE1LjQzNzUwODM5OTM4MTYzOCwwLjc0NzYyMTIyODM1MTU5MzEsMTUuNDAwNTU4Mzk5MzgxNjM3LDAuNjkyNDQ1MjI4MzUxNTkzMSwxNS4zNTM5OTgzOTkzODE2MzgsMC42NDYwMDAyMjgzNTE1OTNaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiM2NDY0NjQiIGZpbGwtb3BhY2l0eT0iMSIvPjwvZz48L2c+PC9zdmc+");
}
.shop-thumb-swiper-main .swiper-button-next {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    top: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBmaWxsPSJub25lIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSI1LjAwMTk1MzEyNSIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDUuMDAxOTUzMTI1IDEwIj48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwLC0xLDEsMCwtMTAsMTApIj48Zz48cGF0aCBkPSJNOS43MzQwMjQ1MzEyNSwxMC4xNDY4OTRDOS42ODc1ODQ1MzEyNSwxMC4xMDAzMzEsOS42MzI0MDQ1MzEyNSwxMC4wNjMzODc3LDkuNTcxNjU0NTMxMjUsMTAuMDM4MTgxMkM5LjUxMDkxNDUzMTI1LDEwLjAxMjk3NDgsOS40NDU3OTQ1MzEyNSwxMCw5LjM4MDAyNDUzMTI1LDEwQzkuMzE0MjU0NTMxMjUsMTAsOS4yNDkxMzQ1MzEyNSwxMC4wMTI5NzQ4LDkuMTg4Mzk0NTMxMjUsMTAuMDM4MTgxMkM5LjEyNzY0NDUzMTI1LDEwLjA2MzM4NzcsOS4wNzI0NzQ1MzEyNSwxMC4xMDAzMzEsOS4wMjYwMjQ1MzEyNSwxMC4xNDY4OTRDOS4wMjYwMjQ1MzEyNSwxMC4xNDY4OTQsNS4zODAwMjQ1MzEyNSwxMy43OTM4OTAwMDAwMDAwMDEsNS4zODAwMjQ1MzEyNSwxMy43OTM4OTAwMDAwMDAwMDFDNS4zODAwMjQ1MzEyNSwxMy43OTM4OTAwMDAwMDAwMDEsMS43MzQwMjY1MzEyNSwxMC4xNDY4OTQsMS43MzQwMjY1MzEyNSwxMC4xNDY4OTRDMS42NDAxMzk1MzEyNSwxMC4wNTMwMDcyLDEuNTEyODAxNTMxMjUsMTAuMDAwMjYyMTcxLDEuMzgwMDI2NTMxMjUsMTAuMDAwMjYyMTcxQzEuMjQ3MjUwNTMxMjUsMTAuMDAwMjYyMTcxLDEuMTE5OTEyNTMxMjUsMTAuMDUzMDA3MiwxLjAyNjAyNjUzMTI1LDEwLjE0Njg5NEMwLjkzMjEzOTUzMTI1LDEwLjI0MDc4LDAuODc5Mzk0NTMxMjUwMDAwMiwxMC4zNjgxMTgsMC44NzkzOTQ1MzEyNSwxMC41MDA4OTRDMC44NzkzOTQ1MzEyNTAwMDAxLDEwLjYzMzY2OSwwLjkzMjEzOTUzMTI1LDEwLjc2MTAwNywxLjAyNjAyNjUzMTI1LDEwLjg1NDg5NEMxLjAyNjAyNjUzMTI1LDEwLjg1NDg5NCw1LjAyNjAyNDUzMTI1LDE0Ljg1NDg5MDAwMDAwMDAwMSw1LjAyNjAyNDUzMTI1LDE0Ljg1NDg5MDAwMDAwMDAwMUM1LjA3MjQ3NDUzMTI1LDE0LjkwMTQ2LDUuMTI3NjQ0NTMxMjUsMTQuOTM4NCw1LjE4ODM5NDUzMTI1LDE0Ljk2MzYxQzUuMjQ5MTM0NTMxMjUsMTQuOTg4ODEsNS4zMTQyNTQ1MzEyNSwxNS4wMDE3OSw1LjM4MDAyNDUzMTI1LDE1LjAwMTc5QzUuNDQ1Nzk0NTMxMjUsMTUuMDAxNzksNS41MTA5MTQ1MzEyNSwxNC45ODg4MSw1LjU3MTY2NDUzMTI1LDE0Ljk2MzYxQzUuNjMyNDA0NTMxMjUsMTQuOTM4NCw1LjY4NzU4NDUzMTI1LDE0LjkwMTQ2LDUuNzM0MDI0NTMxMjUsMTQuODU0ODkwMDAwMDAwMDAxQzUuNzM0MDI0NTMxMjUsMTQuODU0ODkwMDAwMDAwMDAxLDkuNzM0MDI0NTMxMjUsMTAuODU0ODk0LDkuNzM0MDI0NTMxMjUsMTAuODU0ODk0QzkuNzgwNTg0NTMxMjUsMTAuODA4NDQ4LDkuODE3NTM0NTMxMjUsMTAuNzUzMjcyLDkuODQyNzM0NTMxMjUsMTAuNjkyNTI3QzkuODY3OTQ0NTMxMjUsMTAuNjMxNzgyLDkuODgwOTE0NTMxMjUsMTAuNTY2NjYxLDkuODgwOTE0NTMxMjUsMTAuNTAwODk0QzkuODgwOTE0NTMxMjUsMTAuNDM1MTI2LDkuODY3OTQ0NTMxMjUsMTAuMzcwMDA1LDkuODQyNzM0NTMxMjUsMTAuMzA5MjZDOS44MTc1MzQ1MzEyNSwxMC4yNDg1MTUsOS43ODA1ODQ1MzEyNSwxMC4xOTMzMzksOS43MzQwMjQ1MzEyNSwxMC4xNDY4OTRaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMzMDMwMzAiIGZpbGwtb3BhY2l0eT0iMC43NSIvPjwvZz48L2c+PC9zdmc+");
}
.shop-thumb-swiper-main .swiper-button-prev,
.shop-thumb-swiper-main .swiper-button-next {
    color: #b49c69;
    width: 28px;
    height: 100%;
}
.shop-thumb-swiper-main .swiper-button-prev:after,
.shop-thumb-swiper-main .swiper-button-next:after {
    font-size: 22px;
}


.page-common-desc {
    font-size: 20px;
    color: #333333;
    padding-top: 30px;
}

.order-info {
    padding-top: 30px;
}
.order-info .order-info-table {
    width: 100%;
}
.order-info .order-info-table table {
    width: 100%;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
}
.order-info .order-info-table table tr th {
    background: #B49C69;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    padding: 12px;
}
.order-info .order-info-table table tr td {
    text-align: center;
    font-size: 14px;
    color: #333333;
    padding: 12px;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    background-color: #ffffff;
}
.order-info .order-info-table table tr:first-child td {
    background: #F7F7F7;
}
.order-info .order-info-table table tr td .products {

}
.order-info .order-info-table table tr td .products .img {
    width: 133px;
    height: 133px;
    object-fit: cover;
}
.order-info .order-info-table table tr td .products .p-right {
    text-align: left;
    width: calc(100% - 133px);
    padding-left: 12px;
}
.order-info .order-info-table table tr td .products .p-right .title {
    font-size: 20px;
    color: #333333;
}
.order-info .order-info-table table tr td .products .p-right .desc {
    font-size: 14px;
    color: #333333;
}
.order-info .order-info-table table tr td .input {
    border: 1px solid #CBCBCB;
    width: 43px;
    height: 34px;
    text-align: center;
}
.order-info .order-info-table table tr td .btn {
    background: #F7F7F7;
    box-sizing: border-box;
    border: 1px solid #CBCBCB;
    width: 85px;
    height: 34px;
    font-size: 14px;
    color: #333333;
    margin: 0 auto;
}
.order-info-handle {
    padding-top: 30px;
}
.order-info-handle .btn1 {
    border-radius: 2px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #D9D9D9;
    font-size: 12px;
    color: #333333;
    width: 123px;
    height: 33px;
}
.order-info-handle .btn2 {
    border-radius: 2px;
    background: #B49C69;
    box-sizing: border-box;
    border: 1px solid #D9D9D9;
    font-size: 12px;
    color: #ffffff;
    margin-left: 10px;
    width: 123px;
    height: 33px;
}
.order-min-info {
    padding-top: 30px;
}
.order-min-info table {
    width: 50%;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
}
.order-min-info table tr td {
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 12px;
    background: #ffffff;
    text-align: right;
}
.order-min-info table tr td:first-child {
    background: #F7F7F7;
    width: 40%;
}
.order-min-info>div {
    width: 100%;
}
.order-info .submit {
    border-radius: 2px;
    background: #B49C69;
    height: 56px;
    font-size: 16px;
    color: #ffffff;
    width: 50%;
    margin-top: 30px;
}


.checkout-section {
}
.checkout-section .checkout-left {
    width: 50%;
}
.checkout-section .checkout-right {
    width: 50%;
    padding-left: 30px;
    padding-top: 50px;
}
.checkout-section .checkout-left .checkout-block {}
.checkout-section .checkout-left .checkout-block .checkout-title {
    font-size: 18px;
    color: #333333;
    padding-top: 30px;
}
.checkout-section .checkout-left .checkout-block .checkout-desc {
    padding-top: 30px;
    color: #BC261A;
}
.checkout-section .checkout-table {
    width: 100%;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    margin-top: 30px;
}
.checkout-section .checkout-table tr td {
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 12px;
    background: #ffffff;
    text-align: right;
}
.checkout-section .checkout-table tr td:first-child {
    background: #F7F7F7;
    width: 40%;
}
.checkout-section .checkout-table tr td .price {
    text-align: left;
}
.checkout-section .checkout-table tr td .apply-btn {
    background: #F7F7F7;
    box-sizing: border-box;
    border: 1px solid #CBCBCB;
    font-size: 14px;
    color: #333333;
    width: 61px;
    height: 34px;
}
.checkout-section .checkout-left .checkout-block .checkout-table tr td .apply-btn:hover {
    background: #B09C76;
    color: #ffffff;
}

.order-section .table tr td:first-child {
    background-color: #ffffff;
}
.order-section .section {
    padding-top: 30px;
}
.order-section .section-title {
    font-size: 20px;
    color: #333333;
    padding-bottom: 30px;
}
.order-section .delivery-choice>label {
    font-size: 16px;
    color: #333333;
    padding-bottom: 20px;
    display: block;
}
.order-section .delivery-choice {
    margin-top: 30px;
}

.max-form {
    padding-top: 30px;
}
.max-form .cell {
    padding-top: 30px;
}
.max-form .cell .label {
    font-size: 12px;
    color: #000000;
    padding-bottom: 15px;
}
.max-form .cell .label .tag {
    font-size: 10px;
    color: #FFFFFF;
    border-radius: 4px;
    background: #CE161E;
    width: 20.2px;
    height: 15px;
    margin-left: 8px;
}
.max-form .cell .value .input {
    border-radius: 5px;
    box-sizing: border-box;
    border: 2px solid #B49C69;
    height: 50px;
    font-size: 14.13px;
    color: rgba(255, 255, 255, 0.5);
    background-color: #B49C69;
    width: 100%;
    padding-left: 12px;
}
.max-form .cell .value .input::placeholder {
    color: #ffffff;
}
.max-form .cell .value .textarea {
    border-radius: 5px;
    box-sizing: border-box;
    border: 2px solid #B49C69;
    height: 200px;
    font-size: 14.13px;
    color: rgba(255, 255, 255, 0.5);
    background-color: #B49C69;
    width: 100%;
    padding: 12px;
}

.send-box {
    margin-top: 30px;
    background-color: #ffffff;
    padding: 50px 0;
}
.send-box .title {
    font-size: 14px;
    color: #000000;
    padding-bottom: 50px;
}
.send-box .title a {
    color: #000000;
    text-decoration: underline;
}
.send-box .title a:hover {
    text-decoration: none;
}
.send-box .btn {
    width: 50%;
    background-color: #B49C69;
    padding: 50px 0;
    border-radius: 6px;
}
.send-box .btn .icon {
    width: 32px;
    cursor: pointer;
}
.send-box .btn .text {
    font-size: 16px;
    padding-bottom: 20px;
    color: #ffffff;
    background: none;
    border: none;
}

.app-nav {
    padding-top: 30px;
}
.app-nav .cell-nav {
    flex: 1;
    text-align: center;
}
.app-nav .cell-nav a {
    font-size: 14px;
    color: #000000;
    text-align: center;
}
.app-nav .cell-nav a:hover {
    color: #B49C69;
}
.news-title {
    font-size: 28px;
    color: #947151;
    border-left: 3px solid #B49C69;
    padding-left: 10px;
}
.index-banner {
    position: relative;
}
.index-banner .img {
    width: calc(100% - 300px);
}
.index-banner .info {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    z-index: 99;
}
.index-banner .info .logo {
    width: 60%;
}
.index-banner .info .icon {
    margin: 50px 0;
}
.index-banner .info .desc {
    width: 100%;
    position: relative;
    height: 82px;
}
.index-banner .info .desc .desc-content {
    position: absolute;
    left: 50px;
    top: 0;
    font-size: 34px;
    font-weight: bold;
    color: #BB9255;
    width: 400px;
}
.index-banner .info .tel {
    font-size: 20px;
    font-weight: 500;
    color: #BB9255;
    padding-top: 30px;
    width: 100%;
    text-align: left;
    padding-left: 50px;
}

.info-item {
    position: relative;
    padding: 200px 0;
    margin-top: 30px;
}
.info-item .left-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 8;
    width: 60%;
}
.info-item .right-img {
    position: absolute;
    right: 0;
    bottom: -5%;
    z-index: 8;
    width: 60%;
}
.info-item .marginAuto {
    position: relative;
    z-index: 10;
}
.info-item .cell {
    padding: 25px 0;
}
.info-item .cell .cell-main {
    width: 55%;
    background-color: #ffffff;
    padding: 40px;
}
.info-item .cell .cell-main .cell-title {
    font-size: 34px;
    color: #947151;
    border-left: 3px solid #B49C69;
    padding-left: 10px;
}
.info-item .cell .cell-main .cell-desc {
    font-size: 16px;
    color: #2E0D03;
    line-height: 240%;
    padding: 30px 0;
}
.index-link {
    width: 195px;
    height: 38px;
    background: #B49C69;
}
.index-link .text {
    font-size: 16px;
    color: #FFFFFF;
    flex: 1;
    padding-left: 10px;
}
.index-link .icon {
}
.index-link:hover {
    opacity: 0.6;
}



.index-shop {
    padding: 120px 0 50px 0;
    background-color: #B49C69;
}
.index-shop .index-shop-title {
    text-align: center;
    font-size: 36px;
    color: #FFFFFF;
    padding-bottom: 50px;
}
.index-shop .index-shop-swiper-main {
    position: relative;
}
.index-shop .index-shop-swiper-main .index-shop-swiper {
    position: relative;
    overflow: hidden;
    width: 90%;
}
.index-shop .index-shop-swiper-main .swiper-button-prev {
    position: absolute;
    left: 2%;
    top: 40%;
    width: 28px;
    height: 28px;
    background-image: url("../images/icon17.svg");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 99;
}
.index-shop .index-shop-swiper-main .swiper-button-next {
    position: absolute;
    right: 2%;
    top: 40%;
    width: 28px;
    height: 28px;
    background-image: url("../images/icon18.svg");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 99;
}
.index-shop .index-shop-swiper-main .index-shop-swiper .swiper-slide .cell .img {
    width: 100%;
    position: relative;
}
.index-shop .index-shop-swiper-main .index-shop-swiper .swiper-slide .cell .img a {
    position: relative;
    display: block;
}
.index-shop .index-shop-swiper-main .index-shop-swiper .swiper-slide .cell .img a:hover:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(180, 156, 106, 0.2);
}
.index-shop .index-shop-swiper-main .index-shop-swiper .swiper-slide .cell .img img{
    height: 350px;
    width: 100%;
    object-fit: cover;
}
.index-shop .index-shop-swiper-main .index-shop-swiper .swiper-slide .cell:nth-child(4n) {
    margin-right: 0;
}
.index-shop .index-shop-swiper-main .index-shop-swiper .swiper-slide .cell .info {
}
.index-shop .index-shop-swiper-main .index-shop-swiper .swiper-slide .cell .info .title {
    padding: 25px 0;
}
.index-shop .index-shop-swiper-main .index-shop-swiper .swiper-slide .cell .info .title a {
    font-size: 16px;
    color: #ffffff;
}
.index-shop .index-shop-swiper-main .index-shop-swiper .swiper-slide .cell .info .price {
    font-size: 14px;
    color: #ffffff;
}
.index-shop .index-shop-swiper-main .index-shop-swiper .swiper-slide .cell .info .price .value{
    font-size: 16px;
    color: #ffffff;
}
.index-shop .index-shop-swiper-main .index-shop-swiper .swiper-slide .cell .info .price .label{
    font-size: 12px;
    color: #ffffff;
    padding-left: 5px;
}

.Instagram {
    padding: 80px 0;
    background-color: #EEEDEA;
}
.btn-left .index-link {
        margin-left: 30%;
    }
@media only screen and (max-width: 2600px) and (min-width:1024px) {
    .pc-box {
        display: block;
    }
}
@media only screen and (max-width: 1024px) and (min-width:0px) {
    .order-min-info table {
        width: 100%;
    }
    .app-nav {
        justify-content: center;
	align-items: center;
    }
    .btn-left .index-link {
        margin-left: 30%;
    }
    .footer .left .info {
        text-align: center;
    }
    .footer .left .info a {
        color: #ffffff;
    }
    .footer .left .nav {
        justify-content: center;
	align-items: center;
    }
    .index-main {
        overflow: hidden;
    }
    .app-nav .cell-nav a {
        font-size: 10px;
    }
    .app-nav .cell-nav {
        font-size: 10px;
        flex: none;
        padding: 0 6px;
    }
    .app-nav .line {
        font-size: 10px;
    }
    .news .lists .cell .title a {
        padding-left: 0;
    }
    .order-block .order-title {
        width: 95px !important;
        flex: none !important;
    }
    .order-block .order-date {
        width: 80px;
    }
    .order-qty, .order-price {
        font-size: 12px;
    }
    .order-header, .order-footer, .order-address-row {
        font-size: 12px;
    }
    
    .order-address-row {
        font-size: 10px;
    }
    .order-total {
        font-size: 10px;
    }
    
    .order-name {
        font-size: 12px;
    }
    .order-footer > div {
        margin-right: 5px;
        font-size: 10px;
    }
    
    .footer .left .nav .cell {
        margin-right: 20px;
        margin-bottom: 10px;
    }
    
    .shop-top-main .item:last-child {
        padding-left: 0px;
    }
    
    
    .shop-top-main .item .cell .text {
        font-size: 16px;
        color: #0D0D0D;
        width: 100%;
    }
    .shop-top-main .item .cell .price {
        padding-right: 0px;
        width: 100%;
    }
    
    
    


    .info-item {
        position: relative;
        padding: 30px 0;
        margin-top: 20px;
    }
    .info-item .left-img {
        width: 80%;
    }
    .info-item .right-img {
        width: 80%;
    }
    .info-item .cell {
        padding: 15px 0;
    }
    .info-item .cell .cell-main {
        padding: 20px;
        width: 100%;
    }
    .info-item .cell .cell-main .cell-title {
        font-size: 24px;
    }
    .info-item .cell .cell-main .cell-desc {
        line-height: 200%;
        padding: 12px 0;
    }





    .index-banner {
        position: relative;
    }
    .index-banner .img {
        width: 70%;
    }
    .index-banner .info {
        width: 30%;
    }
    .index-banner .info .logo {
        width: 50%;
    }
    .index-banner .info .icon {
        margin: 12px 0;
        width: 14px;
    }
    .index-banner .info .desc {
        height: 40px;
    }
    .index-banner .info .desc .desc-content {
        font-size: 14px;
        left: 15px;
        width: 180px;
    }
    .index-banner .info .tel {
        font-size: 14px;
        padding-top: 20px;
        width: 90vw;
        padding-left: 35vw;
    }


    .checkout-section .checkout-left {
        width: 100%;
    }
    .checkout-section .checkout-right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .checkout-section .checkout-left .checkout-block {}
    .checkout-section .checkout-left .checkout-block .checkout-title {
        font-size: 16px;
        padding-top: 16px;
    }
    .checkout-section .checkout-left .checkout-block .checkout-desc {
        padding-top: 15px;
        color: #BC261A;
    }
    .checkout-section .checkout-table {
        margin-top: 15px;
    }
    .checkout-section .checkout-table tr td .apply-btn {
        background: #F7F7F7;
        box-sizing: border-box;
        border: 1px solid #CBCBCB;
        font-size: 14px;
        color: #333333;
        width: 61px;
        height: 34px;
    }



    .page-common-desc {
        padding-top: 15px;
    }

    .history .order-info {
        padding-top: 15px !important;
        width: 80px !important;
        flex: none !important;
        min-width: 80px !important;
    }
    .order-info .order-info-table table tr td .products .img {
        width: 63px !important;
        height: 63px !important;
        object-fit: cover !important;
    }
    .history .order-info .order-info-table table tr td .products .p-right {
        width: 100% !important;
    }
    .history .order-info .order-info-table table tr td .products .p-right .title {
                font-size: 10px !important;
        word-break: break-all !important;
    }
    .order-info .order-info-table table tr td .products .p-right .desc {
        font-size: 10px !important;
    }
    .history .order-info .order-info-table table tr td .products .p-right .desc {
        font-size: 12px !important;
    }
    .history .order-info .order-info-table table tr td .input {
        width: 23px !important;
    }
    .history .order-info .order-info-table table tr td .btn {
        width: auto !important;
        height: auto !important;
    }
    .history .order-info-handle {
        padding-top: 15px !important;
    }
    .history .order-min-info {
        padding-top: 15px !important;
    }
    .history .order-min-info table {
        width: 100% !important;
    }
    .history .order-min-info table tr td:first-child {
        width: 100% !important;
    }
    .history .order-min-info>div {
        width: 100% !important;
    }
    .history .order-info .submit {
        width: 100% !important;
        margin-top: 15px !important;
    }

    .order-info .order-info-table table tr td .products .img {
        width: 63px !important;
        height: 63px !important;
        object-fit: cover !important;
    }

    .order-info .order-info-table table tr td .btn {
        font-size: 10px;
        width: auto;
        height: auto;
    }
    .order-info .order-info-table table tr td .products .p-right .title {

                font-size: 12px !important;
        word-break: break-all !important;
    }
    .order-info-table td {
        font-size: 10px !important;
        word-break: break-all !important;
    }
    .order-info .order-info-table table tr td .input {
        width: 30px;
    }
    .order-info .order-info-table table tr td .products .p-right {
        width: 100%;
    }
    .order-info .order-info-table table tr td:nth-child(2) {
        width: 80px;
    }
    .order-info .order-info-table table th td:nth-child(2) {
        width: 80px;
    }
    .cart6b3 {
        width: 40px;
    }
    .page-form-box .table table td:first-child {
        width: 50%;
        font-size: 10px;
    }
    .checkout-section .checkout-table tr td:first-child {
        font-size: 10px;
    }









    .shop-main-swiper {
        height: 360px;
    }

    .shop-top-main .item{
        width: 100%;
        margin-bottom: 20px;
    }


    .footer .left {
        width: 100%;
    }
    .footer .right {
        width: 100%;
        padding-top: 15px;
    }
    .footer .right .logo {
        text-align: center;
    }
    .footer .right .nav .cell{
        text-align: center;
    }
.footer .right .nav .cell{
    justify-content: center;
	align-items: center;
}



    .shop-main .shop-title {
        padding: 15px 0;
    }
    .shop-main .tab-nav-nav {
        padding-bottom: 15px;
    }
    .shop-main .shop-list-handle {
        padding: 15px 0;
    }
    .shop-main .lists .cell {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }




    .app-form-main .f-cell {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .pt-30 {
        padding: 15px 0;
    }
    .page-common-title {
        padding-bottom: 15px;
    }
    .coupons .cell {
        position: relative;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .coupons .cell .info .price {
        font-size: 28px;
    }
    .coupons .cell .info .left {
        padding: 0 4% 0 9%;
    }
    .coupons .cell .info .left .label {
        font-size: 12px;
    }
    .coupons .cell .info .left .value {
        font-size: 10px;
    }

    .news {
        padding: 0px;
    }

    .news-content {
        margin-top: 20px;
        padding: 20px 0;
    }
    .news .lists .cell {
        padding: 15px 0;
    }
    .news .lists .cell .time {
        width: 100%;
        padding-bottom: 5px;
        padding-right: 0;
    }

    .news .lists .cell .tag {
        width: 100%;
    }
    .news .lists .cell .title {
        width: 100%;
        padding-top: 5px;
    }
    .pc-box {
        display: none;
    }
}

.language-switch {
    position: relative;
    z-index: 999999;
}

.language-switch .lang-trigger {
    display: block;
    cursor: pointer;
}

.language-switch .lang-dropdown {
    position: absolute;
    top: 100%;
    right: -45px;
    padding: 8px 0;
    min-width: 120px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 99999;
    background: #EEEDEA;
    box-sizing: border-box;
    border: 1px solid #B49C69;
    
}

.language-switch:hover .lang-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.language-switch .lang-option {
    display: block;
    padding: 8px 16px;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 14px;
}

.language-switch .lang-option:hover {
    color: #B49C69;
}
.tips_tc{
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 8px;
    overflow: hidden;
    width: 80%;
    max-width: 690px;
    box-shadow: 0px 4px 21.100000381469727px 0px rgba(0, 0, 0, 0.1);
    z-index: 999;
}
.tips_tc_show{
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 8px;
    overflow: hidden;
    width: 80%;
    max-width: 690px;
    box-shadow: 0px 4px 21.100000381469727px 0px rgba(0, 0, 0, 0.1);
    z-index: 999;
}
.tips_tc1{
    height: 56px;
    background-color: #B49C69;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    line-height: 56px;
    color: #ffffff;
}
.tips_tc2{
    background-color: #ffffff;
    padding: 26px 25px 23px;
}
.tips_tc3{
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    color: #333333;
    min-height: 58px;
}
.page{display: flex;}
.page ul{margin: 0 auto;}
.page ul li{
    list-style: none;
    float: left;
    padding: 0 20px;
}
.page ul li a{
    color: #333333;
}
.page ul li.thisclass{
    text-decoration: underline;
}