input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
#banner{background:url('../images/register/banner.jpg')}
    input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none
    }

    input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none
    }

#articles {
    color: #000;
    font-size: 12px
}

    #articles .title {
        height: 52px;
        background: url('../images/register/welcome.png') no-repeat center top
    }

.form-group .control-label {
    width: 27%;
    padding: 0 10px;
    line-height: 25px
}

    .form-group .control-label:after {
       
    }

    .form-group .control-label .fa {
        color: red
    }

    .form-group .control-label .fa-star:before {
        content: '*'
    }

.form-group .control-div {
    width: 420px;
    text-align: left;
    line-height: 25px
}

.form-group .control-info {
    display: inline-block;
    margin-top: 5px;
    padding-left: 180px;
    color: #a3a3a3;
    text-align: left
}

.form-group .control-div input,
#checkcode-input-group input {
    display: block;
    width: 100%;
    height: 25px;
    padding: 5px 4px;
    line-height: 1.428571429;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.form-group .control-div > label {
    display: inline-block
}

.form-group .control-div input[type="radio"],
.form-group .control-div input[type="checkbox"] {
    display: inline-block;
    padding: 0;
    width: 14px;
    height: 14px
}

.modal {
    background: rgba(0, 0, 0, .5)
}

.modal-dialog {
    width: 700px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

fieldset {
    width: 633px;
    margin: 0 auto;
    border: 1px solid #c9c9c9
}

    fieldset.top {
        margin: 20px auto
    }

    fieldset.last {
        font-size: 12px;
        border: none
    }

        fieldset.last .form-group .control-label:after {
            content: none
        }

legend {
    margin-left: 7px;
    padding: 0 5px;
    font-size: 14px
}

.showMore {
    display: none
}

.agreement {
    color: red;
    cursor:pointer;
}

a.agreement:hover {
    text-decoration: underline
}

.hasShow {
    display: block;
    -webkit-transition: all linear 3s;
    -moz-transition: all linear 3s;
    -ms-transition: all linear 3s;
    -o-transition: all linear 3s;
    transition: all linear 3s
}

#checkcode-input-group {
    display: inline-block;
    float: left;
    height: 25px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

    #checkcode-input-group > input {
        display: inline-block;
        float: left;
        width: 225px
    }

    #checkcode-input-group > span {
        float: left;
        width: 60px;
        height: 25px
    }

.checkcode {
    position: relative
}

    .checkcode img {
        width: 100%;
        height: 100%;
        border-radius: 3px
    }

#btn-submit,
#btn-reset {
    width: 122px;
    height: 42px;
    padding: 0;
    font-size: 15px;
    font-family: 'Microsoft YaHei';
    line-height: 42px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center top;
    border: none
}

    #btn-submit:hover,
    #btn-reset:hover {
        background-position: center bottom
    }

#btn-submit {
    color: #000;
    background-image: url('../images/register/submit.png')
}

#btn-reset {
    color: #fff;
    background-image: url('../images/register/reset.png')
}

.modal-header {
    color: #fff;
    text-align: left;
    background: gray
}

.modal-content,
.modal-dialog,
.modal-body,
.modal-footer {
    background: #fff
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-body > ul {
    list-style-type: disc;
    padding-left: 30px
}

    .modal-body > ul li {
        line-height: 2em
    }

.modal-header > .modal-title {
    color: #fff;
    font-weight: normal
}

.lineheight {
    color: red
}
.form-group .control-div .dailitext {
    margin: 0px;
    width: 390px;
    height: 144px;
    color: #000;
    overflow: auto;
    resize: none;
}