﻿.register {
    width: 1200px;
    margin-top: 30px;
}

.register-title {
}

    .register-title span {
        display: inline-block;
        width: 110px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        font-size: 16px;
        border-top: 2px solid #289ce9;
        border-left: 1px solid #e7e7e7;
        border-right: 1px solid #e7e7e7;
        border-bottom: 1px solid white;
        margin-bottom: -1px;
    }

.register-body {
    width: 1200px;
    height: 700px;
    border: 1px solid #e7e7e7;
    border-bottom: 3px solid #e7e7e7;
}

.register-ul {
    padding-left: 0px;
    margin: 60px 0 0 350px;
}

    .register-ul > li {
        list-style: none;
        margin-top: 30px;
    }

        .register-ul > li span {
            width: 70px;
            display: inline-block;
        }

        .register-ul > li input {
            width: 290px;
            height: 24px;
        }

        .register-ul > li label {
            color: red;
            margin-left: 5px;
        }

        .register-ul > li img {
            position: absolute;
            margin-left: 15px;
            margin-top: 1px;
            cursor: pointer;
        }

.register-btn {
    margin-left: 45px;
}

    .register-btn input {
        border: none;
        color: white;
        width: 100px !important;
        height: 28px !important;
        margin-top: 20px;
        margin-left: 45px;
        background: #0b62a1;
        cursor: pointer;
    }
