.seach_name {
    display: block;
    font-size: 0.3rem;
    color: #666;
    border: 1px solid #e0e0e0;
    padding: 0.2rem 0.2rem;
    width: 88%;
    margin: 0.2rem auto;
    border-radius: 4px;
}

#mymodal {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 1rem;
    background-color: rgba(0, 0, 0, .6);
    overflow-x: hidden;
    display: none;
    z-index: 9999;
}

.modal-main {
    position: fixed;
    bottom: -900px;
    left: 0;
    height: 75%;
    width: 100%;
    background-color: #fff;
    font-size: .3rem;
}

.address-title {
    display: flex;
    font-size: 0.35rem;
    text-align: center;
    color: #222;
    background-color: #f2f2f2;
    border-bottom: 1px solid #EFEFEF;
}
.address-title .btn {
    padding: .2rem .4rem;
}
.address-title .cancel {
    color: #666;
}

.address-title .ensure {
    color: #1e83d3;
}

.address-title .title {
    font-weight: 700;
    flex: 2;
}

.close {
    position: absolute;
    padding: 0.05rem 0.25rem;
    right: 0rem;
    top: 0rem;
    color: #9a9da7;
    font-size: 0.5rem;
}

.optionwrapper {
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    padding-left: .2rem;
    height: .6rem;
    box-sizing: border-box;
}

.active-option {
    border-bottom: 1px solid #FF2440;
}

.option-content {
    position: absolute;
    top: 0.95rem;
    left: 0;
    right: 0;
    bottom: 0;
}

.option-group {
    position: relative;
    display: none;
    overflow-y: auto;
    height: 100%;
    border-top: 1px solid #EFEFEF;
    padding: 0 .3rem 1.5rem;
}

.option-list {
    padding: .2rem .2rem;
    display: flex;
    border-bottom: 1px solid #efefef;
    
}

.checked {
    width: .15rem;
    height: .15rem;
    background-color: #FF304A;
    display: inline-block;
    margin-left: .2rem;
    border-radius: 50%;
    display: none;
    margin-top: .1rem;
}