.ChatSprite {
	background: url(../../../resources/images/chat/sprite.png) no-repeat
}

.chatbar {
	width: 350px;
	right: 0;
	top: 0;
	height: 100vh;
	max-height: 1080px;
	z-index: 200
}

.chatbar .guide {
	position: absolute;
	top: 38%;
	right: 2px;
	padding-left: 6px
}

.chatbar .guide .lnk-style1 .lay-lnks .lnk {
	margin-bottom: 3px;
	position: relative;
	left: 0;
	transition: left ease-out .2s
}

.chatbar .guide .lnk-style1 .lay-lnks .lnk:hover {
	left: -72px
}

.chatbar .guide .lnk-style1 .lnk {
	display: block;
	font-size: 14px;
	color: #fff;
	width: 120px;
	overflow: hidden
}

.chatbar .guide .lnk-style1 .lnk:hover {
	color: #fff;
	background: #3580c6
}

.chatbar .guide .lnk-style1 .lnk:hover .lnk-icon {
	color: inherit;
	border: none;
	padding: 8px;
	background: #0260b8
}

.chatbar .guide .lnk-style1 .lnk .iconfont {
	font-size: 30px;
	line-height: 30px
}

.chatbar .guide .lnk-style1 .lnk .lnk-icon {
	display: block;
	box-sizing: border-box;
	float: left;
	padding: 6px;
	text-align: center;
	color: #0260b8;
	background: #fff;
	border: 2px solid #0260b8
}

.chatbar .guide .lnk-style1 .lnk .lnk-text {
	display: inline-block;
	padding-top: 13px;
	margin-left: 15px
}

.chatbar .guide .lnk-style2 {
	background: #fff;
	border: 1px solid #b9c2cb;
	border-radius: 5px;
	width: 68px
}

.chatbar .guide .lnk-style2 .Lnk {
	display: block;
	text-align: center;
	font-size: 15px;
	color: #2161b3;
	padding: 12px 0
}

.chatbar .guide .lnk-style2 .Lnk:not(:last-child) {
	border-bottom: 1px solid #b9c2cb
}

.chatbar .guide .lnk-style2 .Lnk .lnk-icon {
	display: block
}

.chatbar .guide .lnk-style2 .Lnk .lnk-icon i {
	display: inline-block;
	background: url(../image/sprite.png) no-repeat;
	width: 39px;
	height: 35px
}

.chatbar .guide .lnk-style2 .Lnk .lnk-icon i.type-chat {
	background-position: -90px -30px
}

.chatbar .guide .lnk-style2 .Lnk .lnk-icon i.type-qq {
	background-position: -145px 0
}

.chatbar .guide .lnk-style2 .Lnk .lnk-text {
	display: block
}

.chatbar .guide .lnk-style2 .Lnk.type-close {
	border-bottom: none;
	padding: 4px 0;
	font-size: 13px
}

.chatbar .guide .lnk-style2 .Lnk.type-close .lnk-icon {
	display: inline-block;
	line-height: 12px;
	vertical-align: middle
}

.chatbar .guide .lnk-style2 .Lnk.type-close .lnk-icon i.type-close {
	width: 18px;
	height: 18px;
	background-position: -90px -88px
}

.chatbar .guide .lnk-min {
	width: 40px;
	height: 152px;
	margin-top: 20px;
	background: url(../../../resources/images/chat/sprite.png) no-repeat;
	background: url(../../../resources/images/chat/chat_float_blue.png) no-repeat;
	background-size: 100% auto;
	display: block;
	cursor: pointer
}

.skin_red .chatbar .guide .lnk-min {
	background: url(../../../resources/images/chat/chat_float_red.png) no-repeat;
	background-size: 100% auto
}

.chatbar .chatwin {
	height: 100%;
	background: #fffef9
}

.chatbar .chatwin.type-normal {
	width: 350px
}

.chatbar .chatwin.type-expand {
	min-width: 400px;
	width: 400px
}

.chatbar .chatbar-handle {
	background: url(../../../resources/images/chat/sprite.png) no-repeat;
	width: 27px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	position: absolute;
	left: -18px;
	top: 50%;
	margin-top: -30px
}

.CIcon {
	background: url(../image/sprite.png) no-repeat;
	display: inline-block;
	vertical-align: middle
}

.CIcon.ico-redpack {
	width: 32px;
	height: 32px;
	background-position: 0 -80px
}

.CIcon.ico-chat {
	width: 25px;
	height: 25px;
	background-position: -50px 0
}

.CIcon.ico-service {
	width: 25px;
	height: 25px;
	background-position: -50px -30px
}