﻿.reg { 
    margin-bottom: 20px;
    border: 1px solid #CCC;
    border-radius: 10px;
    padding: 50px 40px;
}

    .reg .reg-success {
        padding: 150px 0;
        text-align: center;
        font-size: 28px;
    }

    .reg .reg-submit {
        border-top: 1px solid #ccc;
        padding-top: 20px;
        margin-bottom: 30px;
        margin-top: 30px;
        text-align: center;
    }

    .reg .title-progress {
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

        .reg .title-progress ul {
            height: 45px;
            width: 600px;
            margin: auto;
        }

            .reg .title-progress ul li {
                float: left;
                width: 200px;
                height: 42px;
                line-height: 42px;
                display: block;
                text-align: center;
                font-size: 21px;
                font-weight: bold;
                border-bottom-left-radius: 21px;
                border-bottom-right-radius: 0px;
                border-top-right-radius: 21px;
                border-top-left-radius: 21px;
            }

                .reg .title-progress ul li.selected { 
                    color: #fff;
                    background-color: #E02E24;
                }

    .reg .item {
        height: 42px;
        padding: 15px 0;
    }

        .reg .item dl dt {
            float: left;
            width: 230px;
            text-align: right;
            font-size: 18px;
            padding-right: 20px;
            line-height: 42px;
        }

        .reg .item dl dd {
            float: left;
            width: 600px;
        }



.TextBox {
    border: 1px solid #d9d9d9;
    padding: 0px 5px;
    line-height: 42px;
    height: 42px;
    background-color: #fff;
    font-size: 18px;
    border-radius: 5px;
}


.bt {
    font-size: 24px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 48px;
    height: 48px;
    padding: 0px 25px;
    border: 0px solid #f00;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    background-color: #E02E24;
    font-family: Verdana,微软雅黑;
    border-radius: 5px;
    -webkit-appearance: none;
    font-size: 14pt;
    box-sizing: border-box;
}

    .bt:hover {
        background-color: #b71a12;
    }

.bt2 {
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    height: 24px;
    width: 80px;
    border: 0px solid #f00;
    cursor: pointer;
    display: inline-block;
    background-image: url(../images/LoginBt.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    text-decoration: none;
}

    .bt2:hover {
        background-position: bottom center;
    }



.login {
    padding: 50px 40px 20px 450px;
    background: transparent url(../Images/login-pic.jpg) 30px bottom no-repeat;
    margin-bottom: 20px;
    border: 1px solid #CCC;
    border-radius: 10px; 
}

    .login .login-submit {
        border-top: 1px solid #ccc;
        padding-top: 20px;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .login .title-progress {
        border-bottom: 1px solid #ccc; 
    }

        .login .title-progress ul {
            height: 56px;
            margin: auto;
        }

            .login .title-progress ul li {
                float: left;
                width: 300px;
                height: 56px;
                line-height: 56px;
                display: block;
                font-size: 36px;
                font-weight: bold;
            }

                .login .title-progress ul li.selected {
                    color: #E02E24; 
                } 

    .login .item {
        padding: 15px 0 0;
    }

        .login .item dl dt {
            font-size: 18px;
            padding-right: 20px;
            line-height: 42px;
        }

        .login .item dl dd {
        }