﻿.menu-member {
    font-size: 1.54rem !important;
    background-color: RGB(252,168,30);
    padding: 21px 10px 21px 10px;
    margin-top: -14px;
}

.register-title {
    box-sizing: border-box;
    width: 1200px;
    margin-top: 10px;
    border: 0px solid #fff;
    border-bottom: 0;
    height: 60px;
    line-height: 60px;
    color: black;
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
    /* letter-spacing: 4px; */
    padding-left: 3px;
    border-radius: 20px;
}

.register {
    position: relative;
    width: 1178px;
    min-height: 500px;
    margin-top: -0px;
    margin-bottom: 40px;
    border: 1px solid #ffffff;
    background-color: white;
    padding: 10px;
    border-top: 1px solid #ffffff;
    border-radius: 20px;
}

    .register ul {
        padding-left: 0px;
        margin: 50px 0 0 400px;
        padding-bottom: 70px;
    }

        .register ul li {
            list-style: none;
            margin-top: 26px;
        }

            .register ul li span {
                display: inline-block;
                font-size: 1rem;
                width: 80px;
            }

            .register ul li input {
                width: 270px;
                height: 30px;
                border: 1px solid #808080;
                padding: 0 5px 0 5px;
                outline: none;
                font-family: auto !important;
                font-weight: bold;
            }

            .register ul li label {
                color: #e33928;
                margin-left: 5px;
            }

.register-sex input {
    width: 30px !important;
    height: 16px !important;
    vertical-align: bottom;
}

.register-code input {
    width: 180px !important;
}

.register-code img {
    position: absolute;
    margin: 1px 0 1px 15px;
    cursor: pointer;
}

.register-btn {
}

    .register-btn input {
        color: white !important;
        width: 86px !important;
        height: 32px !important;
        padding: 0 !important;
        border: none !important;
        background: #f7696a;
        margin: 15px 0 0 75px;
        cursor: pointer;
    }

.register-res {
    background: #fabe00 !important;
}

.register ul li select {
    width: 282px;
    height: 30px;
    border: 1px solid #808080;
    padding: 0 5px 0 5px;
    outline: none;
    font-family: auto !important;
    font-weight: bold;
}

.regMag {
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
}
