@charset "UTF-8";

body {
	color: #666;
	background: #fff;
	font: 400 14px/1.5 "Helvetica Neue", "Marmelad", "Lucida Grande",
		'Hiragino Sans GB', Georgia, "Microsoft YaHei", sans-serif;
	-webkit-user-select: inherit;
}

/* alice.base 样式模块 */
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code,
	form, fieldset, legend, input, textarea, p, blockquote, th, td, hr,
	button, article, aside, details, figcaption, figure, footer, header,
	hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
}

/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block;
}

/* HTML5 媒体文件跟 img 保持一致 */
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/* 要注意表单元素并不继承父级 font 的问题 */
input, select, textarea {
	font-size: 100%;
}

/* 去掉各Table  cell 的边距并让其边重合 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* IE bug fixed: th 不继承 text-align*/
th {
	text-align: inherit;
}

/* 去除默认边框 */
fieldset, img {
	border: 0;
}

/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
	display: block;
}

/* 去掉 firefox 下此元素的边框 */
abbr, acronym {
	border: 0;
	font-variant: normal;
}

/* 一致的 del 样式 */
del {
	text-decoration: line-through;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: 500;
}

/* 去掉列表前的标识, li 会继承 */
ol, ul {
	list-style: none;
}

/* 对齐是排版最重要的因素, 别让什么都居中 */
caption, th {
	text-align: left;
}

/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 500;
}

q:before, q:after {
	content: '';
}

/* 统一上标和下标 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* 正常链接 未访问 */
/*a, a:link {
  color: #00a5e0; }*/

/* 鼠标悬停 */
a:hover {
	color: #3073ab;
	text-decoration: underline;
}

/* 默认不显示下划线，保持页面简洁 */
ins, a {
	text-decoration: none;
}

/* 代码字体 */
code, kbd, pre, samp {
	font-size: 1em;
}

a:hover {
	text-decoration: underline;
}

hr {
	border: 0;
	height: 1px;
	background: #eee;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
	margin: 15px 0;
}

.content blockquote {
	border-left: 0.4em solid #DDDDDD;
	color: #999;
	margin: 15px 0;
	padding: 0 15px;
}

.content blockquote em {
	color: #BB6E6E;
	margin-left: 1em;
}

.content>p>img {
	max-width: 100%;
	border-radius: 8px;
}

.content>p {
	margin: 20px 0;
}

.content code {
	background-color: #f7fafd;
	border-radius: 3px 3px 3px 3px;
	color: rgba(0, 0, 0, 0.75);
	font-size: 13px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 2px 4px;
	color: #2b6697;
}

.content pre {
	background-color: #F8F8F9;
	border: 1px solid #eee;
	border-radius: 2px;
	font-size: 13px;
	line-height: 19px;
	margin: 7px 0;
	overflow: auto;
	padding: 6px 10px;
	white-space: pre;
	-webkit-box-shadow: -5px 0 0 #e2e2e2;
	box-shadow: -5px 0 0 #e2e2e2;
}

.content pre code, .content .highlight code {
	background-color: transparent;
	color: #5D6A6A;
	margin: auto;
	padding: 0;
}

/* --- */
#body-wrapper {
	max-width: 100%;
	padding-top: 0;
}

#footer-wrapper {
	width: 1140px;
	max-width: 1140px;
}

/* - - - - - - - */
.head-area {
	overflow: hidden;
	border-bottom: 1px solid #eee;
}

.head-content {
	max-width: 1140px;
	margin: auto;
	line-height: 50px;
}

.title-area {
	position: absolute;
	font-family: "Helvetica Neue";
}

.title-area h1 a {
	font-weight: 300;
	font-size: 30px;
}

.title-area h1 a:hover {
	opacity: .8;
	text-decoration: none;
}

.nav-area {
	font-size: 16px;
	height: 50px;
	color: #888;
	text-align: center;
	overflow: hidden;
}

.main-nav {
	list-style-position: inside;
	margin: auto 0;
	padding: 0;
	float: right;
	font-size: 16px;
}

