body {
    min-height: 100vh;
    overflow-x: hidden;
    background-color: #fff;
    word-break: break-all;

}

.top {
    max-width: 750px;
    height: 50px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}
.top_z {
    width: 96%;
    max-width: 750px;
    display: flex;
    justify-content: space-between;
    position: fixed;
    height: 50px;
    background-color: #fff;
}
.top_l {
    width: 30%;
    height: auto;
    padding-top: 10px;

}
.top_l img {
    height: 28px;
}
.top_r {
    width: 40%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
}
.top_r a {
    width: 75px;
    height: 25px;
    display: block;
    background-color: rgb(233, 3, 3);
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    border-radius: 5px;
}
.cent {
    max-width: 750px;
    height: auto;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
.bioat {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
}
.bioat p {
    width: 100%;
    height: auto;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}
.guanz {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
.gz_l {
    width: 80%;
    height: auto;
    display: flex;
}
.gzl_l {
    width: 36px;
    height: 36px;
    border-radius: 50%;
background: url(/UploadFiles/pic/logoa1.jpg);
}
.gzl_l img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.gzl_r {
    width: 80%;
    margin-left: 10px;
}
.gzl_r h2 {
    font-size: 14px;
    color: black;
    font-weight: 600;
}
.gzl_r p {
    color: rgb(165, 164, 164);
}
.gz_r {
    width: 23%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
}
.gz_r a {
    width: 75px;
    height: 25px;
    display: block;
    color: rgb(233, 3, 3);
    border: 1px solid rgb(233, 3, 3);
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    border-radius: 30px;
}
.nr {
    width: 100%;
    height: auto;
}
.dibu {
    width: 100%;
    height: auto;
    padding: 30px 0px;
}
.nr img {
    width:90%;
}
.dibu p {
    width: 100%;
    height: auto;
    font-size: 12px;
    color: rgb(156, 156, 156);
    padding-bottom: 30px;
}
.dibu .di_a a {
    width: 45%;
    height: 50px;
    border: 1px solid #d30326;
    border-radius: 30px;
    color: #d30326;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    display: block;
    margin: 20px 11%;
    margin: 0 auto;
}
.di_a a img {
    height: 25px;
}