@CHARSET "UTF-8";

ol{
	padding-left:1rem;
}
.slide-container, .slide-container ul, .slide-container li, .slide-container img {
margin : 0;
padding : 0;
border : 0;
}
.slide-container{
position : relative;
background-color:none;
overflow:hidden;
margin-right:auto;
margin-left:auto;
margin-top:1rem;
margin-bottom:1rem;

}
.slide-container ul{
list-style : none;
}
.slide-container ul.image-list  li {
position : absolute;
top : 0px;
left : 0px;
}
.slide-container ul.image-list  li img {
margin:auto;
}



.slide-container .hide{
display:none;
}

.slide-container ul.button-list {
list-style : none;
position : absolute;
right:20px;
bottom:20px;
}
.slide-container ul.button-list li {
float : left;
padding-right : 10px;
}
.slide-container ul.button-list span{
background-color:white;
color:white;
display:block;
opacity:0.4;
font-size:10px;

line-height:1;
}
.slide-container ul.button-list span.sel{
background-color: #FF7000;
opacity:1.0;

}

#title{	
	padding:5px 15px 10px 15px;
	border-bottom:1px solid #ddd;
	box-sizing: border-box;
	}
#title h1{
	font-family:Arial,Helvetica,sans-serif;
	line-height:1.2;
	padding:0px;
	font-weight:normal;
	text-transform:uppercase;
	color: rgb(147, 189, 57);
	font-size:2.2rem;
}	

#tool-content,#update-content{
	padding:1rem 15px 12px 4rem;
	font-family:inherit;
	font-size:1.4rem;
	display:table-cell;
	/*
	max-width:calc(0.75 * 1200px);
	max-width:-webkit-calc(0.75 * 1200px);*/
	box-sizing: border-box;
}
#tool-content p{	
	font-size:1.3rem;	
}
#tool-content li p{	
	font-size:1.3rem;
	text-indent:0rem;
}
#cate-content{
	padding-top:1rem;
	padding-left:2rem;
	font-size:1.2rem;
	line-height:1.63
}
#tool-content h2,#update-content h2{
	
	color:rgb(147, 189, 57);
	line-height:2;
	font-weight: 900;
	margin-bottom:2rem;
}
#left-title {
	padding-left:15px;
	padding-top:5px;
	padding-bottom:5px;
	color: rgb(154, 173, 164);
    font-family: "Open Sans";
  
}
#left-title h3,#cont-title h2{
	line-height:2;
	font-weight: 900
}
#left-title h3{
    font-size: 2.0rem;
  border-bottom: 1px solid #D8D8D8;
}


.intro-tool h3{	
    display: inline-block;	
	padding: 0.3rem 0.5rem;
	cursor: pointer;
	
}



#tool-content h3{
	font-family:"Open Sans Semibold",YouYuan;
	font-size:1.4rem;
	
	color: rgb(147, 189, 57);
	line-height:1.2;
	margin:0.5rem 0;
}



#help-content,.help-content{
	display: table;      
	width:100%;
	margin-top:1rem;
	margin-bottom:3rem;
   
}
#cate-tab,.list-tab{
	vertical-align:top;
	padding-top:0rem;
	width:23%;
	display:table-cell;
    box-sizing: border-box;
	border-right:1px  #ccc solid;
}
#tool-tab,.content-tab{
	vertical-align:top;
	width:80%;
	display:table-cell;
}
#help-body{
	width:100%;	
    border-radius: 1rem;
    
}
.gif_screen{  margin: auto;width:80%}
#gif_frame{margin:3rem auto;text-align: center;}
.play_btn { color: white;
    text-indent: 0rem;
    font-family: cursive;
    background-color: #5669CA
}
.content-tab input[type=text]{
	width:100%;
}
 input[type=number]{
	width:60px;
 	text-align:center
}
.updates{
	font-size:1.4rem;
	cursor: pointer;
	font-weight: normal;	
	word-break: break-all; 
	word-wrap:break-word;
	color: black;
	padding:1.0rem 1rem;
	
}
.lifu-list{
	font-family:inherit;
	list-style-type: decimal;
	margin-left:1.5rem;
}
.lifu-list li{
	 
	 line-height:2;
}

.help-area{
	padding: 0rem 0rem;
}
.inner-cont{
	padding: 0 1rem;
	line-height:1.8;
	word-break: break-word;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
	
}

#cates{  
	font-size: 1.4rem;
	line-height: 1.5;	
	padding-left:0rem; 
}
.cate{
	font-size:1.3rem;
	color:#628f83;
	cursor:pointer;
	line-height: 2.5rem;	
}
.tool-list{
	list-style-type:none;
	margin-left:2rem;	
	
}

#list-cont{
	padding-top:0;
	padding-left:2rem;
	text-align:left;
	
}



.tool{
	cursor:pointer;
    line-height: 2.0rem;
    border-radius: 0.6rem;
	padding: 0.3rem 0;
}
.tool:not(.cate){
	font-size:1.3rem;
}
.intro-tool{
	padding:0 1rem;
	max-width: calc(0.75*0.5*1200px);
    overflow: hidden;
	 
}

