.live-chat-group {
	position: fixed;
	right: 25px;
	z-index: 10;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	bottom: 170px
}

.live-chat-group .item {
	padding: 5px;
	position: relative;
	bottom: 0;
	width: 62px;
	height: 62px;
	margin: .5rem;
	background-color: #f7b93f;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 9999px;
	cursor: pointer;
	-webkit-transition: width .3s;
	transition: width .3s
}

.live-chat-group .item img{
		width: 40px;
		height: 40px;		
	}
.live-chat-group .item img.wxqcode{
        display:none;
		position:absolute;
		right:80px;
		bottom:-70px;
		width: 200px;
		height:200px;
		max-width:200px;
	}
.live-chat-group .item:hover img.wxqcode{
        display:block;
		
	}
@media (-webkit-min-device-pixel-ratio: 2), not all, not all, (min-width: 1920px){
.chat_entry .lim_mini_icon-message {
    background: url(../images/chat.svg) 0 0 no-repeat !important;  
}
}
.chat_entry .lim_mini_icon-message {
      background: url(../images/chat.svg) 0 0 no-repeat !important;
}
.chat_entry {  
    bottom: 100px!important;  
}

body {
	position: relative;
}

.guide-hidden {
	overflow: hidden;
}

.guide-all {
  display: none;  
  position: fixed;
  z-index: 10000;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .5);
}
.guide-all .all-bg {
  width: 600px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  transform: translateY(-50%);
  border-radius: 5px;
  background-color: #353434;
}
.guide-all-close {
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: url(../images/modal-close.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: -34px;
    top: 0;
}
.markModal-bottom p {
    margin-bottom: 13px;
    padding-left: 26px;
    background: url(../images/modal-dui.png) no-repeat left center;
    background-size: 16px auto;
}
.markModal-top {
    padding: 40px;
    
    background-color: #fff;
    border-radius: 5px 5px 0 0;
}
.markModal-top>img {
    height: 50px;
    width: auto;
}
.markModal-bottom, .markModal-bottom h4 {
    color: #fff;
    font-size: 16px;
    line-height: 1;
}
.markModal-bottom {
    padding: 30px 40px;
}
.markModal-side {
    color: #fff;
    font-size: 12px;
    text-align: center;
    position: absolute;
    right: 40px;
    top: 45px;
}
.markModal-side>img {
    width: 184px;
    height: 184px;
    display: block;
}
.markModal-side>p {
    margin: 10px 0 20px;
}
.markModal-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.markModal-btn>a, .markModal-btn>p {
    cursor: pointer;
    color: #353434;
    font-size: 12px;
    line-height: 28px;
    padding: 0 6px;
    margin-bottom: 0;
    border-radius: 5px;
    background-color: #fff;
}
.markModal-btn img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
	vertical-align: middle;
}