body{
    background-color: #F6F7F9;
}
.he_banner{
    width: 100%;
    height: 300px;
    background: url(img/help/help-index-bg.png) no-repeat center center;
    background-size: 100% 300px;
}
.he_banner .he_txt{
    text-align: center;
    padding: 57px 0 40px;
}
.he_banner .p_a{
    font-size: 40px;
    line-height: 52px;
    color: #FFFFFF;
}
.he_banner .p_b{
    font-size: 18px;
    line-height: 29px;
    margin-top: 10px;
    color: #FFFFFF;
}

.search_con{
    width: 830px;
    margin: 0 auto;
    text-align: center;
}
.search_con .search_inp{
    float: left;
    width: 700px;
    height: 50px;
    background: #fff url(img/help/ico-index-search.png) no-repeat left 14px center;
    background-size: 19px 19px;
    border: none;
    outline: none;
    padding-left: 48px;
}
.search_con .search_btn{
    float: left;
    width: 130px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #3A62C8;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.h_tit{
    padding: 50px 0 30px;
    font-size: 30px;
    line-height: 40px;
    color: #181C29;
}
.help_1{
    background-color: #fff;
    padding-bottom: 30px;
}
.help_1 .help_1_list{
    margin-left: -21px;
}
.help_1 .o_item{
    position: relative;
    width: 386px;
    height: 111px;
    margin-left: 21px;
    background: #F6F7F9;
    margin-bottom: 20px;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.help_1 .o_item a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 28px 0 0 31px;
    box-sizing: border-box;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.help_1 .o_item:hover{
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
    box-shadow: 0 2px 5px 0 rgb(157 170 197 / 27%);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.o_item .p_a{
    font-size: 18px;
    line-height: 24px;
    color: #181C29;
}
.o_item .p_b{
    font-size: 14px;
    margin-top: 10px;
    line-height: 19px;
    color: #828897;
}
.o_item .p_c{
    position: absolute;
    width: 48px;
    height: 48px;
    top: 32px;
    right: 36px;
}
.help_1 .o_item:hover .p_a{
    color: #3A62C8;
}

.help_2{
    background-color: #F6F7F9;
    padding-bottom: 50px;
}
.help_2_list{
    background-color: #fff;
    padding: 30px 40px 15px;
}
.item_h:first-child{
    width: 330px;
    padding-right: 60px;
}
.item_h:first-child+.item_h{
    position: relative;
    width: 370px;
    padding-left: 40px;
    padding-right: 60px;
}
.item_h:first-child+.item_h:before{
    position: absolute;
    content:"";
    top: 0;
    left: 0;
    width: 1px;
    height: 134px;
    background-color: #eee;
}
.item_h:first-child+.item_h+.item_h{
    position: relative;
    width: 400px;
    padding-left: 40px;
}
.item_h:first-child+.item_h+.item_h:before{
    position: absolute;
    content:"";
    top: 0;
    left: 0;
    width: 1px;
    height: 134px;
    background-color: #eee;
}
.t_item{
    position: relative;
    float: left;
    padding-left: 28px;
    line-height: 28px;
    padding-bottom: 20px;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.t_item:nth-child(1),.t_item:nth-child(4),.t_item:nth-child(7),.t_item:nth-child(3n+1){ 
    width: 30%;
    margin-right: 50px;
}
.t_item:nth-child(2),.t_item:nth-child(5),.t_item:nth-child(8),.t_item:nth-child(11),.t_item:nth-child(14),.t_item:nth-child(17){
    width: 30%;
    margin-right: 30px;
}
.t_item:nth-child(3),.t_item:nth-child(6),.t_item:nth-child(9),.t_item:nth-child(3n+3){
    width: 30%;
    float: right;
}
.t_item a:hover{
    color: #3A62C8;
}
.t_item a{
    display: block;
    color: #181C29;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.t_item:before{
    position: absolute;
    left: 0;
    top: 5px;
    content: "";
    width: 18px;
    height: 18px;
    background: url(img/help/ico-help-wh.png) no-repeat left center;
    background-size: 18px 18px;
    border-radius: 50%;
}
.help_3{
    background-color: #fff;
    padding-bottom: 80px;
}
.help_3_list{
    background-color: #F6F7F9;   
    padding: 40px;
}
.c_item{
    position: relative;
    padding-left: 60px;
}


.c_item .wx_con_main{
    position: absolute;
    right: 40px;
    display: none;
    padding-right: 18px;
    width: 223px;
    background-color: transparent;
    top: -241px;
}
.sao_box:hover .wx_con_main{
    display: block;
}
.c_item .wx_con {
    position: relative;
    /* padding: 15px 12px 18px 12px; */
    width: 196px;
    border: 1px solid transparent;
    background: #fff;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
}
/* .c_item .wx_con:after {
    position: absolute;
    top: 30px;
    right: -12px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 14px solid #fff;
    border-left: 8px solid transparent;
    content: "";
}
.c_item .wx_con:before{
    position: absolute;
    top: 30px;
    right: -13px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 12px solid #eee;
    border-left: 8px solid transparent;
    content: "";
} */
.c_item .wx_con .code_img {
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0 auto;
}

.c_item .wx_con .code_img img {
    width: 100%;
    height: 100%;
}
.c_item .wx_con .p_code .p4 {
    margin-top: 8px;
    /* color: #bbbfc9; */
    text-align: center;
    font-size: 12px;
    line-height: 17px;
}

.c_item .wx_con .p1{
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: linear-gradient(88deg, #5D89E7 0%, #8EBDFF 100%);
    border-radius: 50px 50px 50px 50px;   
    color: #fff;
    margin: 10px auto 0;
}




.c_item:first-child{
    width: 370px;
    background: url(img/help/ico-h-contact-1.png) no-repeat left center;
    background-size: 44px 44px;
}
.c_item:first-child:after{
    position: absolute;
    content:"";
    top: 0;
    right: 0;
    width: 1px;
    height: 54px;
    background-color: #eee;
}
.c_item:first-child+.c_item{
    width: 410px;
    padding: 0 48px;
    background: url(img/help/ico-h-contact-2.png) no-repeat left center;
    background-size: 44px 44px;
    margin-left: 55px;
}
.c_item:first-child+.c_item:after{
    position: absolute;
    content:"";
    top: 0;
    right: 40px;
    width: 1px;
    height: 54px;
    background-color: #eee;
}
.c_item:first-child+.c_item+.c_item{
    padding: 0 0 0 48px;
    background: url(img/help/ico-h-contact-3.png) no-repeat left center;
    background-size: 44px 44px;
    width: 285px;
}
.c_item .p_a{
    font-size: 18px;
    line-height: 24px;
    color: #181C29;
}
.c_item .p_b{
    font-size: 14px;
    margin-top: 10px;
    line-height: 19px;
    color: #828897;
}
.c_item .btn{
    width: 100px;
    height: 36px;
    line-height: 36px;
    background: #3A62C8;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    margin-top: 10px;
    margin-left: 20px;
}

/* 帮助列表页 */
.x_main{
    margin-top: 30px;
}
.x_box{
    /* background-color: #fff; */
    margin-bottom: 80px;
}
.x_location {
    background-color: #fff;
    height: 60px;
    line-height: 60px;
    color: #4D5260;
    padding:0 30px;
    border-bottom: 1px solid #eee;
}

.x_location .h {
    color: #4D5260;
    font-size: 14px;
}
.x_location .h_a{
    color: #4D5260;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.x_location .h_a:hover{
    color: #3A62C8;
}
.x_location .iconfont {
    display: inline-block;
    font-size: 14px;
    color: #4D5260;
}
.x_location .arrow{
    display: inline-block;
    margin: 0 3px;
    font-size: 12px;
    color: #bbbfc9;
}
.x_location .last{
    color: #3A62C8;
}
.x_l{
    background-color: #fff;
    position: relative;
    width: 245px;
}
.l_head{
    padding: 0 30px 0 43px;
    position: relative;
    width: 100%;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    color: #3A62C8;
}
.l_head:before{
    position: absolute;
    left:30px;
    top:18px;
    content: "";
    width: 3px;
    height: 14px;
    background-color: #3A62C8;
}

.x_l_list{
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.que_ul .que_head{
    color: #4D5260;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.que_ul .que_head:hover,.que_ul li.on .que_head{
    color: #3A62C8;
}
.que_ul .que_head .iconfont{
    font-size: 12px;
    color: #4D5260;
    transition: all .2s;
}
.que_ul .que_head:hover .iconfont{
    color: #3A62C8;
}
.que_ul li.on .que_head .iconfont{
    transform: rotate(90deg);
}
.que_son{
    display: none;
}
.que_ul li.on .que_son{
    display: block;
}

.son_item{
    width: 100%;
    display: inline-block;
    padding-left: 52px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    color: #4D5260;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.son_item.on,.son_item:hover{
    background: rgba(58, 98, 200, 0.1);
    color: #3A62C8;
}
.l_bottom .p_a{
    padding-left: 30px;
    font-size: 14px;
    line-height: 40px;
    color: #4D5260;
}
.x_r{
    position: relative;
    width: calc(100% - 245px);
    background-color: #fff;
}
.x_r:before{
    position: absolute;
    left: -1px;
    top: 0;
    bottom:0;
    background-color: #f6f7f9;
    width: 1px;
    height: 100%;
    content: "";
}
.x_l:after{
    position: absolute;
    right: 0;
    top: 0;
    bottom:0;
    background-color: #f6f7f9;
    width: 1px;
    height: 100%;
    content: "";
}
.x_r .r_head_p{
    padding: 0 30px;
}
.x_r .r_head{
    height: 72px;
    line-height: 72px;
    font-size: 24px;
    color: #181C29;
    border-bottom: 1px solid #EEEEEE;
}
.center_ul li{
    position: relative;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    box-sizing: border-box;
}
.center_ul li .li_div{
    position: relative;
    padding-left: 16px;
    border-bottom: 1px dashed #eee;
}
.center_ul li .li_div:before{
    position: absolute;
    content:"";
    left: 0;
    top: 30px;
    width: 8px;
	height: 2px;
    background-color: #666;
    border-radius: 50%;
}
.center_ul li a{
    display: block;
    height: 100%;
    width: 90%;
    color:#181C29;
    transition: all .3s ease-out;
}
.center_ul li span{
    font-size: 14px;
    color: #bbbfc9;
}
.center_ul li a:hover{
    color: #3A62C8;
}
.center_ul li:hover{
    background: rgba(58, 98, 200, 0.04);
}
.center_ul li:hover .li_div{
    border-color: rgba(58, 98, 200, 0.04);
}




#pageIndex {
    margin: 0 auto;
    padding: 40px 0 50px;
    width: 100%;
    text-align: center;
}

/* #pageset {
    width: 52px;
    height: 30px;
    border-color: #dbdcde;
    color: #3A62C8;
    line-height: 30px;
}

.datas-list {
    padding-right: 13px;
    height: 64px;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    line-height: 64px;
}

.pagelist {
    padding: 30px 0 50px;
    text-align: center;
    color: #828897;
    font-size: 12px;
    background-color: #fff;
}

.pagelist strong {
    display: inline-block;
    color: #828897;
    vertical-align: middle;
    font-weight: 400;
}

.pagelist .count {
    margin-right: 10px;
}

.pagelist .jm-picker.picker-small {
    width: 69px;
    line-height: normal;
}

.pagelist .jm-picker.picker-small .jm-picker-label {
    width: 37px;
    background: #fff !important;
}

.pagelist .jm-picker1 .jm-input {
    width: 50px;
    height: 28px;
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: #fff !important;
    color: #3A62C8;
    text-align: center;
    text-indent: 0;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.pagelist .jm-picker1 .jm-input:focus {
    border-color: #3A62C8;
}

.pagenum input {
    height: 32px !important;
    background: #fff !important;
    text-align: left !important;
}

.indexpage,
.lastpage,
.nextpage,
.prepage {
    display: inline-block;
    margin-left: 5px;
    width: 62px;
    height: 30px;
    background-color: #fff;
    color: #828897;
    vertical-align: middle;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    border-radius: 4px;
    border: 1px solid #BBBFC9;
}

.disabled {
    color: #ccc;
}

.tiaozhuangzhi {
    margin-left: 20px;
}

.go {
    display: inline-block;
    margin-left: 5px;
    width: 40px;
    height: 28px;
    border: 1px solid #3A62C8;
    border-radius: 2;
    background-color: #3A62C8 !important;
    color: #404040;
    color: #fff;
    line-height: 28px;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
} */
.no_content{
    text-align: center;
    padding: 120px 0 100px;
}
.no_content>p{
    font-size: 16px;
    color: #333;
    padding: 30px 0;
}

/* 帮助详情页 */
.r_content{
    padding: 20px 30px 0;
}
.r_content p{
    font-size: 14px;
    line-height: 26px;
    color: #4D5260;
}

.r_content p,.r_content p span{
    white-space: normal!important;
}

.r_content img{
    max-width: 100%;
    height: auto;
}
.other_page{
    padding: 30px;
}
.other_page span{
    color: #999;
}
.page_item{
    width: 50%;
}
.page_item span{
    width: 15%;
}
.page_item a{
    max-width: 85%;
}
.other_page a{
    box-sizing: border-box;
    color: #333;
}
.other_page a:hover{
    color: #FF6521;
}

#pageIndex{
    margin-top: 30px;
    text-align: center;
}

/* #pageIndex a{
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    margin: 0 -1px 5px 0;
    background-color: #fff;
    color: #333;
    font-size: 12px;
    border: 1px solid #e2e2e2;
}
#pageIndex a.active {
    background-color: #3A62C8;
    color: #fff;
    border-color: #3A62C8;
}
#pageIndex a.pageRemark{
    cursor: text;
} */

