body {
    user-select: none;
    width: 100%;
    font-size: 12px;
    background: #EEF2F8;
    margin: 0;
}

p {
    color: #333;
    font-size: 16px;
    text-indent: 2em;
    line-height: 28px;
}

p img{
    float: right;
    shape-outside: inset(2em 0 1em 0);
    margin: 4em 0 auto 3em;
}
.head {
    text-align: center;
}
.head img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    border-radius: 0 0 48px 48px;
}

.main {
    width: 1200px;
    margin: auto;
}

.main > div {
    padding: 64px;
    margin-top: 116px;
    background: #FFFFFF;
    box-shadow: 0 0 40px 0 #E3E7F7;
    border-radius: 40px;
    position: relative;
}
.temp {
    margin-bottom: 60px;
}
.temp .code {
    font-size: 14px;
    font-weight: 400;
    color: #3BAE5D;
    line-height: 20px;
}

.title {
    width: 100%;
    position: absolute;
    top: -50px;
    left: 0;
    margin: auto;
    text-align: center;
}

.contract-title {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 60px;
    text-align: center;
}

.left-word {
    text-indent: 0;
}

.underline-word {
    display: inline-block;
    width: 100px;
    border-bottom: 2px solid #333;
    height: 24px;
}
.right-word {
    text-indent: 0;
    text-align: right;
}
.footer {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    text-align: center;
}

.mr-30 {
    margin-right: 60px;
}

.w-150 {
    width: 150px;
}
