.hrbm_name {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
}
.hrbm_name i {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0.3rem;
}
.hrbm_name h3 {
    padding: 0 2%;
    font-size: 1.6rem;
}
.hrbm_name h3 span {
    color: #eb0100;
}
.dzxd{
	text-align: center;
	letter-spacing: 0.25rem;
	color: #8a8a8a;
}
.bntd{
	padding: 1.5rem 0;
}
.bmdt_gd {
    padding: 0 2%;
}
.bmdt_top {
    text-align: center;
    background-color: #eb0100;
    line-height: 2.8rem;
    color: #fff;
    letter-spacing: 0.3rem;
}
.bmdt_list {
    display: flex;
    justify-content: end;
    border-bottom: 0.05rem solid #656565;
    color: #656565;
}
.bmdt_list li {
    text-align: center;
    width: 18%;
    border-left: 0.05rem solid #656565;
    line-height: 2rem;
}
.bmdt_list li:nth-child(3) {
    color: #ff4546;
    width: 25%;
    font-weight: bold;
}
.bmdt_list li:nth-child(4) {
    width: 25%;
}
.bmdt_list li:nth-child(5) {
    font-weight: bold;
    border-right: 0.05rem solid #656565;
}
.bmdt_btm {
    display: flex;
    justify-content: space-between;
    line-height: 3rem;
}
.bmdt_btm p:nth-child(1) {
    width: 62%;
    color: #fff;
    text-align: center;
    background-color: #ff4546;
    font-size: 1.1rem;
}
.bmdt_btm p:nth-child(2) {
    width: 38%;
    background-color: #f48815;
    font-size: 1.3rem;
    font-weight: bold;
}
.bmdt_btm p:nth-child(2) a {
    text-align: center;
    display: block;
    color: #fff;
}
.bmdt_lp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0.7rem 2% 1rem;
}
.bmdt_lp_lis {
    width: 48%;
    padding: 0.5rem 2% 0;
    background-color: #eb0100;
    margin-bottom: 0.8rem;
}
.bmdt_lp_lis p {
    text-align: center;
    color: #fff;
    line-height: 2.4rem;
}
.bmdt_btn {
    padding: 0 25%;
}
.bmdt_btn a {
    display: block;
    text-align: center;
    background-color: #eb0100;
    color: #fff;
    line-height: 3.5rem;
    border-radius: 3rem;
    font-weight: bold;
    font-size: 1.5rem;
	letter-spacing: 0.25rem;
}
.bmnthd{
	margin-top: 2rem;
}
.form_btm {
    padding: 1.6rem 3%;
    background-color: #fd1d1f;
}
.form_top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.8rem;
    border-bottom: 0.05rem solid #fff;
    opacity: 0.8;
}
.form_left2 {
    color: #fff;
}
.form_right2 {
    overflow: hidden;
    padding-top: 0.5rem;
}
.form_left2 span {
    font-size: 1.3rem;
}
.form_right2 i {
    width: 1rem;
    display: block;
    height: 1rem;
    float: left;
    margin-top: 0.2rem;
    margin-right: 0.2rem;
}
.form_right2 p {
    float: left;
    color: #fff;
    opacity: 0.9;
}
.form_btm form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.form_btm_ipt {
    width: 48%;
    padding: 1.5rem 0;
}
.form_btm_js {
    color: #fff;
    line-height: 2.8rem;
    opacity: 0.6;
}
.form_btm_btn {
    width: 48%;
}
.form_btm_ipt input {
    width: 100%;
    line-height: 2.6rem;
    padding-left: 4%;
    outline: none;
}
.form_btm_btn button {
    width: 100%;
    line-height: 2.8rem;
    color: #f71819;
    background-color: #f9fc00;
    border-radius: 0.8rem;
    font-size: 1.2rem;
    outline: none;
}