.fill-address {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    display: none;
}

.address-box {
    position: absolute;
    background: url(../img/dizhi/address-fill.png) center/100% no-repeat;
    width: 44rem;
    height: 31rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 8.5rem 3.5rem 0 3.35rem;
}

.address-box input {
    width: 100%;
    background: none;
    border: none;
    height: 2.1rem;
    margin-bottom: 1rem;
    outline: none;
    text-indent: 1.5rem;
    font-size: 1rem;
}

.address-box input::placeholder,
.address-box textarea::placeholder {
    color: #6a777e;
    font-size: 1rem;
}

.address-box .addr-close {
    background: url(../img/dizhi/close-btn.png) center/100% no-repeat;
    width: 2.3rem;
    height: 2.3rem;
    position: absolute;
    top: 1.5rem;
    right: -3rem;
}

.address-box .addr-form {
    display: flex;
    justify-content: space-between;
    color: #6a777e;
    font-size: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 1.8rem;
}

.address-box .addr-form .addr-item {
    position: relative;
    width: 12.8rem;
    height: 2rem;

}

.address-box .addr-form .addr-name {
    width: 100%;
    height: 100%;
    text-indent: 1.5rem;
    line-height: 2rem;
    padding-right: 1.8rem;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #212529;
}

.address-box .addr-form .addr-name::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0.8rem;
    right: 0.8rem;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-top: 0.5rem solid #6a777e;
}

.address-box .addr-form .select-box {
    position: absolute;
    top: 2.3rem;
    display: none;
    width: 11.8rem;
    border: 1px solid #6a777e;
    background: #fff;
    padding: 0.5rem 0;
    max-height: 11rem;
    overflow-y: auto;
}

.address-box .select-option {
    padding: 0 1rem;
    font-size: 0.9rem;
}

.address-box .select-option.init {
    pointer-events: none;

}

.address-box .select-option:active,
.address-box .select-option:hover,
.address-box .select-option:focus {
    background: #6a777e;
    color: #fff;
}

#detail {
    width: 100%;
    height: 1.5rem;
    background: none;
    outline: none;
    border: none;
    font-size: 1rem;
    padding: 0 1.5rem;
}

input:-internal-autofill-selected {
    background: none !important;
}

.address-box .addr-tips {
    color: #2f393e;
    font-size: 0.8rem;
    margin-top: 4.5rem;
    text-align: center;
    font-size: 0.9rem;
}

.address-box .addr-tips span {
    color: #33799d;
}

.address-box .submit-addr {
    background: url(../img/dizhi/submit-addr.png) center/100% no-repeat;
    width: 14rem;
    height: 5rem;
    display: block;
    margin: -5.5rem auto;
}

.first-tips {
    text-align: center;
    font-size: 1rem;
    color: #2c383c;
    margin-top: 5rem;
    position: relative;
    left: -1.4rem;
}