.suspension_window {
	width: 150px;
	height: 531px;
	background-image: url(../images/cebian_bg.png);
	background-size: 100% 100%;
	padding: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	right: 0;
	top: 33%;
	z-index: 999;
	margin-top: -200px;
}

.suspension_window .suspension_window_content {
	widows: 100%;
	height: 490px;
	border-bottom-right-radius: 75px;
	border-bottom-left-radius: 75px;
	margin: auto;
	margin-top: 130px;
}

.suspension_window .suspension_window_content .suspension_top {
	width: 150px;
	height: 40px;
	padding-left: 14px;
	line-height: 40px;
	font-family: Microsoft YaHei;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0px 1px 8px rgba(0, 115, 158, 0.49);
}

.suspension_window .suspension_window_content > ul {
	width: 120px;
	padding: 4px 0 4px 11px;
}

.suspension_window .suspension_window_content > ul li {
	list-style: none;
	margin-top: 12px;
	position: relative;
}
.suspension_window .suspension_window_content > ul li:hover a {
	background: linear-gradient(0deg, rgba(192, 251, 250, 1), rgba(255, 255, 255, 1));
	box-shadow: 0px 4px 12px 0px rgba(0, 175, 172, 0.2);
	font-size: 16px;
	font-weight: bold;
	color: rgba(16, 187, 184, 1);
	border: none;
}
.suspension_window .suspension_window_content > ul li a {
	display: block;
	width: 108px;
	height: 32px;
	box-sizing: border-box;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 2px;
	font-family: Microsoft YaHei;
	cursor: pointer;
}

.suspension_window .suspension_window_content > ul li span {
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #ed3737;
	line-height: 16px;
	text-align: center;
	font-size: 14px;
	font-family: 'Microsoft YaHei';
	color: #fdfcfc;
	position: absolute;
	right: -2px;
	top: 0px;
}

.suspension_window .suspension_window_content .zx_phone_number {
	display: block;
	width: 120px;
	height: 68px;
	margin-left: 7px;
	margin-top: -2px;
	text-align: center;
}

.suspension_window .suspension_window_content .zx_phone_number > p {
	font-size: 14px;
	font-family: 'Microsoft YaHei';
	color: #fff;
	margin-top: 14px;
	text-align: center;
}

.suspension_window .suspension_window_content .zx_phone_number b {
	font-size: 18px;
	font-family: 'Impact';
	color: #fdfcfc;
	font-weight: 500;
	white-space: nowrap;
}

.suspension_window .suspension_window_content > a {
	display: block;
	width: 40px;
	height: 40px;
	margin-left: 50px;
	margin-top: -7px;
	cursor: pointer;
}
