html {
    scroll-behavior: smooth;
}
/* top */
.cjmd_top{
    background: #fff;
    height: 77px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 6px 59px rgba(0,0,0,10%);
    z-index: 9;
}
.cjmd_top .cjmd_top_box{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.cjmd_top .cjmd_top_box .logo{
    font-size: 0;
    flex-shrink: 0;
}
.cjmd_top .cjmd_top_box .cjmd_top_nav{
    display: flex;
    align-items: center;
}
.cjmd_top .cjmd_top_box .cjmd_top_nav .top_nav_li{
    font-size: 16px;
    padding: 0 22px;
    color:#333;
    transition: all .3s ease;
}
.cjmd_top .cjmd_top_box .cjmd_top_nav .top_nav_li:hover{
    color:#FF6E00;
}
/* banner */
.cjmd_banner img{
    width: 100%;
    height: 680px;
    object-fit: cover;
    box-sizing: border-box;
}
/* title */
.cjmd_title{
    text-align: center;
    line-height: 1;
}
.cjmd_title h1{
    color: #333333;
    font-size: 32px;
}
.cjmd_title p{
    text-transform:uppercase;
    font-size: 14px;
    color:#666666;
    margin-top: 15px;
}
.cjmd_title .cjmd_title_br{
    width: 45px;
    height: 2px;
    background: linear-gradient(to right,#FF5800,#FF9D00);
    margin: 20px auto 0;
}
/* 聚焦家居行业痛点 */
.hytd_box{
    padding-top: 90px;
    box-sizing: border-box;
    background: #fff;
    padding-bottom: 107px;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.hytd_content{
    display: flex;
    align-items: center;
    margin-top: 63px;
}
.hytd_content .hytd_li{
    width: 276px;
    margin-right: 32px;
    position: relative;
}
.hytd_content .hytd_li .hytd_li_bg{
    width: 100%;
    height: 210px;
}
.hytd_content .hytd_li .hytd_li_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hytd_content .hytd_li .hytd_li_text{
    width: 254px;
    height: 243px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 12px 43px rgba(0,0,0,6%);
    margin: -119px auto 0;
    position: relative;
    z-index: 3;
    padding: 0 18px;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 1;
}
.hytd_content .hytd_li .hytd_li_text h1{
    font-size: 20px;
    margin-top: 22px;
    color:#C0C0C0;
    transition: all .3s ease;
}
.hytd_content .hytd_li .hytd_li_text h2{
    font-size: 16px;
    color:#444444;
    margin-top: 16px;
    transition: all .3s ease;
}
.hytd_content .hytd_li .hytd_li_text .hytd_li_br{
    width: 100%;
    height: 1px;
    background: #F2F2F2;
    margin-top: 19px;
    transition: all .3s ease;
}
.hytd_content .hytd_li .hytd_li_text p{
    font-size: 14px;
    color:#666666;
    line-height: 24px;
    margin-top: 16px;
    transition: all .3s ease;
}
.hytd_content .hytd_li span{
    width: 244px;
    height: 171px;
    background: url(../cjmdimages/hytd_icon.png)no-repeat center/100% 100%;
    position: absolute;
    z-index: 2;
    right: 4px;
    top: 84px;
}
.hytd_content .hytd_li:hover .hytd_li_text h1{
    color:#FF6E00;
}
.hytd_content .hytd_li:hover .hytd_li_text h2{
    color:#FF6E00;
}
.hytd_content .hytd_li:hover .hytd_li_text .hytd_li_br{
    background: #FF6E00;
}
.hytd_content .hytd_li:hover .hytd_li_text p{
    color:#444444;
}
/* 全渠道数字化营销系统方案 */
.xtfa_box{
    background: #fff;
    padding-bottom: 84px;
}
.xtfa_box .xtfa_content{
    margin-top: 61px;
    height: 408px;
    box-shadow: 0 4px 38px rgba(0,0,0,10%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.xtfa_box .xtfa_content .xtfa_left{
    width: 172px;
    height: 100%;
    background: url(../cjmdimages/xtfa_left.png)no-repeat center/100% 100%;
}
.xtfa_box .xtfa_content .xtfa_middle{
    width: 810px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.xtfa_content .xtfa_middle .xtfa_middle_left{
    width: 275px;
}
.xtfa_content .xtfa_middle .xtfa_middle_left a{
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    background: linear-gradient(to right,rgba(49, 49, 49,15%),rgba(49, 49, 49,5%));
    margin-bottom: 10px;
}
.xtfa_content .xtfa_middle .xtfa_middle_left a:last-child{
    margin-bottom: 0;
}
.xtfa_content .xtfa_middle .xtfa_middle_left a i{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #353434;
    box-sizing: border-box;
    margin-left: 34px;
}
.xtfa_content .xtfa_middle .xtfa_middle_left a p{
    font-size: 14px;
    color:#444444;
    padding-left: 14px;
}
.xtfa_content .xtfa_middle .xtfa_middle_right{
    width: 309px;
}
.xtfa_content .xtfa_middle .xtfa_middle_right a{
    height: 69px;
    margin-bottom: 26px;
    display: flex;
    background: linear-gradient(to left,rgba(255, 130, 0,8%),rgba(255, 130, 0,0));
    padding-top: 12px;
    box-sizing: border-box;
}
.xtfa_content .xtfa_middle .xtfa_middle_right a i{
    width: 10px;
    height: 10px;
    margin: 7px 14px;
    background: url(../cjmdimages/xtfa_icon.png)no-repeat center/100% 100%;
    margin-left: 93px;
}
.xtfa_content .xtfa_middle .xtfa_middle_right a p{
    line-height: 24px;
    color:#444;
    font-size: 14px;
    width: 115px;
    /* text-align: right; */
}
.xtfa_content .xtfa_xuanfu{
    position: absolute;
    width: 214px;
    height: 223px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.xtfa_content .xtfa_xuanfu .img01{
    border-radius: 50%;
    box-shadow: 0 4px 16px rgba(0,0,0,10%);
}
.xtfa_content .xtfa_xuanfu .img02{
    position: absolute;
    left: 0;
    top: 0;
    animation: xuanzhuan 10s linear infinite;
}
@keyframes xuanzhuan{
    0%{
        transform: rotate(0deg)
    }
    100%{
        transform: rotate(360deg);
    }
}
/* 超级门店引流系统 */
.ylxt_box{
    width: 100%;
    height: 681px;
    background: url(../cjmdimages/ylxt_bg.jpg)no-repeat center;
    padding-top: 51px;
    box-sizing: border-box;
}
.ylxt_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px 39px 0 59px;
}
.ylxt_content .ylxt_text h1{
    display: flex;
    align-items: center;
    font-size: 26px;
    color:#333333;
    line-height: 1;
}
.ylxt_content .ylxt_text h1 i{
    width: 4px;
    height: 20px;
    background: linear-gradient(to bottom,#FF5800,#FF9D00);
    margin-right: 13px;
}
.ylxt_content .ylxt_text .ylxt_text_br{
    margin-left: 20px;
    width: 513px;
    height: 1px;
    background: #2E2E2E;
    margin-top: 52px;
    position: relative;
}
.ylxt_content .ylxt_text .ylxt_text_br::after{
    content: '';
    width: 38px;
    height: 2px;
    background: #2E2E2E;
    left: 0;
    bottom: 0;
    position: absolute;
}
.ylxt_content .ylxt_text p{
    font-size: 16px;
    color:#666666;
    width: 513px;
    margin-left: 20px;
    line-height: 28px;
    margin-top: 32px;
}
.ylxt_content .ylxt_text .ylxt_btn{
    width: 133px;
    height: 42px;
    border-radius: 5px;
    background: linear-gradient(to right,#FF5800,#FF9D00);
    display: block;
    text-align: center;
    line-height: 42px;
    color:#fff;
    font-size: 16px;
    margin-left: 20px;
    margin-top: 40px;
}
/* 超级门店素材库 */
.sck_box{
    background: #fff;
    padding-top: 68px;
    padding-bottom: 85px;
}
.sck_content{
    margin:58px 57px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sck_content .sck_btn{
    width: 148px;
    height: 42px;
    display: block;
    border-radius: 21px;
    margin: 23px auto 0;
    text-align: center;
    line-height: 42px;
    color:#fff;
    font-size: 16px;
    background: linear-gradient(to right,#FF5800,#FF9D00);
}
/* SCRM客户管理系统 */
.scrm_box{
    height: 681px;
    background: url(../cjmdimages/scrm_bg.jpg)no-repeat center;
    padding-top: 51px;
    box-sizing: border-box;
}
/* 商学院培训系统 */
.sxy_box{
    padding-top: 89px;
    padding-bottom: 117px;
    background: #fff;
}
/* 超级门店总部数智化管控系统 */
.gkxt_box{
    padding-top: 57px;
    background: url(../cjmdimages/gkxt_bg.jpg)no-repeat top center;
}
.gkxt_box .ylxt_content{
    margin: 55px 0 0;
    align-items: flex-start;
}
.gkxt_box .ylxt_content .ylxt_text{
    margin-top: 18px;
}
.gkxt_box .cjmd_title h1,.gkxt_box .cjmd_title p,.gkxt_box .ylxt_content .ylxt_text h1,.gkxt_box .ylxt_content .ylxt_text p{
    color:#fff;
}
.gkxt_box .cjmd_title .cjmd_title_br,.gkxt_box .ylxt_content .ylxt_text h1 i,.gkxt_box .ylxt_content .ylxt_text .ylxt_text_br,.gkxt_box .ylxt_content .ylxt_text .ylxt_text_br::after{
    background: #fff;
}
.gkxt_box .ylxt_content .ylxt_text .ylxt_btn{
    background: #FF9600;
}
.gkxt_box .gkxt_right{
    width: 563px;
    height: 524px;
    background: url(../cjmdimages/gkxt_icon.png)no-repeat center;
}
.gkxt_box .gkxt_right .gkxt_right_lunbo{
    margin: 12px;
    height: 303px;
}
.gkxt_box .gkxt_right .gkxt_right_lunbo img{
    width: 100%;
    height: 303px;
    object-fit: cover;
    border-radius: 5px;
}
.gkxt_box .gkxt_right .gkxt_right_lunbo .swiper-button-prev,.gkxt_box .gkxt_right .gkxt_right_lunbo .swiper-button-next{
    width: 33px;
    height: 57px;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
}
.gkxt_box .gkxt_right .gkxt_right_lunbo .swiper-button-prev{
    left: 0;
    background: url(../cjmdimages/gkxt_left.png)no-repeat center;
}
.gkxt_box .gkxt_right .gkxt_right_lunbo .swiper-button-next{
    right: 0;
    background: url(../cjmdimages/gkxt_right.png)no-repeat center;
}
/* 联系我们 邀约演示 */
.lxwm_box{
    padding-top: 36px;
    background: #fff;
    padding-bottom: 112px;
}
.lxwm_box .lxwm_content{
    margin-top: 48px;
    box-shadow: 0 2px 43px rgba(0, 0, 0,10%);
    height: 396px;
    display: flex;
    align-items: center;
}
.lxwm_box .lxwm_content .lxwm_left{
    display: flex;
    align-items: center;
    width: 50%;
    padding-left: 20px;
    box-sizing: border-box;
    flex-wrap: wrap;
}
.lxwm_box .lxwm_content .lxwm_left .lxwm_left_li{
    width: 255px;
    height: 143px;
    border-radius: 10px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #DCDCDC;
    overflow: hidden;
    margin: 15px;
}
.lxwm_box .lxwm_content .lxwm_left .lxwm_left_li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lxwm_box .lxwm_content .lxwm_left .lxwm_left_li i{
    width: 46px;
    height: 22px;
    background: url(../cjmdimages/lxwm_icon.png)no-repeat center/100% 100%;
    left: 0;
    top: 0;
    position: absolute;
    text-align: center;
    line-height: 22px;
    font-size: 16px;
    color:#fff;
    font-family: DINOffcPro;
    font-style: normal;
}
.lxwm_box .lxwm_content .lxwm_right{
    margin-left: 38px;
    width: 534px;
}
.lxwm_box .lxwm_content .lxwm_right h1{
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 22px;
    color:#333333;
    padding-left: 21px;
    box-sizing: border-box;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 20px;
}
.lxwm_box .lxwm_content .lxwm_right h1 i{
    width: 5px;
    height: 22px;
    background: linear-gradient(to top,#FF5800,#FF9D00);
    margin-right: 12px;
}
.lxwm_box .lxwm_content .lxwm_right .lxwm_right_list{
    padding-left: 40px;
    box-sizing: border-box;
    margin-top: 14px;
}
.lxwm_box .lxwm_content .lxwm_right .lxwm_right_list p{
    font-size: 16px;
    color:#666;
    line-height: 46px;
}
.lxwm_box .lxwm_content .lxwm_right .lxwm_right_btn{
    margin-left: 40px;
    margin-top: 24px;
    width: 133px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 5px;
    background: #FF9600;
    color:#fff;
    font-size: 16px;
    display: block;
}
/* 统计 */
.elf_box12{height: 240px;box-sizing: border-box;background-image: url(../cjmdimages/tongji_bg.jpg);background-size: cover;background-position: right center;}
.elf_box12 .container_1400 { width: 1200px; margin: auto; }
.elf_box12 .elf_box12_left{float: left;display: flex;align-items: center;height: 100%;}
.elf_box12 .elf_box12_count{margin:0 25px;}
.elf_box12 .elf_box12_count p{font-size: 69px;font-family: DINOffcPro;text-align: center;color: #fff;line-height: 69px;height: 69px;position: relative; margin: 0px;}
.elf_box12 .elf_box12_count p em{display: inline-block;font-size: 27px;vertical-align: bottom;font-family: DINOffcPro;margin-left: 12px;line-height: 45px; font-style: normal;}
.elf_box12 .elf_box12_count p i{position: absolute;right: -22px;top: -10px;font-size: 40px;font-style: normal;}
.elf_box12 .elf_box12_count h5{font-size: 24px;color: #fff;text-align: center;font-weight: 400;margin: 20px 0 0;}
.elf_box12 .elf_box12_right{width: 430px;margin-right: 50px;float: right;display: flex;height: 100%;align-items: center;flex-flow: column;justify-content: center;}
.elf_box12 .elf_box12_right h2{font-size: 32px;color: #fff;text-align: center;margin-bottom: 26px;font-weight: inherit;line-height: 1;}
.elf_box12 .elf_box12_right .elf_box12_form{width: 100%;height: 50px;position: relative;border: 1px solid #fff;border-radius: 5px;overflow: hidden;
}
.elf_box12 .elf_box12_right .elf_box12_form input{width: 100%;height: 100%;background: #fff;border: none;padding: 0 151px 0 19px;box-sizing: border-box;outline: none;font-size: 16px;}
.elf_box12 .elf_box12_right .elf_box12_form a{width: 132px;height: 100%;background: linear-gradient(to right,#FF5800,#FF9D00);position: absolute;right: 0;top: 0;text-align: center;line-height: 48px;font-size: 18px;color:#fff;}
.elf_box12 .elf_box12_right p{text-align: center;color: #fff;font-size: 16px;margin-top: 20px;line-height: 1;}
/* bottom */
.lhw-floor-wrapper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.lhw-footer { background: #151621; padding: 50px 0 0; }
.lhw-footer p { margin: 0px; }
.lhw-footer .lhw-floor-wrapper { font-size: 0px; }
.lhw-footer .footer-item { color: #acacac; display: inline-block; vertical-align: top; font-size: 16px; border-right: 1px solid #3b3c3f; }
.lhw-footer .footer-item.footer-01 { width: 600px; }
.lhw-footer .footer-item .footer-p b { color: #fff; display: block; margin: 10px 0; }
.lhw-footer .footer-item .footer-p span { display: block; }
.lhw-footer .footer-item.footer-02 { height: 260px; padding: 0 45px; }
.lhw-footer .footer-item.footer-02 .footer-name { color: #fff; }
.lhw-footer .footer-item.footer-02 .footer-qrcode { margin-top: 25px; }
.lhw-footer .footer-item.footer-02 .footer-qrcode span { margin-top: 15px; display: block; font-size: 14px; }
.lhw-footer .footer-item.footer-03 { width: 259px; border-right: 0px; padding: 45px 49px; }
.lhw-footer .footer-item.footer-03 .footer-item-top { font-size: 0px; }
.lhw-footer .footer-item.footer-03 .footer-item-top img { width: 42px; height: 42px; display: inline-block; vertical-align: top; }
.lhw-footer .footer-item.footer-03 .footer-item-top .footer-item-text { display: inline-block; vertical-align: top; font-size: 16px; margin-left: 10px; }
.lhw-footer .footer-item.footer-03 .footer-item-top .footer-item-text span { display: block; }
.lhw-footer .footer-item.footer-03 .footer-item-top .footer-item-text i { display: block; font-style: normal; font-family: DINOffcPro; font-size: 45px; }
.lhw-footer .footer-item.footer-03 .footer-item-top .footer-item-text em { font-style: normal; }
.lhw-footer .footer-item.footer-03 .footer-item-top a { display: block; font-size: 16px; color: #fff; background: linear-gradient(to right, #2589ff, #00bbff); padding: 15px 20px; text-align: center; margin-top: 25px; text-decoration: none; border-radius: 50px; }

.lhw-footer .footer-href { margin-top: 32px; }
.lhw-footer .footer-href .lhw-floor-wrapper { padding-top: 20px; font-size: 16px; border-top: 1px solid #3b3c3f; }
.lhw-footer .footer-href p { float: left; color: #fff; }
.lhw-footer .footer-href a { color: #7c8187; text-decoration: none; margin-right: 20px; }

.lhw-footer .footer-copyright { height: 60px; line-height: 60px; color: #65696b; background: #10121c; margin-top: 25px; overflow: hidden; }
.lhw-footer .footer-copyright p { margin: 0px; font-size: 14px; float: left; }
.lhw-footer .footer-copyright span { margin: 0px; font-size: 14px; float: right; }

.lhw-footer-placeholder { height: 75px; transition: all 0.5s ease; }
.lhw-footer-placeholder.hide { display: none; }
.lhw-floor-xf.hide { transform: translateY(100px); opacity: 0; visibility: hidden; }
.lhw-floor-xf { width: 100%; height: 75px; position: fixed; bottom: 0px; left: 0px; background: rgba(20,22,23,0.9); font-size: 0px; z-index: 5; transition: all 0.5s ease; }
.lhw-floor-xf .lhw-floor-wrapper { height: 75px; }
.lhw-floor-xf p,.lhw-floor-xf span,.lhw-floor-xf a,.lhw-floor-xf .lhw-floor-close { display: inline-block; vertical-align: middle; }
.lhw-floor-xf a.bbb { width: 285px; height: 150px; margin: 0px; position: absolute; bottom: 0px; left: 0px;display: block; }
.lhw-floor-xf a.ccc { font-size: 20px; color: #fff; text-align: center; line-height: 75px; margin-left: 320px; }
.lhw-floor-xf a.ccc b { color: #2589ff; }
.lhw-floor-xf a.aaa { width: 132px; height: 36px; line-height: 36px; text-align: center; color: #fff; background: linear-gradient(to right, #2589ff,#00bbff); font-size: 16px; margin-left: 50px; border-radius: 50px; text-decoration: none; animation: zoomIn 1.2s linear 1.2s infinite alternate; }
.lhw-floor-xf .lhw-floor-close { width: 50px; text-align: center; margin-left: 50px; padding: 25px 0; }
@keyframes zoomIn {
	0% { transform: scale(0.7); }
	50% { transform: scale(1); }
	100% { transform: scale(0.7); }
}


.lhw-right-xf { width: 60px; position: fixed; bottom: 25%; right: 20px; transition: all 0.5s ease; transform: translateX(100px); opacity: 0; visibility: hidden; }
.lhw-right-xf.active { transform: translateX(0px); opacity: 1; visibility: visible; }
.lhw-right-xf .lhw-xf-free { font-size: 0px; display: block; }
.lhw-right-xf .lhw-xf-free:after { content: ""; width: 13px; height: 13px; display: block; position: absolute; top: -6.5px; right: -6.5px; background: #f60; border: 2px solid #fff; border-radius: 50px; animation: zoomIn 1.2s linear 1.2s infinite alternate; }
.lhw-right-xf .lhw-xf-item { height: 60px; display: flex; align-items: center; justify-content: center; text-align: center; background: #666; margin-top: 10px; position: relative; transition: all 0.5s ease; text-decoration: none; color: #323232; }
.lhw-right-xf .lhw-xf-item:hover { background: #323232; }
.lhw-right-xf .lhw-xf-item i { position: absolute; top: 5px; left: -10px; animation-fill-mode: both; animation-duration: 1s; animation-name: flash; animation-iteration-count: infinite; }
@keyframes shake {from, to {-webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 10%, 30%, 50%, 70%, 90% {-webkit-transform: translate3d(-2px, 0, 0); transform: translate3d(-10px, 0, 0); } 20%, 40%, 60%, 80% {-webkit-transform: translate3d(2px, 0, 0); transform: translate3d(2px, 0, 0); } }
@keyframes flash {from, 50%, to {opacity: 1; } 25%, 75% {opacity: 0; } }

.lhw-right-xf .lhw-xf-tel .lhw-connect-box { width: 256px; position: absolute; top: -139px; right: 70px; background: #fff; padding: 25px 0; text-align: left; box-shadow: 0 15px 32px rgba(0,0,0,0.15); opacity: 0; transform: translate(100px,100px) scale(0); visibility: hidden; transition: all 0.5s ease; }
.lhw-right-xf .lhw-xf-tel:hover .lhw-connect-box { transform: translate(0,0) scale(1); opacity: 1; visibility: visible; }
.lhw-right-xf .lhw-xf-tel .lhw-connect-box:after { content: ""; width: 0px; right: 0px; border-left: 5px solid #fff; border-top: 5px solid transparent; border-bottom: 5px solid transparent; position: absolute; right: -5px; bottom: 90px; }
.lhw-right-xf .lhw-xf-tel .lhw-connect-box span { display: block; padding: 0 25px; }
.lhw-right-xf .lhw-xf-tel .lhw-connect-box span b { color: #2589ff; }
.lhw-right-xf .lhw-xf-tel .lhw-connect-box p { margin: 20px 0 0; text-align: center; }



.lhw-footer .footer-copyright p{
	color:#acacac;
}
.lhw-footer .footer-copyright p a{
	color:#acacac;
}

.off_visits_box{
    display: none;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    align-items: center;
    justify-content: center;
    z-index:20;
}
.flex_on{
    display: flex;
}
.off_visits_box .off_visits_bg{
    animation:aidemolizqq 10s linear infinite;
    opacity: .6;
}
@keyframes aidemolizqq{
    0%{
        transform: rotate(0deg)
    }
    100%{
        transform: rotate(360deg)
    }
}
.off_visits_content{
	/*height: 490px;*/
	border-radius: 15px;
    position: absolute;
    margin: auto;
    top:auto;
    bottom:auto;
    left:auto;
    bottom:auto;
    overflow: hidden;
}
.off_visits_content span {
    position: absolute;
    top:0px;
    right:0px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.off_visits_content span img{
    width: 20px;
}
