html {
    background: #f0f4ff;
    font-size: 20px;
}

.mainView {
    height: 10rem;
    position: relative;
    overflow: hidden;
}

.mainBg {
    height: 10rem;
    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;
}

.hzzxBg {
    position: relative;
    width: 100%;
    height: 31rem;
    background: url('http://blhc806.oss-cn-hangzhou.aliyuncs.com/officialWebsite/gongxianggongying07.png') no-repeat center;
    background-size: cover;
    padding-top: 2rem;
    box-sizing: border-box;
}

.address {
    width: 16.25rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 1.5rem;
}

.item-list {
    width: 16.25rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    left: 0;
    right: 0;
    top: 1.9rem;
    margin: auto;
}

.item {
    width: 49%;
    height: 3.05rem;
    border-radius: .25rem;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 12px;
    border: 1px solid rgba(209, 213, 219, 0.3);
    padding: .3rem .8rem;
    box-sizing: border-box;
    margin-bottom: .45rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.item-title {
    font-size: .45rem;
}

.item-text {
    font-size: .35rem;
    color: #808080;
}

.call-item {
    width: 2.05rem;
    height: .75rem;
    line-height: .75rem;
    text-align: center;
    background-color: #2857FD;
    color: #fff;
    font-size: .3rem;
    border-radius: .05rem;
}