.main-nav li {
	margin: 0 18px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.main-nav li a {
	display: block;
}

.main-area {
	max-width: 1140px;
	margin: auto;
	position: relative;
}

.content-area {
	padding: 0 15px 20px;
	width: 880px;
	margin: 20px 0 20px 260px;
}

.side-area {
	overflow: hidden;
	position: absolute;
	top: 20px;
	width: 220px;
}

.side-area ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: normal;
}

.side-area ul li {
	border-right: 1px solid #eee;
}

.side-area .side-highlight {
	border-right: 1px solid #025775;
}

.side-area .side-highlight a {
	background: #F5F9F9;
	text-shadow: none;
	font-weight: bold;
	transition: background-color 0.8s ease-out;
	color: #025775;
}

.side-area .side-highlight a:hover {
	background: #DFFCFC;
}

.side-loading {
	height: 100px;
	text-align: center;
	line-height: 100px;
	border: 1px solid #ddd;
	border-bottom: none;
}

.side-area a {
	font-size: 14px;
	display: block;
	padding: 8px 15px;
	position: relative;
	text-shadow: 0 1px 2px #eee;
	/*color: #00a5e0;*/
}

.side-area a .iconfont {
	color: #aaa;
	position: absolute;
	right: 12px;
	top: 11px;
	font-size: 12px;
	line-height: 14px;
}

.side-area a:hover {
	background: #f8f8f8;
	text-decoration: none;
}

.side-area a:hover .iconfont {
	color: #aaa;
}

.side-area ul li {
	padding-left: 20px;
}

.nav {
	display: none;
}

.side-highlight .nav {
	display: block;
}

.side-area .side-highlight {
	border: none;
}

.side-area .side-highlight a {
	background: none;
}

.side-area .side-highlight>a {
	border-right: 1px solid #025775;
}

.content-area>h1, .content>h1 {
	font-size: 24px;
	border-bottom: 1px #eee solid;
	padding: 20px 0;
}

.content-area>h2, .content-area form>h2, .content>h2 {
	font-size: 20px;
	line-height: 30px;
	/*color: #00a5e0;*/
	margin: 20px 0;
}

.content-area>h3, .content-area form>h3 {
	font-size: 18px;
}

.content-area>h4, .content-area form>h4 {
	font-size: 16px;
}

/* 清理浮动 */
.fn-clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.fn-clear {
	padding: 0;
	zoom: 1;
	/* for IE6 IE7 */
}

/* 隐藏, 通常用来与 JS 配合 */
body .fn-hide {
	display: none;
}

/* 设置内联, 减少浮动带来的bug */
.fn-left, .fn-right {
	display: inline;
}

.fn-left {
	float: left;
}

.fn-right {
	float: right;
}

