p{
    margin: 0;
    padding: 0;
}
._box{
    padding: 30px;
    box-sizing: border-box;
    background-color: #ffffff;
}
._box_map{
    width: 100%;
}
._box_map>iframe{
    width: 100%;
    min-height: 460px;
    border: 0;
    outline: none;
}
._box_map>span{
    display: block;
    padding-bottom: 38.1%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
._box_card{
    /*position: relative;
    height: 280px;*/
}
._box_card_info{
    width: calc(100% - 100px);
    /*min-height: 360px;*/
    /*position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);*/
    background-color: #ffffff;
    padding: 60px 35px 43px 35px;
    box-sizing: border-box;
    box-shadow: 0 5px 5px #e4e2e2;
    margin-top: -80px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
._box_card_info_title{
    display: flex;
    align-items: center;
    flex-direction: column;
}

._box_card_info_title_name{
    font-size: 24px;
    color: #121212;
}
._box_card_info_title_line{
    width: 80px;
    height: 3px;
    background-color: #e50012;
    margin-top: 18px;
}
._box_card_info_content{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
._box_card_info_content_left{
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex: 1;
    flex-wrap: wrap;
    margin-right: 50px;
}
._box_card_info_content_left_row{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
._box_card_info_content_left_row:first-child{
    margin-top: 0;
}
.row_item{
    width:calc(60% - 50px);
    display: flex;
    align-items: center;
    margin-left: 100px;
}
    .row_item:first-child {
        margin-left: 0;
        width: calc(40% - 50px);
    }
.row_item>span{
    font-size: 16px;
    color: #121212;
    margin-left: 9px;
}
._box_card_info_content_right{
    /*width: 110px;*/
    display: flex;
    justify-content: center;
    /*align-items: center;*/
}
._box_card_info_content_right_qrcode{
    width: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 15px;
}
._box_card_info_content_right_qrcode:first-child{
    margin-left: 0;
}
._box_card_info_content_right_qrcode>img{
    width: 110px;
    height: 110px;
}
._box_card_info_content_right_qrcode>p{
    font-size: 16px;
    color: #121212;
    margin-top: 9px;
    text-align: center;
}