input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none
    }

    input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none
    }

.form-group .control-div input::-webkit-input-placeholder {
    display: none;
    color: transparent
}

.form-group .control-div input::-moz-placeholder {
    display: none;
    color: transparent
}

.form-group .control-div input:-ms-input-placeholder {
    color: transparent
}

.form-group .control-div input.placeholder {
    display: none;
    color: transparent
}


#articles:after {
    content: none
}

#articles ol.disc {
    margin: 10px 0;
    list-style: disc;
    margin-left: 20px;
    color: #fff;
    font-size: 14px
}
#banner {
    height:204px;
    background: url('../images/register/banner.jpg') no-repeat top center;
}
#content {
    background: #101010 url('../images/register/registerbg.jpg') no-repeat top center;
}

#articles ol.disc .highlight-yellow {
    color: #ff0;
    text-decoration: none
}

.register-title {
    width: 790px;
    height: 106px;
    margin: 10px 0 10px -16px;
    background: url('../images/register/register_title.png') no-repeat center
}

.form-group .control-label {
    width: 20%;
    font-size: 12px;
    line-height: 28px;
    color: #5e5e5e;
}

    .form-group .control-label .fa,
    .fa-star {
        color: #b20000
    }

.form-group .control-div {
    width: 35%;
    text-align: left;
    line-height: 28px;
}

.form-group .control-info {
    display: inline-block;
    width: 40%;
    text-align: left;
    color: #5e5e5e;
}

.fieldset-last .form-group .control-div {
    width: 70%
}

.fieldset-last .form-group .control-info {
    display: none
}

.form-group .control-div input,
#checkcode-input-group input {
    display: block;
    width: 100%;
    height: 28px;
    padding: 5px 4px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.form-group .control-div > label {
    display: inline-block;
    color: #5e5e5e;
}

.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: 90%;
    margin: 0 auto;
    border: none;
    text-align: center
}

    fieldset.fieldset-group {
        position: relative;
        margin: 50px auto 10px;
        border: 1px solid #585858;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px
    }

        fieldset.fieldset-group legend {
            position: absolute;
            bottom: 102%;
            color: #5e5e5e;
            font-size: 14px;
            font-family: 'Microsoft YaHei'
        }

.showMore {
    display: none
}

#articles h3 {
    display: block
}

#moreoption,
.agreement {
    color: #428bca;
    cursor: pointer
}

    #moreoption:hover,
    .agreement:hover {
        color: #2a6496
    }

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;
    width: 100%;
    height: 28px;
    background: #e5e5e5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

    #checkcode-input-group > input {
        display: inline-block;
        float: left;
        width: 70%
    }

    #checkcode-input-group > span {
        float: left;
        width: 30%
    }

.checkcode {
    position: relative
}

    .checkcode img {
        width: 100%;
        height: 28px;
        border-radius: 3px
    }

#btn-submit,
#btn-reset {
    display: inline-block;
    vertical-align: top;
    width: 148px;
    height: 56px;
    margin: 0 8px;
    padding: 0;
    color: #fff;
    font-size: 24px;
    line-height: 48px;
    background-color: transparent;
    background-position: center top;
    background-repeat: no-repeat;
    border: none;
    outline: none;
}

    #btn-submit:hover,
    #btn-reset:hover {
        background-position: bottom center;
        color:yellow
    }

#btn-submit {
    background-image: url('../images/register/submit.png')
}

#btn-reset {
    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
}

#memo {
    margin-left: 40px
}
.form-group .control-div .dailitext {
    margin: 0px;
    width: 464px;
    height: 144px;
    color: #000;
    overflow: auto;
    resize: none;
}