body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
	margin: 0;
	padding: 0
}

body {
	font: 12px"宋体", "Arial Narrow", HELVETICA;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}

a {
	color: #2d374b;
	text-decoration: none
}

a:hover {
	color: #cd0200;
	text-decoration: underline
}

em {
	font-style: normal
}

li {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

p {
	word-wrap: break-word
}

body {
	background-color: #f0f2f5;
}

.blue {
	color: #0099ff;
}

.sidebar {
	position: fixed;
	z-index: 88;
	right: 0;
	bottom: 60%;
	padding: 14px 12px 0;

	.icon {
		width: 40px;
		color: #fff;
		margin-top: 10px;
	}

	.icon-phone {
		width: 30px;
		margin: 10px 0;
	}

	.icon-chat {
		width: 40px;
		margin-top: 10px;
	}

	.icon-phone-box {
		width: 100px;
	}

	.icon-xcx {
		width: 100px;
	}
}

.sidebar {
	position: fixed;
	z-index: 88;
	right: 0;
	top: 30%;
	padding: 14px 12px 0;
}

.sidebar .icon {
	color: #fff;
	width: 50px;
	margin-top: 20px;
}

.sidebar .icon-phone {
	width: 60px;
	margin-bottom: 10px;
}

.sidebar .icon-chat {
	width: 40px;
	margin-top: 10px;
}

.sidebar .icon-phone-box {
	width: 90px;
}

.icon-xcx {
	width: 100px;
}

.sidebar>div {
	cursor: pointer;
	text-align: center;
	position: relative;
	width: 110px;
	height: 120px;
	background: inherit;
	background-color: #f79403;
	border: none;
	border-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	margin-bottom: 2px;
	letter-spacing: 4px;
}

.sidebar>#people {
	background: url(../img/people.png);
	background-size: 105% 100%;
	background-repeat: no-repeat;
}

.sidebar>div img {
	width: 80px;
}

.sidebar>div h3 {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}

.sidebar>div .code {
	display: none;
	position: absolute;
	z-index: 9;
	top: 5%;
	right: 90px;
	width: 235px;
	height: 203px;
	border-radius: 8px;
	background-color: #ffffff;
	background: url("../assets/image/xcx-box.png") no-repeat;
	background-size: 100%;
	color: rgba(0, 0, 0, 0);
	font-weight: bold;
	font-size: 16px;

}


.sidebar>div .phone-code {
	display: none;
	width: 280px;
	height: 100px;
	line-height: 100px;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	z-index: 9;
	top: 20%;
	right: 110px;
	border-radius: 8px;
	color: #f79403;
	background-color: #ffffff;
	background: url("../img/phone-box.png") no-repeat;
	background-size: 100%;
}

.sidebar>div .tblv-code {
	display: none;
	width: 235px;
	height: 83px;
	line-height: 83px;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	z-index: 9;
	top: 5%;
	right: 90px;
	border-radius: 8px;
	color: #008ffd;
	background-color: #ffffff;
	background: url("../assets/image/phone-box.png") no-repeat;
	background-size: 100%;
}

.sidebar>div .code:after {
	position: absolute;
	top: 33%;
	left: 100%;
	content: "";
	transform: translateY(-50%);
	border-width: 5px;
	border-style: solid;
}

.sidebar-wechat:hover .code {
	display: block;
}

.sidebar-phone:hover .phone-code {
	display: block;
}

.sidebar-phone:hover .tblv-code {
	display: block;
}
