.index-body{
    background: #F7F8FA;
}
.footer{
    margin-top: 0 !important;
}
.help-box{
    padding: 40px 0;
}
.help-head-search{
    width: 840px;
    border: 2px solid #402D98;
    border-radius: 28px;
    margin: 0 auto 40px;
    overflow: hidden;
    display: flex;
}
.help-head-search>input{
    flex: 1;
    height: 52px;
    outline: none;
    font-size: 14px;
    border: none;
    padding: 0 24px;
}
.help-head-search>button{
    width: 120px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    font-size: 16px;
    border: none;
    outline: none;
    padding: 0;
    background: #402D98;
    color: #fff;
}
.help-issue-box{
    display: flex;
}
.help-issue-menu{
    width: 280px;
    margin-right: 24px;
}
.help-issue-menu>div{
    background: #fff;
}
.help-issue-list{
    margin-bottom: 24px;
}
.help-issue-list>p{
    line-height: 56px;
    padding: 0 16px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 16px;
}
.help-issue-list>div{
    padding: 24px;
}
.help-issue-list>div>a{
    display: block;
    margin-bottom: 24px;
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
    color: #262626;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.help-issue-list>div>a>i{
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #402D98;
    margin-right: 10px;
}
.help-issue-list>div>a:last-child{
    margin-bottom: 0;
}
.help-issue-contact{
    padding: 24px;
}
.help-issue-contact>p{
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 24px;
}
.help-issue-contact>strong{
    font-size: 24px;
    display: block;
    line-height: 24px;
}
.help-issue-contact>span{
    display: block;
    margin: 24px 0;
    font-size: 12px;
    line-height: 20px;
    color: #8c8c8c;
}
.help-issue-contact>a{
    display: flex;
    align-items: center;
    width: 104px;
    justify-content: center;
    height: 32px;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    font-size: 14px;
    text-decoration: none;
    color: #262626;
}
.help-issue-contact>a>img{
    margin-right: 4px;
}
.help-issue-detail{
    flex: 1;
    background: #fff;
}
.help-issue-detail-box{
    padding: 40px;
    border-bottom: 1px solid #f0f0f0;
}
.help-issue-detail-head{
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 24px;
}
.help-issue-detail-head>strong{
    font-size: 22px;
    display: block;
    line-height: 22px;
    margin-bottom: 16px;
}
.help-issue-detail-head>p{
    font-size: 14px;
    color: #8c8c8c;
    line-height: 14px;
    margin-bottom: 24px;
}
.help-issue-detail-desc{
    font-size: 16px;
    line-height: 24px;
}
.help-issue-detail-footer{
    display: flex;
    align-items: center;
    height: 80px;
    padding: 0 40px;
}
.help-issue-detail-footer>span{
    color: #402D98;
    margin-right: 40px;
}
.help-issue-detail-footer>div{
    display: flex;
}
.help-issue-detail-footer>div>span{
    display: flex;
    align-items: center;
    padding: 0 16px;
    height: 40px;
    background: #FAFAFA;
    border: 1px solid #F0F0F0;
    border-radius: 2px;
    margin-right: 24px;
}
.help-issue-detail-footer>div>span>img{
    margin-right: 10px;
}
.help-service-box{
    background: #fff;
    padding: 40px 0;
}
.help-title{
    position: relative;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
}
.help-title::after{
    content: '';
    position: absolute;
    bottom: -26px;
    left: 50%;
    width: 24px;
    height: 4px;
    background: #402D98;
    margin-left: -12px;
}
.help-service-list-box{
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}
.help-service-list{
    width: 280px;
    height: 120px;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    border-radius: 2px;
    padding: 26px 16px;
    display: flex;
    margin-right: 16px;
    margin-bottom: 16px;
    text-decoration: none !important;
    transition: all .3s;
}
.help-service-list>span{
    width: 64px;
    height: 64px;
    background: linear-gradient(45deg, #4021D1 0%, #6974FF 100%);
    box-shadow: 0px 2px 8px 0px rgba(95, 61, 255, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}
.help-service-list>div{
    flex: 1;
}
.help-service-list:nth-child(4n){
    margin-right: 0;
}
.help-service-list>div>p{
    font-size: 16px;
    line-height: 16px;
    color: #262626;
}
.help-service-list>div>span{
    display: block;
    font-size: 14px;
    color: #8c8c8c;
    line-height: 18px;
    margin-top: 12px;
}
.help-service-list:hover{
    transform: translateY(-4px);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
}
.help-problem-box{
    padding: 40px 0 ;
}
.help-problem-list-box{
    margin-top: 60px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 24px 24px 0 24px;
    margin-bottom: 40px;
}
.help-problem-list-box>a{
    width: 33.3%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #262626;
    text-decoration: none;
    line-height: 14px;
    margin-bottom: 24px;
}
.help-problem-list-box>a>i{
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #402D98;
    margin-right: 8px;
}
.human-ervices-box{
    display: flex;
    margin-top: 60px;
}
.human-ervices-contact{
    width: 400px;
    margin-right: 24px;
    background: #fff;
}
.human-ervices-form{
    flex: 1;
    background: #fff;
    padding: 40px;
}
.human-ervices-form>p{
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 14px;
}
.human-ervices-form>input,.human-ervices-form>select{
    width: 600px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    margin-bottom: 24px;
    padding: 0 10px;
}
.human-ervices-form>textarea{
    width: 600px;
    height: 160px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    margin-bottom: 40px;
    padding: 6px 10px;
}