@import "//at.alicdn.com/t/c/font_4631675_e6v0pi7hps7.css";

@font-face {
    font-family: "Founders Grotesk Regular";
    src: url("./fonts/FoundersGrotesk/FoundersGrotesk-RegularItalic.woff2") format("woff2"), url("./fonts/FoundersGrotesk/FoundersGrotesk-RegularItalic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Rotis Semi Serif Std";
    src: url("./fonts/RotisSemiSerifStd/RotisSemiSerifStd.woff2") format("woff2"), url("./fonts/RotisSemiSerifStd/RotisSemiSerifStd.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}
* {margin: 0;padding: 0;box-sizing: border-box;}
body {width: 100%;min-width:320px;margin: 0 auto;font: 14px/1.5 '微软雅黑';color: #333;overflow-x: hidden;font-family: "Rotis Semi Serif Std","Open Sans","PingFang SC","Microsoft YaHei","Helvetica Neue","Hiragino Sans GB","WenQuanYi Micro Hei","SourceHanSansCN",Arial,sans-serif;background: #fff;}

li {list-style: none;}
a {text-decoration: none;color: #333;}
a:hover {color: #333;}
i {font-style: normal;}
button, input, textarea, hr {border: none;outline: none;}
.clear {clear: both;}
table {border-collapse: collapse;max-width: 100%;}
table td {border-collapse: collapse;}
select{outline: unset;}
input:focus ,button{outline: none;}
iframe{width:100%;height: 100%;}
img{border:none;}

/*body::-webkit-scrollbar{
    display: none;
    width:5px;
    height:5px;
    background-color: rgba(0,0,0,.8);
}
body::-webkit-scrollbar-track{
    background-color: rgba(0,0,0,.8);
    border-radius:2px;
}
body::-webkit-scrollbar-thumb{
    background: rgba(0,0,0,.5);
    border-radius:2px;
}
body::-webkit-scrollbar-thumb:hover{
    background: rgba(0,0,0,.4);
}
body::-webkit-scrollbar-corner{
    background: rgba(0,0,0,.5);
}*/

.header{
    width:100%;
    background: url("../images/bg-gold.jpg") center center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:10px 1.25rem;
    position: relative;
    z-index:100;
}
.find_out_more{
    width: 130px;
    height: 38px;
    font-size:14px;
    text-align: center;
    border:2px solid #fff !important;
    color:#fff !important;
    border-radius: 19px;
    line-height:34px;
    display: block;
}
.find_out_more:hover span{
    color:#221C34 !important;
}
.find_out_more:hover::before{
    background: #fff !important;
}
.header_logo,.header_logo a,.header_logo img{
    height:55px;
    min-height: 40px;
    object-fit: contain;
    display: block;
}
.header_right{
    width: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size:12px;
    line-height: 1.5;
    color:#fff;
}
.header_right_url{
    width: auto;
    display: block;
    position: relative;
}
.header_right_url a{
    color:#fff;
    display: block;
    padding-left:20px;
}
.header_right_url:last-child::before{
    width: 1px;
    height: 0.625rem;
    content:'';
    position: absolute;
    left:10px;
    top:50%;
    transform: translateY(-50%);
    background: #fff;
}
.language{
    width: auto;
    display: block;
    position: relative;
}
.language_text{
    width: auto;
    padding:0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size:12px;
    line-height: 1.5;
    color:#fff;
    cursor: default;
}
.language_text i{
    margin-left:5px;
    font-size: 12px;
}
.language ul{
    width: 100%;
    display: none;
    position: absolute;
    top:100%;
    right:0;
    background: #fff;
    color:#000;
    border: 1px solid #cdcdcd;
}
.language ul li a{
    width: 100%;
    display: block;
    font-size:12px;
    line-height: 15px;
    padding:5px 10px;
    border-bottom: 1px solid #cdcdcd;
}
.language ul li a:hover{
    color:#fff;
    background: #976E32;
}
.web_nav_btn,.web_nav{
    display: none;
}
@media screen and (max-width: 750px) {
    .header_logo,.header_logo a,.header_logo img{
        height: 40px;
    }
    .header .find_out_more,.header .header_right .header_right_url{
        display: none;
    }
    .header .header_logo{
        flex-grow: 1;
    }
    .web_nav_btn{
        width: 76px;
        height: 30px;
        border:2px solid #fff;
        font-size:12px;
        line-height: 26px;
        text-align: center;
        border-radius: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        color:#fff;
    }
    .web_nav_btn i{
        margin-right: 5px;
    }
    .web_nav{
        width: 100%;
        display: block;
        position: fixed;
        top:0;
        right:0;
        bottom:0;
        left:100vw;
        z-index:99;
        background: #E7DDD3;
        color:#976E32;
        height: 100vh;
        overflow-y: auto;
        padding:100px 20px 40px;
        transition: all ease .3s;
    }
    .web_nav.show{
        left:0;
    }
    .web_nav_category{
        width:100%;
        display: block;
    }
    .web_nav_category .item .zhhans{
        width: 100%;
        display: block;
        position: relative;
        font-size:30px;
        line-height: 1.5;
        color:#976E32;
    }
    .web_nav_category .item .zhhans::before{
        position: absolute;
        right:0;
        top:50%;
        transform: translateY(-50%);
        font-size:24px;
    }
    .web_nav_category .item ul{
        display: none;
    }
    .web_nav_category .item ul li a{
        width:100%;
        display: block;
        font-size:18px;
        line-height: 1.5;
        padding:5px 0;
        color:#976E32;
    }
    .web_nav_extend{
        width: 100%;
        margin-top:20px;
        padding-top:20px;
        border-top:1px solid #976E32;
    }
    .web_nav_extend a{
        width: 100%;
        display: block;
        font-size:16px;
        line-height: 1.5;
        color:#976E32;
        padding:5px 0;
    }
}
.nav{
    width: 100%;
    padding:0 20px;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    box-shadow: 1px 1px 5px #ccc;
    position: relative;
}
.nav.about_page_nav{
    justify-content: center;
}
.nav .nav_list{
    width: auto;
    display: block;
    position: relative;
}
.nav .nav_list a{
    width: auto;
    font-size:14px;
    line-height: 1.5;
    padding:10px;
    display: block;
    transition: all ease .3s;
}
.nav .nav_list a:hover{
    color:#976E32;
}
.nav .nav_list .nav_list_sub{
    width: auto;
    display: block;
    position: absolute;
    top:100%;
    left:0;
    z-index:2;
    min-width: 300px;
    opacity: 0;
    transition: all ease .3s;
    overflow: hidden;
    pointer-events:none;
}
.nav .nav_list:hover .nav_list_sub{
    opacity: 1;
    pointer-events: auto;
}
.nav .nav_list .nav_list_sub::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 10px 8px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top:0;
    left:20px;
}
.nav .nav_list .nav_list_sub ul{
    width: 100%;
    padding:15px 20px;
    border-radius: 10px;
    margin-top:10px;
    background: #fff;
}
.nav .nav_list .nav_list_sub ul a{
    width:100%;
    display: block;
    font-size:14px;
    line-height: 1.5;
    padding:3px 0;
    white-space: nowrap;
}
@media screen and (max-width: 750px) {
    .nav{
        display: none;
    }
}

.footer{
    width:100%;
    display: block;
    padding:80px 0;
    background: #E7DDD3;
}
.footer .index_main{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.footer ul{
    width:20%;
    display: block;
    padding:0 15px;
}
.footer ul li a{
    width:100%;
    display: block;
    font-size: 16px;
    line-height: 1.75;
    color:#221C34;
}
.footer_logo{
    width: 40%;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
}
.footer_logo_img{
    width: 100%;
}
.footer_logo_img a{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.footer_logo_img a img{
    max-width: 100%;
    display: block;
}
.footer_link{
    width:100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top:20px;
}
.footer_link a,.footer_link_list{
    width: auto;
    margin:0 10px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#976E32;
    position: relative;
}
.footer_link a i,.footer_link_list i{
    font-size:28px;
}
.footer_link_img{
    width: 138px;
    height: 0;
    position: absolute;
    bottom:100%;
    left:50%;
    transform: translateX(-50%);
    transition: all ease .3s;
}
.footer_link_img img{
    width:auto;
    height: 100%;
    display: block;
    object-fit: contain;
    margin:0 auto;
}
.footer_link_list:hover .footer_link_img{
    height: 138px;
}
@media screen and (max-width: 750px) {
    .footer_logo{
        width: 100%;
        margin-bottom: 30px;
    }
    .footer_logo_img a,.footer_link{
        justify-content: center;
    }
    .footer ul {
        width: 33.33%;
        order:3;
    }
}
.footer_bg{
    width:100%;
    display: block;
    height: 50px;
    background: url(../images/bottom.jpg) left top repeat;
}


.index_main{
    width:100%;
    max-width:1140px;
    padding:0 15px;
    margin:0 auto;
}
.index_title_h2{
    width: 100%;
    font-size:50px;
    line-height: 1.2;
    color:#976E32;
    display: block;
    font-weight: normal;
    margin-bottom: 20px;
}
.index_title_h3{
    width: 100%;
    font-size:32px;
    line-height: 1.2;
    color:#221C34;
    display: block;
    font-weight: normal;
    margin-bottom: 20px;
}
.index_title_p{
    width: 100%;
    font-size:18px;
    line-height: 1.5;
    color:#221C34;
    display: block;
}
@media screen and (max-width: 1024px) {
    .index_title_h2{
        font-size:40px;
    }
}
@media screen and (max-width: 750px) {
    .index_title_h2{
        font-size:30px;
    }
}


.money_next,.money_prev,
.page_next,.page_prev,
.map_store_next,.map_store_prev,
.member_store_next,.member_store_prev,
.index_store_next,.index_store_prev{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(34, 28, 52, 0.7) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:20px;
    color:#fff;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    z-index:2;
}
.money_next,.map_store_next,.member_store_next,.page_next{
    right: 10px;
}
.money_prev,.map_store_prev,.member_store_prev,.page_prev{
    left:10px;
}
.index_store_next,.member_store_next{
    right:-10px;
}
.index_store_prev,.member_store_prev{
    left:-10px;
}
@media screen and (max-width: 750px) {
    .index_store_next,.member_store_next{
        right:0;
    }
    .index_store_prev,.member_store_prev{
        left:0;
    }
}
.money_pagination,.map_store_pagination,.index_store_pagination,.member_store_pagination,.page_pagination{
    width: 50% !important;
    margin:30px auto 15px;
    height: 3px;
    background: #c2bcd6;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.money_pagination span,.map_store_pagination span,.index_store_pagination span,.member_store_pagination span,.page_pagination span{
    flex-grow: 1;
    display: block;
    border-radius: 0;
    height: 3px;
    opacity: 1;
    margin:0 !important;
    background: #c2bcd6;
    transition: all ease .3s;
}
.money_pagination span.swiper-pagination-bullet-active,
.page_pagination span.swiper-pagination-bullet-active,
.map_store_pagination span.swiper-pagination-bullet-active,
.index_store_pagination span.swiper-pagination-bullet-active,
.member_store_pagination span.swiper-pagination-bullet-active
{
    background: #221C34;
    transition: all 0.5s ease;
}
.btn_url{
    width:128px;
    height: 40px;
    border:2px solid #221C34;
    color:#221C34;
    text-align: center;
    border-radius: 20px;
    position: relative;
    font-size:18px;
    line-height: 36px;
    overflow: hidden;
    display: block;
    cursor: pointer;
}
.btn_url span{
    position: relative;
    z-index:2;
    transition: all ease .5s;
    cursor: pointer;
}
.btn_url::before{
    content:'';
    top:0;
    right:0;
    bottom:0;
    left:100%;
    position: absolute;
    height: 100%;
    z-index:1;
    transition: all ease .5s;
}
.btn_url:hover span{
    color:#fff;
}
.btn_url:hover::before{
    left:0;
    background: #221C34;
}


.italic_a{
    width:100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-style: italic;
    font-size:16px;
    line-height: 1.5;
    color:#221C34;
}
.italic_a a{
    color:#221C34;
    text-decoration: underline;
}
.color_black{
    color:#221C34 !important;
}
.bg_F1F0EC{
    background: #F1F0EC !important;
}
.text_right{
    text-align: left !important;
}
.flex_item_start{
    align-items: flex-start !important;
}

.nav_main{
    width:100%;
    max-width: 1000px;
    display: flex;
    /*justify-content: space-between;*/
    justify-content: center;
    align-items: center;
}

.footer_bg{
    width:100%;
    padding:14px 4%;
    font-size:14px;
    line-height: 1.5;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: default;
}
.footer_bg a{
    color:#fff;
    display: inline-block;
}


.diy_add_join a{
    width: 130px;
    height: 38px;
    border:2px solid #fff;
    font-size:14px;
    color:#fff;
    text-align: center;
    border-radius: 19px;
    transition:all 0.5s ease;
    display: block;
    line-height: 34px;
}
.diy_add_join a:hover{
    color:#221C34;
    background: #fff;
}
@media screen and (max-width: 750px) {
    .diy_add_join{
        display: none;
    }
}
.diy_add_header{
    position: sticky;
    top:0;
    left:0;
    right:0;
    z-index: 10;
    transition: all ease .5s;
}

.diy_add_search{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right:1.25rem;
    z-index:2;
}
.diy_add_search form{
    width: 200px;
    height: 33px;
    border:1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.diy_add_search input{
    width: calc(100% - 26px);
    display: block;
    padding:5px 10px;
    font-size:14px;
    line-height: 21px;
    color:#221C34;
}
.diy_add_search button{
    width: 26px;
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:14px;
    color:#221C34;
    background: unset;
}