@font-face {
    font-family: 'Omega-Sans-Regular';
    src: url('Omega-Sans-Regular-2.ttf') format('truetype');
}
@font-face {
    font-family: 'Bauhaus-Light';
    src: url('Bauhaus-Light-2.ttf') format('truetype');
}

body {
    font-family: sans-serif;
}
.common-title {
    font-family: Omega-Sans-Regular, sans-serif;
}
.hide {display: none;}
/* 头部 */
.header-upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    transition: 0.5s;
    padding-left: 0;
    padding-right: 0;
    height: 120px;
}
.header-upper .header-upper-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    padding-left: 15px;
    padding-right: 15px;
    width: 1170px;
    margin: 0 auto;
}

.header-upper .social-links-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

.header-upper .social-links-wrapper .social-links {
    margin-left: -18px
}

.header-upper .social-links-wrapper .social-links .icon-wrap a {
    margin-left: 18px
}

.header-upper .logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center
}

.header-upper .logo-wrapper .logo .image-wrapper {
    transition: 0.5s;
    width: 262px
}

.header-upper .search-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal
}

.header-upper .search-wrapper .search-form .input-group {
    border-radius: 4px;
    overflow: hidden
}

.header-upper .search-wrapper .search-form .input-group .icon {
    position: relative;
    right: 36px;
    top: 10px;
}

.header-upper .search-wrapper .search-form .form-control {
    width: 240px;
    padding: 6px 17px
}

.header-upper .search-wrapper .basket {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    height: 58px;
    line-height: 1;
    position: relative
}

.header-upper .search-wrapper .basket .icon {
    vertical-align: top
}

.header-upper .search-wrapper .basket .icon img {
    width: 40px;
    height: 40px
}

.header-upper .search-wrapper .basket .basket-count {
    -webkit-box-ordinal-group: -3;
    -ms-flex-order: -3;
    -webkit-order: -3;
    order: -3;
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: top;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0
}

.header-upper .search-wrapper .basket .sample-text {
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: top;
    margin-top: 5px
}

.header-lower .main-nav .nav-list {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around
}

.header-sticky {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    padding-top: 0;
}

.header-sticky .header-upper {
    height: 80px;
}

.header-sticky .header-upper .logo-wrapper .logo .image-wrapper {
    width: 115px;
}

.header-sticky ~ main {
    padding-top: 137px;
}

.notification-17 ~ .header-sticky {
    padding-top: 0;
}






