
img {
    vertical-align: baseline
}

body {
    margin: 0;
    font: unset
}
.regi-label {
    color: rgb(177, 80, 68);
    font-size: 12px;
    margin-right: 4px
}

.regi-input-title {
    width: 90px;
    color: rgb(51, 51, 51);
    font-size: 14px;
    font-weight: bold;
    margin-right: 13px
}

.regi-input-default {
    height: 29px;
    width: 320px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgb(166, 199, 221);
    font-size: 14px
}


.regi-input-default-address1{
    height: 29px;
    width: 110px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgb(166, 199, 221);
    font-size: 14px;
    margin-right: 10px
}

.regi-input-default-address2{
    height: 29px;
    width: 200px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgb(166, 199, 221);
    font-size: 14px
}

.input-s::placeholder {
    font-size: 12px
}

.regi-input-default-address1:focus {
    outline: none;
    border-bottom: 1px solid #007bff
}

.regi-input-default-address1::placeholder {
    color: #999
}

.regi-input-default-address2:focus {
    outline: none;
    border-bottom: 1px solid #007bff
}

.regi-input-default-address2::placeholder {
    color: #999
}

.regi-input-default:focus {
    outline: none;
    border-bottom: 1px solid #007bff
}

.regi-input-default::placeholder {
    color: #999
}

.regi-from > div {
    height: 28px;
    display: flex;
    align-items: center;
    margin-bottom: 35px
}

.regi-input-des {
    color: rgb(57, 143, 199);
    font-size: 12px;
    margin-left: 110px;
    margin-top: 3px
}

.regi-register-btn {
    width: 280px;
    height: 44px;
    background: rgb(57, 143, 199);
    color: #fff;
    border-radius: 55.52px;
    text-align: center;
    line-height: 44px;
    margin: 0 auto;
    cursor: pointer
}

.input-checkbox {
    position: relative;
    margin: 0 6px 0 0;
    width: 12px;
    height: 12px;
    -webkit-appearance: none
}

input[type=checkbox]::after {
    content: ' ';
    position: absolute;
    top: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    display: inline-block !important;
    visibility: visible;
    text-align: center;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid rgb(166, 199, 221);
    background-color: rgba(255, 255, 255, 0.5)
}

input[type=checkbox]:checked::after {
    background-color: rgb(166, 199, 221) !important
}

#header-container{
    position: fixed;width: 100%;top: 0;z-index: 666
}

input[type=checkbox]:checked::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 4px;
    width: 3px;
    height: 6px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    z-index: 1
}

.back-img {
    width: 100%;
    height: auto;
    position: fixed;
    z-index: -1;
    top: 37px
}

.title-bac {
    display: flex;
    align-items: center;
    padding: 5% 0 0 21%
}

.title-bac > img {
    margin-right: 14px
}

.title-xian {
    margin-right: 14px;
    font-size: 24px;
    color: rgb(51, 51, 51)
}

.title-word {
    font-size: 24px;
    color: rgb(51, 51, 51);
    font-weight: bold
}

.form-unit {
    height: 910px;
    width: 700px;
    margin: 70px auto 20px auto;
    border-radius: 6px;
    box-shadow: 0px 0px 50px 0px rgba(57, 143, 199, 0.25);
    backdrop-filter: blur(110px);
    background: rgba(255, 255, 255, 0.2);
    padding: 50px;
    box-sizing: border-box
}

.form-title {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.form-title > div {
    display: flex;
    align-items: center
}

.unit-info-word {
    color: rgb(51, 51, 51);
    font-size: 20px;
    margin-right: 10px
}

.tips {
    color: rgb(57, 143, 199);
    font-size: 12px
}

.tips-yes {
    color: rgb(51, 51, 51);
    font-size: 12px;
    font-weight: bold
}

#login-btn {
    padding: 1px 6px;
    color: rgb(35, 84, 205);
    border-bottom: 1px solid rgb(35, 84, 205);
    font-size: 12px;
}

#login-btn a{
    color: inherit;
    text-decoration: none
}

.regi-from {
    width: 420px;
    margin: 25px auto
}

.map-btn {
    color: rgb(35, 84, 205);
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px
}

.checkbox-yes {
    color: rgb(51, 51, 51);
    font-size: 12px
}

.agreement {
    color: rgb(57, 143, 199);
    font-size: 12px;
    cursor: pointer
}