* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    text-decoration: none;
    color: inherit;
    font-weight: normal;
    font-family: "微软雅黑";
    box-sizing: border-box;
    font-style: normal;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

body {
    width: 100%;
    overflow-x: hidden;
    background: #f63a39;
}

img {
    max-width: 100%;
    /* border-radius: 50%; */
}

input[type="password"]::-ms-reveal {
    display: none
}

.appLogo {
    position: relative;
    width: 100%;
    height: 6rem;
    /* background-color: #999999; */
}

.appLogo .centerbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6rem;
    height: 6rem;
    /* background-color: pink; */
}

.appLogo img:nth-child(1) {
    position: absolute;
    top: -10%;
    width: 6rem;
    /* background-color: pink; */
}

.spin-element {
    animation: spin 5.5s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

.appLogo img:nth-child(2) {
    position: absolute;
    top: 10%;
    width: 6rem;
    /* background-color: pink; */
}

/* 表单区 */
.form {
    width: 100%;
    height: auto;
    overflow: hidden;
    /* border-radius: .35rem .35rem 0 0; */
    /* background: #ffffff; */
    /* background: #0044ff5b; */
    padding: .5rem;
    /* margin-top: -0.5rem; */
}

.form .item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* height: .9rem; */
    height: 2rem;
    background: #f1f1f1;
    margin-bottom: .5rem;
    padding: 0 0.5rem;
    border-radius: .25rem;
}

.form .item img {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    color: #999999;
    /* background-color: pink; */
}

.form .item .imgcodes {
    flex-shrink: 0;
    width: 3.5rem;
    height: 1.5rem;
    color: #999999;
    margin-right: 0.2rem;
    /* background-color: pink; */
}

.form .item input {
    height: 1rem;
    width: 100%;
    padding: 0 0.6rem;
    background: none;
    color: #000000;
    /* font-size: .28rem; */
    /* background-color: skyblue; */
}

.button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-clip: padding-box;
    background-color: rgb(255, 255, 0);
    border: 1px solid transparent;
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    width: 100%;
    height: 2rem;
    color: #000000;
    cursor: pointer;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.4rem;
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
}

.treaty {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1rem;
}

.treaty .cbx {
    width: 1rem;
    height: 1rem;
}

.treaty .p {
    height: 1rem;
    line-height: 1rem;
    color: white;
}