*{
    margin: 0;
    padding: 0;
}
.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.flex-center {
    overflow-x: hidden;
}

.org_body {
    max-width: 100%;
    position: relative;
}
.org_title {
    width: 100%;
    background: linear-gradient(#E9F6FF 0%, #FFFFFF 65%, #FFFFFF 100%);
    font-family: PingFang-SC, PingFang-SC;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding-top: 58px;
    padding-bottom: 10px;
}
.org_door {
    height: 250px;
    width: 100%;
}
.preview-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}
  
.preview-content {
    max-width: 80%;
    max-height: 80%;
    overflow: auto; /* 根据需要保留或删除 */
    position: relative;
    transform: scale(1); /* 设置具体的缩放比例 */
}

.preview-image {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}
.org_cont {
    background: #F6F6F6;
    border-radius: 20px 20px 0px 0px;
    position: relative;
    top: -60px;
}

.basic_msg {
    padding: 15px;
    box-sizing: border-box;
}
.bm_title {
    font-family: PingFang-SC, PingFang-SC;
    font-weight: 800;
    font-size: 18px;
    color: #101010;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 10px 0;
}

.bm_li {
    font-family: PingFang-SC, PingFang-SC;
    font-weight: 500;
    font-size: 15px;
    color: #363636;
    line-height: NaNpx;
    text-align: left;
    font-style: normal;
    text-transform: none;
    line-height: 20px;
    position: relative;
    right: -15px;
    box-sizing: border-box;
    padding: 0 15px 0 0;
}

.bm_dot {
    width: 5px;
    height: 5px;
    background: #101010;
    border-radius: 50%;
    margin-right: 8px;
    position: absolute;
    left: -10px;
    top: 8px;
}

.bm_phone {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 52px;
    background: #F9FAFC;
    font-family: PingFang-SC, PingFang-SC;
    font-weight: bold;
    font-size: 15px;
    color: #2968FF;
    line-height: NaNpx;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-left: 19px;
    padding-right: 14px;
    margin-top: 15px;
}

.bmph_img {
    width: 20px;
    height: 20px;
}
.about_we{
    box-sizing: border-box;
    margin-top: 20px;
    display: flex;
    align-items: center;
    height: 15px;
    margin-bottom: 13px;
}
.about_we_titleleft{
    width: 2px;
    height: 15px;
    background: #2968FF;
}
.about_we_title{
    font-family: PingFang-SC, PingFang-SC;
    font-weight: 800;
    font-size: 14px;
    color: #101010;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-left: 9px;
}
.about_we_cont{
    font-family: PingFang-SC, PingFang-SC;
    font-weight: 500;
    font-size: 15px;
    color: #101010;
    line-height: 31px;
    text-align: justifyLeft;
    font-style: normal;
    text-transform: none;
    box-sizing: border-box;
    padding: 0 4px;
}
.about_we_fenge{
    width: calc(100% + 30px);
    height: 2px;
    background: #EFEFEF;
    margin-left: -15px;
}
.about_we_fenge_bottom{
    width: calc(100% + 30px);
    height: 7px;
    background: #EFEFEF;
    margin-left: -15px;
    margin-top: 6px;
}
.yyzzbox{
    text-align: center;
}
.yyzz_img{
    width: 100%;
    margin: 13px 0;
}
.jkzm_img{
    width: 100%;
    height: 106px;
}

.map_img{
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    left: 6px;
}