﻿
/* 头部 */
#help_li{
    background: #ff9c01
}

#help_html{
    /* height:8750px; */
    width: 1050px;
    margin: auto;
    padding: 20px 50px;
}
.help_title1{
    font-size: 26px!important;
    text-align: center
}
.help_title{
    font-size:22px;
}
.help_title_2{
    font-size:18px;
}
.help_content{
    font-size:16px;
    width: 600px;
    float: left;
    text-indent:25px
}
img{
    /* float: left; */
    margin-left: 80px;
    margin:10px;
}
.help_list{
    display: inline-block;
    padding:0px 20px;
    min-height: 100px;
    margin-top:10px; 
}
.help_content_intro{
    font-size:16px;
    width:950px;
    float: left;
    text-indent:25px;
    padding:0px 20px;
}
.help_content_search{
    font-size:16px;
    width:950px;
    float: left;
    text-indent:25px;
    padding:0px 20px;
}
.help_eg{
text-align: left;
margin-left:100px;
width: 350px;
float: left;
padding: 0px;
font-size: 16px;
}
p {
    margin: 0 0 0px!important
}



*{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #666;
}
/* a:hover{
	color:#f10215!important;
}
body{
	font-size: 12px;
	background-color: #f0f3ef;
} */
/*京东右侧固定图标菜单栏*/
.toolbars{
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	/* background-color: #7a6e6e; */
}

.toolbars-footer{
    position: absolute;
	bottom: 0;
	right: 0;
	background-color: rgb(80, 136, 97);
	width: 34px;
	height: 35px;
	z-index: 3;
}
.toolbars-footer .toolbars-ico{
	display: block;
	width: 34px;
	height: 35px;
	/* background: url(../img/toolbars.png)no-repeat -50px -250px; */
}
	/*鼠标悬浮后伸出的部分*/
.toolbars .flex{
	position: absolute;
	top: 0;
	right: 34px;
	width: 0;
	overflow: hidden;
	height: 35px;
	line-height: 35px;
	background-color: #b61d1d;
	text-align: center;	
	color: #fff;
	z-index: -1;
	transition: width .3s;
}
	/*鼠标悬浮后的效果*/
/* .toolbars ul li:hover{
	background-color: #b61d1d;
}
.toolbars ul li:hover .flex{
	width: 62px;
	background-color: #b61d1d;
}
.toolbars ul li:hover i{
	display: none;
} */
.toolbars-footer:hover{
	background-color: #b61d1d;
}
.toolbars-footer:hover .flex{
	width: 60px;
	background-color: #b61d1d;
}