﻿body {
    margin: 0 auto;
}

.content {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box {
    margin-top: -50px;
    width: 620px;
    height: 400px;
    background: #fff;
    border-radius: 10px;
    position: relative;
}

.img02 {
    width: 55px;
    position: absolute;
    top: 35px;
    left: 415px;
}

.t {
    width: 320px;
    height: 86px;
    font-size: 20px;
    font-family: Microsoft YaHei,serif;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 100px;
    left: 280px;
}

.name {
    width: 200px;
    position: absolute;
    top: 180px;
    left: 350px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #999;
}

.name img {
    width: 15px;
    margin-right: 8px;
}

.name input {
    border: 0px solid #fff;
    height: 24px;
    width: 170px;
    border-radius: 5px;
    outline: none;
}

.password {
    position: absolute;
    top: 220px;
    left: 350px;
    display: flex;
    align-items: center;
}

.password input {
    border: 0px solid #fff;
    height: 24px;
    width: 170px;
    border-radius: 5px;
    outline: none;
}

.yzm {
    position: absolute;
    top: 260px;
    left: 350px;
}

.yzm input {
    width: 80px;
}

.yzm .ma {
    width: 70px;
    position: absolute;
    bottom: 4;
    right: 0;
    cursor: pointer;
}

.button {
    width: 175px;
    height: 30px;
    position: absolute;
    bottom: 50px;
    left: 357px;
    border-radius: 5px;
    border: 0px solid #fff;
    background: rgba(195, 0, 8, 1);
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 200;
    cursor: pointer;
}
.red{
    position: absolute;
    top: 295px;
    left: 350px;
    border:0px solid #fff;
    text-align: center;
    font-size: 12px;
    display: block;
    font-weight: 300;
    color: red;
    font-family:"黑体",serif;
}