* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

body {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    background: #10468C;
    color: #3f3f3f;
    line-height: 1.5;
    font-size: 14px
}

/*更改默认浏览器滚动条样式*/
::-webkit-scrollbar {
    width: 4px;
    height: 6px;
    background-color: #fff
}

::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #fff
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #eee
}

.container {
    margin: 10px;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
}

.security {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.security .nocode {
    font-size: 16px;
    padding: 25px 0;
}

.security .title {
    font-size: 14px;
    color: #666;
}

.security .code {
    font-size: 22px;
    color: #10468C;
    padding: 10px;
}

.security .result {
    font-size: 18px;
    color: #222;
}

.security .content {
    flex: 1;
    padding: 30px 0 0 0;
    font-size: 14px;
    width: 100%;
}

.company {
    width: 100%;
    font-size: 14px;
    padding: 30px 0 0 0;
}

.company img {
    width: 100%;
}












































