* {
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    background: white;
    min-height: 100vh;
    font-size: 14px;
}

.ai-container {
    width: 100%;
    height: 100vh;
    max-width: 600px;
    margin: auto;
    background: url(../assets/b.jpg) no-repeat center center;
    background-size: 100% 100%;
    padding-top: 39.5vh;
}

.aic-f {
    width: 100%;
    padding: 0 .75rem;
}

.aic-box {
    width: 100%;
    background: url(../assets/bh.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 3% 0% 6% 0%;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.aic-input {
    width: 100%;
    height: 45px;
    border-radius: 20px;
    border: 1px solid #b5b5b5;
    padding-left: 10px;
    background-color: #eee;
    font-size: 14px;
    color: #333;
    text-align: center;
}

.aic-wd {
    font-size: 14px;
    color: #c2c2c2;
}

.aic-btn {
    width: 83%;
    height: 50px;
    background: url(../assets/anniu.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 3% auto auto;
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    padding-top: 10px;
    font-weight: 500;
    animation: aicano 2s linear infinite;
}

@keyframes aicano {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.aic-h1 {
    width: 100%;
    font-size: 24px;
    color: #187ac5;
    font-weight: 600;
    text-align: center;
    margin-top: 1.5rem;
}

.aic-h2 {
    margin-top: 1.5rem;
    font-size: 16px;
    color: #596cb4;
    line-height: 1.5;
    padding: 0 10px;
    text-align: center;
    font-weight: 500;
}

.aic-e {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding-top: 1rem;
}

.proc {
    width: 70%;
    height: 10px;
    background-color: #f3f4f6;
    border-radius: 10px;
    margin-top: 12px;
}

.proc-sun {
    width: 0%;
    height: 100%;
    background-color: #114dd4;
    border-radius: 10px;
    animation: progress-7a726851 1.5s linear forwards;
}

.aie-1 {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    text-align: center;
}

.aie-2 {
    font-size: 12px;
    color: #c2c2c2;
    font-weight: 500;
    text-align: center;
}
.aic-y{
    width: 100%;
    padding: 1.5rem 2rem;
}
.aiy-1{
    font-size: 18px;
    color: #187ac5;
    font-weight: 600;
    padding: 0 6%;
    text-align: center;
}
.aiy-2{
    font-size: 16px;
    color: #596cb4;
    line-height: 1.5;
    padding: 0 8%;
    text-align: center;
    font-weight: 500;
    margin-top: 1rem;
}
.aiy-3{
    width: 98%;
    height: 50px;
    background: url(../assets/anniu.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 2rem auto auto;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    padding-top: 10px;
    font-weight: 500;
    animation: aicano 2s linear infinite;
}