/**!
 * 账户中心-收货地址
 * date:2017-12-12
 * author: csxiang;
 */
html, body {
    background-color: #f5f5f5;
}

.side dt.count-center i {
    float: left;
    height: 9px;
    width: 12px;
    background-image: url(../images/counticon.png);
    background-repeat: no-repeat;
    margin: 5px 7px 0 0;
}
.con-hd h1 {
    background: url(../images/gadressicon.png) no-repeat left;
}

/* 新增收货地址 */
.quit-searh .address-tips {
	display: inline-block;
	height: 31px;
	line-height: 31px;
}
.quit-searh .address-tips em {
	color: #cc0000;
}
.quit-searh .disable{
	border: 1px solid #dfdede;
    color: #dfdede;
}

/* 新增收货人信息 */
.layer-address {
	display: none;
	margin: 20px 0 0 30px;
	font-size: 12px;
}
.address-list {
	margin-bottom: 44px;
}
.address-item {
	height: 36px;
    line-height: 36px;
	margin-bottom: 10px;
}
.address-item .label {
	float: left;
	width: 70px;
	text-align: right;
}
.address-item .label i {
	font-style: normal;
	color: #e03437;
}
.address-item .com-input {
	width: 210px;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	padding-left: 5px;
	border: 1px solid #d2d2d2;
}
.address-item .consignee-tag-info {
	color: #999;
	margin-left: 10px;
}
.address-item .consignee-tag {
	float: left;
	margin-left: 10px;
}
.address-item .consignee-tag span {
	display: inline-block;
	padding: 0 15px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #d2d2d2;
	cursor: pointer;
}
.layer-btns {
	text-align: center;
	font-size: 12px;
}
.layer-btns a {
	display: inline-block;
	width: 65px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 2px;
	margin: 0 5px;
}
.layer-btns .save-btn {
	background-color: #de3336;
	color: #fff;
}
.layer-btns .quit-btn {
	background-color: #e3e3e3;
	color: #999;
}

/* 当前地址 */
.address-curr {
	position: relative;
	width: 1054px;
	height: 244px;
	background: url(../images/adressborder.png) no-repeat;
	border: 1px solid #e5e5e5;
	margin-bottom: 20px;
}
.ac-hd {
	margin: 25px 0 0 30px;
}
.ac-hd h1 {
	display: inline-block;
	margin-right: 20px;
	font-size: 16px;
	font-weight: bold;
}
.ac-hd .setup {
	position: relative;
	top: 2px;
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/setup.png) no-repeat;
}
.ac-default {
	display: inline-block;
	width: 98px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	margin-left: 20px;
	color: #ea3744;
	border-radius: 2px;
	background-color: #ffe7e9;
}
.ac-bd {
	margin: 25px 0 0 30px;
}
.ac-bd li {
	margin-bottom: 8px;
}
.ac-title {
	display: inline-block;
	width: 60px;
	text-align: right;
}
.ac-close {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 15px;
	height: 15px;
	background: url(../images/quiticon.png) no-repeat;
	cursor: pointer;
}
.ac-opt {
	position: absolute;
	bottom: 25px;
	right: 25px;
}
.ac-opt a {
	color: #12548c;
	margin-left: 18px;
	cursor:pointer
}
.ac-opt a:hover{
	font-weight: bold;
}


/* 地址表格 */
.mycate-hd .address-sum {
	margin: 25px 0 10px 0;
	color: #cc0000;
}
/* mycate-table */
.mycate-table {
	width: 100%;
	border: 1px solid #e5e5e5;

}
.mycate-table th,
.mycate-table td {
	text-align: center;
}
.mycate-table td {
	border-right: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}
.mycate-table .col01 {
	width: 64px;
}
.mycate-table .col02 {
	width: 103px;
}
.mycate-table .col03 {
	width: 300px;
}
.mycate-table .col04 {
	width: 260px;
}
.mycate-table .col05 {
	width: 105px;
}
.mycate-table .col06 {
	width: 216px;
}
.mycate-table thead tr {
	height: 30px;
	line-height: 30px;
	background-color: #f5f5f5;
} 
.mycate-table tbody tr {
	height: 46px;
	line-height: 23px;
}

.mycate-table .mt-opt {
	text-align: left;
}
.mycate-table .mt-opt a {
	position: relative;
    top: 3px;
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-left:20px;
}
.mycate-table .mt-opt a.mt-edit {
	background: url(../images/editicon.png) no-repeat center;
	background-size: 100%;
}
.mycate-table .mt-opt a.mt-search {
	background: url(../images/addelete.png) no-repeat center;
	background-size: 100%;
}
.mycate-table .mt-opt .mt-default-set,
.mycate-table .mt-opt .mt-default {
	display: inline-block;
    width: 98px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    margin-left: 20px;
    color: #ea3744;
    border-radius: 2px;
    background-color: #ffe7e9;
    cursor: pointer;
}
.mycate-table .mt-opt .mt-default-set {
	display: none;
	color: #fff;
	background-color: #f1616b;
}

.mycate-table tbody tr:hover {
	background-color: #fff2f1;
}
.mycate-table tbody tr:hover .mt-default-set {
	display: inline-block;
}
