@charset "UTF-8";
@import "../wz/minScreenLayout.css";
@import "../wz/maxScreenLayout.css";
* {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body {
    font-family: "Lantinghei SC", "Microsoft Yahei", "Hiragino Sans GB", Arial, sans-serif;
    font-style: normal;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: white;
}

.showView {
    border: 1px #333 solid;
    box-sizing: border-box;
}

.codeLogin {
    background-color: transparent;
    text-align: center;
    width: fit-content;
    height: fit-content;
}
.wxgzhTabTmp {
    width: 100%;
    height: 16vw;
}
.wxgzhTab {
    width: 100%;
    height: 15vw;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: white;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-around;
}
.wxgzhTab .tabV {
    width: 20vw;
    margin-top: 2vw;
}
.wxgzhTab .tabi {
    width: 100%;
    height: 7vw;
    object-fit: contain;
}
.wxgzhTab .tabt {
    width: 100%;
    text-align: center;
    line-height: 6vw;
    height: 6vw;
    color: #999;
    font-size: 10px;
}
