@charset "utf-8";
/* CSS Document */

body {
	width: 100%;
	min-width: 320px;
	max-width: 640px;
	margin: 0 auto;
	font-family: "微软雅黑";
}
a {
	text-decoration: none;
}
.cf:before, .cf:after {
	display: table;
	content: ""
}
.cf:after {
	clear: both
}
.cf {
	zoom: 1
}
.shadow {
	z-index: 999990;
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.float_container {
	z-index: 999991;
	display: none;
	position: fixed;
	max-width:640px;
	margin: 0 auto;
	width: 100%;
	bottom: 0;
	background-image: -moz-linear-gradient(#c0e1e1, #cbe3e1);
	background-image: -webkit-linear-gradient(#c0e1e1, #cbe3e1);
	background-image: -o-linear-gradient(#c0e1e1, #deceb7);
	background-image: linear-gradient(#c0e1e1, #cbe3e1);
}
.db {
	display: block
}
.float_container .titlee {
	background: #0278be;
	background-size: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	letter-spacing: -1px;
}
.float_container .titlee a {
	display: block;
	color: #fff;
	height: 40px;
	line-height: 40px;
}
.float_container dl {
	display: block;
	transiton: all .3s linear 0s;
	margin: 0;
	padding: 0;
}
.float_container dt {
	display: inline-block;
	width: 14%;
	float: left;
	margin: 10px 0 0 8px;
	text-align: center
}
.float_container dt img {
	max-width: 100%;
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic
}
.float_container dd {
	margin: 0;
	display: inline-block;
	position: relative;
	width: 70%;
	float: left;
	margin-top: 10px;
}
.float_container .timee {
	font-size: 12px;
	line-height: 1.6;
	color: #6c6761;
	text-align: center;
	width: 100%;
	margin: 0;
	height: 1.6em;
}
.float_container .box {
	font-size: 14px !important;
	color: #000;
	position: relative;
	margin-left: 5%;
	padding: 10px;
	border: 1px solid #7ebbe4;
	border-top-color: #b2daf0;
	border-radius: 12px;
	box-shadow: 0 3px 0 #3ea0dd, inset 0 1px 1px #fff;
	background-image: -moz-linear-gradient(#c6e5fa, #a6d7f7);
	background-image: -webkit-linear-gradient(#c6e5fa, #a6d7f7);
	background-image: -o-linear-gradient(#c6e5fa, #a6d7f7);
	background-image: linear-gradient(#c6e5fa, #a6d7f7);
	letter-spacing:1px;
}
.float_container .box img {
	width: 22px;
	vertical-align: bottom;
}
.float_container .box:before, .float_container .box:after {
	position: absolute;
	content: ""
}
.float_container .box:before {
	width: 18px;
	height: 13px;
	top: -1px;
	left: -9px;
	background-size: 18px;
}
.float_container .box:after {
	width: 40px;
	height: 26px;
	bottom: -4px;
	right: -7px;
	background-size: 40px;
}
.float_container .btn_tk {
	margin-top: 15px;
	padding: 10px 0;
	border-top: 1px solid #c7c7c0;
	border-bottom: 1px solid #979185;
	background-color: #eaebed;
}
.float_container .btn_tk a {
	display: inline-block;
	width: 39%;
	height: 2em;
	float: left;
	margin: 0 5%;
	border: 1px solid #a6a5a1;
	border-radius: 12px;
	background-color: #fefefe;
	box-shadow: 0 2px 2px #d1d1d3;
	font-size: 16px;
	color: #6c6761;
	line-height: 2;
	text-align: center;
	text-decoration: none;
	transition: all .3s linear 0s;
}
.float_container .btn_tk a:hover {
	border-color: #959490;
	background-color: #f7f7f7
}
 @media screen and (max-width: 320px) {
.float_container .titlee {
	font-size: 18px;
	background-size: 32px
}
.float_container dd {
	width: 73%
}
.float_container .box {
	font-size: 13px
}
.float_container .btn_tk a {
	border-radius: 10px;
	font-size: 15px
}
}
