/* 321 */
.flex {
    display: flex;
}
a {
    border: 0 ;
    padding: 0;
    margin: 0;
    text-decoration: none;
    outline: none;
}
.container {
    text-align: center;
    background-color: #F9F4ED;
}
/*213123  */
.header_swipper_box {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    position: relative;
}
.header_swipper {
    display: flex;
    width: auto;
    transition: all 0.5s ease;
}
.header_swipper_item {
    height: 40px;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    background-color: #D2E6C3;
    justify-content: center;
    /* pointer-events: none; */
    user-select: none;
}
.header {
    position: sticky;
    top: 0;
    z-index: 999;
}
.header_filter {
    position: relative;
}
.header_filter_left_item_box {
    display: flex;
    position: relative;
    height: 80px;
    box-sizing: border-box;
    align-items: center;
}
.header_filter_logo {
    width: 92px;
    height: 58px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.header_filter {
    background-color: white;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    padding-right: 40px;
    
}

.header_filter_left {
    align-items: center;
    margin-left: 40px;
}
.header_filter_left_item {
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-size: 12px;
    cursor: pointer;
    font-weight: 700;
    letter-spacing:1px;
    transition: all 0.4s ease-in-out;
}
.header_filter_left_item_active {
    color: #B4975F;
}
.header_filter_left_item:not(:first-child){
    margin-left: 20px;
}
.header_filter_left_item:hover{
    opacity: 0.6;
}
.header_filter_left_ft{
    width: 24px;
    height: 25px;
}

.header_filter_right>:not(:first-child) {
    margin-left: 24px;
}
.header_filter_right_item {
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-size: 12px;
    cursor: pointer;
    font-weight: 700;
    letter-spacing:1px;
    transition: all 0.4s ease-in-out;
}
.header_filter_right_img {
    width: 22px;
    height: 22px;
}

/* content */
.content {
    text-align: center;
    /* display: inline-block; */
}
/* 图片轮播 */
.content_banner_box {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 60px;
}
.content_banner {
    display: flex;
    width: auto;
    transition: all 0.5s ease;
}
.content_banner_img {
    user-select: none;
    cursor: pointer;
    -webkit-user-drag: none;
}
.content_banner_dot_box {
    position: absolute;
    left: 50%;
    height: 30px;
    /* bottom: -20%; */
    /* left: 50%; */
    transform: translate(-50%, 0);
    align-items: center;
    justify-content: center;
    padding: 20px;
    display: flex;
}
.content_banner_dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    box-sizing: content-box;
    display: flex;
    margin: 4px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    &::before{
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #000;
    }
}
.content_banner_dot:not(:first-child){
    margin-left: 10px;
}
.content_banner_dot_active {
    border: 1px solid #B4975F;
    box-sizing: content-box;
    padding: 4px;
    margin: 0;
    &::before{
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #B4975F;
    }
}






.content_list_title_detail{
    font-size: 14px;
    color: #000;
    font-family: priori-sans, sans-serif;
    text-align: center;
}
.content_list_title_box {
    margin-top: 180px;
    text-align: center;
}
.content_list_title_out {
    display: inline-block;
    width: 1260px;
}
.content_list_title{
    text-align: center;
    font-size: 35px;
    color: #b4975f;
    line-height: 80px;
}


.content_list {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 20px;
}

.content_list_item {
    color: #000;
    border: 1px solid #b4975f;
    border-radius: 5px;
    margin: 5px;
    background: hsla(0, 0%, 100%, .9);
    cursor: pointer;
    /* line-height: 60px; */
    padding: 10px 20px;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 12px;
}
.content_list_item:hover {
    color: white;
    background-color: #B4975F;
}

/* 我们的产品 */
.our_product_box {
    text-align: center;
    padding: 50px 0;
}
.our_product{
    text-align: center;
}
.our_product_title {
    color: #000;
    font-size: 48px;
    text-align: center;
}
.our_product_img {
    margin-top: 10px;
}
.product_picture_box {
    width: 100%;
    margin-top: 50px;
    
}
.product_picture {
    width: 100%;
    height: 680px;
}