.intro-tool h3:after{
	content:'>>';
	color:#ffab54;
}
.intro-tool h3:hover::after{
	
	color:blue;
}
.updates p{
	font-size:1.2rem;
	color:#777;
}
/*
#cates li:nth-child(2n){
	background-color:#fff;
}
#cates li:nth-child(2n+1){
	background-color:blue;
}*/
.sweet-overlay{
background-color: black;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 10000;}

 
.showSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideFromTop 0.3s;
    animation: slideFromTop 0.3s;
}
.sweet-alert input {
    padding: 0;
    text-align:center;
	border-radius:5px;
	border-width:1px;
	height:2rem;
	margin-bottom:6px;
}
.sweet-alert {
    background-color: white;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 400px;
	
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;  
    overflow: hidden;     
    z-index: 99999;
	display:none
}	

.sweet-alert select{
width:200px;
}	


.lifu-button{
	 display: inline-block;
	 background-color: #006799; 
	 box-shadow: rgba(140, 212, 245, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.05) 0px 0px 0px 1px inset;
	margin:10px 0;
	border-width:1px;
	border-radius:5px;
	height:3rem;
	color:#fff;
}
.lifu-row-actions{
			font-family:dashicons;
			visibility:hidden;
			color: #999;
			padding-top:10px;
		margin-left:20px; 	
		
	}
.cate:before{
content:"";
	color:#fff;	
	display:inline-block;
	width:12px;
	height:12px;	
	cursor: pointer;
	background-color:#19e3b1;
	background-image:url(static_files/sprites.png);	
	}

.cate:before{
	background-position:-51px -3px;
}

.cate-close:before{
	background-position:-51px -37px;
}

.tool:not(.cate):before{
	
	content:"";	
	display:inline-block;
	width:8px;
	height:8px;
	border-radius:50%;	
	cursor: pointer;
	margin-right:4px;
	background-color:#19e3b1;
	
}


	
.add-section:before,
.edit-cont:before{		
		content: "\270d";
		font-size:2.5rem;
	cursor: pointer;
   transition: color .1s ease-in;
	
	}
.help-title{
	font-size:1.8rem;
	margin-left:1rem;
	border-bottom: 1px #ccc solid;
    display: block;
    padding-bottom: 0.7rem;
    margin-right: 1rem;
	color: #666;
}

.new-doc{
	border-radius:50%;	
	margin:auto;
	width:80px;
	height:80px;
	background-color:#19e3b1;
	color:#fff;
	margin-top:2rem;
	text-align:center;
	cursor: pointer;
}
.new-doc h2{
	padding-top:30%;
	cursor: pointer;
}
.tool-count{

    color: rgb(230, 162, 15);
    font-size: 10px;
	line-height:27px;
}
.tool-count:before{
	content:"(";
}
.tool-count:after{
	content:")";
}
.indicate:before{
	content:"\2600";
	font-size:2.0rem;
	color: rgb(255, 152, 59);
}
.cate-ol li {
    list-style-type: none;
    margin: 0.35rem 0;
}
.del-alert{
	margin:auto;
	width:50%;
	text-align:center;
	font-size:1.6rem;
}
.menu-has-new > a::after {
    content: "New";
    color: #fff;
    
    font-size: 10px;
    padding: 2px 6px;
    
    border-radius: 10px;
    position: absolute;   
   transform: translate(-10px, -15px);
    line-height: 20px;
    box-shadow: 0 2px 5px #5d5c5c;
    animation: 1s ease-in-out 0s infinite alternate none running jump;
	
   text-shadow:0 2px 3px #999;

    --h-start: 0;      /* 红色 */
    --h-range: 260;    /* 红 → 紫 的跨度 */
    background-color: hsl(
        calc(var(--h-start) + var(--h-range) * var(--new-progress)),
        100%,
        50% );

}




@keyframes jump {
  from {
    transform: translate(-10px, -15px);
	 filter: hue-rotate(0deg);
    /* HSLA格式：最后参数是透明度 (0-1)
    background-color: hsla(
      calc(var(--h-start) + 20 + var(--h-range) * var(--new-progress)),
      100%,
      50%,
      var(--opacity, 1)   默认不透明度为1 */
    );
  }
  to {
    transform: translate(-10px, -20px);
  	 filter: hue-rotate(30deg);
    /*background-color: hsla(
      calc(var(--h-start) + var(--h-range) * var(--new-progress)),
      100%,
      50%,
      var(--opacity, 1)
    );*/
  }
}

.download_button{
	text-shadow: none; 
	font-family: inherit;
	font-size: 1.6rem; 
	text-align: center;
	
	line-height: 1.4;
	color: #fff !important;
	
	background: #D1E990;
	background-image: linear-gradient( to top,#84B927, #AFDB36 );
	

    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  	
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 10px;
    display: inline-block;
	height:40px;
	border-radius:20px;


}
.download_button a:visited{
	color:white;
}