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
    }

#content {
    padding: 20px 0
}

#register-info {
    padding: 15px 40px
}

#register {
    position: relative;
    display: inline-block;
    width: 100%
}

    #register .feature {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 565px;
        background: #2f2f2f;
        background: rgba(255,255,255,.1);
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        padding-bottom: 20px
    }

        #register .feature:before {
            content: '';
            display: block;
            height: 860px;
            background: url('../images/img01.webp') no-repeat center
        }

    #register .form {
        float: right;
        width: 565px;
        min-height: 937px;
        margin-right: 5px;
        color: #eee;
        background: #2f2f2f;
        background: rgba(255,255,255,.1);
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        padding-bottom: 20px
    }

        #register .form h2 {
            margin-bottom: 10px;
            padding-bottom: 10px;
            color: #eede61;
            font-size: 24px;
            font-weight: normal;
            text-align: center;
            border-bottom: 1px solid #ffff8b
        }

        #register .form h3 {
            margin: 0 0 15px;
            color: #eede61;
            font-size: 12px;
            font-weight: normal;
            text-align: center
        }

        #register .form:after {
            content: '';
            display: block;
            height: 205px;
            background: url('../images/img02.webp') no-repeat center
        }

.form-group .control-label {
    width: 22%;
    color: #eee;
    font-size: 14px;
    line-height: 38px
}

    .form-group .control-label .fa:before {
        content: '*';
        color: #a94442
    }

.form-group .control-div {
    width: 57%;
    text-align: left;
    line-height: 38px
}

.form-group .control-info {
    display: inline-block;
    width: 57%;
    margin-left: 25%;
    color: #737373;
    line-height: 22px;
    text-align: left
}

.form-group .control-div input, #checkcode-input-group input {
    display: block;
    width: 100%;
    height: 38px;
    padding: 5px 4px;
    font-size: 14px;
    line-height: 38px;
    color: #999;
    background-color: #191919;
    background-image: none;
    border: 1px solid #a3a29c;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(0,0,0,.2) inset
}

    .form-group .control-div input::-webkit-input-placeholder {
        color: transparent
    }

    .form-group .control-div input::-moz-placeholder {
        color: transparent
    }

    .form-group .control-div input:-ms-input-placeholder {
        color: transparent
    }

    .form-group .control-div input.placeholder {
        color: transparent
    }

.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
}

.form-group.agree {
    color: #fff;
    font-size: 12px
}

.modal {
    background: rgba(0,0,0,.5)
}

.modal-dialog {
    width: 700px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

fieldset {
    width: 100%;
    margin: 0 auto;
    border: none
}

.showMore {
    display: none
}

#moreoption, .agreement {
    color: #999;
    cursor: pointer
}

    #moreoption:hover, .agreement:hover {
        color: #555
    }

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 {
    float: left;
    width: 282px;
    height: 38px;
    background: #e5e5e5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

    #checkcode-input-group > input {
        float: left;
        width: 70%
    }

    #checkcode-input-group > span {
        float: left;
        width: 30%;
        height: 38px
    }

.checkcode {
    position: relative
}

    .checkcode img {
        width: 100%;
        height: 100%;
        border-radius: 3px
    }

#btn-submit, #btn-reset {
    float: left;
    width: 128px;
    height: 30px;
    margin: 0 5px;
    padding: 0;
    color: #25001d;
    font-size: 14px;
    line-height: 30px;
    background: linear-gradient(to right,#ccb456 0%,#eadd84 50%,#ccb456 100%);
    border: none;
    border-radius: 30px;
    box-shadow: 0 1px 0 rgba(0,0,0,.5)
}

    #btn-submit:hover, #btn-reset:hover {
        background: linear-gradient(to right,#e3d47c 0%,#f3ebab 50%,#e3d47c 100%)
    }

#btn-submit {
    margin-left: 25%
}

#btn-reset {
    margin-left: 70px
}

.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: 464px;
    height: 144px;
    color: #000;
    overflow: auto;
    resize: none;
}