body {
    background: rgba(0, 0, 0, 0.132);
    height: 100%;
    width: 100%
}

* {
    margin: 0;
    padding: 0;
}

.video {
    height: 100%;
    width: 100%;
    z-index: 1;
}

.blurbox {
    z-index: 20;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(10px);
    position: absolute;
    top: 30px;

}

.video1 {
    width: 195px;
    height: 388px;
    position: absolute;
    top: 31%;
    left: 30%;
    z-index: 997;
    background-size: cover;
    border-radius: 30px;
}



.img1 {

    background-image: url(img/1.png);
    width: 200px;
    height: 400px;
    position: absolute;
    top: 30%;
    left: 30%;
    z-index: 998;
    background-size: cover;

}

.top {
    background: black;
    height: 40px;
}

.main-box {
    width: 320px;
    height: 400px;
    padding: 20px;
    margin: 100px auto;
    border-radius: 12px;
    position: absolute;
    top: 15%;
    left: 50%;
    /* background: rgba(240, 237, 237, 0.444); */
    border: 2px rgb(202, 196, 196);
    z-index: 999;

}


h3 {
    font-size: 33px;
    line-height: 43px;
}

.tip {
    color: #666;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 30px;
}

.tip span a {
    color: #2e58ff;
    text-decoration: none;
}

.row {

    height: 35px;
    width: 100%;
    padding-bottom: 22px;
    display: flex;
    align-items: center;

}

input {
    outline: medium;
    border: none;

}

label {
    width: 55px;
    height: 35px;
    /* 行高=高度：居中对齐  */
    line-height: 35px;
    color: white;
    font-size: 15px;
}

.inp {
    /* 实现项目自动填满容器的剩余空间，自适应布局 */
    flex: 1;
    height: 35px;
    border-radius: 5px;
    color: #333;
    font-size: 15px;
    border: 1px solid #e0e0e0;
}

.inp:focus {
    border-color: #2e58ff;
}

.code {
    margin-left: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background: #fff;
    height: 15px;
    line-height: 15px;
    cursor: pointer;
    font-size: 8px;
    padding: 10px;

}

.sub {
    background: #0f46de;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    margin-top: 10px;
}

.foot {

    margin-top: 40px;
    font-size: 12px;
    color: #666;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot a {
    margin-left: 5px;
    text-decoration: none;
    color: #2e58ff;

}


.foot input {
    margin-right: 5px;
}

.warn {
    font-size: 11px;
    color: red;
    margin-left: 55px;
}

.top {
    background: black;
}