.bannerTop{
    width: 100%;
    height: 3.33rem;
    background-image: url('../assets/help/img_bg_bazx@2x.png');
    background-size: 100% 100%;
    position: relative;
    box-sizing: border-box;
    padding-top: .6rem;
    margin-top: .63rem;
}
.helpTitle{
    text-align: center;
    font-weight: bold;
    font-size: .25rem;
    color: #222222;
}
.topSearchBox {
    margin: 0.27rem .2rem 0;
}
.searchContainer {
    height: .5rem;
    background: #FFFFFF;
    box-shadow: 0px 0.01rem .1rem 0px rgba(132,112,255,0.1);
    border-radius: .07rem .07rem .07rem .07rem;
    box-sizing: border-box;
    padding: .19rem 0 .17rem .17rem;
}
.searchIcon{
    display: inline-block;
    width: .14rem;
    height: .14rem;
    margin-right: .1rem;
}
.searchInputPart {
    outline: none;
    border: none;
    position: relative;
    top: -.04rem;
    font-size: .14rem;
}
input::placeholder {
    color: #B3B8CB;
}
.hotSearchPart {
    font-size: .14rem;
    color: #747C94;
    margin: .13rem 0 .09rem 0.27rem;
}
.moreHotValues {
    display: flex;
    align-items: center;
}
.moreHotValues {
    margin-top: .09rem;
    color: #444444;
}
.moreHotValues p {
    margin-right: .17rem;
}
.bottomTypeHelpBox{
    margin: 0 .2rem;
    position: relative;
    top: -.75rem;
}
.flexPart{
    display: flex;
    width: 100%;
}
.flexPart a {
    display: block;
    width: 50%;
}
.flexPart a:first-child {
    margin-right: .15rem;
}   
.leftImg {
    width: 100%;
    height: 1.53rem;
    background-image: url('../assets/help/img_bg_sheji@2x.png');
    background-size: 100% 100%;
    font-size: .16rem;
    color: #032F98;
    text-align: center;
    box-sizing: border-box;
    padding-top: .17rem;
}
.leftImg img {
    display: block;
    width: .22rem;
    height: .22rem;
    margin: 0 0 .1rem .17rem;
}
.rightImg {
    width: 100%;
    height: 1.53rem;
    background-image: url('../assets/help/img_bg_sheji@2x(1).png');
    background-size: 100% 100%;
    font-size: .16rem;
    color: #032F98;
    text-align: center;
    box-sizing: border-box;
    padding-top: .17rem;
}
.rightImg img {
    display: block;
    width: .22rem;
    height: .22rem;
    margin: 0 0 .1rem .17rem;
}
.bottomImg {
    width: 100%;
    height: 1.2rem;
    background-image: url('../assets/help/img_bg_sheji@2x(2).png');
    background-size: 100% 100%;
    margin-top: .13rem;
    font-size: .16rem;
    color: #C15151;
    box-sizing: border-box;
    padding: .2rem 0 0 .17rem;
}
.bottomImg img {
    display: block;
    width: .22rem;
    height: .22rem;
    margin-bottom: .1rem;
}