.account_address {
  background: #fff;
  padding: 25px 20px 300px 20px;
}
/*收货人信息开始*/
.consignee {
  padding: 18px 18px 0 18px;
  background-color: #fff;
}
.consignee h2 {
    margin-bottom: 20px;
    font-size: 14px;
}
.consignee .item {
    float: left;
    width: 310px;
    height: 64px;
}
.consignee .item-header {
    float: left;
    margin: 10px 10px 0 0;
    width: 86px;
    text-align: right;
    color: #4c4c4c;
}
.consignee .item-header i {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 8px;
    vertical-align: middle;
    background: url(../img/icon.png) no-repeat 0 -3108px;
}
.consignee  .item-main {
    float: left;
}
.consignee .item input {
    width: 180px;
    height: 14px;
    padding: 12px;
    line-height: 14px;
    border-radius: 3px;
    padding-top\0: 12px;
}

.consignee .item input.only-read {
    background-color: #e6e6e6;
    color: #565656;
}
 .error {
	display: none;
    padding: 3px 0 0 3px;
    font-size: 12px;
    color: #ff461f;
}
.error-input {
    border: 1px solid #ff461f;
}
.consignee .item1 {
    float: left;
    width: 100%;
}
.consignee .item1 .pro {
    margin-left: 0;
}
.consignee select {
    margin-right:10px;
    width: 197px;
    height: 38px;
    line-height: 26px;
    padding: 6px 0;
    border: 1px solid #2e8fd4;
    border-radius: 3px;
}
.consignee .area-details {
    display: block;
    width: 629px;
    margin: 20px 0 0 96px;
    height: 14px;
    padding: 12px;
    line-height: 14px;
    border-radius: 3px;
    border: 1px solid #b3b3b3;
}
.consignee .error1 {
    padding-left: 94px;
}
.consignee .textarea {
    margin-top: 24px;
    width: 100%;
    height: 91px;
}
.consignee .textarea textarea {
    width: 500px;
    height: 79px;
    padding: 5px;
    border-radius: 3px;
    overflow-y: auto;
    border: 1px solid #b3b3b3;
}
/*收货人信息结束*/
.consignee .address_type {
  padding: 12px 0 38px 96px;
}
.consignee .address_type input {
  width: auto;
  height: auto;
  padding: 0;
  line-height: normal;
  border-radius: 0;
  border: 1px solid #b3b3b3;
  margin-right: 12px;
}
.address_type a {
  display: block;
  width: 126px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 40px;
  margin-top: 14px;
}
.address_type a:link,.address_type a:visited,.address_type a:hover,.address_type a:active {
  background: #58a5dd;
  color: #fff;
}
.address_list {
  width: 100%;
  table-layout:fixed;
  border-top: 1px solid #e7e7eb;
  border-left: 1px solid #e7e7eb;
  border-right: 1px solid #e7e7eb;
  margin-top: 20px;
}
.address_list th,.address_list td {
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  color: #4d4d4d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}
.address_list th {
  background: #f5f5f5;
  height: 39px;
  line-height: 39px;
  color: #808080;
}
.address_list td {
  height: 50px;
  line-height: 50px;
}
.address_list .center {
  text-align: center;
}
.a_operation a:link,.a_operation a:visited,.a_operation a:hover,.a_operation a:active {
  color: #2f99fb;
}
.a_operation a.set_default,.a_operation a.now_default {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 75px;
  text-align: center;
}
.a_operation a.now_default:link,.a_operation a.now_default:visited,.a_operation a.now_default:hover,.a_operation a.now_default:active {
  color: #ff461f;
}
.ml7 {
  margin: 0 17px 0 7px;	
}
.mr7 {
  margin-right: 7px;	
}
.a_operation input {
  vertical-align: middle;
  margin-right: 3px;
}
.address_top {
  font-size: 12px;
}
.address_top a {
  font-size: 14px;
}
.address_top a:link,.address_top a:visited,.address_top a:hover,.address_top a:active {
  color: #ff461f;
}