﻿* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a, img {
    border: 0;
}

a {
    text-decoration: none;
}

body {
    font: 14px Arial, Helvetica, sans-serif, "微软雅黑";
    background: url("../images/register-bg.png") no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}

.register {
    width: 100%;
    height: 100%;
    /*display: flex;*/
    position: relative;
    justify-content: center;
    align-items: center;
}



.register .register-content {
        width: 1170px;
        height: 100%;
        background: #fff;
        border-radius: 5px;
        position: relative;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
    }

.register .register-content .register-tittle {
            width: 100%;
            background: #1b65b9;
            border-radius: 5px 5px 0 0;
            line-height: 66px;
            text-align: center;
            color: #fff;
            font-size: 26px;
        }

    .register .register-content .register-main {
        background-color: #fff;
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        padding: 20px 20px 0px 20px
    }