@charset "UTF-8";
@import "minScreenLayout.css";
@import "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;
    /*-webkit-user-select: none;*/
    /*-moz-user-select: none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/
}

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

.codeLogin {
    background-color: transparent;
    text-align: center;
    width: fit-content;
    height: fit-content;
}



