.table-box tbody td{
    height: 55px;
}
.table-box .selected{
    width: 72px;
    height: 23px;
    background: rgba(248,76,68,0.10);
    border: 1px solid #F84C44;
    border-radius: 4px;
    color: #F84C44;
    text-align: center;
    line-height: 23px;
}
.table-box .no-selected{
    color: #F84C44;
    cursor: pointer;
}

/*新增地址*/

.newAddress {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.16);
    display: none;
}

.newAddress .cont {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.newAddress .inner {
    width: 700px;
    height: 389px;
    background: #FFFFFF;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: 200px;
    margin-left: -350px;
    padding: 35px 50px;
    font-size: 16px;
    color: #414141;
}
.newAddress .inner .title{
    margin-bottom: 30px;
}
.perAddressBtn .default{
    width: 26px;
    height: 26px;
    border: 1px solid #D8D8D8;
    border-radius: 8px;
    background-color: #fff;
    -webkit-appearance:none;
    margin-right: 10px;
}
.perAddressBtn .default:checked{
    background: url("../../img/select1.png")no-repeat center;
    background-size: 22px 22px;
}

.area span,
.detailed_address span {
    float: left;
    margin-right: 10px;
    padding-top: 3px;
}
.area{
    margin-bottom: 20px;
}
.area .form-group {
    float: left;
    margin-right: 10px;
}

.area select {
    width: 135px;
    border: 1px solid #D8D8D8;
    border-radius: 8px;
}

.detailed_address {
    position: relative;
}
.detailed_address textarea {
    width: 501px;
    height: 100px;
    border: 1px solid #D8D8D8;
    border-radius: 8px;
    float: left;
    resize: none;
    padding-left: 10px;
    color: #868686;
}

.detailed_address span:nth-child(3) {
    color: #a0a6aa;
    position: absolute;
    top: 10px;
    left: 100px;
}
.detail input{
    width: 130px;
    height: 29px;
    border: 1px solid #D8D8D8;
    border-radius: 8px;
    margin-top: 10px;
    font-size: 14px;
    color: #868686;
    padding-left: 10px;
}
.detail .name span{
    display: inline-block;
    margin-right: 25px;
}
.detail .phone{
    margin-left: 162px;
}
.perAddressBtn {
    width: 100%;
    margin-top: 25px;
}
.perAddressBtn .left-checek{
    margin-left: 90px;
}
.perAddressBtn .left-checek span{
    font-size: 16px;
    line-height: 26px;
}
.perAddressBtn button {
    float: right;
    width: 100px;
    height: 40px;
    border-radius: 4px;
    border: none;
    font-size: 16px;
}
.perAddressBtn button:nth-child(2){
    background: #F84C44;
    color: #fff;
    margin-left: 50px;
}

.perAddressBtn button:nth-child(1) {
    background: #FFFFFF;
    box-shadow: 0 0 20px -4px rgba(183,183,183,0.50);
    color: #868686;
    margin-left: 50px;
}

.perAddressBtn button.editBtn_queding {
    background: #FF9900;
    color: #FFFFFF;
}

/*删除，重置*/

.reset_success,
.delete_success,
.repeatName,
.alterNameSucess,
.putaway_success,
.soldout_success,
.unchoosen,
.unfilled,
.yongTip {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -164px;
    margin-top: -82px;
    display: none;
    z-index: 30;
}
