body,p,ul,ol,h1,h2,h3,h4,h5 {
    margin: 0
}

a {
    color: currentColor;
    text-decoration: none
}
body {
    font: 14px Arial, Helvetica, sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, .88);
    line-height: 1.57143;
    background-color: #f2f4f5;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    padding: 0;
}
form {
    display: block;
    margin-top: 0em;
}
input, button, textarea {
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    background: 0 0;
    border: 0;
    border-radius: 0;
    margin: 0;
    font-family: inherit;
}

.xingkong-box-main {
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: flex;
}
.xingkong-box-main .box {
    margin-top: -10vh;
}

.xingkong-box-main .box .title {
    text-align: center;
    color: #5961f9;
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 400;
}
.xingkong-box-main .box .subtitle {
    text-align: center;
    margin-bottom: 10px;
}
.xingkong-box-main .box .info {
    text-align: center;
    color: #999;
    height: 24px;
    margin-bottom: 10px;
    line-height: 24px;
}
.xingkong-box-main .box .code-wrap {
    position: relative;
}
.xingkong-box-main .box .code-wrap .input-code-hidden {
    position: fixed;
    left: -9999px;
}

.xingkong-box-main .box .model-wrap {
    display: flex;
}
.xingkong-box-main .box .model-wrap input {
    border: 1px solid #5961f9;
    text-align: center;
    color: rgba(0, 0, 0, .88);
    cursor: text;
    border-radius: 6px;
    width: 48px;
    height: 54px;
    margin: 0 8px;
    font-size: 26px;
    line-height: 54px;
    position: relative;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-nutton {
    -webkit-appearance: none;
}
/* 火狐 */
inputp[type="number"] {
	-moz-appearance: textfield;
}
.xingkong-box-main .box .foot {
    text-align: center;
    color: #5961f9;
    margin-top: 40px;
}
.xingkong-box-main .box .foot .wxgzh {
    cursor: pointer;
    margin-bottom: 20px;
}