@charset "UTF-8";
.form {width: 900px;height: 500px;display: flex;border-radius: 20px;overflow: hidden;box-shadow: 0 25px 45px rgba(0, 0, 0, .1);margin: 0 auto;}
.left {
    width: 500px;
    height: 560px;
}
.left video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.right {
    width: 400px;
    height: 560px;
	background:#777;
    backdrop-filter: blur(8px);
    margin: 0px auto;
    display: flex;
    justify-content: center;
}
.right-con {
    position: relative;
    width: 70%;
    display: flex;
    flex-direction: column;
	top:60px;
}
.left-con {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
	top:60px;
}
h1 {
    font-size: 26px;
    color:rgba(255, 255, 255, .6);
    font-weight: 400;
    padding-bottom: 46px;
    letter-spacing: 2px;
}
.impowerBox .qrcode {width: 200px;}
.impowerBox .title {display: none;}
.impowerBox .info {width: 200px;}
.status_icon {display: none}
.impowerBox .status {text-align: center;}