﻿.register-title
{
    width: 92%;
    height: 45px;
    line-height: 50px;
    border-bottom: 1px solid #d4d4d4;
}

.register-title span
{
    position: absolute;
    font-size: 15px;
    margin-left: 15px;
}

.register
{
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
}

.register ul
{
    padding-left: 0px;
    width: 100%;
    text-align: center;
}

.register ul li
{
    list-style: none;
    margin-top: 15px;
    text-align: left;
}

.register ul li span
{
    display: inline-block;
    font-size: 0.95rem;
    width: 100px;
    text-align: right;
}

.register ul li input
{
    width: calc(100% - 150px);
    max-width: 270px;
    height: 30px;
    border: 1px solid #808080;
    padding: 0 5px 0 5px;
    outline: none;
}

.register ul li label
{
    display: inline-block;
    width: calc(100% - 150px);
    max-width: 270px;
    padding: 0 5px 0 5px;
    text-align: left;
}

.register-sex input
{
    width: 30px !important;
    height: 16px !important;
    vertical-align: bottom;
}

.register-code input
{
    width: 30% !important;
}

.register-code img
{
    position: absolute;
    margin: 5px 0 0px 12px;
    cursor: pointer;
}

.register-btn
{
    text-align: center !important;
}

.register-btn input
{
    color: white !important;
    width: 80px !important;
    height: 28px !important;
    padding: 0 !important;
    border: none !important;
    background: #0096fb;
    margin: 10px 20px 0 20px;
    cursor: pointer;
    -webkit-appearance: none;
}
