.header {
    width: 100%;
    border-bottom: 2px solid #ff6700;
    background-color: rgb(225,240,246);
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-f{
    max-width: 1200px;
    min-width: 800px;
    width: 1200px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}
.header-f img {
    transition: all .4s;
    width: 100%;
}

.header-f img:hover {
    transform: scale(1.05);
}

.registerarea {
    height: 520px;
    border: 1px solid #ccc;
    margin-top: 10px;
}

.registerarea h3 {
    height: 40px;
    border-bottom: 1px solid #ccc;
    background-color: #ececec;
    padding: 0 10px;
    font-weight: 400;
    line-height: 40px;
    font-size: 18px;
}

.registerarea h3 em {
    display: flex;
    justify-content: right;
    margin-top: -40px;

    font-size: 14px;
}

.registerarea a {
    color: #c81623;
}

.reg_form {
    width: 600px;
    height: 400px;
    margin: 80px auto 0;
}

.reg_form li {
    margin-bottom: 15px;
}

.reg_form label {
    display: inline-block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: right;
}

.reg_form button {
    width: 80px;
    height: 35px;
    border: 1px solid #ccc;
}

.inp {
    width: 238px;
    height: 34px;
    border: 1px solid #ccc;
    margin-left: 10px;
}

.error {
    color: #df3033;
    margin-left: 10px;
}

.error_icon,
.success_icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -2px;
}

.success {
    color: #40b83f;
    margin-left: 10px;
}

.safe {
    padding-left: 187px;
    color: #b2b2b2;
}

.safe em {
    padding: 0 12px;
    color: #fff;
}

.ruo {
    background-color: #de1111;
}

.zhong {
    background-color: #40b83f;
}

.qiang {
    background-color: #f79100;
}

.agree {
    padding-top: 10px;
    padding-left: 120px;
}

.agree input {
    vertical-align: middle;
    margin-right: 5px;
}

.agree a {
    color: #1ba1e6;
}

.over {
    width: 200px;
    height: 34px;
    background-color: #f67000;
    margin: 10px 0 0 180px;
    border: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.footer {
    height: 120px;
    text-align: center;
}

.links {
    margin-top: 20px;
    height: 30px;
}

.copyright {
    line-height: 20px;
}

input {
    text-indent: 1em;
}