.our_product_banner_box,.original_banner_box {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.our_product_banner_item,.original_banner_item {
    padding: 0 10px;
}
.product_banner_img_box,.original_img_box {
    width: 220px;
    height: 150px;
    border-radius: 20px;
    overflow: hidden;
}
.our_product_banner_item_img,.original_banner_item_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease-in-out;
}
.our_product_banner_item_img:hover,.original_banner_item_img:hover {
    transform: scale(1.2);
}
.product_banner_title,.original_banner_title {
    text-align: center;
    text-align: center;
    margin: 15px 0;
    font-weight: 700;
}
.next_btn,.original_next_btn {
    display: flex;
    position: absolute;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    align-items: center;
    opacity: 0;
    top: 50%;
    right: 20px;
    cursor: pointer;
    background-color: #FEFEFD;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.our_product_banner_box:hover .next_btn,.original_banner_box:hover .original_next_btn{
    opacity: 1;
}
.next_btn:hover,.original_next_btn:hover{
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.4);
}
.next_btn_img,.original_next_btn_img{
    width: 17px;
    height: 17px;
    padding: 10px;
    background-color: #FEFEFD;
    border-radius: 50%;
    border: 1px solid #B4975F;
}
.back_btn,.original_back_btn {
    display: flex;
    position: absolute;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    align-items: center;
    opacity: 0;
    top: 50%;
    left: 20px;
    cursor: pointer;
    background-color: #FEFEFD;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.our_product_banner_box:hover .back_btn,.original_banner_box:hover .original_back_btn{
    opacity: 1;
}
.back_btn:hover,.original_back_btn{
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.4);
}
.back_btn_img,.original_back_btn_img{
    width: 17px;
    height: 17px;
    padding: 10px;
    background-color: #FEFEFD;
    border-radius: 50%;
    border: 1px solid #B4975F;
    transform: rotate(180deg);
}

/* 购物指南 */
.shopping_cart_box {
    margin-top: 100px;
    text-align: center;
    margin-bottom: 50px;
}
.shopping_cart {
    flex-direction: column;
    align-items: center;
}
.shopping_cart_title {
    color: #000;
    font-size: 48px;
    text-align: center;
}
.shopping_cart_list {
    background-color: #FFFEF9;
    padding: 20px;


}
.shopping_cart_list_item {
    text-align: center;
    width: 280px;
    margin: 5px;
    padding: 15px 0 30px;
}
.shopping_cart_list_item_img {
    width: 34px;
    height: 34px;
}
.shopping_cart_list_item_title {
    font-size: 17px;
    font-weight: 700;
    margin: 10px 0;
}
.shopping_cart_list_item_detail{
    line-height: 25px;
    margin-bottom: 30px;
    font-size: 13px;
    font-weight: 700;
}
.shopping_cart_list_item_bottom {
    display: inline-block;
    color: #BB975F;
}
.shopping_cart_list_item_bottom_line {
    color: #BB975F;
    width: 100%;
    border: 0.5px solid #BB975F;
    transition: all 0.3s ease-in-out;
}
.shopping_cart_list_item_bottom:hover>.shopping_cart_list_item_bottom_line {
    width: 50%;
}


.advantage_box {
    text-align: center;
    margin-bottom: 150px;
}
.advantage {
    width: 1200px;
    display: inline-block;
}
.advantage_item {
    text-align: start;
    width: 1200px;
}
.advantage_item .advantage_item_title{
    font-size: 25px;
    height: 50px;
}
.advantage_item_detail{
    color: #666;
    line-height: 40px;
    margin-bottom: 50px;
}

.map_box {
    text-align: center;
    margin-bottom: 100px;
}
.map {
    display: inline-block;
}
.map {
    width: 1200px;
}
.map_title{
    text-align: center;
    font-size: 35px;
    margin-bottom: 50px;
}
.map_title2{
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color: #666;
    margin-bottom: 50px;
}
.map_img{
    width: 100%;
}


.original_title{
    color: #000;
    font-size: 48px;
    text-align: center;
}


.follow_box {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.follow {
    width: 1200px;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #CCCCCC;
}
.follow_title{
    font-size: 45px;
}

.follow_right_img {
    width: 25px;
    height: 25px;
}
.follow_right>:not(:first-child){
    margin-left: 12px;
}



.footer_box {
    display: flex ;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.footer {
    width: 1200px;
    padding-bottom: 50px;
    border-bottom: 1px solid #CCCCCC;
}
.footer_li {
    width: 300px;
}
.footer_li_title{
    font-size: 20px;
    color: #b4975f;
    margin-bottom: 30px;
    text-align: start;
}
.footer_li_list {
    text-align: start;
}
.footer_li_list_item {
    display: block;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
    font-family: priori-sans, sans-serif;
    align-items: center;
}
.footer_li_list_item_img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}


/* 页脚 */
.footer_bottom_box {
    display: flex;
    justify-content: center;
    align-self: center;
}
.footer_bottom {
    width: 1200px;
    padding-bottom: 100px;
    font-size: 13px;
    justify-content: space-between;
    user-select: none;
}
.footer_bottom_right {
    justify-content: flex-end;
}
.footer_bottom_right_item:not(:first-child){
    margin-left: 12px;
}


/*  */


