@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
body{
	font-family: .PingFangSC-Regular ,"Microsoft Yahei",sans-serif;
	
}
.hidden{display:none;}
.sq-blue{color:#71AAFF;}

/* banner  overload */
.banner{padding:8px 0;}
.title{color:#999;}

/* 区分页面 */
.collect-tools-mobile{}
.collect-tools-mobile .menu{
	width:7em;
}
.collect-tools-batch{}
.collect-tools{}
.collect-tools .headPicbubble{
	
}

.tab{
	/* float:right; */
	margin-left:10%;
	font-size:15px;
	 margin-right:15px; 
	height: 40px;
	line-height:40px;
    margin-left: 10%;
    position: relative;
    top: -3px;
}
.tab .checked{
	padding-bottom:5px;
	font-weight:bold;
	color:#333;
}
.tab li:nth-child(1){
	margin-left:0;
}
.tab li{
	margin:0 30px;
}
.tab li:hover{
	font-weight:normal;
}
.tab li:hover a{
	font-weight:bold;
	color:#333;
}
.tab li a{
	color:#666;
}

/* 未登录顶部导航 */
#nav_nolog{
	display:none;
}
.tab#nav_nolog{
	float:right;
	margin-left: 0;
}
.tab#nav_nolog li{
	margin:0 15px;
}


/* head pic */
.headPic{
	display:none;
	float:right;
	height:40px;
	width:40px;
	margin-left:2.5%;
	margin-right:20px;
	cursor:pointer;
	border-radius:20px;
	position:relative;
	top:-3px;
	/*margin-left: 0.5%;*/
}
.headPicbubble{
	position:absolute;
	z-index:2147483647;
	
}
.statebubble .bubble,
.headPicbubble .bubble,
.otherbubble .bubble,
.selectbubble .bubble{
	position:fixed;
}
.headPicbubble .bubble{
	width:218px;
	height:50px;
	float:right;
	top:80px;
	top:63px;
	right:10px;
	/*border:1px #ededed solid;*/
	border-radius:8px;
	background:#fff;
	/*box-shadow:0px 0px 2px #ccc;*/
	display:none;
}
.bubble ul{	
	position:relative;	
	text-align:left;
	cursor:pointer;
}
.headPicbubble .bubble ul{
	/*height:260px;*/
	top:-15px;
}
.headPicbubble .bubble ul li,
.title .bubble ul li,
.statebubble .bubble ul li,
.otherbubble .bubble ul li,
.selectbubble .bubble ul li{
	line-height:50px;
}
.headPicbubble .bubble ul li:hover,
.title .bubble ul li:hover,
.statebubble .bubble ul li:hover,
.otherbubble .bubble ul li:hover,
.selectbubble .bubble ul li:hover{
	background: #F3F3F3;
	border-radius:8px;
}
.triangle{
	display:block;
}
.writeTriangle{
	display:block;
}
.headPicbubble .bubble .triangle{
	top:-15px;
	left:189px;
	/*border-left: 15px solid transparent;
    border-right: 15px solid transparent;*/
    border-bottom: 15px solid #ededed;
}
.title .bubble .triangle,
.statebubble .bubble .triangle,
.otherbubble .bubble .triangle,
.selectbubble .bubble .triangle{
	top:-30px;
	left:48px;
	z-index:1000;
	border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ededed;
}
.bubble .triangle {
    width: 0px;
    height: 0px;
    position: relative;
}
.bubble .writeTriangle{
	width:0px;
	height:0px;
	position:relative;
	border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #fff;
}
.headPicbubble .bubble .writeTriangle{
	top:3px;
	left:-14px;
}
.headPicbubble .bubble .logout .icon {
    background: url(../images/logout@3x.png);
    background-size: cover;
}

.headPicbubble .bubble .icon {
    float: left;
    width: 20px;
    height: 20px;
    margin: 15px 9px 0 37px;
}
.bubble li.logout{
	font-size:16px;
}
.title .bubble .writeTriangle{
	top:3px;
	left:-14px;
	border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #fff;
}
.statebubble .bubble .writeTriangle,
.otherbubble .bubble .writeTriangle,
.selectbubble .bubble .writeTriangle{
	top:3px;
	left:-14px;
	border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #fff;
}
.headPicbubble .bubble .writeTriangle.hover,
.headPicbubble .bubble .writeTriangle.hover{
	border-bottom-color:#f3f3f3 !important;
}

/* main */
.main{
	top:130px;/* @overload force top 130px */
	box-shadow: 0 0 15px #ddd;
	background: white;
	width:900px;
	/* max-width: 960px; */
	min-width: 900px;
	overflow:hidden;
}
@media screen and (min-width:2048px){
	
}

