.jake-index {
    position: relative;
    max-width: 414px;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    background-color: #4165D3;
}

.img1 {
    width: 100%;
    height: auto;
}

.img11 {
    width: 100%;
    height: 40px;
    margin: -10px auto 0;
}

.notice {
    z-index: 100;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -258px;
    text-align: center;
    color: #FF4500;
    font-size: 16px;
}

.register {
    z-index: 100;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -28px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.jake-box {
    margin: -30px 10px 0;
    padding: 60px 15px 40px;
    background-color: #fff;
    border-radius: 6px;
}

.jake-cell {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.jake-cell input {
    flex: 1 1 auto;
    margin: 0 0 0 10px;
    height: 30px;
    line-height: 30px;
    color: #444;
    font-size: 18px;
    font-weight: 500;
}

.sms-btn {
    text-align: center;
    width: 50px;
    height: 20px;
    line-height: 20px;
    background-color: #4165D3;
    border-radius: 60px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.count-time {
    display: none;
}

.jake-cell::before {
    content: '';
    display: inline-block;
}

.jake-cell::after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: 30px;
    height: .5px;
    bottom: 0;
    background-color: #4165D3;
}

.cell1 span {
    margin-left: 10px;
    color: #000;
}

.cell1::before {
    width: 20px;
    height: 30px;
    background: url(../img/2.png) no-repeat center center / 100%;
}

.cell2::before {
    width: 20px;
    height: 30px;
    background: url(../img/3.png) no-repeat center center / 100%;
}

.cell3::before {
    width: 20px;
    height: 30px;
    background: url(../img/4.png) no-repeat center center / 100%;
}

.cell4::before {
    width: 20px;
    height: 30px;
    background: url(../img/5.png) no-repeat center center / 100%;
}

.jake-btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #4165D3;
    border-radius: 40px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.jake-box2 {
    display: none;
}

.popups-box {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 80%;
    padding: 10px;
    background-color: rgba(0, 0, 0, .5);
    line-height: 18px;;
    text-align: center;
    color: #fff;
}