body {
    padding: 0;
    margin: 0;
}
html {
    padding: 0;
    margin: 0;
    font-size: 16px;
}
.header {
    height: 1.3rem;
    line-height: 1.3rem;
    font-family: AlibabaPuHuiTi_2_65_Medium;
    color: #071A25;
    border-bottom: 1px solid #DAE3E6;
    font-size: 0.35rem;
    margin: 0 1rem;
}

.container {
    display: flex;
    justify-content: space-between;
    height: 71%;
    padding: 0 1rem 1.4rem;
}

.container .left {
    width: 60%;
    margin-top: 0.1rem;
}
.container .left img {
    width: 90%;
    margin-top: 0.9rem;
}
.container .right {
    width: 40%;
    margin-top: 1rem;
    position: relative;
}
.container .bg {
    width: 100%;
    height: 7rem;
    position: absolute;
    right: -1.1rem;
    bottom: -0.6rem;
}
.container .right .item {
    margin-bottom: 1rem;
}

.container .right .title {
    font-size: 0.35rem;
    font-family: AlibabaPuHuiTi_2_65_Medium;
    color: #071A25;
    line-height: 40px;
    position: relative;
    margin-bottom: 20px;
}

.container .right .con{
    font-size: 0.25rem;
    font-weight: 400;
    color: #494C4D;
    line-height: 32px;
    margin-bottom: 20px;
}
.container .right ::before {
    content: "";
    position: absolute;
    left: -14px;
    top: 9px;
    background-color: #C8DBEF;
    width: 4px;
    height: 20px;
}

.footer {
    height: 1.45rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 0.25rem;
    color: #494C4D;
    width: 100%;
    box-sizing: border-box;
    background-color: #F3F3F3;
    position: fixed;
    bottom: 0;
}
.footer img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.footer div {
    margin-bottom: 9px;
}