html {
    background: #f0f4ff;
    font-size: 20px;
}

.mainView {
    height: 8rem;
    position: relative;
    overflow: hidden;
}

.mainBg {
    height: 8rem;
    position: absolute;
    left: 0;
    top: 0;
}

.mainContent {
    width: 12rem;
    position: absolute;
    left: 1.25rem;
    top: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.text1 {
    font-weight: bold;
    font-size: 0.75rem;
}

.text2 {
    font-weight: 600;
    font-size: 0.45rem;
}

.text3 {
    font-weight: 400;
    font-size: 0.35rem;
}

.imgBg {
    position: relative;
    /* overflow: hidden; */
    height: 54rem;
    background: url('http://blhc806.oss-cn-hangzhou.aliyuncs.com/officialWebsite/hezuomoshi05@2x.png') no-repeat center;
    background-size: cover;
}

.botImg {
    width: 16.45rem;
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
}