.container {
    box-sizing: border-box;
    font-size: 0.4rem;
    padding: 0.4rem;
}

.container p {
    font-size: 0.37rem;
    line-height: 1.6;
    text-align: justify;
    padding: 0;
}

.no_margin p {
    margin: 0;
}

h3 {
    text-align: center;
}

.bold_title {
    font-weight: bold;
}

a {
    color: blue;
    text-decoration: none;
}

.bold {
    font-weight: bold;
}

.blue {
    color: blue;
}

.img_box {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.xz_logo {
    width: 2.11rem;
    height: 2.13rem;
    margin-top: 1.33rem;
    margin-bottom: 0.64rem;
}

.about_text {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 0 0.33rem;
    margin-bottom: 0.08rem;
}

.about_text .circle {
    width: 0.21rem;
    height: 0.21rem;
    border-radius: 50%;
    border: 0.03rem solid #ff5e20;
    margin-right: 0.18rem;
}

.about_text .texts {
    width: 8.1rem;
    font-size: 0.37rem;
    line-height: 0.64rem;
    color: #333333;
    font-weight: 400;
    text-align: justify;
}

.fullimg {
    width: 4rem;
    margin-right: 0.27rem;
}

.full_img_box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.center_img_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mulu a {
    display: block;
    color: #333333;
    text-decoration: underline;
    margin-bottom: 10px;
}
