.myAddr_head{
	display: flex;
	align-items: center;
	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;
	align-items: center;
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
}

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

.addr_thead{
	width:100%;
	height:40px;
	background:rgba(244,244,244,1);
	display: flex;
	align-items: 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{
	font-size: 16px;
	font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
	font-weight: 400;
	color: #242424;
}
.address{
	width: 350px;
}
.contact_info{
	font-size: 12px;
    font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
    font-weight: 400;
    color: #666666;
    margin-left: 10px;
}
.addr_operation{
	display: flex;
	align-items: center;
}
.addr_list{
	width:98%;
	margin:12px auto;
	border:1px dashed #999999;
	padding: 15px;
	box-sizing: border-box;
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
	display: flex;
	align-items: center;
}
.editDel{
	margin-right: 60px;
	display: flex;
	align-items: 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;
}

.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;
	width: 490px;
}

.inp_box>input {
	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;
	align-items: 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);
	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;
	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;
	justify-content: space-between;
	align-items: 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;
	align-items: 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;
	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;
	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;
	align-items: 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/xuan2.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/xuan.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;
}

.inner_content-address-box{
	    width: 1200px;
    margin: 12px auto;
    background-color: #fff;
}
 #index_shop_logo_div{flex:1;}
.search_box {
    width:320px;
}





.addr_list .my_add-img{width:32px;height:32px;}
.addr_list .info-box{
    flex: 1;
    margin-left:10px;
}

.addr_list .info-box .user-info{
	display: flex;
	align-items: center;
}

.addr_list .info-box .user-info .is_default{
	font-size: 10px;
	font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
	font-weight: 400;
	color: #FE6C31;
	margin-left:12px;
	background: #FFE2D6;
}

.addr_operation img{
    width:16px;
    height:16px;
}
.addr_operation .edit2-img{margin-right:15px;}
.addr_list:hover{border:2px dashed #FE6C31;}

.layui-layer-title {
	padding:0;
    text-align: center;
    border:none;
    height: 40px !important;
    line-height: 40px !important;
    background-color:#fff;
    font-size: 16px;
	font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
	font-weight: 400;
	color: #242424;
}

.

.layui-layer-btn .layui-layer-btn1:hover {
    color: #242424;
}

.layui-layer-btn a {
   font-size:14px;
}





.layui-layer-page .layui-layer-content {
    font-size: 12px;
font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
font-weight: 400;
color: #666666;
}










