@CHARSET "UTF-8";
/*
 *@Author: liuxiangling
 *@Date: 2018-06-19
 *@Remark: 帮助中心
 */
dl,dt,dd,p{
	margin: 0;
	padding: 0;
}
.help-wrap{
	background: #f5f5f5;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.help-container{
	width: 1170px;
    position: relative;
    top: 9px;
    z-index: 4;
    display:table;
    padding-bottom:30px;
}
.paper{
	border: 1px solid #c1c1c1;
    background-color: #e1e1e1;
    border-radius: 10px;
    height: 20px;
    position: absolute;
    width: 1168px;
}
.paper-1{
	top: 0;
	z-index: 1;
}
.paper-2{
	top: 3px;
	z-index: 2;
}
.paper-3{
	top: 6px;
	z-index: 3;
}
/*左边*/
.help-container .left{
	width: 219px;
    float: left;
    min-height: 500px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.help-container .left dl.menu:first-child,
.help-container .left dl.menu:first-child dt:first-child{
	border-top-left-radius:10px;
}
.help-container dl.menu dt{
	height: 62px;
	background-image: -webkit-linear-gradient(top,#fff,#eee);
	font-size: 18px;
    line-height: 62px;
    color: #555;
    border: 1px solid #d9d9d9;
    border-left: none;
    border-right: none;
}
.help-container dl.menu dt a,
.help-container dl.menu dd a{
	color: #555;
}
.help-container dl.menu dt a.active{
	color: #d91615;
}
.help-container dl.menu dd a:hover{
	color: #d91615;
}
.help-container dl.menu a{
	display: block;
	padding-left: 20px;
}
.help-container dl.menu a.active{
	color:#b63136;
}
.help-container dl.menu dt span.arrow{
	width: 19px;
    height: 19px;
    float: right;
    margin: 21px 21px 0 0;
    border: 1px solid #bfbfbf;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    font-family: if-arrow;
    font-size: 12px;
    color: #666;
    line-height: 19px;
    text-align: center;
    text-indent: 2px;
}
.help-container dl.menu dd{
	font-size: 14px;
    color: #555;
    line-height: 30px;
}
/*右边*/
.help-container .right{
	float: right;
    width: 951px;
    min-height: 904px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    margin-left: -1px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 30px;
    padding: 0 45px;
}
.right{
	font-size: 14px;
}
.right .title-box{
	line-height: 33px;
    background: url(../imgs/TB1.gif) left center repeat-x;
    margin: 50px 0 15px;
}
.right .title-box .title{
	text-align: center;
	font-size: 20px;
	word-spacing: 7.4px;
	padding: 0 6px;
	display: inline-block;
	background: url(../imgs/TB1KP.gif) left top repeat-x;
}
#user-login .title{
	padding: 0;
	/* width: 270px; */
	text-indent: 6px;
}
#user-login .title span{
	letter-spacing: 13px;
	/* margin-right: -6px; */
}
.red{
	color: #d91615;
}
/* .right .content-box{
	margin: 0 59px;
} */
.right .content-box h3.sub-title{
	font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    vertical-align: top;
    display: table;
}
.right .content-box h3.sub-title em{
	font-style: italic;
    color: #cd100b;
    font-weight: lighter;
    font-size: 30px;
    padding-right: 10px;
    display: table-cell;
}
.right .content-box p{
	line-height: 26px;
    color: #555;
}
.right .content-box hr{
	height: 0;
    border: 0;
    border-bottom: 1px solid #e4e4e4;
    margin: 20px 0;
}
.right .content-box p{
	text-indent: 2em;
}
.right .content-box img{
	margin: 10px auto 0;
	display: inherit;
}
.right .content-box .photo-text{
	font-size: 12px;
	text-align: center;
	color: #000;
	text-indent: 0;
}
.right .content-box p.red{
	color: #d91615;
}
/* 回到顶部 */
#scrollTop{
	position: fixed;
    width: 60px;
    height: 60px;
    bottom: 50px;
    right: 20px;
    text-align: center;
    background: #fff;
    color: #999;
    font-size: 12px;
    cursor: pointer;
    display: none;
    border: 2px solid #ddd;
    border-radius: 11px;
}
#scrollTop:hover{
	background-position:-48px 0px;
}
#scrollTop i{
    font-size: 27px;
    display: block;
    line-height: 30px;
}
#scrollTop span{
    font-size: 12px;
    font-weight: 600;
}