@media only screen and (max-width: 1200px) {
    .jxx_left {
       display: none;
    }
}
.jxx_left{
    width: 155px;
	height: 450px;
	background-color: #ffffff;
    position: fixed;
    top: 290px;
    left: 220px;
    
    z-index: 2;
    padding-bottom: 17px;
}
.jxx_left .sidebar_header{
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
}
.jxx_left .sidebar_header img{
    vertical-align: middle;
}
.jxx_left .sidebar_header h5{
    margin-top: 18px;
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
    font-size: 16px;
	color: #333333;
}
.sidebar_btn {
    text-align: center;
}
.sidebar_btn button{ 
    width: 120px;
	height: 32px;
    border-radius: 5px;
    border: none;
    margin-bottom: 8px;
    color: #333333;
}
.sidebar_btn button:hover{
	background-image: linear-gradient(90deg, 
		rgba(252, 128, 104, 1) 0%, 
		#fc3440 100%), 
	linear-gradient(
		#f4f4f4, 
		#f4f4f4);
	background-blend-mode: normal, 
		normal;
    color: #ffffff;
}

.jxx_left .cont {
  overflow: hidden;
    margin-top: 10px;
    height: 120px;
    text-align: center;
}

.jxx_left .cont p {
    font-size: 12px;
    color: #666;
    margin-top: -3px;
}

.jxx_left .cont img {
    width: 110px;
	height: 110px;
    border: 2px solid #fff;

     <!-- border-top: 1px dotted #eee8e9; --> 
    margin-bottom: 6px;
  
}

.jxx_left .btn {
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    border-radius: 22px;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    padding: 0 10px;
    margin-top: 10px;
}
.jxx_left:after {
    content: '服务时间 08:00-24:00';
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    font-size: 12px;
	
	color: #ffffff;
    width: 160px;
	height: 32px;
    line-height: 32px;
	background-color: #ef2632;
	border-radius: 5px 5px 0px 0px;
}
.leftClose{
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.rightClose{
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    cursor: pointer;
}