@charset "utf-8";
/*!
 * Slicy——开源中文css框架 v1.0
 *
 * Copyright 2014 www.slicy.cn, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
 
 /**
 命名规范
 * $codex 1. id和class命名采用该版块的英文单词或组合命名，并第一个单词小写，第二个单词首个字母大写，如:quickCss（最新产品/slicy.css)
 * $codex 2. CSS样式表各区块用注释说明
 * $codex 3. 尽量使用英文命名原则
 * $codex 4. 尽量不加中杠和下划线
 * $codex 5. 尽量不缩写，除非一看就明白的单词
 * $hack :ie 6 _  \ ie7 *+ \  ie6,ie7 *  \  ie7,firefox !important ie9, \9
*/

.docs-logoicon span{
    font-size: 108px;
    height: 144px;
    line-height: 140px;
    width: 144px;
	background-color: transparent;
    border: 1px solid #333;
	display:inline-block;
	border-radius: 15%;
}
.docs-masthead{ padding:80px 20px 80px 20px; line-height:1; text-align:center; margin-bottom:30px;   background:#f2f2f2; background-size:cover;
font-size: 21px;

    /*color: #5A5A5A;*/
	
	/*background:#698;*/ position:relative;
	
	
}
.docs-masthead-mask{
  }
.docs-masthead h1{ font-size:60px;  font-weight:bold;  margin-bottom: 10px; margin-top: 20px;}
.docs-masthead h2{ line-height:150%; font-size:24px; }
.docs-masthead h4{ font-size:14px; margin-top:30px;}
.docs-masthead a{  }
.docs-masthead .wrapper{
	position: relative;
}
.docs-masthead p {
    font-weight: 300;
    line-height: 1.5;
}
.docs-masthead h4 span{
	margin:0 5px;
}
.docs-featurette{
	background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    color: #555;
    line-height: 1.7;
    padding-bottom: 40px;
    padding-top: 40px;
    text-align: center;
}
.docs-featurette-title{
	font-size:48px;
}
.docs-featurette .lead {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
}

.half-rule {
    margin: 40px auto;
    width: 100px;
	border-bottom:#eee solid 1px;
}

/**/
.carbonad {
    border: 1px solid #ccc;
    display: block;
    font-size: 14px;
    height: 118px;
    line-height: 22px;
    overflow: hidden;
    width: 300px;
	text-align:left;
	margin:0 auto;
	margin-top:50px;
	border-radius:4px;
	padding:10px;
}
.carbonad-image{
	width:120px; float:left; display:inline;
}

.carbonad-tag, .carbonad-text {
	width:180px;
	float:left; display:inline;
	
}
.carbonad-text {
	padding-top:10px;
}
.carbonad-text a{ }
.carbonad-img {
    border: medium none;
    display: inline;
    float: left;
    height: 100px;
    margin: 9px;
    width: 100px;
}

.col-padding{
	padding:10px;
}
 

.scrollto{
	background:url(../imgs/scrollto.png) no-repeat; width:56px; height:56px; position:fixed; right:20px; bottom:20px; display:none; cursor:pointer;
}

.docs{ border:#ddd solid 1px; background:#fff; }
.docs-head{ background:#f5f5f5; display:inline-block; border: 1px solid #DDDDDD; border-left:none; border-top:none; padding:0 20px;}
.docs-body{ padding:20px; }
.docs-foot{ background:#f5f5f5; border-top: 1px solid #DDDDDD; box-shadow: 0 1px 0 #FFFFFF inset;  }
.docs-foot pre{ border:none; background:none; margin-bottom:0; }

.docs-ads{
	display:inline-block; border:#82b0a5 solid 1px; margin-top:50px; border-radius:4px; overflow:hidden; padding:15px; width:288px;
}
.docs-ads iframe{ margin-left:-90px;}

@media only screen and (max-width:640px) {
	.docs-masthead h2{
		font-size:18px;
	}
	.docs-masthead br{
		display:none;
	}
	
}


.docs-taber-head{
	border-bottom: #ccc solid 1px; margin-top: 40px; margin-bottom: 20px;
}
.docs-taber-head ul{
	height: auto; overflow: hidden; margin-left: 0;
}
.docs-taber-head li{
	float: left; display: inline; height: 60px; padding: 0 60px; border: #ccc solid 1px; line-height: 60px; font-size: 22px; border-bottom: none;
}
.docs-taber-head li.selected{
	background: #ccc; color: #fff;
}
.docs-taber-head li.selected a{
	color: #fff;
}
