@charset "utf-8";

/*----------------------base-------------------------*/
.main td{
    border:1px solid #000;
}
body,html {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
img, button {
	border: none;
	vertical-align: middle;
}

*html {
	background-image: url(about:blank);
	background-attachment: fixed;
}

ul, ol, li {
	list-style: none;
}

body, h1, h2, h3, h4, h5, h6, div, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}

body, button, input, select, textarea, td, th {
	font: 12px/1.2 "microsoft yahei", \5b8b\4f53, Arial, Helvetica, sans-serif;
}

textarea, button, select {
	outline: none;
	vertical-align: middle;
	font-weight: normal;
	height: 22px;
	line-height: 22px;
}

input:focus, textarea:focus {
	outline: none;
}

input::-ms-clear, input::-ms-reveal{
    display: none;
}

article, aside, dialog, footer, header, section, footer, nav, figure, menu {
	display: block;
}

img, p, table, td, th, body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ol, ul, li, label {
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	outline: none;
}

a:active, a:focus {
	outline: none;
}

.clear {
	display: block;
	float: none;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	background: none;
	border: 0;
	font-size: 0;
}

.c:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

.right {
	float: right;
}

.left {
	float: left;
}

.hide {
	display: none;
}
/*---------body----------------*/
.kefu {
	background: url(kefu.png) no-repeat;
	width: 92px;
	height: 167px;
	position: fixed;
	top: 85%;
	margin-top: -124px;
	right: -35px;
	display: none;
	cursor: pointer;
	z-index: 200;
	transform: rotate(-18deg);
	-webkit-transform: rotate(-18deg);
	-moz-transform: rotate(-18deg); /*兼容-moz-引擎浏览器*/
}
.right-dg {
	width: 206px;
	height: 344px;
	display: block;
	background: url(daogou-bg.png) no-repeat;
	position: fixed;
	top: 50%;
	margin-top: -150px;
	right: 10px;
	z-index:200;
}
.btn-close {
	position: absolute;
	left: 20px;
	top: 100px;
}
.btn-online {
	background: #f47d1d;
	font-size: 14px;
	color: #fff;
	width: 99px;
	height: 35px;
	display: block;
	margin: 210px 0 0 30px;
	border-radius: 5px;
	text-align: center;
	line-height: 35px;
}
.lips {
	color: #fff;
	font-size: 14px;
	text-align: center;
	position: absolute;
	bottom: 27px; 
	left: 15px;
}