.complete {
    position:absolute;
    top: 1.2rem;
    right: .875rem;
    color: #ff4b4b;
    font-size: 0.917rem;
}
.hot-tips {
    padding-left: 1.333rem;
    line-height: 2.0rem;
    color: #ff4b4b;
    font-size: 0.833rem;
}
.add-item {
    height: 2rem;
    padding: .75rem 1.333rem;
    background: #fff;
    box-sizing: content-box;
    border-bottom: 1px solid #ebebeb;
}
.address-details-item {
    height:3.25rem;
    padding: .75rem 1.333rem;
    background: #fff;
    box-sizing: content-box;
    border-bottom: 1px solid #ebebeb;
}
.address-details-item textarea {
    width: 100%;
    height: 100%;
    border:none;
    padding:0;
    overflow-y: auto;
    font-size: 1.1rem;
}
.add-item input {
    width: 80%;
    height: 2rem;
    line-height: 2rem;
    border: none;
    font-size: 1.1rem;
}
.add-item select {
    height: 100%;
    border: none;
    font-size: 1.1rem;
}
.name-item {
    border-bottom: none;
    margin-bottom: 0.708rem;
}
.no-bottom {
    border-bottom: none;
}
.default-address {
    margin-top: 0.708rem;
    height: 2rem;
    padding: .75rem 1.333rem;
    background: #fff;
    box-sizing: content-box;
}
.default-address .default {
    display: block;
    padding-top: .4rem;
    height: 2rem;
    color: #000;
}
.default-address span {
    vertical-align: middle;
}
.default-address .default i, .default-address .active i {
    display: inline-block;
    vertical-align: middle;
    margin-right: .4rem;
    width: 1.4rem;
    height: 1.4rem;
    background: url(../m-images/pay.png) no-repeat 0 -9.8rem;
    background-size: 16.667rem 16.667rem;
}
.default-address .active i {
    background-position: 0 -13.65rem;
}
.tips {
    width: 25.0rem;
    margin:1.0rem auto;
    background: #f1e1c9;
    padding: 0.833rem;
}
.tips p {
    text-decoration: underline;
    line-height: 1.8;
}