body {
    height: 700px;
    -moz-user-select:none;/*火狐*/
    -webkit-user-select:none;/*webkit浏览器*/
    -ms-user-select:none;/*IE10*/
    user-select:none;
}

.mid #already_address {
    width: 100%;
    height: 70px;
    background-color: #fff;
    margin-top: 5px;
}
.mid #already_address a{
    display: inline-block;
    width: 100%;
    height: 70px;
    text-decoration: none;
    color: black;
}
.mid #already_address .left {
    width: 85%;
    height: 70px;
    display: inline-block;
    float: left;
}

.mid #already_address .left .on {
    margin-top: 10px;
    width: 100%;
    height: 25px;
    line-height: 30px;
    margin-left: 20px;
    font-size: 15px;
}

.mid #already_address .left .on span:last-child {
    margin-left: 10px;
}

.mid #already_address .left .down {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-left: 20px;
    font-size: 12px;
}

.mid #already_address .right {
    width: 5%;
    line-height: 60px;
    height: 70px;
    float: right;
    margin-right: 20px;
    text-align: right;
}