<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    margin: 0;
    padding: 0;
    font-size: 16px;
}
form{
    margin: 0 auto;
    width: 305px;
    transition: all 1s ease-out 0s;
}
input{
    font-size: 16px;
    height: 25px;
    width: 280px;
    margin-top: 20px;
    color: #333;
    outline: none;
    border-radius: 5px;
    border: 1px solid #ccc;
}
input:focus{
    border: 1px solid #09f;
}
p{
    display: inline-block;
    font-size: 12px;
    color: #ccc;
    margin: 0;
    margin-right: 6px;
}
span{
    display: none;
    width:42px;
    font-size: 12px;
    margin-left: 2px;
    color: #ccc;
    background: #ccc;
    text-align: center;
}
span.ruo{
    background: #f00;
    color: #fff;
    opacity: 0.5;				
}
span.zo{
    background: rgb(255, 224, 0);
    opacity: 1;	
    color: #fff;
}
span.qiang{
    background: rgb(3, 146, 3);
    color: #fff;
}
img{
    height: 20px;
    position: relative;
    top: 3px;
}
.f{
    border: 1px solid #fa290d;
}
.r{
    border: 1px solid #04f014;
}
.btn1{
    width: 120px;
    height: 37px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: bold;
    line-height: 37px;
    text-align: center;
    background: linear-gradient(rgb(105, 184, 86) 0%, rgb(66, 164, 43) 100%);
    border-radius: 3px;
    border: 1px solid  rgb(66, 164, 43);
    position: absolute;
    left: 50%;
    margin-left: -60px;
    margin-top: 25px;
    outline: none;
    opacity: 0.5;
    transition: all 1s linear 0s;
    transform-origin: right center;
}
.btn1:hover:after{
    content: 'Â»';
}
.btn1:hover{
    opacity: 1;
}
#btn{
    position: absolute;
    left: 55%;
    top: 355px;
    cursor: pointer;
    border-radius: 5px;
    height: 28px;
    width: 82px;
    text-align: center;
    line-height: 25px;
    border: 1px solid  rgb(66, 164, 43);
    color: rgb(105, 184, 86);
    background: #fff;
    outline: none;
}
#yzm{
    width: 180px;
}
.load{
    border: 5px dotted #fff;
    border-radius: 50%;
    border-top: 5px dotted rgb(163, 247, 142);
    border-left: 5px dotted rgb(177, 255, 158);
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    display: none;
    animation: l 1s ease-out 0s infinite;
    z-index: 99;
}
@keyframes l{
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.verify{
    width: 280px;
    height: 30px;
    margin-top: 10px;
}
#verify_box{
    width: 280px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color:#fff;
    background-color: rgba(212, 212, 212, 1);
}
#verify_xbox{
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color:#fff;
    position: absolute;
    background: #7BBB55;
}
#btn2{
    cursor: pointer;
    width: 54px;
    height: 28px;
    background-color: rgba(255, 255, 255, 1);
    border: solid 1px rgba(212, 212, 212, 1);
    float: right;
}
.img{
    height: 12px;
    top: 0;
}
h6{
    margin: 0;
    color: #ccc;
    font-size: 12px;
}
#mask{
    text-align: center;
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgb(83, 187, 57);
    opacity: 0.8;
    z-index: 99;
    transform: scale(0);
    transition: all 1s ease-out 2s;
}
#vimg{
    width: 280px;
    height: 200px;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    top: 20px;
}
.kuai{
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 99;
}
.kuai2{
    width: 50px;
    height: 50px;
    background: #fff;
    position: absolute;
    top: 100px;
    left: 200px;
}</pre></body></html>