			.icbu-im-plugin {
				position: fixed;
				bottom: 48px;
				width: 210px;
				height: 200px;
				z-index: 998
			}

			.icbu-im-plugin.right60 {
				right: 60px
			}

			.icbu-im-plugin.right80 {
				right: 80px
			}

			.icbu-im-plugin.right100 {
				right: 100px;
				bottom: 14px
			}

			.icbu-im-plugin-inner {
				position: absolute;
				bottom: -200px;
				background-color: #fff;
				width: 210px;
				height: 200px;
				border-radius: 4px;
				box-shadow: -4px -4px 14px #0000001a;
				padding: 16px 16px 0;
				box-sizing: border-box;
				transition: bottom 1s;
				transition-timing-function: cubic-bezier(.53, .8, .2, 1)
			}

			.icbu-im-plugin-inner.active {
				bottom: 0
			}

			.action-button {
				width: 178px;
				height: 28px;
				border: 1px solid #222;
				border-radius: 17px;
				background-color: #fff;
				display: flex;
				text-align: center;
				align-items: center;
				justify-content: center;
				position: absolute;
				bottom: 16px;
				cursor: pointer
			}

			.action-text {
				font-size: 13px;
				line-height: 18px;
				color: #222
			}

			.message-text {
				font-size: 14px;
				line-height: 20px;
				color: #222;
				text-overflow: ellipsis;
				overflow: hidden;
				display: -webkit-box;
				-webkit-line-clamp: 4;
				-webkit-box-orient: vertical;
				margin-top: 12px
			}

			.contact-wrap {
				display: flex;
				flex-direction: row
			}

			.contact-main-info {
				flex: 1;
				display: flex;
				flex-direction: column;
				margin-left: 8px;
				justify-content: center;
				overflow: hidden
			}

			.contact-left {
				position: relative;
				width: 40px;
				height: 40px;
				flex: none
			}

			.contact-avatar {
				width: 40px;
				height: 40px;
				border-radius: 50%;
				border: 1px solid #ddd
			}

			.online-tip {
				position: absolute;
				right: 0;
				bottom: 0;
				width: 8px;
				height: 8px;
				background-color: #09ff42;
				border: 1px solid #fff;
				border-radius: 50%
			}

			.contact-name,
			.contact-status {
				font-size: 12px;
				line-height: 17px;
				color: #222;
				overflow: hidden;
				text-overflow: ellipsis;
				white-space: nowrap
			}

			.close-icon {
				position: absolute;
				right: 8px;
				top: 8px;
				cursor: pointer
			}