.myAddr_head {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    -webkit-justify-content: space-between;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
    padding-bottom: 10px;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 20px;
}

.add_Addr_line {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(38, 128, 235, 1);
}

.add_Addr_line:hover {
    color: rgba(38, 128, 235, 1);
}

.add_Addr_line>img {
    margin-right: 6px;
}

.addr_box {
    border: 1px solid #E8E8E8;
}

.addr_thead {
    width: 100%;
    height: 40px;
    background: rgba(244, 244, 244, 1);
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    padding: 0 15px;
    box-sizing: border-box;
}

.consignee {
    width: 200px;
}

.address {
    width: 350px;
}

.contact_info {
    width: 200px;
}

.addr_operation {
    flex: 1;
    -webkit-box-flex: 1;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
}

.addr_list {
    width: 100%;
    min-height: 82px;
    border-top: 1px solid rgba(232, 232, 232, 1);
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
}

.editDel {
    margin-right: 60px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
}

.editDel>a {
    color: #2680EB;
}

.isDefault {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 32px;
    color: rgba(121, 203, 30, 1);
    width: 80px;
    height: 32px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(121, 203, 30, 1);
    text-align: center;
    border-radius: 3px;
}

.setDefault {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(38, 128, 235, 1);
    width: 80px;
    text-align: center;
    cursor: pointer;
}


/* 订单确认 新增收货地址 */

.haveto {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(241, 44, 31, 1);
}

.inp_item {
    margin-bottom: 20px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
}

.addr_detail {
    width: 490px;
    height: 60px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(216, 216, 216, 1);
    opacity: 1;
    border-radius: 3px;
    padding: 10px;
    box-sizing: border-box;
}

.addr_detail>textarea {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.inp_box {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    width: 490px;
}

.inp_box>input {
    flex: 1;
    -webkit-box-flex: 1;
    border-radius: 3px;
    border: 1px solid rgba(216, 216, 216, 1);
    outline: none;
    padding: 0 10px;
    height: 32px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.telnum {
    width: 80px;
    height: 32px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(216, 216, 216, 1);
    opacity: 1;
    border-radius: 3px;
    margin-right: 10px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    justify-content: center;
}

.areaCode {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-right: 15px;
}

.inp_item .layui-form-select .layui-input {
    padding-right: 30px;
    display: block;
    width: 100%;
    padding-left: 10px;
    height: 32px;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
    border-color: #e6e6e6;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.inp_item .layui-form-item .layui-input-inline {
    width: 150px;
}

.inp_item .layui-form-item .layui-input-inline {
    margin-right: 20px;
}


/* 手机号所属地弹框css */

.country_code_div {
    display: none;
    position: absolute;
    width: 314px;
    height: 383px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(238, 238, 238, 1);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.capital-list {
    padding-bottom: 15px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 22px;
    color: rgba(102, 102, 102, 1);
}

.capital-list ul {
    width: 286px;
    word-break: break-all;
}

.capital-list ul li {
    display: inline-block;
    display: inline;
    margin-right: 10px;
}

.capital-list .cur {
    color: #e4393c;
}

a {
    text-decoration: none;
}

.country-list {
    width: 100%;
    flex: 1;
    -webkit-box-flex: 1;
    overflow-y: scroll;
    padding: 0 24px;
    box-sizing: border-box;
}

.overview {
    list-style: none;
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    width: 100%;
}

ol,
ul {
    list-style: none;
}

.country-list ul li {
    /* float: left; */
    cursor: pointer;
    height: 50px;
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    border-bottom: 1px solid #E8E8E8;
}

.country-list ul li:last-child {
    border: none;
}

.arrow {
    display: block;
    position: absolute;
    background-image: url(//misc.360buyimg.com/user/reg/3.0.0/widget/foreign-number-layer-170524/i/tips.gif);
    background-repeat: no-repeat;
    width: 16px;
    height: 9px;
    background-position: 0 0;
    overflow: hidden;
    top: -9px;
    right: 230px;
}

.country_head {
    padding: 20px 20px 0 20px;
    border-bottom: 10px solid #F4F4F4;
}

.country-list ul .current_country {
    font-weight: bold;
}

.country_head .search_box {
    width: 274px;
    height: 32px;
    background: rgba(244, 244, 244, 1);
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 3px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    padding: 0 26px;
    margin-bottom: 10px;
}

.country_head .search_box>input {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    border: none;
    height: 100%;
    flex: 1;
    -webkit-box-flex: 1;
    background: inherit;
}

.add_box,
.update_box {
    padding: 20px;
    display: none;
}

.add_box>.country_code_div,
.update_box>.country_code_div {
    position: fixed;
}

.addr_label {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    margin-right: 10px;
    width: 80px;
}

.addr_label+.layui-input {
    border: 0;
    /* padding: 0; */
}

.add_def {
    padding-bottom: 15px;
    border-bottom: 1px solid #E8E8E8;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
}

.addr_operation input[type=checkbox],
.add_def input[type=checkbox] {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    padding: 0;
    background-image: url(../img/icon_check_nor.png);
    -webkit-appearance: none;
    background-size: 100% 100%;
    border: none;
}

.addr_operation input[type=checkbox]:checked,
.add_def input[type=checkbox]:checked {
    background-clip: content-box;
    width: 18px;
    height: 18px;
    /* padding:2px; */
    background-image: url(../img/icon_check_sel.png);
    background-size: 100% 100%;
    border: none;
}

.setDef {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    margin-left: 8px;
}

.inp_item .layui-form-item .layui-input-inline:last-child {
    margin-right: 0;
}