.header_box_top {height: 30px;background: #f0f0f0;}
#fixed_header_top {height: 30px;}
#fixed_header_top .container{display: flex;align-items: center;justify-content: space-between;height: 100%;max-width: 1460px;}
.header_box_top .fr {float:right;}
.header_box_top .fl {float:left;}
.header_box_top .zh-cn{
    line-height: 20px;
    margin-left: 45px;
}
.header_box_top .zh-cn a{
    padding:0 5px;
    text-align: center;
    float: left;
    cursor: pointer;
}
.header_box_top .zh-cn a.zh{
    border-radius: 15px 0 0 15px;
    border-right: 0;
}
.header_box_top .zh-cn a.cn{
    border-radius: 0 15px 15px 0;
    border-left: 0;
    padding: 0 15px;
}
.header_box_top .zh-cn a.active{
    padding:0 10px;
    background: #f0f0f1;
    color:#fff;
    border-radius: 15px;
}

.header_box{background: #fff;}
.fixed_box{height: 60px;}
#fixed_header{height: 60px;background: #f0f0f1;}
#fixed_header .container{display: flex;align-items: center;justify-content: space-between;height: 100%;max-width: 1460px;}
#fixed_header.fixed{position: fixed;left: 0;right: 0;top: 0;z-index: 9999;}
.fixed_box .lf{display: none;}
.fixed_box .rf{display: none;}
.fixed_box img{height: 50px;}
.fixed_box .name{font-size: 18px;margin-left: 20px;}
.fixed_box .menu_box{display: flex;margin: 0 auto;}
.fixed_box .menu_box .menu{height: 100%;position: relative;text-align: center;margin-left: 20px;margin-right: 20px;z-index: 999;}
.fixed_box .menu_box .menu:hover>a{background: #f3f3f3;}
.fixed_box .menu_box .menu>a{display: block;width: 100%;height: 100%;min-width: 120px;line-height: 60px;color: #000;font-size: 16px;}
.fixed_box .menu_box .menu .active{color: #7B5144;font-weight: bold;}
.fixed_box .menu_box .menu .child_box{
    position: fixed;
    left: 0;
    top: 180px;
    z-index: 1;
    width: 100%;
    justify-content: center;
    background: #FBF4ED;
    padding: 20px 10px;
    display: none;
}
.fixed_box .fixed .menu_box .menu .child_box{
    top: 60px;
}

.fixed_box .menu_box .menu .more{
    right: -35px;
}
.header-nav-icon-link{
    margin: 10px;
}
.fixed_box .menu_box .menu .child_box::before{content: '';position: absolute;top: -5px;left: 0;right: 0;margin: 0 auto;width: 0;height: 0;border-width:0 5px 5px;border-style:solid;border-color:transparent transparent #f0f0f1;}
/*.fixed_box .menu_box .menu .child_box a{display: block;width: 100%;height: 40px;line-height: 40px;color: #000;border-top: 1px solid #fff;font-size: 13px;}
.fixed_box .menu_box .menu .child_box a:hover{font-weight: bold;}
.fixed_box .menu_box .menu .child_box a:first-child{border-top: none;}*/
.fixed_box .menu_btn{width: 35px;height: 35px;cursor: pointer;display: none;}
.fixed_box .menu_btn img{width: 100%;height: 100%;}
.fixed_box .menu_mobile{display: none;}

/* banner */
#banner{width: 100%;height: 600px;padding-bottom: 30%;position: relative;overflow: hidden;}
#banner .swiper-container{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.swiper-slide{background-position: center;background-size: cover;}
#banner_swiper .swiper-button-prev,#banner_swiper .swiper-button-next{width: 70px;height: 70px;border: 1px solid #f0f0f1;border-radius: 50%;background: rgb(242 246 243 / 60%); color: #3e3e3e;}
#banner_swiper .swiper-button-prev{left: 3%;}
#banner_swiper .swiper-button-next{right: 3%;}

.swiper-pagination.custom .swiper-pagination-bullet{background: #fff;width: 12px;height: 12px;opacity: 1;transition: width .5s linear;}
.swiper-pagination.custom .swiper-pagination-bullet-active{background: rgba(255,255,255,.5);width: 20px;border-radius: 6px;}

/* 标题 */
.title_box{text-align: center;margin-bottom: 30px;animation: slide-up 1s ease-out;}
.title_box h2{font-size: 24px;font-weight: bold;font-family: Omega-Sans-Regular, sans-serif;}
.title_box p{margin-top: 10px;}
.more_box{text-align: right;}
.more_box a{color: #f0f0f1;}

.list_box{padding: 50px 0;}

/* 图片组 */
.img_group{width: 250px;display: flex;flex-wrap: wrap;justify-content: space-between;}
.img_group .item{width: calc(16.66% - 5px);position: relative;cursor: pointer;height: 400px;}
.img_group .item .img{width: 100%;background-repeat: round;}
.img_group .item .info{position: absolute;left: 0;right: 0;bottom: 0;padding: 5px 10px;background: rgba(255, 255, 255, .8);display: flex;align-items: center;justify-content: space-between;transition: bottom .2s linear;}
.img_group .item:hover .info{bottom: -50px;}
.img_group .item .box{position: absolute;top: 0;left: -100%;opacity: 0;;width: 100%;height: 100%;z-index: 9;background: rgba(22, 131, 66, .5);color: #fff;padding: 10%;}
.img_group .item .box .name{color: #fff;font-size: 16px;}
.img_group .item .box ul{position: absolute;left: 10%;bottom: 10%;}
.img_group .item .box ul li{color: #fff;margin-top: 7px;}
.img_group .item .link{position: absolute;right: 5%;bottom: 10%;cursor: pointer;width: 30px;height: 30px;border-radius: 50%;border: 1px solid #fff;padding: 5px;transition: transform .2s linear;}
.img_group .item .link:hover{transform: scale(1.1);}
.img_group .links{display: block;width: 90px;height: 30px;line-height: 30px;border-radius: 5px;font-size: 12px;text-align: center;border: 1px solid #f0f0f1;color: #f0f0f1;}
.img_group .links:hover{background: rgba(22, 131, 66, .8);color: #fff;}

.img_swiper{position: relative;padding-bottom: 30px;}
.img_swiper .swiper-pagination{bottom: 10px;}
.img_swiper .swiper-pagination-bullet{background: #eee !important;}
.img_swiper .swiper-pagination-bullet-active{background: rgba(0,0,0,.5) !important;}
.img_swiper .swiper-button-prev{top:auto;bottom: 5px;height: 20px;z-index: 99;}
.img_swiper .swiper-button-next{top:auto;bottom: 5px;height: 20px;z-index: 99;}
.img_swiper .swiper-button-prev::after{font-size: 18px;font-weight: bold;}
.img_swiper .swiper-button-next::after{font-size: 18px;font-weight: bold;}

#wmdkh_swiper .swiper-slide{
    width: 210px;
    height: 420px;
    margin-left: 20px;
}

/* 优势 */
.advantage_box{display: flex;}
.advantage_box li{width: 25%;text-align: center;}

.advantage_box li img{width: 90px;height: 90px;filter: grayscale(100%); opacity: 0.6;}
.advantage_box li:hover img{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
    filter: none;
    opacity: 1;
}
.advantage_box li .name{font-size: 16px;margin-top: 10px;}
.advantage_box li:hover .name{color: #000;}
.advantage_box li .info{max-width: 180px;margin: 5px auto 0;font-size: 12px;color: #999;}
.advantage_box li:hover .info{color: #7b5144;}

/* Our Story */
/*.ourstory .title_box H2 {
    text-align: left;
    padding-left: 30px;
}*/

.ourstory .container {
    display: flex;
}
.ourstory .container .ourstory_left{
    flex: 2;
    display: flex;
}
.ourstory .container .ourstory_left .ourstory_left_img{
    flex: 1;
}

.ourstory .container .ourstory_left .ourstory_left_content{
    flex: 2;
    align-items: center;
    padding: 0 25px;
}
.ourstory .container .ourstory_left .ourstory_left_content .ourstory_left_content_btn {
    position: relative;bottom: -60px;
}

.ourstory .container .ourstory_left .ourstory_left_content_a{
    font-size: 12px;
    letter-spacing: 2.52px;
    font-family: Bauhaus-Light;
    color: rgb(255 255 255);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 25px;
    transition: .3s ease all;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
    width: -moz-fit-content;
    width: fit-content;
    width: 138px;
    height: 46px;
    background: #934B32;
    margin-top: 20px;
}


.ourstory .container .ourstory_right{
    flex: 2;
}

/* 多媒体集成 */
#media_swiper{position: relative;}
#media_swiper .swiper-slide{width: 80%;background: rgba(0,0,0,.9);position: relative;}
#media_swiper .swiper-slide::after{content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(255,255,255,.5);}
#media_swiper .swiper-slide.swiper-slide-active::after{display: none;}
#media_swiper .swiper-slide .box{width: 100%;padding-bottom: 50%;position: relative;}
#media_swiper .swiper-slide .box video{width: 100%;height: 100%;position: absolute;left: 0;right: 0;}
#media_swiper .swiper-slide .box img{width: 100%;height: 100%;position: absolute;left: 0;right: 0;object-fit: cover;}

#media_swiper .swiper-button-prev,#media_swiper .swiper-button-next{width: 70px;height: 70px;border: 1px solid #f0f0f1;border-radius: 50%;background: rgba(22, 129, 65, .3);color: #f0f0f1;}
#media_swiper .swiper-button-prev{left: 2%;}
#media_swiper .swiper-button-next{right: 2%;}

/* 资质荣誉 */
#rongyu_swiper{position: relative;}
#rongyu_swiper .swiper-slide img{height: 150px;}
#rongyu_swiper .swiper-slide p{margin-top: 5px;text-align: center;max-width: 200px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
#rongyu_swiper .swiper-slide p img{width: 14px;height: 14px;vertical-align: middle;margin-right: 5px;}
#rongyu_swiper .swiper-slide p span{vertical-align: middle;}

#rongyu_swiper .swiper-slide{width: auto;text-align: center;margin: 0 auto;}

/* 公司新闻 */
.new_box{display: flex;flex-wrap: wrap;justify-content: space-between;}
.new_box dl{padding: 0 10px;width: 33.33%;}
.new_box dt div{font-size: 18px;}
.new_box dt p{font-size: 12px;color: #666;}
.new_box dd{margin-top: 20px;}
.new_box ul{max-width: 320px;}
.new_box ul li{border-bottom: 1px dashed #999;color: #999;padding-bottom: 10px;margin-bottom: 10px;padding-right: 10px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.new_box ul li a{font-size: 13px;}
.new_box a:hover{color: #f0f0f1;}
.new_box dd>a{font-size: 13px;}

/* 我们的客户 */
.client_box ul{letter-spacing: 0;}
.client_box ul li{display: inline-block;width: 10%;position: relative;}
.client_box ul li img{vertical-align: middle;width: 100%;}
.client_box ul:nth-child(2n) li:nth-child(2n+1)::after{content: '';position: absolute;left: 0;right: 0;top: 0;bottom: 0;box-shadow: 0 0 8px 1px #eee inset;}
.client_box ul:nth-child(2n+1) li:nth-child(2n)::after{content: '';position: absolute;left: 0;right: 0;top: 0;bottom: 0;box-shadow: 0 0 8px 1px #eee inset;}

.start_your_journey_below .container .name{
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    padding: 25px 0;
}
.start_your_journey_below .container .text{
    color: #999;
    padding: 10px 30px;
    text-align: center;
    font-size: 16px;
}

.back_to_about_us .container a{
    display: inline-block;
    padding-top: 16px;
    text-decoration: none;
    width: 322px;
    height: 62px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 2px solid #ECECEC;
    color: black;
    text-align: center;
    font-size: 18px;
}
.back_to_about_us .container a:hover{
    background: #934B32;
    color: #ffffff;
}

.back_to_about_us .container button{
    display: inline-block;
    padding-top: 7px;
    text-decoration: none;
    width: 322px;
    height: 62px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 2px solid #ECECEC;
    color: black;
    text-align: center;
    font-size: 18px;
}
.back_to_about_us .container button:hover{
    background: #934B32;
    color: #ffffff;
}


/* 页底 */
.footer{padding: 30px 10px 30px;margin-top: 30px;}
.footer .footer-logo{display: none;}
.footer .footer-copyright{text-align: center;padding: 15px;}
.footer .top_box{display: flex;justify-content: space-between;}
.footer .menu_box{flex: 1;display: flex;flex-wrap: wrap;}
.footer .menu_box .menu{text-align: center;flex: 1;}
.footer .menu_box .menu>a{display: block;color: #333;padding-bottom: 10px;}
.footer .menu_box .menu .child_box a{display: block;color: #bfbfbf;margin-top: 10px;font-size: 13px;}
.footer .menu_box .menu .child_box a:hover{color: #ddd;}
.footer .qr_box{text-align: center;}
.footer .qr_box .name{padding-bottom: 10px;border-bottom: 1px solid #0b6c30;margin-bottom: 10px;color: #0b6c30;}
.footer .qr_box img{width: 150px;height: 150px;}
.footer .qr_box a{font-size: 13px;color: #fff;}
.footer .bot_box{text-align: center;margin-top: 10px;}
.footer .bot_box img:last-child{margin-left: 50px;padding-left: 50px;border-left: 1px solid #ddd;}

.invisible{
    visibility: hidden;
}

.static{
    position: static;
}

.fixed{
    position: fixed;
}

.absolute{
    position: absolute;
}

.relative{
    position: relative;
}

.sticky{
    position: sticky;
}

.top-\[50\%\]{
    top: 50%;
}

.left-\[-18px\]{
    left: -18px;
}

.right-\[-18px\]{
    right: -18px;
}

.bottom-0{
    bottom: 0px;
}

.left-0{
    left: 0px;
}

.top-0{
    top: 0px;
}

.left-\[50\%\]{
    left: 50%;
}

.top-\[10px\]{
    top: 10px;
}

.right-\[10px\]{
    right: 10px;
}

.right-\[20px\]{
    right: 20px;
}

.bottom-\[30px\]{
    bottom: 30px;
}

.bottom-\[40px\]{
    bottom: 40px;
}

.right-0{
    right: 0px;
}

.right-\[-88px\]{
    right: -88px;
}

.top-\[-4px\]{
    top: -4px;
}

.top-\[100\%\]{
    top: 100%;
}

.left-\[10px\]{
    left: 10px;
}

.left-\[100px\]{
    left: 100px;
}

.right-\[100px\]{
    right: 100px;
}

.bottom-\[100px\]{
    bottom: 100px;
}

.top-\[100px\]{
    top: 100px;
}

.right-\[50px\]{
    right: 50px;
}

.bottom-\[-100px\]{
    bottom: -100px;
}

.top-\[96px\]{
    top: 96px;
}

.right-\[23px\]{
    right: 23px;
}

.bottom-\[80px\]{
    bottom: 80px;
}

.top-\[50px\]{
    top: 50px;
}

.top-\[15px\]{
    top: 15px;
}

.right-\[15px\]{
    right: 15px;
}

.bottom-\[15px\]{
    bottom: 15px;
}

.right-\[25px\]{
    right: 25px;
}

.right-\[35px\]{
    right: 35px;
}

.top-\[46px\]{
    top: 46px;
}

.top-\[-200px\]{
    top: -200px;
}

.left-\[60px\]{
    left: 60px;
}

.right-\[30px\]{
    right: 30px;
}

.top-\[calc\(100\%\+1px\)\]{
    top: calc(100% + 1px);
}

.top-\[calc\(100\%\+5px\)\]{
    top: calc(100% + 5px);
}

.z-\[2\]{
    z-index: 2;
}

.z-\[99\]{
    z-index: 99;
}

.z-\[90\]{
    z-index: 90;
}

.z-\[98\]{
    z-index: 98;
}

.z-\[100\]{
    z-index: 100;
}

.z-\[1\]{
    z-index: 1;
}

.z-\[10\]{
    z-index: 10;
}

.z-\[9\]{
    z-index: 9;
}

.z-\[91\]{
    z-index: 91;
}

.z-\[151px\]{
    z-index: 151px;
}

.z-\[11\]{
    z-index: 11;
}

.z-\[-1\]{
    z-index: -1;
}

.z-\[81\]{
    z-index: 81;
}

.z-\[9999\]{
    z-index: 9999;
}

.z-\[999\]{
    z-index: 999;
}

.z-\[3\]{
    z-index: 3;
}

.order-\[1\]{
    order: 1;
}

.order-\[-1\]{
    order: -1;
}

.order-1{
    order: 1;
}

.col-start-1{
    grid-column-start: 1;
}

.col-end-5{
    grid-column-end: 5;
}

.col-end-4{
    grid-column-end: 4;
}

.col-end-6{
    grid-column-end: 6;
}

.col-end-3{
    grid-column-end: 3;
}

.row-start-1{
    grid-row-start: 1;
}

.row-end-4{
    grid-row-end: 4;
}

.mx-\[10px\]{
    margin-left: 10px;
    margin-right: 10px;
}

.my-\[10px\]{
    margin-top: 10px;
    margin-bottom: 10px;
}

.my-\[75px\]{
    margin-top: 75px;
    margin-bottom: 75px;
}

.my-\[5px\]{
    margin-top: 5px;
    margin-bottom: 5px;
}

.my-\[40px\]{
    margin-top: 40px;
    margin-bottom: 40px;
}

.my-\[20px\]{
    margin-top: 20px;
    margin-bottom: 20px;
}

.mx-auto{
    margin-left: auto;
    margin-right: auto;
}

.my-\[35px\]{
    margin-top: 35px;
    margin-bottom: 35px;
}

.my-\[30px\]{
    margin-top: 30px;
    margin-bottom: 30px;
}

.mx-\[5px\]{
    margin-left: 5px;
    margin-right: 5px;
}

.my-\[70px\]{
    margin-top: 70px;
    margin-bottom: 70px;
}

.my-\[50px\]{
    margin-top: 50px;
    margin-bottom: 50px;
}

.my-\[15px\]{
    margin-top: 15px;
    margin-bottom: 15px;
}

.mx-\[20px\]{
    margin-left: 20px;
    margin-right: 20px;
}

.my-\[25px\]{
    margin-top: 25px;
    margin-bottom: 25px;
}

.mx-\[15px\]{
    margin-left: 15px;
    margin-right: 15px;
}

.mx-\[30px\]{
    margin-left: 30px;
    margin-right: 30px;
}

.my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.mr-0{
    margin-right: 0px;
}

.mb-0{
    margin-bottom: 0px;
}

.ml-\[-20px\]{
    margin-left: -20px;
}

.mt-0{
    margin-top: 0px;
}

.ml-auto{
    margin-left: auto;
}

.mr-auto{
    margin-right: auto;
}

.mt-\[-2px\]{
    margin-top: -2px;
}

.mt-\[-4px\]{
    margin-top: -4px;
}

.mr-\[-30px\]{
    margin-right: -30px;
}

.ml-0{
    margin-left: 0px;
}

.mt-\[-160px\]{
    margin-top: -160px;
}

.ml-\[-100px\]{
    margin-left: -100px;
}

.mt-auto{
    margin-top: auto;
}

.mt-\[2px\]{
    margin-top: 2px;
}

.mt-\[10px\]{
    margin-top: 10px;
}

.mr-\[90px\]{
    margin-right: 90px;
}

.mt-\[4px\]{
    margin-top: 4px;
}

.mb-\[10px\]{
    margin-bottom: 10px;
}

.block{
    display: block;
}

.flex{
    display: flex;
}

.flexim{
    display: flex !important;
}


.grid{
    display: grid;
}

.hidden{
    display: none;
}

.h-\[36px\]{
    height: 36px;
}

.h-auto{
    height: auto;
}

.h-screen{
    height: 100vh;
}

.h-\[250px\]{
    height: 250px;
}

.h-\[25px\]{
    height: 25px;
}

.h-\[35px\]{
    height: 35px;
}

.h-\[480px\]{
    height: 480px;
}

.h-full{
    height: 100%;
}

.h-\[500px\]{
    height: 500px;
}

.h-\[44px\]{
    height: 44px;
}

.h-\[20px\]{
    height: 20px;
}

.h-\[450px\]{
    height: 450px;
}

.h-\[600px\]{
    height: 600px;
}

.h-\[325px\]{
    height: 325px;
}

.h-\[650px\]{
    height: 650px;
}

.h-\[348px\]{
    height: 348px;
}

.h-\[400px\]{
    height: 400px;
}

.h-\[14px\]{
    height: 14px;
}

.h-\[750px\]{
    height: 750px;
}

.h-\[550px\]{
    height: 550px;
}

.h-\[50px\]{
    height: 50px;
}

.h-\[320px\]{
    height: 320px;
}

.h-\[380px\]{
    height: 380px;
}

.h-\[45px\]{
    height: 45px;
}

.h-\[300px\]{
    height: 300px;
}

.h-\[40px\]{
    height: 40px;
}

.h-fit{
    height: -moz-fit-content;
    height: fit-content;
}

.h-\[420px\]{
    height: 420px;
}

.h-\[350px\]{
    height: 350px;
}

.h-\[55px\]{
    height: 55px;
}

.h-\[12px\]{
    height: 12px;
}

.h-\[10px\]{
    height: 10px;
}

.h-\[340px\]{
    height: 340px;
}

.h-\[120px\]{
    height: 120px;
}

.h-\[calc\(100vh-195px\)\]{
    height: calc(100vh - 195px);
}

.h-\[700px\]{
    height: 700px;
}

.h-\[5px\]{
    height: 5px;
}

.h-\[30px\]{
    height: 30px;
}

.h-\[17px\]{
    height: 17px;
}

.h-\[calc\(100vh-96px\)\]{
    height: calc(100vh - 96px);
}

.h-\[22px\]{
    height: 22px;
}

.h-\[7px\]{
    height: 7px;
}

.h-\[100px\]{
    height: 100px;
}

.h-\[24px\]{
    height: 24px;
}

.h-\[15px\]{
    height: 15px;
}

.h-\[11px\]{
    height: 11px;
}

.h-\[13px\]{
    height: 13px;
}

.h-\[60px\]{
    height: 60px;
}

.h-\[25vw\]{
    height: 25vw;
}

.h-\[85px\]{
    height: 85px;
}

.max-h-\[100px\]{
    max-height: 100px;
}

.max-h-\[90vh\]{
    max-height: 90vh;
}

.max-h-\[140px\]{
    max-height: 140px;
}

.max-h-\[calc\(100vh-260px\)\]{
    max-height: calc(100vh - 260px);
}

.min-h-\[44px\]{
    min-height: 44px;
}

.min-h-\[50px\]{
    min-height: 50px;
}

.w-\[36px\]{
    width: 36px;
}

.w-full{
    width: 100%;
}

.w-\[calc\(100\%\+40px\)\]{
    width: calc(100% + 40px);
}

.w-auto{
    width: auto;
}

.w-\[25px\]{
    width: 25px;
}

.w-\[550px\]{
    width: 550px;
}

.w-\[20px\]{
    width: 20px;
}

.w-\[240px\]{
    width: 240px;
}

.w-\[450px\]{
    width: 450px;
}

.w-\[650px\]{
    width: 650px;
}

.w-\[230px\]{
    width: 230px;
}

.w-\[33\%\]{
    width: 33%;
}

.w-\[200px\]{
    width: 200px;
}

.w-\[67\%\]{
    width: 67%;
}

.w-\[33\.33333\%\]{
    width: 33.33333%;
}

.w-\[14px\]{
    width: 14px;
}

.w-\[250px\]{
    width: 250px;
}

.w-\[calc\(100\%\+200px\)\]{
    width: calc(100% + 200px);
}

.w-\[40px\]{
    width: 40px;
}

.w-\[500px\]{
    width: 500px;
}

.w-fit{
    width: -moz-fit-content;
    width: fit-content;
}

.w-\[12px\]{
    width: 12px;
}

.w-\[10px\]{
    width: 10px;
}

.w-\[320px\]{
    width: 320px;
}

.w-\[80px\]{
    width: 80px;
}

.w-\[54\%\]{
    width: 54%;
}

.w-\[5px\]{
    width: 5px;
}

.w-\[23\%\]{
    width: 23%;
}

.w-\[50px\]{
    width: 50px;
}

.w-\[17px\]{
    width: 17px;
}

.w-\[22px\]{
    width: 22px;
}

.w-\[15px\]{
    width: 15px;
}

.w-\[24px\]{
    width: 24px;
}

.w-\[30px\]{
    width: 30px;
}

.w-\[35px\]{
    width: 35px;
}

.w-\[18px\]{
    width: 18px;
}

.w-\[11px\]{
    width: 11px;
}

.w-\[calc\(100\%-50px\)\]{
    width: calc(100% - 50px);
}

.\!w-\[45px\]{
    width: 45px !important;
}

.w-\[13px\]{
    width: 13px;
}

.w-\[45px\]{
    width: 45px;
}

.w-\[220px\]{
    width: 220px;
}

.w-\[130px\]{
    width: 130px;
}

.w-\[56px\]{
    width: 56px;
}

.w-\[50\%\]{
    width: 50%;
}

.min-w-\[450px\]{
    min-width: 450px;
}

.min-w-\[230px\]{
    min-width: 230px;
}

.min-w-\[340px\]{
    min-width: 340px;
}

.min-w-\[80px\]{
    min-width: 80px;
}

.min-w-\[5px\]{
    min-width: 5px;
}

.min-w-\[36px\]{
    min-width: 36px;
}

.min-w-\[20px\]{
    min-width: 20px;
}

.min-w-\[17px\]{
    min-width: 17px;
}

.min-w-\[11px\]{
    min-width: 11px;
}

.min-w-\[50px\]{
    min-width: 50px;
}

.\!min-w-\[45px\]{
    min-width: 45px !important;
}

.min-w-\[13px\]{
    min-width: 13px;
}

.min-w-\[10px\]{
    min-width: 10px;
}

.max-w-\[1050px\]{
    max-width: 1050px;
}

.max-w-\[1150px\]{
    max-width: 1150px;
}

.max-w-\[270px\]{
    max-width: 270px;
}

.max-w-full{
    max-width: 100%;
}

.max-w-\[350px\]{
    max-width: 350px;
}

.max-w-\[700px\]{
    max-width: 700px;
}

.max-w-\[500px\]{
    max-width: 500px;
}

.max-w-\[950px\]{
    max-width: 950px;
}

.max-w-\[850px\]{
    max-width: 850px;
}

.max-w-\[550px\]{
    max-width: 550px;
}

.max-w-\[900px\]{
    max-width: 900px;
}

.max-w-\[800px\]{
    max-width: 800px;
}

.max-w-\[1400px\]{
    max-width: 1400px;
}

.max-w-\[340px\]{
    max-width: 340px;
}

.max-w-\[1500px\]{
    max-width: 1500px;
}

.max-w-\[1000px\]{
    max-width: 1000px;
}

.max-w-\[560px\]{
    max-width: 560px;
}

.max-w-\[400px\]{
    max-width: 400px;
}

.max-w-\[450px\]{
    max-width: 450px;
}

.max-w-\[90\%\]{
    max-width: 90%;
}

.translate-y-\[-50\%\]{
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[-50\%\]{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-full{
    --tw-translate-y: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[1px\]{
    --tw-translate-y: 1px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[-1px\]{
    --tw-translate-y: -1px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[calc\(-50\%-10px\)\]{
    --tw-translate-x: calc(-50% - 10px);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-90{
    --tw-rotate: -90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-90{
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180{
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes spin{
    to{
        transform: rotate(360deg);
    }
}

.animate-spin{
    animation: spin 1s linear infinite;
}

.cursor-pointer{
    cursor: pointer;
}

.touch-none{
    touch-action: none;
}

.grid-flow-col{
    grid-auto-flow: column;
}

.grid-cols-\[calc\(25\%-15px\)_calc\(25\%-15px\)_calc\(25\%-15px\)_calc\(25\%-15px\)\]{
    grid-template-columns: calc(25% - 15px) calc(25% - 15px) calc(25% - 15px) calc(25% - 15px);
}

.grid-cols-\[55\%_45\%\]{
    grid-template-columns: 55% 45%;
}

.grid-cols-\[45\%_55\%\]{
    grid-template-columns: 45% 55%;
}

.grid-cols-\[calc\(43\%-50px\)_calc\(57\%-50px\)\]{
    grid-template-columns: calc(43% - 50px) calc(57% - 50px);
}

.grid-cols-\[calc\(50\%-10px\)_calc\(50\%-10px\)\]{
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
}

.grid-cols-\[calc\(33\.3333\%-13\.33333px\)_calc\(33\.3333\%-13\.33333px\)_calc\(33\.3333\%-13\.33333px\)\]{
    grid-template-columns: calc(33.3333% - 13.33333px) calc(33.3333% - 13.33333px) calc(33.3333% - 13.33333px);
}

.grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-\[calc\(50\%-30px\)_calc\(50\%-30px\)\]{
    grid-template-columns: calc(50% - 30px) calc(50% - 30px);
}

.grid-cols-\[calc\(50\%-50px\)_calc\(50\%-50px\)\]{
    grid-template-columns: calc(50% - 50px) calc(50% - 50px);
}

.grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-\[calc\(75\%-20px\)_calc\(25\%-20px\)\]{
    grid-template-columns: calc(75% - 20px) calc(25% - 20px);
}

.grid-cols-\[calc\(20\%-24px\)_calc\(20\%-24px\)_calc\(20\%-24px\)_calc\(20\%-24px\)_calc\(20\%-24px\)\]{
    grid-template-columns: calc(20% - 24px) calc(20% - 24px) calc(20% - 24px) calc(20% - 24px) calc(20% - 24px);
}

.grid-cols-\[calc\(50\%-5px\)_calc\(50\%-5px\)\]{
    grid-template-columns: calc(50% - 5px) calc(50% - 5px);
}

.grid-cols-\[calc\(50\%-15px\)_calc\(50\%-15px\)\]{
    grid-template-columns: calc(50% - 15px) calc(50% - 15px);
}

.grid-cols-\[30\%_70\%\]{
    grid-template-columns: 30% 70%;
}

.grid-cols-\[50\%_50\%\]{
    grid-template-columns: 50% 50%;
}

.grid-cols-\[70\%_30\%\]{
    grid-template-columns: 70% 30%;
}

.grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-\[calc\(50\%-25px\)_calc\(50\%-25px\)\]{
    grid-template-columns: calc(50% - 25px) calc(50% - 25px);
}

.grid-cols-\[calc\(33\.3333\%-33\.33333px\)_calc\(33\.3333\%-33\.33333px\)_calc\(33\.3333\%-33\.33333px\)\]{
    grid-template-columns: calc(33.3333% - 33.33333px) calc(33.3333% - 33.33333px) calc(33.3333% - 33.33333px);
}

.grid-cols-\[calc\(25\%-37\.5px\)_calc\(25\%-37\.5px\)_calc\(25\%-37\.5px\)_calc\(25\%-37\.5px\)\]{
    grid-template-columns: calc(25% - 37.5px) calc(25% - 37.5px) calc(25% - 37.5px) calc(25% - 37.5px);
}

.grid-cols-\[calc\(33\.3333\%-20px\)_calc\(33\.3333\%-20px\)_calc\(33\.3333\%-20px\)\]{
    grid-template-columns: calc(33.3333% - 20px) calc(33.3333% - 20px) calc(33.3333% - 20px);
}

.grid-cols-\[calc\(33\.33333\%-20px\)_calc\(33\.33333\%-20px\)_calc\(33\.33333\%-20px\)\]{
    grid-template-columns: calc(33.33333% - 20px) calc(33.33333% - 20px) calc(33.33333% - 20px);
}

.grid-cols-\[calc\(25\%-22\.5px\)_calc\(25\%-22\.5px\)_calc\(25\%-22\.5px\)_calc\(25\%-22\.5px\)\]{
    grid-template-columns: calc(25% - 22.5px) calc(25% - 22.5px) calc(25% - 22.5px) calc(25% - 22.5px);
}

.grid-cols-\[calc\(20\%-32px\)_calc\(20\%-32px\)_calc\(20\%-32px\)_calc\(20\%-32px\)_calc\(20\%-32px\)\]{
    grid-template-columns: calc(20% - 32px) calc(20% - 32px) calc(20% - 32px) calc(20% - 32px) calc(20% - 32px);
}

.grid-cols-\[calc\(16\.666666\%-33\.333333px\)_calc\(16\.666666\%-33\.333333px\)_calc\(16\.666666\%-33\.333333px\)_calc\(16\.666666\%-33\.333333px\)_calc\(16\.666666\%-33\.333333px\)_calc\(16\.666666\%-33\.333333px\)\]{
    grid-template-columns: calc(16.666666% - 33.333333px) calc(16.666666% - 33.333333px) calc(16.666666% - 33.333333px) calc(16.666666% - 33.333333px) calc(16.666666% - 33.333333px) calc(16.666666% - 33.333333px);
}

.grid-cols-\[calc\(50\%-7\.5px\)_calc\(50\%-7\.5px\)\]{
    grid-template-columns: calc(50% - 7.5px) calc(50% - 7.5px);
}

.grid-cols-\[calc\(25\%-7\.5px\)_calc\(25\%-7\.5px\)_calc\(25\%-7\.5px\)_calc\(25\%-7\.5px\)\]{
    grid-template-columns: calc(25% - 7.5px) calc(25% - 7.5px) calc(25% - 7.5px) calc(25% - 7.5px);
}

.grid-cols-\[calc\(33\.3333\%-40px\)_calc\(33\.3333\%-40px\)_calc\(33\.3333\%-40px\)\]{
    grid-template-columns: calc(33.3333% - 40px) calc(33.3333% - 40px) calc(33.3333% - 40px);
}

.grid-cols-\[calc\(60\%-10px\)_calc\(40\%-10px\)\]{
    grid-template-columns: calc(60% - 10px) calc(40% - 10px);
}

.grid-cols-\[60\%_20\%_20\%\]{
    grid-template-columns: 60% 20% 20%;
}

.grid-cols-\[calc\(33\.3333\%-10px\)_calc\(33\.3333\%-10px\)_calc\(33\.3333\%-10px\)\]{
    grid-template-columns: calc(33.3333% - 10px) calc(33.3333% - 10px) calc(33.3333% - 10px);
}

.grid-cols-\[85px_calc\(100\%-85px-40px\)\]{
    grid-template-columns: 85px calc(100% - 85px - 40px);
}

.grid-cols-\[calc\(60\%-40px\)_calc\(40\%-40px\)\]{
    grid-template-columns: calc(60% - 40px) calc(40% - 40px);
}

.grid-cols-\[calc\(55\%-40px\)_calc\(45\%-40px\)\]{
    grid-template-columns: calc(55% - 40px) calc(45% - 40px);
}

.grid-cols-\[calc\(20\%-10px\)_calc\(80\%-10px\)\]{
    grid-template-columns: calc(20% - 10px) calc(80% - 10px);
}

.grid-cols-\[10\%_20\%_20\%_38\%_10\%_2\%\]{
    grid-template-columns: 10% 20% 20% 38% 10% 2%;
}

.grid-cols-\[100px_1fr_200px\]{
    grid-template-columns: 100px 1fr 200px;
}

.grid-cols-\[70\%_15\%_15\%\]{
    grid-template-columns: 70% 15% 15%;
}

.flex-row{
    flex-direction: row;
}

.flex-col{
    flex-direction: column;
}

.flex-wrap{
    flex-wrap: wrap;
}

.items-start{
    align-items: flex-start;
}

.items-end{
    align-items: flex-end;
}

.items-center{
    align-items: center;
}

.items-stretch{
    align-items: stretch;
}

.justify-start{
    justify-content: flex-start;
}

.justify-end{
    justify-content: flex-end;
}

.justify-center{
    justify-content: center;
}

.justify-between{
    justify-content: space-between;
}

.gap-x-\[20px\]{
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.gap-y-\[40px\]{
    row-gap: 40px;
}

.gap-x-\[100px\]{
    -moz-column-gap: 100px;
    column-gap: 100px;
}

.gap-x-\[15px\]{
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.gap-x-\[60px\]{
    -moz-column-gap: 60px;
    column-gap: 60px;
}

.gap-x-\[80px\]{
    -moz-column-gap: 80px;
    column-gap: 80px;
}

.gap-y-\[20px\]{
    row-gap: 20px;
}

.gap-y-\[50px\]{
    row-gap: 50px;
}

.gap-x-\[40px\]{
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.gap-y-\[15px\]{
    row-gap: 15px;
}

.gap-x-\[30px\]{
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.gap-x-\[10px\]{
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.gap-y-\[30px\]{
    row-gap: 30px;
}

.gap-x-\[70px\]{
    -moz-column-gap: 70px;
    column-gap: 70px;
}

.gap-x-\[50px\]{
    -moz-column-gap: 50px;
    column-gap: 50px;
}

.gap-y-\[80px\]{
    row-gap: 80px;
}

.overflow-hidden{
    overflow: hidden;
}

.overflow-x-auto{
    overflow-x: auto;
}

.overflow-y-auto{
    overflow-y: auto;
}

.overflow-y-hidden{
    overflow-y: hidden;
}

.overflow-y-scroll{
    overflow-y: scroll;
}

.truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.overflow-ellipsis{
    text-overflow: ellipsis;
}

.whitespace-nowrap{
    white-space: nowrap;
}

.rounded-full{
    border-radius: 9999px;
}

.rounded-\[4px\]{
    border-radius: 4px;
}

.border-2{
    border-width: 2px;
}

.border{
    border-width: 1px;
}

.border-l{
    border-left-width: 1px;
}

.border-t{
    border-top-width: 1px;
}

.border-b{
    border-bottom-width: 1px;
}

.border-t-2{
    border-top-width: 2px;
}

.border-r{
    border-right-width: 1px;
}

.border-t-0{
    border-top-width: 0px;
}

.border-none{
    border-style: none;
}

.border-grey\/30{
    border-color: rgb(33 31 31 / 0.3);
}

.border-primary{
    --tw-border-opacity: 1;
    border-color: rgb(128 86 77 / var(--tw-border-opacity));
}

.border-loading{
    --tw-border-opacity: 1;
    border-color: rgb(243 243 243 / var(--tw-border-opacity));
}

.border-\[\#d8d8d8\]{
    --tw-border-opacity: 1;
    border-color: rgb(216 216 216 / var(--tw-border-opacity));
}

.border-grey{
    --tw-border-opacity: 1;
    border-color: rgb(33 31 31 / var(--tw-border-opacity));
}

.border-secondary-light{
    --tw-border-opacity: 1;
    border-color: rgb(251 244 237 / var(--tw-border-opacity));
}

.border-grey\/40{
    border-color: rgb(33 31 31 / 0.4);
}

.border-grey-light{
    --tw-border-opacity: 1;
    border-color: rgb(149 149 149 / var(--tw-border-opacity));
}

.border-\[rgba\(0\2c 0\2c 0\2c 0\)\]{
    border-color: rgba(0,0,0,0);
}

.border-white{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-t-primary{
    --tw-border-opacity: 1;
    border-top-color: rgb(128 86 77 / var(--tw-border-opacity));
}

.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(128 86 77 / var(--tw-bg-opacity));
}

.bg-black{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-secondary-light{
    --tw-bg-opacity: 1;
    background-color: rgb(251 244 237 / var(--tw-bg-opacity));
}

.bg-secondary{
    --tw-bg-opacity: 1;
    background-color: rgb(237 225 219 / var(--tw-bg-opacity));
}

.bg-grey{
    --tw-bg-opacity: 1;
    background-color: rgb(33 31 31 / var(--tw-bg-opacity));
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\)\]{
    background-color: rgba(0,0,0,0);
}

.bg-white\/\[\.0\]{
    background-color: rgb(255 255 255 / .0);
}

.bg-\[\#6c9470\]{
    --tw-bg-opacity: 1;
    background-color: rgb(108 148 112 / var(--tw-bg-opacity));
}

.bg-\[\#a35555\]{
    --tw-bg-opacity: 1;
    background-color: rgb(163 85 85 / var(--tw-bg-opacity));
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.3\)\]{
    background-color: rgba(0,0,0,0.3);
}

.bg-opacity-50{
    --tw-bg-opacity: 0.5;
}

.bg-opacity-0{
    --tw-bg-opacity: 0;
}

.bg-center{
    background-position: center;
}

.bg-no-repeat{
    background-repeat: no-repeat;
}

.fill-primary{
    fill: #80564d;
}

.fill-black{
    fill: #000000;
}

.fill-grey{
    fill: #211f1f;
}

.fill-secondary{
    fill: #ede1db;
}

.stroke-secondary-light{
    stroke: #fbf4ed;
}

.stroke-grey{
    stroke: #211f1f;
}

.stroke-secondary{
    stroke: #ede1db;
}

.stroke-\[3\]{
    stroke-width: 3;
}

.object-contain{
    -o-object-fit: contain;
    object-fit: contain;
}

.object-cover{
    -o-object-fit: cover;
    object-fit: cover;
}

.p-\[6px\]{
    padding: 6px;
}

.p-\[60px\]{
    padding: 60px;
}

.p-\[50px\]{
    padding: 50px;
}

.p-\[20px\]{
    padding: 20px;
}

.p-\[10px\]{
    padding: 10px;
}

.p-\[30px\]{
    padding: 30px;
}

.p-\[0\]{
    padding: 0;
}

.p-\[4px\]{
    padding: 4px;
}

.p-\[15px\]{
    padding: 15px;
}

.px-\[20px\]{
    padding-left: 20px;
    padding-right: 20px;
}

.py-\[10px\]{
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-\[60px\]{
    padding-top: 60px;
    padding-bottom: 60px;
}

.px-\[90px\]{
    padding-left: 90px;
    padding-right: 90px;
}

.px-\[70px\]{
    padding-left: 70px;
    padding-right: 70px;
}

.py-\[50px\]{
    padding-top: 50px;
    padding-bottom: 50px;
}

.py-\[75px\]{
    padding-top: 75px;
    padding-bottom: 75px;
}

.px-\[30px\]{
    padding-left: 30px;
    padding-right: 30px;
}

.px-\[15px\]{
    padding-left: 15px;
    padding-right: 15px;
}

.px-\[40px\]{
    padding-left: 40px;
    padding-right: 40px;
}

.px-\[50px\]{
    padding-left: 50px;
    padding-right: 50px;
}

.py-\[70px\]{
    padding-top: 70px;
    padding-bottom: 70px;
}

.py-\[15px\]{
    padding-top: 15px;
    padding-bottom: 15px;
}

.px-\[60px\]{
    padding-left: 60px;
    padding-right: 60px;
}

.py-\[20px\]{
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-\[14\.5px\]{
    padding-top: 14.5px;
    padding-bottom: 14.5px;
}

.px-\[10px\]{
    padding-left: 10px;
    padding-right: 10px;
}

.py-\[8px\]{
    padding-top: 8px;
    padding-bottom: 8px;
}

.py-\[5px\]{
    padding-top: 5px;
    padding-bottom: 5px;
}

.px-\[100px\]{
    padding-left: 100px;
    padding-right: 100px;
}

.py-\[40px\]{
    padding-top: 40px;
    padding-bottom: 40px;
}

.py-\[30px\]{
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-\[25px\]{
    padding-top: 25px;
    padding-bottom: 25px;
}

.py-\[14px\]{
    padding-top: 14px;
    padding-bottom: 14px;
}

.py-\[7px\]{
    padding-top: 7px;
    padding-bottom: 7px;
}

.py-\[2px\]{
    padding-top: 2px;
    padding-bottom: 2px;
}

.px-\[6px\]{
    padding-left: 6px;
    padding-right: 6px;
}

.py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.pl-0{
    padding-left: 0px;
}

.pr-0{
    padding-right: 0px;
}

.pt-0{
    padding-top: 0px;
}

.pb-0{
    padding-bottom: 0px;
}

.pt-\[40px\]{
    padding-top: 40px;
}

.pb-\[3px\]{
    padding-bottom: 3px;
}

.pt-\[15px\]{
    padding-top: 15px;
}

.pb-\[10px\]{
    padding-bottom: 10px;
}

.pl-\[125px\]{
    padding-left: 125px;
}

.pt-\[2px\]{
    padding-top: 2px;
}

.text-left{
    text-align: left;
}

.text-center{
    text-align: center;
}

.text-right{
    text-align: right;
}

.text-\[22px\]{
    font-size: 22px;
}

.text-\[11px\]{
    font-size: 11px;
}

.text-\[9px\]{
    font-size: 9px;
}

.text-\[28px\]{
    font-size: 28px;
}

.text-\[10px\]{
    font-size: 10px;
}

.text-\[13px\]{
    font-size: 13px;
}

.text-\[12px\]{
    font-size: 12px;
}

.text-\[20px\]{
    font-size: 20px;
}

.text-\[18px\]{
    font-size: 18px;
}

.font-bold{
    font-weight: 700;
}

.uppercase{
    text-transform: uppercase;
}

.leading-\[initial\]{
    line-height: initial;
}

.leading-\[45px\]{
    line-height: 45px;
}

.leading-\[40px\]{
    line-height: 40px;
}

.leading-\[42px\]{
    line-height: 42px;
}

.leading-\[70px\]{
    line-height: 70px;
}

.leading-\[80px\]{
    line-height: 80px;
}

.tracking-\[0\.2px\]{
    letter-spacing: 0.2px;
}

.tracking-\[1\.3px\]{
    letter-spacing: 1.3px;
}

.text-grey{
    --tw-text-opacity: 1;
    color: rgb(33 31 31 / var(--tw-text-opacity));
}

.text-secondary-light{
    --tw-text-opacity: 1;
    color: rgb(251 244 237 / var(--tw-text-opacity));
}

.text-primary{
    --tw-text-opacity: 1;
    color: rgb(128 86 77 / var(--tw-text-opacity));
}

.text-grey\/50{
    color: rgb(33 31 31 / 0.5);
}

.text-secondary{
    --tw-text-opacity: 1;
    color: rgb(237 225 219 / var(--tw-text-opacity));
}

.text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-grey-light{
    --tw-text-opacity: 1;
    color: rgb(149 149 149 / var(--tw-text-opacity));
}

.text-grey\/40{
    color: rgb(33 31 31 / 0.4);
}

.text-\[\#6c9470\]{
    --tw-text-opacity: 1;
    color: rgb(108 148 112 / var(--tw-text-opacity));
}

.text-\[\#a35555\]{
    --tw-text-opacity: 1;
    color: rgb(163 85 85 / var(--tw-text-opacity));
}

.underline{
    text-decoration-line: underline;
}

.line-through{
    text-decoration-line: line-through;
}

.opacity-0{
    opacity: 0;
}

.opacity-50{
    opacity: 0.5;
}

.outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.filter{
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-300{
    transition-duration: 300ms;
}

.duration-150{
    transition-duration: 150ms;
}

/* 移动端自适应 */
@media screen and (max-width: 1023px) {
    .header_box{height: 60px;padding: 0;}
    #fixed_header{position: fixed !important;left: 0;top: 0;width: 100%;z-index: 9999;}
    .fixed_box .menu_btn{display: block;margin-left: 5px;}
    .fixed_box img{height: 35px;}
    .fixed_box .lf {display: inline;}
    .fixed_box .lf-logo{content:url(../img/logo-m.jpg);}
    .fixed_box .rf {display: inline;margin-right: 5px;}
    .fixed_box .name{display: none;}
    .fixed_box .menu_mobile{display: block;flex: 1;text-align: right;padding-right: 10px;height: 40px;line-height: 40px;}
    .fixed_box .menu_mobile a{display: inline-block;;height: 100%;padding: 0 10px;font-size: 14px;color: #000;}
    .header_box .menu_box{position: fixed;z-index: 9999;width: 100%;left: 0px;top:60px;bottom: 0;overflow-y: auto;display: none;background: #fff;border-left: 1px solid #eee;transition: right .2s linear;}
    .header_box .menu_box.show{display: block;}
    .header_box .menu_box .menu{margin: 0;height: auto;text-align: left;}
    .header_box .menu_box .menu>a{line-height: 50px;padding: 0 10px;}
    .header_box .menu_box .menu .child_box{position: relative;}
    .fixed_box .menu_bg{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999;display: none;}

    .swiper-button-next{display: none;}
    .swiper-button-prev{display: none;}

    .list_box{padding: 25px 0;}
    .title_box{margin-bottom: 10px;}

    .new_box dl{margin-top: 15px;}
}
@media screen and (max-width: 768px) {
    .mhide {display: none;}
    #banner{padding-bottom: 40%;height: 450px;}
    .title_box h2 {
        font-size: 26px;
    }
    #bestsellers .animateview {
        opacity: 1;
        transform: matrix(1, 0, 0, 1, 0, 0);
        transform-origin: 50% 50% 0px;
    }
    #bestsellers .bestsellers_swiper{
        padding-right: 10px;
    }
    #wmdkh_swiper .swiper-slide{
        width: 200px;
        margin-left: 10px;
        height: 350px;
    }

    .list_box{padding: 15px 0;}
    .img_group .item{width: calc(50% - 5px);}
    .img_group .item.link{width: calc(33.33% - 10px);}
    .advantage_box{flex-wrap: wrap;}
    .advantage_box li{width: 33.33%;margin-top: 10px;}
    #rongyu_swiper .swiper-slide img{height: 100px;}
    .new_box dl{margin: 0 auto;margin-top: 20px;width: 100%;}
    .client_box ul li{width: 20%;}
    .client_box ul:nth-child(2n+1) li:nth-child(2n)::after{display: none;}
    .client_box ul:nth-child(2n+1) li:nth-child(2n+1)::after{content: '';position: absolute;left: 0;right: 0;top: 0;bottom: 0;box-shadow: 0 0 8px 1px #eee inset;}
    .footer .menu_box .menu{margin-bottom: 10px;margin-right: 8px;}
    .footer .footer-logo{display: block;text-align: center;border-bottom: 1px solid #b5b5b5;margin-bottom: 25px;}
    .footer .footer-copyright{border-top: 1px solid #b5b5b5;}
    .footer .top_box{position: relative;}
    .footer .qr_box{position: absolute;bottom: 20px;right: 0;}
    .footer .qr_box img{width: 120px;height: 120px;}
    .footer .qr_box a{font-size: 12px;}
    /* .footer .menu_box{justify-content: space-between;} */
    .footer .menu_box .menu{margin-right: 0;width: 40%;margin-right: 3%;flex: auto;}
    .fixed_pop .btn{background: rgba(238, 238, 238, .7);}
    .footer .bot_box img:last-child {
        margin-left: 10px;
        padding-left: 10px;
    }
    .footer-beian-a {
        display:block;
    }
    .ourstory .container {
        display: block;
    }
    .ourstory .title_box H2 {
        text-align: center;
        padding-left: 0px;
    }
    .ourstory .container .ourstory_left {
        display: block;
    }
    .ourstory .container .ourstory_left .ourstory_left_img {
        text-align: center;
    }
    .ourstory .container .ourstory_left .ourstory_left_content .ourstory_left_content_btn {
        bottom: 10px;
    }
    .ourstory .container .ourstory_left .ourstory_left_content_a{
        width: auto;
    }

    .ourstory .container .ourstory_right {
        display: none;
        width: 100%;
        margin-top: 15px;
    }
    .ourstory .container .ourstory_right .swiper-slide {
        margin: auto !important;
    }
    .customer-service{
        display: none;
    }


}
@media screen and (max-width: 360px) {
    .footer .menu_box .menu{margin-right: 0;width: 24%;margin-right: 1%;}
    .footer .menu_box .menu .child_box a{font-size: 12px;}
    .footer .qr_box{bottom: 18px;}
}
@media screen and (max-width: 360px) {
    .fixed_box .menu_mobile{padding-right: 5px;}
    .fixed_box .menu_mobile a{padding: 0 5px;font-size: 14px;}
}


/* 新闻 */
.news{background: #fafafa;}
#news_banner{width: 100%;height: 0;padding-bottom: 20%;position: relative;overflow: hidden;}
#news_banner .swiper-container{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.swiper-slide{background-position: center;background-size: cover;}
#news_banner .swiper-button-prev{left: 10%;}
#news_banner .swiper-button-next{right: 10%;}

.news main{padding: 30px 0;}
.news .nav_box{display: flex;align-items: center;justify-content: space-between;border-bottom: 1px dashed #ddd;padding-bottom: 10px;}
.news .nav_box .nav span{display: inline-block;position: relative;padding-right: 30px;}
.news .nav_box .nav span::after{content: '>>';position: absolute;right: 5px;top: 0;bottom: 0;}
.news .nav_box .nav span:last-child{color: #129243;padding-right: 0;}
.news .nav_box .nav span:last-child::after{display: none;}
.news .nav_box a{color: #129243;}
.news .search_box{display: flex;align-items: center;justify-content: space-between;margin-top: 10px;}
.news .search_box .lf{display: flex;align-items: center;}
.news .search_box .lf .btn{display: flex;align-items: center;}
.news .search_box .lf .btn img{width: 16px;height: 16px;margin-left: 10px;}
.news .search_box .lf .btn:last-child{margin-left: 10px;padding-left: 10px;border-left: 1px solid #ddd;}
.news .search_box .search{display: flex;align-items: center;width: 300px;height: 36px;border-left: 3px solid #129243;}
.news .search_box .search input{flex: 1;height: 100%;background: #eef5f1;border: none;outline: none;padding: 0 10px;}
.news .search_box .search button{background: #129243;color: #fff;width: 40px;height: 100%;padding-top: 5px;border: none;outline: none;}
.news .search_box .search button img{width: 20px;height: 20px;margin: auto;}

.news .content{display: flex;margin-top: 10px;}
.news .content .menu_box{flex: 2;flex-shrink: 0;margin-right: 10px;text-align: center;}
.news .content .menu_box dt{background: #129243;color: #fff;height: 50px;line-height: 50px;font-size: 20px;}
.news .content .menu_box dd{background: #fff;}
.news .content .menu_box dd a{display: block;height: 50px;line-height: 50px;border-bottom: 1px dashed #ddd;}
.news .content .menu_box dd a:last-child{border-bottom: none;}
.news .content .menu_box dd a.active, .news .content .menu_box dd a:hover{color: #0b6c30;font-weight: bold;}
.news .content .rt_box{flex: 1;}
.news .new_group{background: #fff;padding: 0 15px;}
.news .new_group .item{display: flex;padding: 15px 0;border-bottom: 1px dashed #ddd;cursor: pointer;}
.news .new_group .item:hover h3{color: #129243;}
.news .new_group .item:hover img{transform: scale(1.1);}
.news .new_group .item:last-child{border: none;}
.news .new_group .item .img{flex-shrink: 0;width: 200px;height: 150px;overflow: hidden;}
.news .new_group .item .img img{width: 100%;height: 100%;object-fit: cover;transition: transform .2s linear;}
.news .new_group .item .rt{flex: 1;margin-left: 10px;padding-top: 10px;}
.news .new_group .item .rt h3{font-size: 18px;margin-bottom: 10px;}
.news .new_group .item .rt .info{display: flex;align-items: center;}
.news .new_group .item .rt .info p{margin-right: 30px;}
.news .new_group .item .rt .text{margin-top: 10px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}

@media screen and (max-width: 1400px) {
    .news main{padding: 15px 10px;}
}
@media screen and (max-width: 600px) {
    #news_banner{padding-bottom: 30%;}
    .news .content{display: block;}
    .news .content .menu_box{width: 100%;margin: 10px 0;display: flex;}
    .news .content .menu_box dt{width: 25%;}
    .news .content .menu_box dd{flex: 1;display: flex;}
    .news .content .menu_box dd a{width: 33.33%;}
}
@media screen and (max-width: 500px) {
    .news .nav_box .nav{}
    .news .nav_box .nav_box_tel{display: none;}
    .news .search_box{display: block;}
    .news .search_box .lf{margin-bottom: 10px;}
    .news .search_box .search{width: 100%;}
    .news .new_group .item .img{width: 100px;height: 75px;}
    .news .new_group .item .rt{padding-top: 0;}
    .news .new_group .item .rt h3{font-size: 14px;margin-bottom: 5px;}
    .news .new_group .item .rt .info p span{font-size: 12px;}
    .news .new_group .item .rt .info p span:first-child{display: none;}
    .news .new_group .item .rt .text{font-size: 13px;margin-top: 5px;}
    .news .container .content .menu_box .img{display: none;}
    .news .container .content .menu_box .box{padding-left: 5px;}

    .img_group .item .info span {font-size: 12px;
        word-break: keep-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;}
    .img_group .item .info .address {display: none;}
    .img_group .item .box .name {display: none;}
    .footer {
        padding: 15px 3px 0 3px;
        margin-top: 5px;
    }
}