        @media screen and (max-width: 750px) {
            .guajian{
                display: none !important;
            }
        }
        .guajian{
            display: flex;
            position: fixed;
            right: 30px;
            bottom: 80px;
            justify-content: center;
            align-items: center;
        }
        .waiter{
            width: 230px;
            height: 300px;
        }
        .waiter .people{
            width: 100%;
            height: 200px;
            cursor: pointer;
        }
        .waiter .people img{
            width: auto;
            height: 180px;
        }
        .icon{
            display: flex;
            flex-direction: column;
            position: relative;
            margin-top: -30px;
        }
        .icon img{
            width: 110px;
            height: auto;
            padding: 13px;
            cursor: pointer;
        }
        .chat{
            /* position: relative;
            left:-150px;
            bottom: -50px; */
        }
        .viewshow{
            /* position: relative;
            left: -88px;
            bottom: -25px; */
        }
        .scan{
            /* position: relative;
            left: -50px;
            bottom: -10px; */
        }
        .waiter .chattxt{
            width: 100%;
            height: 100px;
        }
        .chatimg{
            width: 200px !important;
            height: auto !important;
            margin-bottom: 30px;
            display: none;
        }
        
        .qr11 {

        	display: none;
        
        	-webkit-animation: slideLeft ease .3s;
        
        	animation: slideLeft ease .3s;
        
        	position: absolute;
            height: 150px;
            width:500px;
            right: 0;
            bottom: 380px;
        
        }
        .qr11 .box3 img{
            height: 150px;
            width: 150px;
            padding: 15px;
        }
        .n3333{
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
        }