.hr_index{
  padding: 20px 0;
}
.hr_main{
    position: relative;
}
.top_title{
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
    padding-left: 30px;
    padding-right:30px;
}
.top_title>h4{
    font-size: 16px;
}
.top_title a{
    font-size: 16px;
    display: inline-block;
}
.top_title a:last-child{
    margin-left: 15px;
}
.index_main>img{
    width: 100%;
}
.index_btns{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    /*width:calc(100% - 80px);*/
    width:100%;
    margin: 0 auto;
    position: absolute;
    bottom:40px;
    z-index: 10;
}

.index_btns>a{
    width:calc(50% - 30px);
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    color:#333;
    display: block;
    text-decoration: none;
    background: #F5F5F5;
    padding: 5px;
    text-align: center;
    border-radius:5px;
}

@media (min-width: 320px) and (max-width: 374px){
    .top_title {
        padding-bottom: 10px;
    }
    .top_title>h4,
    .top_title a{
        font-size: 14px;
    }
    .index_btns>a{
        font-size: 12px;
    }

    .index_btns{
        bottom:10px;
    }
    .hr_YD_EN .index_btns>a:first-child{
        line-height:30px;
    }
    .hr_YD_EN .index_btns>a:last-child{
        line-height:25px;
    }
}

@media (min-width:375px) and (max-width:413px){
    .top_title {
        padding-bottom: 10px;
    }
    .top_title>h4,
    .top_title a{
        font-size: 14px;
    }
    .index_btns>a{
        font-size: 12px;
    }

    .index_btns{
        bottom:20px;
    }
    .hr_YD_EN .index_btns>a:first-child{
        line-height:30px;
    }
    .hr_YD_EN .index_btns>a:last-child{
        line-height:35px;
    }
}
@media (min-width:414px) and (max-width:767px){


    .index_btns{
        bottom:35px;
    }
    .hr_YD_EN .index_btns>a:first-child{
        line-height:40px;
    }
    .hr_YD_EN .index_btns>a:last-child{
        line-height:60px;
    }

}
@media (min-width:768px){

    .index_btns>a{
        font-size: 16px;
        padding: 10px 0;
        margin-bottom: 20px;
        width: calc(50% - 55px);
    }
    .index_btns{
        bottom:130px;
    }

}