html {
    font-size: 16px;
}

body {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    font-family: "Open Sans", "open_sans", "Lucida Grande", "Verdana", "Pingfang SC", "Pingfang TC", "Hiragino Sans GB", "Microsoft YaHei", Cardo, STSong, "Songti SC", SimSun, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, serif;
    margin: 0px auto;
    -webkit-font-smoothing: antialiased;
}

/* 大容器 */
.contenter-wrap {
    box-sizing: border-box;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    margin: 0px auto;
}

.content {
    width: 55%;
    background: red;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFF7F6;
}

.title {
    width: 100%;
    height: 10.52rem;
}

.h1 {
    font-weight: 600;
    font-size: 1.2rem;
    color: #000000;
    margin-top: 3.28rem;
}

.statement-box {
    margin-top: 1.36rem;
    width: 100%;
    box-sizing: border-box;
    padding-left: 1.76rem;
    padding-right: 1.76rem;
    display: flex;
    flex-direction: column;
}

.h2 {
    font-weight: 600;
    font-size: 0.8rem;
    color: #373737;
}

.h3 {
    font-weight: 400;
    font-size: 0.8rem;
    color: #373737;
    margin-top: 0.2rem;
}

.h3 span {
    font-weight: 600;
}

.h3 .span1 {
    color: #0B72D8;
}

.top {
    margin-top: 1.04rem;
}

.h4 {
    width: 100%;
    position: relative;
    height: 6.84rem;
    display: flex;
    align-items: center;
}

.company-seal {
    position: absolute;
    right: 0;
    width: 6.84rem;
    height: 6.84rem;
}

.company-seal-content {
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 0.8rem;
    color: #373737;

}

.company-seal-content .bottom {
    text-align: right;
}

.fourthPicture {
    width: 65%;
    height: 16.0625rem;
    padding: 4.375rem 0;
}

.fourthPicture-content {
    width: 100%;
    height: 100%;
    margin: auto;
}

.fourthPicture-content-top {
    width: 100%;
    /* height: 10rem; */
    display: flex;
    font-size: 0.875rem;
    border-bottom: 2px solid #999;
}

.left,
.right {
    width: 50%;
    display: flex;
    justify-content: space-around;
}

.left-qrCode {
    width: 8.75rem;
    height: 8.75rem;
    margin-top: 1rem;
}

.left-qrCode img {
    width: 100%;
}

.left-email {
    color: #333;
    margin-top: 4rem;
}

.right-tel,
.right-address {
    margin: auto 0;
}

.right-tel {
    width: 9.375rem;
    color: #333;
}

.right-address {
    width: 23rem;
    color: #333;
    /* margin-right: 2rem; */
}

.fourthPicture-content-bot {
    text-align: center;
    margin-top: 1.875rem;
    font-size: 0.875rem;
}

.bot-ICP {
    color: #333;
    margin-bottom: 0.375rem;
    text-decoration: underline;
}

.bot-ICP a,
.bot-record a {
    color: #333;
}

.bot-record {
    text-decoration: underline;
    color: #333;
}