a{
    cursor: pointer;
}
.page1 {
    background: url('../image/help_banner.png') no-repeat;
    background-position: center;
    background-size: cover;
}
.page1 .page-cont{
    padding-top: 18%;
}

.page2 .page-cont {
    padding-top: 50px;
    width: 1200px;
}

.page2 .page-cont>div{
    width: 100%;
}

.page2 .part-navInfo {
    margin-bottom: 80px;
}

.page2 .title {
    font-size: 32px;
    margin-bottom: 30px;
}

.page2 .sub_title {
    line-height: 1.5;
    margin-bottom: 50px;
}
.help-wrap .help-item {
    display: flex;
    border-bottom: 1px solid #D6D6D6;
    padding-top: 80px;
}
.help-wrap .help-item:first-of-type{
    border-top: 1px solid #D6D6D6;
}

.help-wrap .help-title {
    font-size: 24px;
    width: 300px;
}

.help-wrap .help-icons {
    text-align: center;
    transition: all ease .5s;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 300px);
}
.help-wrap .help-icons .icon-box{
    width: 20%;
    margin-bottom: 80px;
    font-size: 14px;
    letter-spacing: 0;
    color: #333;
}
.help-wrap .help-icons .icon-box img{
    width: 42px;
    margin-bottom: 10px;
}
.help-wrap .help-icons .icon-box:hover{
    color: #4288D1;
}

.help-item.software .help-icons .icon-box{
    width: 16.66%;
}

/*图标文字左对齐*/
.help-item.deposit .help-icons{
    margin-left: -58px;
}
.help-item.software .help-icons{
    margin-left: -40px;
}

.questions-wrap{
    padding: 80px 0;
    padding-bottom: 160px;
    display: flex;
}
.questions-wrap .questions-title{
    width: 300px;
    font-size: 24px;
}
.questions-wrap .question-list{
    width: calc(100% - 300px);
}
.questions-wrap .question-list a{
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    cursor: pointer;
    color: #000000;
}
.questions-wrap .question-list a:hover{
    text-decoration: underline;
    color: #03AAF5;
}

.part-navInfo *{
    color: #000000;
}
.part-navInfo a:hover{
    ext-decoration: underline;
    color: #03AAF5;
}
