.home_body{
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
    margin: auto;
    box-sizing: border-box;
    font-family: "Microsoft YaHei UI";
}

/*顶部banner图*/
.home_banner{
    width: 100%;
    position: relative;
}
.home_banner_image_list_pc{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background: #F9FCFE;
    width: 100%;
    height: 550px;
}
.home_banner_image{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1920px;
    height: 558px;
    margin: auto;
}
.home_banner_content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    min-width: 320px;
    height: 100%;
    max-width: 1120px;
    max-height: 400px;
    text-align: left;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.home_banner_content_title{
    color: #000;
    font-size: 48px;
    font-weight: 700;
}
.home_banner_content_text{
    width: 100%;
    max-width: 395px;
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    color: #005C1F;
    font-size: 16px;
    font-weight: 400;
    border-radius: 6px;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, rgba(59, 255, 124, 0.22) 0%, rgba(59, 255, 124, 0.03) 100%);
}
.home_banner_content_button a{
    display: inline-block;
}
.home_down_load{
    width: 211px;
    height: 62px;
    line-height: 62px;
    margin-right: 24px;
    text-align: center;
    border-radius: 9px;
    background: linear-gradient(90deg, #008FFF 0.33%, #00CFBE 103.1%);
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
}
.home_down_load:hover{
    color: #FFFFFF;
    background: linear-gradient(90deg, #28A1FF 0.33%, #03EBD8 103.1%);
}
.home_button_look{
    color: #666;
    font-size: 16px;
    font-weight: 400;
}
.home_button_look:hover{
    color: #005EFF;
}

.home_banner_content_small_text{
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
}

.home_banner_content_img{
    width: 18px;
    height: 18px;
    margin-right: 4px;
}

/*顶部banner图结束*/
.home_content_title{
    width: 620px;
    height: 94px;
    line-height: 94px;
    text-align: center;
    padding-left: 34px;
    color: #203A73;
    font-size: 40px;
    font-weight: 700;
    margin: auto;
    border: none;
    background: url("/static/img/home/home_content_title_bg.png") no-repeat center top;
}

/*内容板块2*/
.home_content_two{
    width: 100%;
    max-width: 1920px;
    padding: 60px 0;
    box-sizing: border-box;
    height: auto;
    margin: auto;
    background: url("/static/img/home/home_content_bg2.png") no-repeat center top;
}
.home_content_search{
    width: 100%;
    padding: 0 24px;
    max-width: 900px;
    margin: 0 auto 50px;
}

.home_content_search_box{
    position: relative;
    width: 857px;
    height: 67px;
    margin: 24px auto;
    padding: 12px  24px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    background: url(/static/img/home/home_search_input_icon.png) no-repeat;
}
.home_content_search_choose{
    width: 90px;
    margin-right: 12px;
}
.home_content_search_item_choosed{
    width: 100%;
    padding-right: 12px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
}
.home_content_search_item_choosed img{
    margin-left: 4px;
}
.home_content_search_item_choosed_text{
    font-size: 16px;
}

.home_content_search_list{
    display: none;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: #FFF;
    box-shadow: 0 2px 6px 0 rgba(12, 44, 90, 0.24);
    margin-top: 16px;
    padding: 4px;
}
.home_content_search_item{
    padding: 0 8px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    border-radius: 4px;
}
.home_content_search_item:hover{
    background: #E3E5EC;
}

.home_content_search_img{
    position: absolute;
    top: 0;
    left: 0;
}
.home_content_search_input{
    flex: 1;
    height: 42px;
    line-height: 42px;
    padding: 0 12px;
    color: #999;
    font-size: 16px;
    font-weight: 400;
    border: none;
}

.home_content_search_button{
    width: 110px;
    height: 40px;
    line-height: 40px;
    margin-left: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    border: none;
    background: url("/static/img/home/home_search_button_bg.png") no-repeat center top;");
}

.home_content_search_keyword{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: #666;
    font-size: 14px;
    gap: 8px;
}
.home_content_search_keyword_item{
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: 400;
}
.home_content_search_repair{
    display: flex;
}
.home_content_ranking{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    max-width: 1422px;
    margin: auto;
    padding: 0 24px;
    box-sizing: border-box;
}
.home_content_ranking_list{
    width: 442px;
    height: 536px;
    margin-bottom: 24px;
    padding: 24px 16px 0;
    overflow: hidden;
    box-sizing: border-box;
}
.home_content_ranking_list:first-child{
    background: url(/static/img/home/home_ranking_bg1.png) no-repeat;
}
.home_content_ranking_list:nth-child(2){
    background: url(/static/img/home/home_ranking_bg2.png) no-repeat;
}
.home_content_ranking_list:nth-child(3){
    background: url(/static/img/home/home_ranking_bg3.png) no-repeat;
}
.home_content_ranking_list_title{
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    padding-left: 22px;
    margin-bottom: 50px;
}
.home_ranking_list_item {
    display: flex;
    align-items: center;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: 14px;
    font-weight: 400;
}
.home_ranking_number{
    width: 20px;
    color: #666;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    margin-right: 6px;
}
.home_ranking_list_item:nth-child(2) .home_ranking_number{
    color: #F00;
}
.home_ranking_list_item:nth-child(3) .home_ranking_number{
    color: #D04900;
}
.home_ranking_list_item:nth-child(4) .home_ranking_number{
    color: #06F;
}
.home_ranking_name{
    display: block;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home_ranking_count{
    min-width: 90px;
    text-align: right;
}


@media screen and (max-width: 780px) {
    .home_banner{
        height: 445px;
        background: url("/static/img/home/home_banner_bg_mobile.png") repeat center top;
    }
    .home_banner_image_list_pc{
        display: none;
    }
    .home_content_two{
        padding-bottom: 0;
    }
    .home_banner_content_title{
        color: #333;
        font-size: 32px;
        font-weight: 700;
        text-align: center;
    }
    .home_banner_content_text{
        font-size: 13px;
        height: 32px;
        line-height: 32px;
    }
    .home_banner_content_button{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .home_down_load{
        font-size: 18px;
        margin-right: 0;
        width: 165px;
        height: 48px;
        line-height: 48px;
    }
    .home_content_search{
        padding: 0;
        margin-bottom: 24px;
    }
    .home_content_search_box{
        width: 364px;
        max-width: 364px;
        height: 52px;
        padding: 4px 12px;
        background: url(/static/img/home/home_search_input_icons.png) no-repeat;
    }

    .home_content_search_choose{
        width: 80px;
    }

    .home_content_search_input{
        width: 20px;
        height: 42px;
        line-height: 42px;
        padding: 0 4px
    }

    .home_content_search_keyword{
        max-width: 366px;
        margin: auto;
        justify-content: flex-start;
        flex-wrap: wrap;
    }


    .home_content_ranking{
        padding: 0;
    }

    .home_content_ranking_list{
        width: 366px;
    }

    .home_content_ranking_list_title{
        font-size: 16px;
        padding-left: 18px;
    }


    .home_content_ranking_list:first-child{
        background: url(/static/img/home/home_ranking_bgs1.png) no-repeat;
    }
    .home_content_ranking_list:nth-child(2){
        background: url(/static/img/home/home_ranking_bgs2.png) no-repeat;
    }
    .home_content_ranking_list:nth-child(3){
        background: url(/static/img/home/home_ranking_bgs3.png) no-repeat;
    }
}

