﻿@charset "UTF-8";
.Scroll p,.Scroll h1,.Scroll h2,.Scroll h3,.Scroll h4,.Scroll h5,.Scroll h6,.Scroll dl,.Scroll dd,.Scroll dt,.Scroll ul,.Scroll li{	
	padding:0;
	margin:0;
	}
.Scroll a{
	color: #666;
	text-decoration: none;
}
.Scroll * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing:content-box;
}
.Scroll {
	display: block;
	z-index: 777;
	position: fixed;
	right: 10px;
	top: 108px;
	width: 133px;
	height: 350px;
	background: url('../images/help_bg.png') no-repeat 0 0;
	font: 14px/1.5 AppleGothic,Arial,'Microsoft Yahei','Simsun';
    line-height: 160%;
    color: #666;
}

.Scroll span.span {
	display: block;
	float: left;
	height: 36px;
	width: 50px;
}

.Scroll img.span {
	display: block;
	float: left;
	width: 77px;
	height: auto;
	margin-top: 3px;
}

.Scroll h3,.Scroll b.tels,.Scroll .free_go,div.tels b {
	display: block;
	width: 130px;
	height: 36px;
	line-height: 25px;
	text-align: center;
	color: #FFF;
	font-size: 16px;
}

.Scroll div.tels b {
	height: 26px;
	line-height: 26px;
}

.Scroll h3 {
	margin-top: 3px;
}

.Scroll b.tels {
	margin-top: 4px;
}

.Scroll #help_qq:hover {
	color: #e8400b;
}

.Scroll #help_qq {
	display: block;
	width: 130px;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	margin-top: 6px;
	line-height: 26px;
	padding: 5px 0px;
}

.Scroll .area_qq {
	display: none;
	padding-bottom: 20px;
	border-radius: 5px;
	position: fixed;
	top: 111px;
	width: 600px;
	right: 153px;
	background: #fff;
	z-index: 999;
	padding-left: 14px;
	padding-right: 14px;
	border: 1px solid #999;
	box-shadow: 0 0 5px #999;
}

.Scroll .area_qq h4 {
	padding-top: 10px;
	width: 600px;
	margin: 0 auto;
	border-bottom: 1px solid #D9D9D9;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #000;
	text-indent: 5px;
}

.Scroll .area_qq p {
	text-align:left;
	padding-left: 15px;
	color: #686868;
	line-height: 24px;
	font-size: 14px;
}

.Scroll .xxxx {
	display: block;
	position: absolute;
	top: 2px;
    right: 4px;
	height: 28px;
	overflow: hidden;
	z-index: 99999;
	cursor: pointer;
}

.Scroll .areaqq1 {
	padding-top: 2px;
}

.Scroll .xxxx img {
	width: 28px;
	height: 28px;
}
.Scroll .are_bk {
	width: 618px;
	position: fixed;
	top: 108px;
	z-index: 999;
	right: 145px;
	padding-right: 13px;
	display: none;
}

.Scroll .area_qq {
	position: static;
	display: block;
}

.Scroll .area-list-a:before,
.Scroll .area-list-a:after {
	display: table;
	content: " ";
}

.Scroll .area-list-a:after {
	clear: both;
}

.Scroll .area-list-a a {
	display: block;
	height: 30px;
	float: left;
	margin: 0 .2em -1px 0;
	color: #999;
	cursor: pointer;
	border: 1px solid #cccccc;
	font-weight: bold;
	outline: none;
	border-bottom-width: 0 !important;
	padding: 0px 10px;
	-moz-border-radius-top-left: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-top-right: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
	background: #f6f6f6;
}

.Scroll .area-list-a a.on {
	height: 31px;
	color: #333;
	background: #fff;
}

.area-list-a a:hover {
	color: #333;
	background: #FFEDE0;
}

.Scroll .area-list-a a.on:hover {
	height: 31px;
	color: #333;
	background: #fff;
}

.Scroll .area-list .areaqq1 {
	display: none;
}

.Scroll .area-list .areaqq1:first-child {
	display: block;
}

.Scroll .area-list {
	padding-bottom: 10px;
}
@media screen and (max-width: 950px){
	.Scroll {
		display: none;
	}
}


