.help{
	margin-top: 0.45rem;
}
.help .title{
	display:-webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content:center;
	justify-content:center;
	text-align: center;
	margin-bottom:0.5rem;
}
.help .title span{
	font-size: 0.4rem;
	color: #000;
	letter-spacing: 1px;
	background: url(help_title.png)left center no-repeat;
	background-size:0.41rem auto; 
	padding-left: 0.55rem;
	font-weight: bold;
}
.help .tablist h1{
	font-size: 0.32rem;
	color: #000;
	margin-bottom: 0.58rem;
	letter-spacing: 1px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.help .tablist h1 a{
	display: inline-block;
	width:1.3rem;
	height: 0.4rem;
	font-size:0.24rem;
	color: #fff;
	background: #c70019;
	text-align: center;
	line-height:0.4rem;
	border-radius: 0.1rem;
}
.help .tablist ul{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content:space-between;
	justify-content: space-between;
	position: relative;
}
.help .tablist ul:after{
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #c9c9c9;
    color: #c9c9c9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 2;
}
.help .tablist ul .line {
    position: absolute;
    bottom: 1px;
    left: 0;
    height: 0.02rem;
    background: #c70019;
    z-index: 99;
}
.help .tablist ul li{
	font-size: 0.24rem;
	color: #000;
	text-align: center;
	padding-bottom: 0.4rem;
}
.help .tablist ul li.active{
	border-bottom: 
}
.help .tablist ul li.a{
	background: url(help1.png)top center no-repeat;
	background-size:0.57rem 0.56rem; 
	padding-top: 0.80rem;
}
.help .tablist ul li.b{
	background: url(help2.png)top center no-repeat;
	background-size:0.56rem 0.56rem; 
	padding-top: 0.80rem;
}
.help .tablist ul li.c{
	background: url(help3.png)top center no-repeat;
	background-size:0.39rem 0.57rem; 
	padding-top: 0.81rem;
}
.help .tablist ul li.d{
	background: url(help4.png)top center no-repeat;
	background-size:0.41rem 0.57rem; 
	padding-top: 0.81rem;
}
.help .tablist ul li.e{
	background: url(help5.png)top center no-repeat;
	background-size:0.6rem 0.6rem;
	padding-top: 0.84rem;
	width:0.6rem;
}
.help .tab_content{
	display: none;
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
}
.help .tab_content li a{
	display: block;
	font-size: 0.28rem;
	color: #333;
	padding: 0.4rem 0;
	position: relative;
}
.help .tab_content li a span{
	display: inline-block;
	width: 90%;
	/*text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;*/
}
.help .tab_content li a i{
	display: block;
	width: 0.27rem;
	height: 0.27rem;
	background: url(help_close.png)right center no-repeat;
	background-size:0.27rem 0.27rem; 
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -0.135rem;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
}
.help .tab_content li a.addafter i{
	display: block;
	width: 0.27rem;
	height: 0.27rem;
	background: url(help_close.png)right center no-repeat;
	background-size:0.27rem 0.27rem; 
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -0.135rem;
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
}
.help .tab_content li a.addafter:after{
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #c9c9c9;
    color: #c9c9c9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 2;
}
.help .tab_content li p{
	font-size: 0.24rem;
	color: #3d3d3d;
	background: #f2f2f2;
	padding:0.3rem;
	letter-spacing: 1px;
	line-height:0.48rem;
	display: none;
}
.help .menu h1 {
    font-size: 0.32rem;
    color: #000;
    margin-bottom: 0.58rem;
    letter-spacing: 1px;
}
.help .menu ul{
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
}
.help .menu ul:after{
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #c9c9c9;
    color: #c9c9c9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 2;
}
.help .menu ul .line {
    position: absolute;
    bottom: 1px;
    left: 0;
    height: 0.02rem;
    background: #c70019;
    z-index: 99;
}
.help .menu ul li{
	-webkit-flex: 1;
	flex: 1;
	font-size: 0.24rem;
	color: #000;
	text-align: center;
	padding-bottom: 0.4rem;
}
.help .menu ul li.a{
	background: url(help6.png)top center no-repeat;
	background-size:0.47rem 0.61rem; 
    padding-top:1.01rem;
}
.help .menu ul li.b{
	background: url(help7.png)top center no-repeat;
	background-size:0.57rem 0.58rem; 
    padding-top:0.98rem;
}
.help .menu ul li.c{
	background: url(help8.png)top center no-repeat;
	background-size:0.58rem 0.58rem; 
    padding-top:0.98rem;
}
.help .submenu{
	display: none;
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
}
.help .submenu li{
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0.48rem 0;
    position: relative;
}
.help .submenu li:after{
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #c9c9c9;
    color: #c9c9c9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 2;
}
.help .submenu li>div{
	-webkit-flex:1;
	flex: 1;
	min-width:0;
}
.help .submenu li>div p{
	font-size: 0.32rem;
	color: #000;
	margin-bottom: 0.4rem;
	width: 90%;
	text-overflow: ellipsis;
	white-space: nowrap; 
	overflow: hidden;    
}
.help .submenu li>div span{
	font-size: 0.24rem;
	color: #404040;
}
.help .submenu li a{
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	border-radius:0.1rem;
	background: #c70019 url(help_see.png)center center no-repeat;
	background-size:0.47rem 0.29rem; 
}
.help .swiper{
	height:1.5rem;
	display: flex;
	align-items: center;
}
.help .swiper span{
	display: inline-block;
	font-size: 0.24rem;
	color: #000;
	padding-bottom: 0.1rem;
	border-bottom:0.02rem solid transparent;
}
.help .swiper span.active{
	border-bottom:0.02rem solid #c70019;
}