* {
	margin:0;
	padding:0;
}
/*--------------------------------------------
Font
---------------------------------------------*/
@font-face {
  font-family: 'Play';
  font-style: normal;
  font-weight: 400;
  src: local('Play'), url(http://oss-hostloc.qiniudn.com/-SXnV4mZjf4oh1IBw13WZw.woff) format('woff');
}


@font-face {
  font-family: 'museosans500';
  font-style: normal;
  font-weight: 400;
  src: local('museosans500'), url(http://oss-hostloc.qiniudn.com/museosans500.woff) format('woff');
}

/*--------------------------------------------
1. Global
---------------------------------------------*/

body {background:url(../images/bg.png); none repeat  scroll 0% 0%;font-size:12px;font-family:"Play",Arial,Microsoft YaHei,sans-serif;}

.container {
	width:980px;
	margin:0 auto;
}
section #pages {
	width:980px;
	position:relative;
}
section #pages .top_shadow,section #pages .bottom_shadow {
	height:100px;
	width:40px;
	position:absolute;
	left:0px;
}
section #pages .top_shadow {
	background:transparent url('') no-repeat top left;
	top:0px;
}
section #pages .bottom_shadow {
	background:transparent url('') no-repeat top left;
	bottom:0px;
}
section #pages div.page {
	display:none;
	position:absolute;
	top:0px;
	padding-top:0px;
	width:980px;
}
section #pages .content_box {
	padding-top:15px;
}
section #pages p,section #pages ul {
	color:#6b6b6b;
}
section #pages img {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
/*--------------------------------------------
2. Header & Navigation
---------------------------------------------*/
header {
	background: none repeat scroll 0% 0% #285DA3;
	height:80px;
	border-bottom:1px solid #eaeaea;
	margin-bottom:30px;
}
/* Social Links */
	header aside ul {
	padding-top:18px;
}
/* Main Navigation */
	header .select-menu {
	display:none;
}
header nav {
	width:980px;
	position:relative;
}
header nav ul {
	list-style:none;
	float:right;
	padding:28px 0px 0px 0px;
}
header nav ul li {
	float:left;
	margin-left:26px;
	position:relative;
}

header nav ul li a {
	color:#fff;
	font-size:14px;
	background-color:#3C78C7;
	background-image:linear-gradient(#3B8EDE,#3C78C7);
	padding:8px 12px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border-radius:3px;
}
header nav ul li.current a,header nav ul li a:hover,header nav ul li#current a {
	color:#333;
	background-color:#FFF;
	background-image:linear-gradient(#FFF,#EEE);
}

#current_login a {
    color: #FFF;
    text-shadow: 0px -1px #A76922;
    background-color: #F92;
    background-repeat: repeat-x;
    border-color: #F5A447 #F5A447 #F80;
    background-image: linear-gradient(to bottom, #FFB000, #F80);
    font-size: 14px;
}
header nav span.arrow {
	width:0px;
	height:0px;
	display:none;
	position:absolute;
	top:65px;
}
header nav select {
	float:right;
	margin:17px 10px 0px 0px;
	-webkit-appearance:button;
	-webkit-border-radius:2px;
	-webkit-padding-end:20px;
	-webkit-padding-start:2px;
	-webkit-user-select:none;
	background-position:center right;
	background-repeat:no-repeat;
	border:1px solid #ccc;
	color:#555;
	font-size:13px;
	padding:3px 3px 3px 5px;
	width:115px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
/*--------------------------------------------
3. App Info
---------------------------------------------*/
section {
	}/* App Info */
	section #app_info {
	float:left;
	width:275px;
	margin-top:12%;
	text-align:right;
	padding-right:0px;
}
section #app_info .logo {
	display:block;
	margin-bottom:5px;
}
section #app_info span.tagline {
	font-size:19px;
	letter-spacing:-0.05em;
	color:#1f1f1f;
	display:block;
	margin-bottom:30px;
}
section #app_info p {
	color:#898989;
	margin-bottom:10px;
}
section #app_info .buttons {
	float:right;
	overflow:hidden;
}
section #app_info .buttons .large_button {
	float:left;
	margin-left:15px;
	margin-bottom:15px;
}
section #app_info .price {
	clear:both;
	padding-top:50px;
	text-align:center;
}
section #app_info .price.right_align {
	background-position:250px 0px;
}
section #app_info .price.left_align {
	background-position:70px 0px;
}
section #app_info .price.left_align p {
	text-align:left;
}
section #app_info .price p {
	font-size:20px;
	color:#1f1f1f;
}

