.on-line {
	width:40px;
	position:fixed;
	top:50%;
	margin-top:-136px;
	right:7px;
	font-size:14px;
	z-index:999;
	color:#fff;
	line-height:16px;
	border-radius:5px
}
.on-line-btn,.on-line-header {
	text-align:center;
	cursor:pointer
}
.on-line-header {
	height:126px;
	background-image:url(/assets/online/cartoon.png);
	background-repeat:no-repeat;
	background-position:center top;
	padding:50px 10px 0;
	font-size:14px
}
.on-line-background:hover,.on-line-header {
	background-color:#00b0b0
}
.on-line-btn {
	font-size:12px;
	padding:5px 7px;
	margin-top:1px;
	background-color:#979797
}
.on-line .QRcode {
	top:20px;
	right:40px;
	width:200px;
	background:#fff;
	position:absolute;
	display:none;
	padding:10px
}
.on-line .QRcode img {
	width:100%
}
.on-line .QRcode p {
	color:#00b0b0;
	text-align:center
}
.special-entry {
	display:none;
	width:165px;
	position:fixed;
	z-index:10001;
	bottom:0;
	right:0
}
.special-entry img {
	width:100%;
	cursor:pointer
}
.banner-wrap {
	position:relative;
	overflow:hidden
}
.banner-wrap-border {
	position:absolute;
	left:50%;
	-webkit-transform:translate3d(-50%,0,0);
	transform:translate3d(-50%,0,0);
	bottom:0
}
.banner {
	position:relative;
	width:100%;
	height:500px;
	background-image:url(../images/cloud_banner.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:100% 100%
}
.banner-item {
	position:absolute;
	left:50%;
	bottom:-155px;
	margin-left:-465px
}
.cloud-static-wrap {
	padding:40px 0
}
.cloud-static {
	width:900px;
	height:50px;
	line-height:50px;
	border-radius:50px;
	margin:0 auto;
	background-color:#fafbfd;
	-webkit-box-shadow:0 0 5px 0 #eee inset;
	box-shadow:0 0 5px 0 #eee inset
}
.cloud-static-item {
	width:33.333%;
	text-align:center
}
.cloud-static-item .v-number {
	font-size:20px;
	color:#00b0b0
}
.activate-cloud {
	padding-bottom:50px
}
.activate-cloud-btn {
	width:200px;
	height:44px;
	line-height:44px;
	text-align:center;
	border-radius:5px;
	font-size:16px;
	margin:0 auto;
	color:#fff;
	background-color:#00b0b0;
	cursor:pointer
}
.cloud-title {
	text-align:center
}
.cloud-title-des {
	line-height:40px
}
.cloud-list-item {
	height:430px;
	padding:60px 20px 0
}
.cloud-list-item-wrap {
	height:100%;
	position:relative
}
.cloud-list-item .item-line {
	position:absolute;
	z-index:1000
}
.cloud-list-item .line-1 {
	bottom:-60px;
	left:400px
}
.cloud-list-item .line-2 {
	bottom:-70px;
	left:500px
}
.cloud-list-item .line-3 {
	bottom:-60px;
	left:400px
}
.cloud-list-item .line-4 {
	bottom:-70px;
	left:700px
}
.item-2 {
	height: 760px;
}
.cloud-list-item-title {
	padding-top:25px;
}
.cloud-list-item-title h1,.cloud-list-item-title p {
	font-size:24px;
	font-weight:700;
	color:#000;
	line-height:46px
}
.cloud-list-item-title p {
	height:0px;
	color:#00b0b0
}
.cloud-list-item-block {
	padding-left:100px;
	overflow:hidden
}
.cloud-list-item-content {
	/*width:500px*/
}
.cloud-list-item-content li {
	display:inline-block;
	line-height:32px;
	width:100%
}
.cloud-list-item-content li::before {
	content:'';
	display:inline-block;
	width:6px;
	height:6px;
	margin-right:10px;
	background-color:#aae6e7;
	vertical-align:middle
}
.cloud-list-item:nth-of-type(even) {
	background-color:#fcfcfc
}
