body {
    display: block;
    margin: 0px;
    width: 100%;
}

.root {
    width: 100%;
}
.float {
    position: fixed; /* 使div固定位置 */
    left: 0; /* 左边距设置为0，使其与视口左边对齐 */
    bottom: 0; /* 底部设置为0，使其在视口底部对齐 */
    width: 100%; /* 宽度设置为100%，使其横跨整个视口宽度 */
    background-color: transparent; /* 背景颜色 */
    color: white; /* 字体颜色 */
    text-align: center; /* 文本居中对齐 */
    padding: 10px 0; /* 上下填充 */


}
.mid {
    margin-left: 2%;
    width: 100%;
}
.right {
    float: right;
    margin-right: 2%;
    position: relative;
}
.right_top{
    position: absolute;
    right: 0;
    height: 50px;
    width: 50px;
}
.img {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.first{
    width: 100%;
    position: relative;
}
.qr{
    position: absolute;
    height: 10.1%;
    width: 6%;
    left: 33.2%;
    bottom: 5.1%;
}
.link{
    position: absolute;
    height: 13%;
    width: 13%;
    left: 55%;
    bottom: 4%;
}
.body_bottom {
    position: absolute;
    bottom: 4.3%;
    text-align: center;
    width: 100%;


}
.wenzi {
    text-align: center;
    height: 27px;
    font-size: 14px;
    font-family: SourceHanSansCNVF-Normal, SourceHanSansCNVF;
    font-weight: 400;
    color: #eeeeee;


}
a {
    font-size: 14px;
    font-family: SourceHanSansCNVF-Normal, SourceHanSansCNVF;
    font-weight: 400;
    color: #eeeeee;
}