/*--------------------------------------------
11. Footer
---------------------------------------------*/
footer {
	clear:both;
	padding-top:40px;
	text-align:center;
	cursor:default;
	padding-bottom:20px;
}
footer p {
	color:#c1c1c1;
	font-size:11px;
	padding:4px 8px 4px 8px;
	background:#f7f7f7;
	background:rgba(0,0,0,0.04);
	display:inline;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-transition:color 0.2s ease-in,background 0.2s ease-in;
	-moz-transition:color 0.2s ease-in,background 0.2s ease-in;
	-o-transition:color 0.2s ease-in,background 0.2s ease-in;
	transition:color 0.2s ease-in,background 0.2s ease-in;
}
footer p:hover {
	background:#f1f1f1;
	background:rgba(0,0,0,0.05);
	color:#999;
}
/*--------------------------------------------
12. Typography
---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin-bottom:15px;
}
h1 {
	color:#aaa;
	font-size:28px;
	font-weight:normal;
	letter-spacing:-0.05em;
}
h2 {
	font-size:16px;
	color:#353535;
}
h2.os {
	font-weight:normal;
	height:50px;
	padding:5px 0px 0px 0px;
	font-size:12px;
}
h2.icon {
	height:32px;
	padding:10px 0px 0px 60px;
	font-size:17px;
}
h2.icon.cart {
	background-position:0px -42px;
}
h2.icon.briefcase {
	background-position:0px -84px;
}
h2.icon.help {
	background-position:0px -126px;
}
h2.icon.pencil {
	background-position:0px -168px;
}
h2.icon.graph {
	background-position:0px -210px;
}
h3 {
	font-size:14px;
	color:#353535;
}
h4 {
	font-size:13px;
}
h5 {
	font-size:12px;
}
h6 {
	font-size:11px;
	text-transform:uppercase;
	color:#999;
}
p {
	font-size:12px;
	line-height:20px;
}
a {
	text-decoration:none;
	outline:none;
	color:#319EBC;
}
.tipsy {
	line-height:17px;
}
/* Blockquotes */
blockquote,blockquote p {
	font-size:15px;
	line-height:24px;
	color:#777;
	font-style:italic;
}
blockquote {
	margin:0 0 10px;
	padding:3px 20px 3px 19px;
	border-left:1px solid #ddd;
}
blockquote cite {
	display:block;
	font-size:11px;
	color:#888;
}
blockquote cite:before {
	content:"\2014 \0020";
}
blockquote cite a,blockquote cite a:visited,blockquote cite a:visited {
	color:#555;
}
/* Columns */
div.column_last {
	margin-right:0 !important;
}
div.full {
	margin-bottom:25px;
}
div.one_half,div.one_third,div.two_third,div.three_fourth,div.one_fourth,div.two_thirds {
	float:left;
	margin-right:25px;
	margin-bottom:28px;
	background: #fff;
	padding:15px;
	border-top-left-radius:5px;border-top-right-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;border-radius:5px;
}
div.one_half {
	width:447px;
}
div.one_third {
	width:30.66%;
}
div.two_thirds {
	width:65%;
}
div.one_fourth {
	width:22%;
}
/*--------------------------------------------
13. Buttons
---------------------------------------------*/
.large_button {
	padding:10px 15px 10px 15px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	display:inline-block;
	width:140px;
	text-align:left;
	text-shadow:1px 1px  rgba(0,0,0,0.85);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin-bottom:5px;
	margin-right:2px;
}
.large_button span.icon {
	width:30px;
	height:35px;
	display:block;
	float:left;
	margin-right:12px;
}
.large_button em {
	font-size:10px;
	font-weight:bold;
	display:block;
	color:#fff;
	text-shadow:0px 1px rgba(255,255,255,0.65);
	font-style:normal;
}
.large_button:active {
	-webkit-box-shadow:inset 0px 0px 7px #333;
	-moz-box-shadow:inset 0px 0px 7px #333;
	box-shadow:inset 0px 0px 7px #333;
}
.large_button#apple {
	background:#2cbbfd;
	/* Old browsers */
		background:-moz-linear-gradient(top,#2cbbfd 0%,#006b9d 100%);
	/* FF3.6+ */
		background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#2cbbfd),color-stop(100%,#006b9d));
	/* Chrome,Safari4+ */
		background:-webkit-linear-gradient(top,#2cbbfd 0%,#006b9d 100%);
	/* Chrome10+,Safari5.1+ */
		background:-o-linear-gradient(top,#2cbbfd 0%,#006b9d 100%);
	/* Opera 11.10+ */
		background:-ms-linear-gradient(top,#2cbbfd 0%,#006b9d 100%);
	/* IE10+ */
		background:linear-gradient(top,#2cbbfd 0%,#006b9d 100%);
	/* W3C */
		filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cbbfd',endColorstr='#006b9d',GradientType=0 );
	/* IE6-9 */
}
.large_button#apple em {
	color:#065478;
}
.large_button#apple:hover {
	background:#4cc6ff;
	/* Old browsers */
			background:-moz-linear-gradient(top,#4cc6ff 0%,#0078b0 100%);
	/* FF3.6+ */
			background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#4cc6ff),color-stop(100%,#0078b0));
	/* Chrome,Safari4+ */
			background:-webkit-linear-gradient(top,#4cc6ff 0%,#0078b0 100%);
	/* Chrome10+,Safari5.1+ */
			background:-o-linear-gradient(top,#4cc6ff 0%,#0078b0 100%);
	/* Opera 11.10+ */
			background:-ms-linear-gradient(top,#4cc6ff 0%,#0078b0 100%);
	/* IE10+ */
			background:linear-gradient(top,#4cc6ff 0%,#0078b0 100%);
	/* W3C */
			filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc6ff',endColorstr='#0078b0',GradientType=0 );
	/* IE6-9 */
}
.large_button#android {
	background:#98d463;
	/* Old browsers */
		background:-moz-linear-gradient(top,#98d463 0%,#66891d 100%);
	/* FF3.6+ */
		background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#98d463),color-stop(100%,#66891d));
	/* Chrome,Safari4+ */
		background:-webkit-linear-gradient(top,#98d463 0%,#66891d 100%);
	/* Chrome10+,Safari5.1+ */
		background:-o-linear-gradient(top,#98d463 0%,#66891d 100%);
	/* Opera 11.10+ */
		background:-ms-linear-gradient(top,#98d463 0%,#66891d 100%);
	/* IE10+ */
		background:linear-gradient(top,#98d463 0%,#66891d 100%);
	/* W3C */
		filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#98d463',endColorstr='#66891d',GradientType=0 );
	/* IE6-9 */
}
.large_button#android em {
	color:#436c01;
}
.large_button#android span.icon {
	background-position:0px -35px;
}
.large_button#android:hover {
	background:#9dda67;
	/* Old browsers */
			background:-moz-linear-gradient(top,#9dda67 0%,#70971f 100%);
	/* FF3.6+ */
			background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#9dda67),color-stop(100%,#70971f));
	/* Chrome,Safari4+ */
			background:-webkit-linear-gradient(top,#9dda67 0%,#70971f 100%);
	/* Chrome10+,Safari5.1+ */
			background:-o-linear-gradient(top,#9dda67 0%,#70971f 100%);
	/* Opera 11.10+ */
			background:-ms-linear-gradient(top,#9dda67 0%,#70971f 100%);
	/* IE10+ */
			background:linear-gradient(top,#9dda67 0%,#70971f 100%);
	/* W3C */
			filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dda67',endColorstr='#70971f',GradientType=0 );
	/* IE6-9 */
}
.large_button#windows {
	background:#f7a553;
	/* Old browsers */
		background:-moz-linear-gradient(top,#f7a553 0%,#c67524 100%);
	/* FF3.6+ */
		background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7a553),color-stop(100%,#c67524));
	/* Chrome,Safari4+ */
		background:-webkit-linear-gradient(top,#f7a553 0%,#c67524 100%);
	/* Chrome10+,Safari5.1+ */
		background:-o-linear-gradient(top,#f7a553 0%,#c67524 100%);
	/* Opera 11.10+ */
		background:-ms-linear-gradient(top,#f7a553 0%,#c67524 100%);
	/* IE10+ */
		background:linear-gradient(top,#f7a553 0%,#c67524 100%);
	/* W3C */
		filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7a553',endColorstr='#c67524',GradientType=0 );
	/* IE6-9 */
}
.large_button#windows em {
	color:#9c5918;
}
.large_button#windows span.icon {
	background-position:0px -70px;
}
.large_button#windows:hover {
	background:#fca14b;
	/* Old browsers */
			background:-moz-linear-gradient(top,#fca14b 0%,#c5650b 100%);
	/* FF3.6+ */
			background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fca14b),color-stop(100%,#c5650b));
	/* Chrome,Safari4+ */
			background:-webkit-linear-gradient(top,#fca14b 0%,#c5650b 100%);
	/* Chrome10+,Safari5.1+ */
			background:-o-linear-gradient(top,#fca14b 0%,#c5650b 100%);
	/* Opera 11.10+ */
			background:-ms-linear-gradient(top,#fca14b 0%,#c5650b 100%);
	/* IE10+ */
			background:linear-gradient(top,#fca14b 0%,#c5650b 100%);
	/* W3C */
			filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fca14b',endColorstr='#c5650b',GradientType=0 );
	/* IE6-9 */
}
.large_button#blackberry {
	background:#525252;
	/* Old browsers */
		background:-moz-linear-gradient(top,#525252 0%,#18171e 100%);
	/* FF3.6+ */
		background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#525252),color-stop(100%,#18171e));
	/* Chrome,Safari4+ */
		background:-webkit-linear-gradient(top,#525252 0%,#18171e 100%);
	/* Chrome10+,Safari5.1+ */
		background:-o-linear-gradient(top,#525252 0%,#18171e 100%);
	/* Opera 11.10+ */
		background:-ms-linear-gradient(top,#525252 0%,#18171e 100%);
	/* IE10+ */
		background:linear-gradient(top,#525252 0%,#18171e 100%);
	/* W3C */
		filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#525252',endColorstr='#18171e',GradientType=0 );
	/* IE6-9 */
}
.large_button#blackberry em {
	color:#9a9a9a;
	text-shadow:0px 1px #000;
}
.large_button#blackberry span.icon {
	background-position:0px -105px;
}
.large_button#blackberry:hover {
	background:#616161;
	/* Old browsers */
			background:-moz-linear-gradient(top,#616161 0%,#222222 100%);
	/* FF3.6+ */
			background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#616161),color-stop(100%,#222222));
	/* Chrome,Safari4+ */
			background:-webkit-linear-gradient(top,#616161 0%,#222222 100%);
	/* Chrome10+,Safari5.1+ */
			background:-o-linear-gradient(top,#616161 0%,#222222 100%);
	/* Opera 11.10+ */
			background:-ms-linear-gradient(top,#616161 0%,#222222 100%);
	/* IE10+ */
			background:linear-gradient(top,#616161 0%,#222222 100%);
	/* W3C */
			filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161',endColorstr='#222222',GradientType=0 );
	/* IE6-9 */
}
.button {
	border:1px solid #DEDEDE;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	color:#555555;
	display:inline-block;
	font:bold 10px/12px 'Helvetica Neue',Helvetica,sans-serif;
	padding:6px 11px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
.button:active {
	-webkit-box-shadow:inset 0px 0px 3px #333;
	-moz-box-shadow:inset 0px 0px 3px #333;
	box-shadow:inset 0px 0px 3px #333;
}
.button:hover {
	cursor:pointer;
	-webkit-box-shadow:0px 0px 3px #bbb;
	-moz-box-shadow:0px 0px 3px #bbb;
	box-shadow:0px 0px 3px #bbb;
}
.button.white {
	background:#f9f9f9;
	/* Old browsers */
	background:-moz-linear-gradient(top,#f9f9f9 0%,#f0f0f0 100%);
	/* FF3.6+ */
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f9f9f9),color-stop(100%,#f0f0f0));
	/* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,#f9f9f9 0%,#f0f0f0 100%);
	/* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top,#f9f9f9 0%,#f0f0f0 100%);
	/* Opera 11.10+ */
	background:-ms-linear-gradient(top,#f9f9f9 0%,#f0f0f0 100%);
	/* IE10+ */
	background:linear-gradient(top,#f9f9f9 0%,#f0f0f0 100%);
	/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9',endColorstr='#f0f0f0',GradientType=0 );
	/* IE6-9 */
	border-color:#dedede #d8d8d8 #d3d3d3;
	color:#555;
	text-shadow:0 1px 0 #fff;
}
.button.white a {
	color:#555
}
.button.gray {
	background:#cacaca;
	/* Old browsers */
	background:-moz-linear-gradient(top,#cacaca 0%,#aeaeae 100%);
	/* FF3.6+ */
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#cacaca),color-stop(100%,#aeaeae));
	/* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,#cacaca 0%,#aeaeae 100%);
	/* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top,#cacaca 0%,#aeaeae 100%);
	/* Opera 11.10+ */
	background:-ms-linear-gradient(top,#cacaca 0%,#aeaeae 100%);
	/* IE10+ */
	background:linear-gradient(top,#cacaca 0%,#aeaeae 100%);
	/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cacaca',endColorstr='#aeaeae',GradientType=0 );
	/* IE6-9 */
  border-color:#b5b5b5 #a1a1a1 #8f8f8f;
	color:#555;
	text-shadow:0 1px 0 #d4d4d4;
}
.button.gray a {
	color:#555
}
.button.pink {
	background:#f78297;
	/* Old browsers */
	background:-moz-linear-gradient(top,#f78297 0%,#f56778 100%);
	/* FF3.6+ */
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f78297),color-stop(100%,#f56778));
	/* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,#f78297 0%,#f56778 100%);
	/* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top,#f78297 0%,#f56778 100%);
	/* Opera 11.10+ */
	background:-ms-linear-gradient(top,#f78297 0%,#f56778 100%);
	/* IE10+ */
	background:linear-gradient(top,#f78297 0%,#f56778 100%);
	/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f78297',endColorstr='#f56778',GradientType=0 );
	/* IE6-9 */
  border-color:#df6f8b #da5f75 #d55061;
	color:#913944;
	text-shadow:0 1px 0 #f89ca9;
}
.button.pink a {
	color:#913944
}
.button.orange {
	background:#f9bc70;
	/* Old browsers */
	background:-moz-linear-gradient(top,#f9bc70 0%,#d8b541 100%);
	/* FF3.6+ */
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f9bc70),color-stop(100%,#d8b541));
	/* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,#f9bc70 0%,#d8b541 100%);
	/* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top,#f9bc70 0%,#d8b541 100%);
	/* Opera 11.10+ */
	background:-ms-linear-gradient(top,#f9bc70 0%,#d8b541 100%);
	/* IE10+ */
	background:linear-gradient(top,#f9bc70 0%,#d8b541 100%);
	/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9bc70',endColorstr='#d8b541',GradientType=0 );
	/* IE6-9 */
  border-color:#f5b74e #e5a73e #d6982f;
	color:#996633;
	text-shadow:0 1px 0 #fedd9b;
}
.button.orange a {
	color:#996633
}
.button.green {
	background:#cae285;
	/* Old browsers */
	background:-moz-linear-gradient(top,#cae285 0%,#9fcb57 100%);
	/* FF3.6+ */
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#cae285),color-stop(100%,#9fcb57));
	/* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,#cae285 0%,#9fcb57 100%);
	/* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top,#cae285 0%,#9fcb57 100%);
	/* Opera 11.10+ */
	background:-ms-linear-gradient(top,#cae285 0%,#9fcb57 100%);
	/* IE10+ */
	background:linear-gradient(top,#cae285 0%,#9fcb57 100%);
	/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cae285',endColorstr='#9fcb57',GradientType=0 );
	/* IE6-9 */
  border-color:#adc671 #98b65b #87aa4a;
	color:#5d7731;
	text-shadow:0 1px 0 #cfe5a4;
}
.button.green a {
	color:#5d7731
}
.button.blue {
	background:#a3bced;
	/* Old browsers */
	background:-moz-linear-gradient(top,#a3bced 0%,#ba8ecc 100%,#667cdd 100%);
	/* FF3.6+ */
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#a3bced),color-stop(100%,#ba8ecc),color-stop(100%,#667cdd));
	/* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,#a3bced 0%,#ba8ecc 100%,#667cdd 100%);
	/* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top,#a3bced 0%,#ba8ecc 100%,#667cdd 100%);
	/* Opera 11.10+ */
	background:-ms-linear-gradient(top,#a3bced 0%,#ba8ecc 100%,#667cdd 100%);
	/* IE10+ */
	background:linear-gradient(top,#a3bced 0%,#ba8ecc 100%,#667cdd 100%);
	/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3bced',endColorstr='#667cdd',GradientType=0 );
	/* IE6-9 */
	border-color:#8dc5da #76b7cf #63abc7;
	text-shadow:0 1px 0 #b6e6f9;
}
.button.blue a {
	color:#42788e
}
.button.purple {
	background:#d1badb;
	/* Old browsers */
	background:-moz-linear-gradient(top,#d1badb 0%,#ba8ecc 100%);
	/* FF3.6+ */
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#d1badb),color-stop(100%,#ba8ecc));
	/* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,#d1badb 0%,#ba8ecc 100%);
	/* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top,#d1badb 0%,#ba8ecc 100%);
	/* Opera 11.10+ */
	background:-ms-linear-gradient(top,#d1badb 0%,#ba8ecc 100%);
	/* IE10+ */
	background:linear-gradient(top,#d1badb 0%,#ba8ecc 100%);
	/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1badb',endColorstr='#ba8ecc',GradientType=0 );
	/* IE6-9 */
	border-color:#bc9db9 #ad89aa #a1799d;
	color:#7b5777;
	text-shadow:0 1px 0 #eacae6;
}
.button.purple a {
	color:#7b5777
}
.button.black {
	background:#616161;
	/* Old browsers */
	background:-moz-linear-gradient(top,#616161 0%,#222222 100%);
	/* FF3.6+ */
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#616161),color-stop(100%,#222222));
	/* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,#616161 0%,#222222 100%);
	/* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top,#616161 0%,#222222 100%);
	/* Opera 11.10+ */
	background:-ms-linear-gradient(top,#616161 0%,#222222 100%);
	/* IE10+ */
	background:linear-gradient(top,#616161 0%,#222222 100%);
	/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161',endColorstr='#222222',GradientType=0 );
	/* IE6-9 */
	border-color:#4c4c4c #313131 #1f1f1f;
	color:#fff;
	text-shadow:0 1px 0 #2e2e2e;
}
.button.black a {
	color:#fff
}
/*--------------------------------------------
15. Lists
---------------------------------------------*/
ul.social {
	list-style:none;
	float:left;
}
ul.social li {
	float:left;
	margin-right:5px;
}
ul.social li a {
	width:24px;
	height:24px;
	display:block;
	text-indent:-99999px;
	background:url('../images/light-social.png') no-repeat top left;
}
ul.social li.facebook a {
	background-position:0px 0px;
}
ul.social li.facebook a:hover {
	background-position:-24px 0px;
}
ul.social li.twitter a {
	background-position:0px -24px;
}
ul.social li.twitter a:hover {
	background-position:-24px -24px;
}
ul.social li.dribbble a {
	background-position:0px -48px;
}
ul.social li.dribbble a:hover {
	background-position:-24px -48px;
}
ul.social li.google a {
	background-position:0px -72px;
}
ul.social li.google a:hover {
	background-position:-24px -72px;
}
ul.social li.flickr a {
	background-position:0px -96px;
}
ul.social li.flickr a:hover {
	background-position:-24px -96px;
}
ul.social li.rss a {
	background-position:0px -120px;
}
ul.social li.rss a:hover {
	background-position:-24px -120px;
}
ul.social li.email a {
	background-position:0px -144px;
}
ul.social li.email a:hover {
	background-position:-24px -144px;
}
div.toggle_list {
	margin-bottom:25px;
}
div.toggle_list ul {
	list-style:none;
}
div.toggle_list ul li {
	margin-bottom:10px;
}
div.toggle_list ul li div.title {
	background:#f0f0f0;
	border:1px solid #e6e7e7;
	padding:10px;
	cursor:pointer;
	position:relative;
}
div.toggle_list ul li div.title h3 {
	margin:0;
	color:#4b4b4b;
	font-size:13px;
}
div.toggle_list ul li .title h3 span {
	color:#1c9eda;
	padding-right:8px;
}
div.toggle_list ul li div.title a.toggle_link {
	position:absolute;
	top:5px;
	right:13px;
	color:#868686;
	font-weight:bold;
	font-size:19px;
}
div.toggle_list ul li div.content {
	background:#fbfbfb;
	border:1px solid #e5e5e5;
	border-top:none;
	padding:10px;
	display:none;
}
div.toggle_list ul li div.content p {
	margin-bottom:15px;
	font-size:12px;
}
div.toggle_list ul li div.content p:last-child {
	margin-bottom:0;
}
/*--------------------------------------------
16. Forms
---------------------------------------------*/
input,textarea {
	font-size:13px;
	outline:none;
	-webkit-appearance:none;
	-webkit-focus-ring-color:none
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
input[type="text"],input[type="email"] {
	border:none;
	border-bottom:1px solid #bcbcbc;
	padding:8px 0px 8px 0px;
	width:100%;
	color:#555;
	background:transparent;
}
input[type="text"]:focus,input[type="email"]:focus {
	padding-bottom:8px;
}
textarea {
	padding:8px;
	border:1px solid #cfd0d0;
	color:#555;
	resize:vertical;
	background:transparent;
}
form p {
	position:relative;
}
label {
	position:absolute;
	top:7px !important;
	left:0;
	color:#333333;
	font-weight:bold;
}
label.textarea {
	top:28px !important;
	left:12px !important;
}
:-moz-placeholder {
	color:#333333 !important;
	font-weight:bold;
}
:-webkit-input-placeholder {
	color:#333333 !important;
}
img {
	border:none;
}
.clear {
	clear:both;
}

.ramprice {font-size:14px;}
.obems {position:relative;top:3px;}
.lihome {position:relative;top:1px;}
.osbems {position:relative;top:5px;padding:0 5px 0 0;}
.os_button {position:relative;top:3px;border:1px solid #ccc;font-weight:bold;line-height:35px;padding:4px 5px;color:#ccc;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border-radius:3px;}
.hostingplans {font-size:18px;font-weight:bold;}
.italic {font-size:12px;font-style:italic;font-family:sans-serif;}
#footer{background: none repeat scroll 0% 0% #000;}
#footer .bottom{width:980px;margin:0px auto;overflow:hidden;color:#ccc;padding:10px 0px 10px 0px;line-height:20px;clear:both;text-align:right;}	
.footer_button {font-weight:bold;color:#ccc;}overflow:hidden;}




p.wqq {height:92px;background:url(http://cdn.b.qq.com/account/bizqq/images/wpa/wpa_a09_01.png) no-repeat 48px top;}
p.wqq a {float:right;width:220px;height:62px;font-size:20px;padding:32px 12px 0 0;}
p.wqq a span {font-size:12px;}

.hosting {float:left; width:100%; display:inline; margin:0px 0 0 0px;margin-bottom:20px;}
.hosting td {height:32px; padding:0 0px 0 0;background:#FFF;border-bottom: 1px solid #ccc;}
.hosting td.borderNo {line-height:35px;overflow:hidden;background:#fff url(../images/tbg.png) repeat-x;text-align: center;font-weight:bold;font-size:14px;}
.hosting td.noborder {border:none;}
.hosting span.buy {font-family:"Times New Roman";color:#F80;font-size:1.6em;font-weight:bold;}


/*--------------------------------------------
Home. pricing
---------------------------------------------*/
#pricing-table {
	text-align:center;
	width:998px;
	/* total computed width
            = 222 x 3 + 226 */
}
#pricing-table .plan {
	font:12px "Play",Arial,Microsoft YaHei,sans-serif;
	text-shadow:0 1px rgba(255,255,255,.8);
	background:#fff;
	border:1px solid #ddd;
	color:#333;
	width:192px;
	padding:15px 20px 2px 20px;
	margin-right:15px;
	/* plan width = 180 + 20 + 20 + 1 + 1 = 222px */ float:left;
	position:relative;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-radius:5px;
}
/* ---------------*/ 
#pricing-table h3 {
	font-family:"Times New Roman";
	color:#F80;
	font-size:1.8em;
	font-weight:normal;
	padding:20px;
	margin:-15px -20px 20px -20px;
	background-color:#fff;
	background-image:-moz-linear-gradient(#fff,#eee);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#eee));
	background-image:-webkit-linear-gradient(#fff,#eee);
	background-image:-o-linear-gradient(#fff,#eee);
	background-image:-ms-linear-gradient(#fff,#eee);
	background-image:linear-gradient(#fff,#eee);
}
/* --------------- */ #pricing-table ul {
	margin:20px
            0 0 0;
	padding:0;
	list-style:none;
}
#pricing-table li {
	border-top:1px solid #ddd;
	padding:10px 0;
}
/* --------------- */
            .signup {
	position:relative;
	padding:8px 20px;
	margin:0px 0 0 0;
	color:#fff;
	font:normal 16px "Play",Arial,Microsoft YaHei,sans-serif;
	text-decoration:none;
	display:inline-block;
	background-color:#1B6BB7;
	background-image:-moz-linear-gradient(#1B6BB7,#0187a8);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#1B6BB7),to(#3B8EDE));
	background-image:-webkit-linear-gradient(#1B6BB7,#3B8EDE);
	background-image:-o-linear-gradient(#1B6BB7,#3B8EDE);
	background-image:-ms-linear-gradient(#1B6BB7,#3B8EDE);
	background-image:linear-gradient(#1B6BB7,#3B8EDE);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	text-shadow:0 1px 0 rgba(0,0,0,.3);
	-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 2px 0 rgba(0,0,0,.7);
	-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 2px 0 rgba(0,0,0,.7);
	box-shadow:0 1px 0 rgba(255,255,255,.5),0 2px 0 rgba(0,0,0,.7);
}
 .signup:hover {
	background-color:#1B6BB7;
	background-image:-moz-linear-gradient(#0187a8,#1B6BB7);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#0187a8),to(#1B6BB7));
	background-image:-webkit-linear-gradient(#3B8EDE,#1B6BB7);
	background-image:-o-linear-gradient(#3B8EDE,#1B6BB7);
	background-image:-ms-linear-gradient(#3B8EDE,#1B6BB7);
	background-image:linear-gradient(#3B8EDE,#1B6BB7);
}
 .signup:active, .signup:focus {
	background:#1B6BB7;
	top:2px;
	-moz-box-shadow:0 0 3px rgba(0,0,0,.7) inset;
	-webkit-box-shadow:0 0 3px rgba(0,0,0,.7) inset;
	box-shadow:0 0 3px rgba(0,0,0,.7) inset;
}
.wkx {float:left;padding:10px 10px 10px 35px;}
.sig2 {padding:4px 10px;font-size:12px;}




dl.isv {margin-bottom:20px;min-height:100px;width:980px;overflow:hidden;background:#fff url(../images/tbg.png) repeat-x}

dl.isv dd {height:37px;width:100%;line-height:38px;border-bottom:1px solid #ccc;}

dl.isv dd span {padding:0 10px 0 15px;float:left;width:0px;}


dl.isv dd span.isa1 {width:180px;}

dl.isv dd span.isa2 {width:100px;}

dl.isv dd span.isa3 {width:200px;}

dl.isv dd span.isa4 {width:100px;}

dl.isv dd span.isa5 {width:60px;}

dl.isv dd span.isa6 {width:100px;font-style:italic;font-family: "Times New Roman";}

dl.isv dd span.isa7 {width:65px;}
dl.isv dd.t1 {font-weight:bold;font-size:14px;}

dl.isv dd.t2 {background:#f5f5f5;}

p.isp {background:#fff;padding:10px 10px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
}


dl.isv dd span.buy {width:90px;}

/*------------浮动窗口-------------*/
.g-robot-e {
	bottom:4%;
	height:84px;
	position:fixed;
	right:100px;
	width:75px;
	z-index:10002;
}
.g-robot-e:after {
	clear:both;
	content:"0";
	display:block;
	height:0;
	visibility:hidden;
}
.g-robot-e .tao-doll {
	background-image:url(../images/kf-ico.png);
	background-position:0 0;
	cursor:move;
	display:block;
	height:84px;
	position:relative;
	width:75px;
}
.g-robot-e .service-question-list-wrap {
	background-color:#FFF3DA;
	border:1px 

solid #FBCFAC;
	border-radius:5px 5px 5px 5px;
	bottom:70px;
	padding:5px;
	position:absolute;
	right:17px;
}
.g-robot-e .service-question-list-wrap h3 {
	margin:0 0 0 3px;
	position:relative;
	width:85px;
}
.g-robot-e .service-question-list-wrap h3 .entry-title {
	color:#333333;
	cursor:default;
	font-family:"微软雅黑,黑体";
	font-size:12px;
	outline:medium none;
	text-decoration:none;
	font-weight:bold;
}
.g-robot-e .service-question-list-wrap .panel-corner {
	background-

image:url(../images/sprite.png);
	background-position:right -457px;
	bottom:-24px;
	display:block;
	height:24px;
	position:absolute;
	right:60px;
	width:41px;
}
.g-robot-e .service-question-list {
	height:85px;
	margin:0px 0 0;
	overflow:hidden;
	position:relative;
	width:88px;
}
.g-robot-e .service-question-list ul {
	list-style:none outside none;
	margin:0;
	padding:0;
	position:relative;
	top:0;
}
.g-robot-e .service-question-list ul li {
	background-image:url

(../images/sprite.png);
	background-position:0 -643px;
	overflow:hidden;
	padding:5px 0 1px 8px;
	width:80px;
}
.g-robot-e .service-question-list ul li a {
	color:#5382AA;
	text-decoration:none;
	font-size:11px;
}
.g-robot-e .service-question-list ul li a:hover {
	color:#FF6600;
}
.g-robot-e .service-question-list ul li a strong {
	color:red;
	font-weight:normal;
}

.imc_pop_btn {
    width: 60px;
    height: 182px;
    background: url('http://imgcache.qq.com/bossweb/service/v4/images/imc_access_btn_png24.png') no-repeat scroll 0% 0% transparent;
    position: fixed;
    right: -8px;
    top: 30%;
}