/* 单行文字溢出时出现省略号，需设定宽度 */
.fn-text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 简单的渐变 */
.fn-linear {
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc),
		to(#f1f1f1));
	background: -moz-linear-gradient(top, #fcfcfc, #f1f1f1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc',
		endColorstr='#f1f1f1');
	background: -o-linear-gradient(top, #fcfcfc, #f1f1f1);
	background: linear-gradient(top, #fcfcfc, #f1f1f1);
}

/* 浅色的渐变 */
.fn-linear-light {
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc),
		to(#f9f9f9));
	background: -moz-linear-gradient(top, #fcfcfc, #f9f9f9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc',
		endColorstr='#f9f9f9');
	background: -o-linear-gradient(top, #fcfcfc, #f9f9f9);
	background: linear-gradient(top, #fcfcfc, #f9f9f9);
}

/* 人民币符号 */
.fn-rmb {
	font-family: arial;
	font-style: normal;
	padding-right: 4px;
}

/* chrome 下字体过小的问题 */
.fn-webkit-adjust {
	-webkit-text-size-adjust: none;
}

/* --- */
.content .nico-iframe {
	position: relative;
}

.content .nico-iframe iframe {
	width: 100%;
}

.content .nico-iframe .new-window {
	position: absolute;
	top: 30px;
	right: -40px;
	font-size: 12px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

.content .highlight {
	background-color: transparent;
	padding-top: 1px;
	position: relative;
}

.content .collapse pre {
	overflow: hidden;
	height: 60px;
}

.content .highlight .code-toggle {
	position: absolute;
	top: -10px;
	right: 2px;
	font-size: 12px;
	padding: 3px 5px;
	background: rgba(0, 0, 0, 0.16);
	border-radius: 4px 4px 0 0;
	text-decoration: none;
	color: #fff;
	line-height: 1;
}

.content-area h1 a.anchor, .content-area h2 a.anchor, .content-area h3 a.anchor,
	.content-area h4 a.anchor, .content-area h5 a.anchor, .content-area h6 a.anchor
	{
	margin-left: 10px;
	cursor: pointer;
	text-decoration: none;
	visibility: hidden;
}

.content-area h1:hover a.anchor, .content-area h2:hover a.anchor,
	.content-area h3:hover a.anchor, .content-area h4:hover a.anchor,
	.content-area h5:hover a.anchor, .content-area h6:hover a.anchor {
	visibility: visible;
}

/*首页*/
/*banner*/
.fr-banner {
	overflow: hidden;
	background-image: -webkit-linear-gradient(90deg, #52b6ec, #66dff4);
	background-image: linear-gradient(90deg, #52b6ec, #66dff4);
}

.fr-banner-content {
	height: 500px;
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.fr-banner-ph {
	width: 640px;
	position: absolute;
	top: 60px;
	left: 200px;
	-webkit-animation: up 1s ease-in;
}

@
keyframes up {from { opacity:0;
	transform: scale(0.8);
	top: 200px;
}

to {
	opacity: 1;
	transform: scale(1);
	top: 63px;
}

}
@
-webkit-keyframes up {from { opacity:0;
	-webkit-transform: scale(0.8);
	top: 200px;
}

to {
	opacity: 1;
	-webkit-transform: scale(1);
	top: 63px;
}

}
.fr-banner-content h3 {
	font-weight: 400;
	font-size: 32px;
	color: #fff;
	position: absolute;
	top: 40px;
}

.fr-banner-content a {
	display: inline-block;
	margin-right: 14px;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	transition: background .2s;
	-webkit-transition: background .2s;
	-moz-transition: background .2s;
	-o-transition: background .2s;
}

.fr-banner-content a:hover {
	color: #53b8ec;
	background: #fff;
	text-decoration: none;
}

.fr-banner-btn {
	position: absolute;
	right: 0;
	bottom: 40px;
}

/*content*/
.fr-content {
	background: #fff;
}

.fr-item {
	position: relative;
	max-width: 1140px;
	margin: 0 auto;
	padding: 75px 0;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}

.fr-item-info {
	max-width: 450px;
}

.fr-item-info h2 {
	font-size: 32px;
	font-weight: 500;
	margin: 0;
	margin-bottom: 25px;
}

.fr-item-info p {
	font-size: 16px;
	margin-bottom: 25px;
}

.fr-item-info a {
	display: block;
	width: 150px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	color: #53b8ec;
	border-radius: 5px;
	border: 1px solid #53b8ec;
	transition: background .2s;
	-webkit-transition: background .2s;
	-moz-transition: background .2s;
	-o-transition: background .2s;
	float: left;
	margin-right: 20px;
}

.fr-item-info a:hover {
	text-decoration: none;
	background-color: #52b6ec;
	color: #fff;
}

.fr-frozenui {
	position: absolute;
	top: 75px;
	right: 0;
}

.fr-frozenjs-img {
	position: absolute;
	top: 75px;
	right: 0;
}

/*footer*/
.footer-content {
	max-width: 1140px;
	margin: 20px auto;
	position: relative;
	font-size: 14px;
	text-align: right;
	padding: 0 15px;
}

.cwf-list {
	-webkit-column-count: 5;
	-webkit-column-gap: 10px;
	/*-webkit-column-rule: 5px solid #333;*/
	-webkit-column-width: 168px;
}

.cwf-list li {
	display: block;
	width: 160px;
	padding: 3px;
	border: 1px solid #eee;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.cwf-list .cwfqr {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -85px 0 0 -65px;
	width: 120px;
	height: 125px;
	padding: 5px 5px 0;
	background: rgba(255, 255, 255, 0.8);
	opacity: 0;
	/* pointer-events:none; -webkit-transition:all ease-in .4s;*/
}

.cwf-list li:hover .cwfqr {
	opacity: 1;
}

.cwf-list .cwfqr a {
	display: block;
	line-height: 0;
	overflow: hidden;
}

.cwf-list .pic img {
	min-height: 40px;
	line-height: 0;
	overflow: hidden;
	padding-bottom: 40px;
}

.cwf-list .pic {
	min-height: 170px;
	line-height: 0;
	overflow: hidden;
}

.cwf-list .desc {
	height: 36px;
	background: white;
	padding: 2px 10px;
	z-index: 2;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.cwf-list .tit {
	font-size: 14px;
	height: 20px;
	line-height: 20px;
}

.cwf-list .author {
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	color: #808080;
}

/*首页 应用业务*/
.fr-yewu h2.fr-yewu-title {
	font-size: 32px;
	font-weight: 500;
	/*color: #00a5e0;*/
	text-align: center;
}

.fr-yewu p {
	text-align: center;
	color: #666666;
	font-size: 16px;
	/*    line-height: 24px;*/
	margin-bottom: 25px;
}

.fr-yewu {
	max-width: 1140px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.fr-yewu ul {
	max-width: 1013px;
	margin: 20px auto;
}

.fr-yewu li {
	display: inline-block;
	margin-right: 30px;
}

.fr-yewu li.fr-yewu4 {
	margin-right: 0;
}

@media ( max-width : 980px) {
	.content-area, .comment-area {
		margin-left: 0;
		width: auto;
	}
	.main-area, #footer-wrapper {
		width: auto;
		max-width: 100%;
	}
	.title-area {
		left: 15px;
	}
	.head-area {
		border-bottom: none;
		background: #f5f5f5;
	}
	.nav-area {
		height: auto;
		width: 100%;
	}
	.nav-toggle {
		display: block;
		width: 20px;
		height: 12px;
		padding: 19px 15px;
		float: right;
	}
	.nav-toggle:before {
		content: '';
		border-top: 2px #00a5e0 solid;
		border-bottom: 2px #00a5e0 solid;
		width: 20px;
		height: 5px;
		display: block;
	}
	.nav-toggle:after {
		content: '';
		border-top: 2px #00a5e0 solid;
		width: 20px;
		display: block;
		margin-top: 5px;
	}
	.main-nav {
		height: 0;
		float: none;
		padding-left: 15px;
		margin-top: 50px;
		line-height: 36px;
	}
	.main-nav li {
		display: block;
		margin: 0;
		text-align: left;
	}
	.side-area {
		position: relative !important;
		top: 0 !important;
		margin-bottom: 20px;
		width: auto;
	}
	.fr-banner {
		display: none;
	}
	.fr-frozenui, .fr-frozenjs-img {
		position: static;
	}
	.fr-item {
		padding: 15px;
	}
	.fr-item-info {
		max-width: 980px;
	}
	.fr-item img {
		display: block;
		margin: auto;
		margin-bottom: 20px;
	}
	.fr-item-info h2, .fr-item-info p {
		text-align: center;
	}
	.fr-item-info a {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.fr-yewu li {
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.fr-yewu ul img {
		display: block;
		margin: auto;
	}
}

.slideDown {
	height: auto;
	-webkit-animation: 1s slideDown;
}

@
-webkit-keyframes slideDown {from { height:0;
	
}

to {
	height: auto;
}

}
body>a {
	display: none;
}

.content {
	overflow: hidden;
}

fieldset {
	width: 350px;
	float: left;
}

.btn-download {
	display: block;
	padding: 0 15px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	color: #53b8ec;
	border-radius: 5px;
	border: 1px solid #53b8ec;
	margin-right: 20px;
	background: none;
	cursor: pointer;
}

.btn-download:hover {
	text-decoration: none;
	background-color: #52b6ec;
	color: #fff;
}



.free h3{
	text-align: center;
	font-size: 22px;
	font-weight:bold;
}
.free{
	margin: 0 15px 0 15px;
}
.free p{
	text-indent: 2em;
}
.free p span{

	color: red;
	font-size: 18px;
}
.last{
	float: right;
}