@charset "utf-8";
/* CSS Document */
.help{ margin-top: 50px;}
.help_nav{ width:16.7%; float:left; }
.help_right{ width:83.3%; float:right; background-color:#F8F8F8; padding-bottom:125px;}
.help_nav ul li{ font-size:16px; margin-top:35px; text-align:center; position:relative;transition: all 0.4s;}
.help_nav ul li p{ height:1px; background-color:#000; width:25px; display:inline-block;position:relative; top:-7px; right:8px; transition: all 0.4s;}
.help_nav ul li a span{transition: all 0.4s;}
/* .help_nav ul li.active{ margin-left:-25px;} */
.help_nav ul li.active{ margin-left:-25px;}
.help_nav ul li.active span{ color:#E60012; }
.help_nav ul li.active p{    background-color: #E60012; width:50px;}
/* .help_nav ul li.active{width:50px; background-color:#E60012; } */
.help_nav ul li:hover{ margin-left:-25px;}
.help_nav ul li:hover a span{ color:#E60012; }
.help_nav ul li:hover p{width:50px; background-color:#E60012; }
.help_right_top ul li{ width:50%; border-bottom:1px solid #B5B5B6; float:left; font-size:18px; font-weight:bold; text-align:center; padding-top:18px; padding-bottom:10px; cursor:pointer;}
.help_right_top .active { color:#E60012; border-bottom:2px solid #E60012; }
.help_right_top .active a{ color:#E60012; }
.help_right_content{padding-top: 20px;min-height: 400px;}
.question{ width:87.2%; margin:0 auto 0; border-bottom: 1px dashed #898989; padding:25px 0;}
.question p{ margin-bottom:25px; font-size:14px; color:#E60012; letter-spacing:5px;}
.question span{letter-spacing:5px;}
.question_left{ float:left; width:4%;}
.question_right{ float:left; margin-left:5px; width:95%;}
.question_right h1{ font-size:14px; color:#E60012;}
.question_right .ul p{ font-size:14px; color:#898989; padding-bottom:5px;margin-bottom: 0}
.question_right .ul{margin-top:25px;}
.help_right_content:nth-child(3){ margin-bottom:125px;}
.phoneheadtop{display: none}
@media screen and (max-width:1024px){
.question_left{ width:6%;}
.question_right{ width:90%;}
 .question_right ul li{    line-height: 1.6;} 
.help_nav { width: 100%;}
.help_right { width: 100%; margin-top: 20px;}
.help_nav ul li{ float: left;width: 20%;}
.help_nav ul li p{ display: none;}
.help_nav ul li:hover { margin-left: 0px;}
.help_nav ul li:nth-child(4){ margin-left:0px;}
.help{ margin-top: 0px;}
	}
	@media screen and (max-width:1023px){.phoneheadtop{display: block}.head{display: none}}
@media screen and (max-width:600px){
.question_left{ width:8%;}
.question { margin-top:20px;}
.question_right ul{ margin-top:15px;}
.question p{ margin-bottom:15px;}
.help_right_top ul li{ font-size:16px;}

	}
@media screen and (max-width:460px){
.question_left{ width:10%;}
.question_right{ width:86%;}
.help_nav ul li{ float: left;width: 33.3%; margin-top: 15px;}
/* .help_nav ul li:nth-child(4){ width: 50%;  margin-bottom: -20px;}
.help_nav ul li:nth-child(5){ width: 50%;  margin-bottom: -20px;}  */
	}
	
@media screen and (max-width:460px){
.question_left{ width:25px;}
.question_right{width: calc(100% - 30px);padding-bottom: 15px;}
	}