@charset "UTF-8";
/*
 * 页面主样式
 * 日期: 2023-07-25
 * By Killer
 * 
*/

.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    /* 根据设备方向调整视频尺寸 */
    object-fit: cover;
}

/* 内容容器 - 可以根据需要添加内容 */

.content {
    width: 396px;
    margin: 0 auto;
    position: absolute; 
  top: 50%; 
  left: 50%;
  transform: translate(-50%, -50%);
}

.content h2 {
    font-weight: 600;
    font-size: 26px;
    color: #212121;
    line-height: 37px;
    text-align: center;
    padding-bottom: 25px;
}

/* 视频加载时的占位背景 */

.video-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
}

.meassage {
    width: 324px;
    height: 320px;
    background: #FFFFFF;
    border-radius: 15px;
    padding: 0 36px;
}

.meassage h3 {
    font-weight: 600;
    font-size: 16px;
    color: #212121;
    line-height: 22px;
    padding-top: 26px;
    padding-bottom: 19px;
    text-align: center;
}

input {
    width: 282px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #E0E0E0;
    padding-left: 20px;
    cursor: pointer;
    padding-right: 20px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.mail input {
    padding-right: 150px;
    width: 154px;
}

input:focus {
    border: 1px solid #6F33FF;
    outline: 0;
}

.mail {
    position: relative;
    padding-bottom: 13px;
}

.mail span {
    position: absolute;
    right: 22px;
    top: 14px;
    font-weight: 500;
    font-size: 16px;
    color: #979797;
    line-height: 22px;
}

.forget {
    text-align: right;
    padding-top: 10px;
    padding-bottom: 18px;
}

.forget a {
    font-weight: 400;
    font-size: 13px;
    color: #352264;
    line-height: 18px;
}

.login_btn a {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #6F33FF;
    border-radius: 6px;
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.login_btn a:hover {
    opacity: 0.8;
}

.or_title {
    font-weight: 600;
    font-size: 14px;
    color: #212121;
    line-height: 20px;
    border-top: 1px solid #C7C7C7;
    padding-top: 16px;
    margin-top: 16px;
    text-align: center;
}

.meassage ul {
    padding-top: 16px;
}

.meassage ul li {
    width: calc(100% - 50px);
    height: 50px;
    border-radius: 6px;
    border: 1px solid #ACAFB7;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #212121;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.meassage ul li:hover {
    background: #F6FBFF;
}

.meassage ul li:hover .ic04 {
    right: 20px;
}

.meassage ul li a {
    display: flex;
    align-items: center;
    height: 50px;
    color: #212121;
}

.meassage ul li .ic01 {
    width: 26px;
    height: 26px;
    margin-right: 21px;
}

.meassage ul li .ic04 {
    width: 8px;
    height: 8px;
    position: absolute;
    top: 22px;
    right: 24px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}