body{
    background: #f0f4fb;
}
section{max-width: none}
header{background:#7a7ff7}
.logo{
    margin: 0 378px 0 0;
}
.logo>img{vertical-align: middle}
.nav li{position:relative;float: left;margin-right: 60px;}
.nav li a{position:relative;display: block;color: #fff;line-height: 100px}
.nav li a:hover{color: #fcc017;transition: 0.3s;}
.nav li.actived a{
    color: #fcc017;
}
.nav li.actived:after{
    content: '';
    position: absolute;
    transform: translate(-50%, -50%);
    top: 75px;
    left: 50%;
    right: 50%;
    display: block;
    height: 2px;
    width: 28px;
    background: #fcc017;
}
.header_btn{
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    margin: 30px 0 0 20px;
    background: rgba(0,0,0,0.15);
    border-radius: 22px;
    color: #fff;
    box-shadow:0px 1px 4px rgba(0,0,0,0.35);
}
.header_btn img{
    vertical-align: middle;
    transform:scale(0.8);
    margin-right: 8px;
}
.header_btn:hover{
    transition: 0.3s;
    background: rgba(0,0,0,0.2);
}
.banner{
    background: url("../img/help_banner.png") center #fff;
    height: 300px;
    margin-bottom: 40px;
}
.banner_left{
    margin-top: 80px;
}
.banner_left>h3{
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 40px;
}
.search{
    padding: 0 15px;
    height: 60px;
    width: 470px;
    border: 1px solid #eee;
}
.search img{vertical-align: middle}
.search input{line-height: 56px;margin-left: 10px;width: 372px;border: none}
.search a{display: inline-block;width: 60px;text-align: right;border-left: 1px solid #eee;color: #7a7ff7}
.help_con .card{
    height: 150px;
    width: 870px;
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
}
.card_left{
    height: 150px;
    width: 200px;
    overflow: hidden;
}
.card_right{
    width: 640px;
}
.card_right h3{margin-bottom: 15px;margin-top: 5px}
.card_right h3 a{font-size: 18px;color: #1d1d28;font-weight: normal}
.card_right h3 a:hover{color: #7a7ff7}
.card_right .p1{font-size: 14px;color: #adafb5;margin-bottom: 20px}
.card_right .p2{font-size: 14px;color: #adafb5;line-height: 24px;margin-bottom: 5px}
.card_right>a{text-align: right;display: inline-block;width: 100%;font-size: 12px;color: #7a7ff7}
.lanmu{
    font-size: 14px;
    background: url("../images/title_bg.png");
    height: 40px;
    line-height: 40px;
    width: 310px;
    padding-left: 30px;
    margin-bottom: 20px;
}
.lm_list li{
    float: left;
    height: 48px;
    width: 157px;
    border: 1px solid #e5e5e5;
    margin: 0 20px 20px 0;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
}
.lm_list li:nth-child(even){
    margin-right: 0;
}
.lm_list li a{
    display: block;
    height: 48px;
    line-height: 48px;
    color: #adafb5;
}
.lm_list li a:hover{color: #7a7ff7}
.lm_list .actived{
    background: #7a7ff7;
    border: none;
}
.lm_list .actived a{
    color: #fff;
}
.tcdPageCode,.tcdPageCode1{padding: 30px 20px;font-size:12px;text-align: left;color: #adafb5;text-align:right;}
.tcdPageCode a,.tcdPageCode1 a{display: inline-block;transition:.2s;color: #adafb5;display: inline-block;height: 28px;	line-height: 28px;	padding: 0 10px;border: 1px solid #e5e5e5;	margin: 0 5px;border-radius: 2px;vertical-align: middle;}
.tcdPageCode a:hover,.tcdPageCode1 a:hover{text-decoration: none;border: 1px solid #7a7ff7;color: #7a7ff7
}
.tcdPageCode span.current,.tcdPageCode1 span.current{display: inline-block;height: 28px;line-height: 28px;padding: 0 10px;margin: 0 5px;color: #fff;background-color: #7a7ff7;	border: 1px solid #7a7ff7;border-radius: 2px;vertical-align: middle;}
.tcdPageCode span.disabled,.tcdPageCode1 span.disabled{display: inline-block;height: 28px;line-height: 28px;padding: 0 10px;margin: 0 5px;	color: #adafb5;background: #f9f9f9;border: 1px solid #e5e5e5;border-radius: 2px;vertical-align: middle;}