/* 侧边栏 */
.menu{
	/* float:left; */
	padding:0em 0em 0em 0em;
	width:6em;
	position:absolute;
	left:-11em;
}
.menu-item{
	padding-bottom:1em;
	margin-bottom:1em;
	border-bottom:1px solid #ddd;
	text-align:left;
}
.menu-item.last-item{
	border-bottom:none;
}
.menu-item a{
	color:#999;
}
.menu-item a.on{
	color:#333;
}
.content{
	line-height:1.75em;
	padding:3em 0em 3em 0;
	width:50%;
	max-width:41em;
	min-height:12em;
	/* float:left; */
	margin:0 auto;
	position:relative;
}
.content-container{
	min-height:640px;
}

/* video and images */
.video-wrap,
.img-wrap{
	max-width:604px;
}

.video-wrap video,
.img-wrap img{
	max-width:100%;
}

/* title */
h3{
	font-size: 24px;
	color: #4A4A4A;
	margin-bottom:1.5em;
}

h4{
	font-size: 18px;
	color: #4A4A4A;
	margin-bottom:0em;
	border-bottom:1px solid #eee;
	height:56px;
	line-height:56px;
	/*padding-left:30px;*/
	/*background-image:url(http://huaban.com/img/about/about_tools_icons.png);*/
	background-position:0 -22px;
	background-repeat:no-repeat;
	position:relative;
}
h4 img{
	width:25px;
	display:inline-block;
	margin:0 10px;
	vertical-align:top;
	position:relative;
	top:15px;
}
#section_2 h4{
	background-position:0 19px;
}
#section_3 h4{
	background-position:0 -62px;
}
#section_4 h4{
	background-position:0 -101px;
}
.extension{display:none;}
/*#section_1 .extension{display:block;}*/
h4.on{background-color:#f9f9f9;}
h4 i{
	font-style:normal;
	background:url(http://huaban.com/img/about/about_list_arrow.png) 0 -43px no-repeat;
	width: 17px;
	height: 9px;
	display:inline-block;
	position:absolute;
	right: 10px;
	top: 25px;
}
h4.on i{
	background:url(http://huaban.com/img/about/about_list_arrow.png) 0 0px no-repeat;
}
h4:hover{
	cursor:pointer; 
	background-color:#f9f9f9;
}
h5{
	color: black;
    margin-bottom: 1em;
	margin-top:1em;
}
h6{
	font-size:16px;
	margin-bottom:1em;
}

/* 正文 */
.content-box{
	color:#777;
}
.content-box p{
	margin-bottom:1em;
	margin-top:1em;
	font-size:14px;
}

/* section */
section{
	
	max-width:604px;
}
/* inline-button */
.inline-btn{
	display:inline-block;
	width: 280px;
	height: 40px;
	line-height: 40px;
	background-color: #71AAFF;
	color: #fff;
	border-radius: 5px;
	font-size: 20px;
	text-align: center;
}
	
/* widget button */
.widget{
	
}
.widget-btn-area{
	padding:1px;
	background:#f0f0f0;
}
.widget-btn{
	width: 320px;
	height: 60px;
	line-height: 60px;
	background-color: #71AAFF;
	color: #fff;
	margin-top: 21px;
	border-radius: 5px;
	font-size: 20px;
	/*cursor:move;*/
	position:relative;
	text-align: center;
	margin-bottom:1.5em;
	margin:2em auto;
}
.widget-btn a {
	width: 320px;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	position: absolute;
	top: 0;
	left: 0;
	/* cursor: move; */
	color:white
}
.widget-desc{
	margin-bottom:3em;
}
.text-desc{

	color: #999999;
	line-height: 24px;
	margin-bottom:1.5em;
}
.text-sm{
	font-size:.875em;
}

/* foot */
/* foot bar */
#foot{
	text-align:left;
	clear:both;
	z-index:1;
	margin:0 auto;
	padding-top:1em;
	border-top:1px solid #ddd;
	width:46%;
	margin-bottom:20px;
}
#foot,
#foot a{
	color:#666;
	font-size:13px;
	text-decoration:none;
	font-weight:300;
}

/* 批量导入 */
.icon-list{
	overflow:hidden;
	width:100%;
	max-width:40em;
	margin-top:2em;
	margin-left:-2.1em;
}
.icon-item{
	float:left;
	text-align:center;
	width:10em;
	font-size:14px;
	height:10em;
}
.icon-item a{
	display:block;
}
.icon-item a img{
	display:block;
	margin:0 auto;
	width:80px;
	height:80px;
}
.icon-item a img.unknown{
	width:66px;
	height:66px;
	margin:8px auto;
}
.icon-item span{
	color:#777;
	display:block;
	margin:0 auto;
	width:6.5em;
	line-height:1.5;
}

/* 添加书签对话框 */
.toolsbtn,
.importbtn{
	color:#71aaff;
}