.address-component {
    background: #f7f7f8;
    color: #333;
}
    .title{
            width: 100%;
            border-bottom: 1px solid #eee;
            background: #fff;
            z-index: 900;
            height: 44px;
        }
        .title a.goback{
            display: inline-block;
            position: absolute;
            left: 0;
            top: 0;
            background: url(/public/images/mobile/icon_arrows_l.png) no-repeat center center;
            background-size: 14px 23px;
            width: 42px;
            height: 44px;
        }
        .title h1{
                text-align: center;
    font-size: 18px;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 50px;
        }
        .address_index{
    height: calc(80vh - 106px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
        .address_index .address_rows {
    background-color: #fff;
    margin-bottom: 6px;
    border-top: #eee 1px solid;
}
.address_index .address_rows .address_title {
    height: 26px;
    line-height: 26px;
    font-size: 17px;
    padding: 0;
    color: #333
}
.address_index .address_rows .address_title span {
    margin-right: 0.33em;
}
.fr {
    float: right;
    display: inline;
}
.address_index .address_rows .address_text {
    padding: 0;
    margin: 0;
    line-height: 26px;
    font-size: 14px;
    color: #999
}
.address_index .address_rows .address_layer {
    padding: 2px 12px;
    font-size: 14px;
    border-bottom: #eee 1px solid;
    border-top: #eee 1px solid;
    height: 40px;
}
.address_index .address_rows .address_layer .layer_l {
    height: 46px;
    color: #333;
    font-size: 14px;
    line-height: 40px;
    float: left;
}
.address_index .address_rows .address_layer .layer_r {
    width: 50%;
    float: right;
}
.address_index .address_rows .address_layer .layer_l .cur {
    background: url(/public/images/mobile/icon_yuan02.png) no-repeat center center;
    background-size: 100% 100%;
}
.address_index .address_rows .address_layer .layer_l i {
    background: url(/public/images/mobile/radio.png) no-repeat center center;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    margin: 10px 8px 0 0;
    float: left;
}
a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}
.address_index .address_rows .address_layer .layer_r a {
    border: 0;
    color: #333;
    font-size: 13px;
    margin-top: 10px;
    float: right;
    margin-left: 14px;
    background-color: #fff;
}
.address_index .address_rows .address_layer .layer_r .del {
    background: url(/public/images/mobile/icon_del.png) no-repeat center;
    background-size: 100% 100%;
    width: 11px;
    height: 12px;
    float: left;
    display: block;
    margin: 3px 3px 0 5px;
}
.address_index .address_rows .address_layer .layer_r .bj {
    background: url(/public/images/mobile/icon_pen.png) no-repeat center;
    background-size: 100% 100%;
    width: 11px;
    height: 12px;
    float: left;
    display: block;
    margin: 3px 3px 0 0;
}
.add_btn {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #f8f8f8;
    border-top: 1px solid #eee;
    height: 62px;
}
.add_btn a {
    background-color: #fb0628;
    width: 92%;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 10px auto;
    display: block;
}
.AddNew {
    color: #666;
    position: relative;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    background: #fff;
    border-bottom: 1px solid #eeeeee;
    padding: 0
}
.AddNew dl {
    line-height: 40px;
    padding: 0 15px;
    overflow: hidden;
}
.AddNew dl dt {
    text-align: justify;
    width: 84px;
    float: left;
}
.AddNew dd {
    width: 50%;
    float: left;
}
.AddNew dl input {
    height: 18px;
    line-height: 18px;
    border: 0;
    margin: 11px 0;
}
.AddNew dd input, .AddNew dd textarea {
    width: 100%;
}
.AddNew input{
    font-family: arial,"微软雅黑";
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    font: 400 13.3333px Arial;
    background: none;
    outline: none;
}
.AddNew input[type="text"]{
    appearance: none
}
.btn-red-enter {
    border-radius: 5px;
    color: #fff;
    font-weight: normal;
    height: 40px;
    border: none;
    font-size: 16px;
    line-height: 40px;
    font-family: "微软雅黑";
}
.label-spacing {
	letter-spacing: 0.5px
}
.AddNew-row{
    display:flex;
    width:84px;
    margin-left:15px;
    justify-content:space-between
}
.addNew-input{
    width:50%;
    height:18px;
    line-height:18px;
    border:0;
    margin-top:3px
}
