.dialog_addressWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 540px;
}
.dialog_addressWrapper input[type="text"] {
  width: 365px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding-left: 16px;
  border: 1px solid #e5e5e5;
}
.dialog_addressWrapper .address {
  padding: 20px 0;
  background-color: #fff;
}
.dialog_addressWrapper .upgradeTips {
  height: 45px;
  line-height: 45px;
  padding-left: 50px;
  background: #fff5f6 url(https://design.ehaoyao.com/new_site/static/images/icon_tips_warn.png) no-repeat left / 18px;
  background-position: 20px;
  color: #ff344d;
  font-size: 16px;
}
.dialog_addressWrapper .panel-item {
  padding: 5px;
}
.dialog_addressWrapper .panel-item .left {
  margin-right: 10px;
  float: left;
  width: 100px;
  height: 42px;
  line-height: 42px;
  text-align: right;
}
.dialog_addressWrapper .panel-item .right {
  float: left;
  width: 384px;
}
.dialog_addressWrapper .panel-item .positionWrapper {
  width: 100%;
  height: 42px;
}
.dialog_addressWrapper .panel-item .positionWrapper .p_title {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.dialog_addressWrapper .panel-item .positionWrapper .p_title .label span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.dialog_addressWrapper .panel-item .positionWrapper .p_title .label .icon_arrow {
  height: 40px;
}
.dialog_addressWrapper .panel-item .positionWrapper .p_title .content input {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.dialog_addressWrapper .panel-item .positionWrapper .p_content {
  top: 41px;
  width: 382px;
}
.dialog_addressWrapper .panel-item .positionWrapper .p_content .cityList {
  width: 240px;
}
.dialog_addressWrapper .panel-item .positionWrapper .detailInfo {
  top: 41px;
  width: 382px;
}
.dialog_addressWrapper .panel-item .detail_address {
  display: block;
  padding-left: 16px;
  padding-top: 6px;
  width: 366px;
  height: 82px;
  font-size: 16px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.dialog_addressWrapper .panel-item .detail_address::-webkit-input-placeholder {
  color: #c9c9c9;
  font-size: 16px;
}
.dialog_addressWrapper .panel-item .detail_address::-moz-placeholder {
  color: #c9c9c9;
  font-size: 16px;
  opacity: 1;
}
.dialog_addressWrapper .panel-item .detail_address::-ms-input-placeholder {
  color: #c9c9c9;
  font-size: 16px;
}
.dialog_addressWrapper .panel-item .setDefault {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.dialog_addressWrapper .panel-item .setDefault i {
  margin-right: 5px;
}
.dialog_addressWrapper .panel-item .btn_cancel,
.dialog_addressWrapper .panel-item .btn_ok {
  margin-left: 40px;
  width: 200px;
}
.dialog_addressWrapper .panel-item .btn_cancel {
  border: 1px solid #ff344d;
  color: #ff344d;
}
.dialog_addressWrapper .selectAddress .address_title {
  padding-left: 0;
  border: none;
}
body {
  background: #f5f6f8;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
.wrap {
  position: relative;
  width: 1200px;
  min-height: 600px;
  margin: 20px auto;
}
#user-sidebar {
  position: absolute;
  left: 0;
  top: 0;
  width: 191px;
}
#user-base-info {
  margin-left: 210px;
}
#user-adderss {
  margin-left: 210px;
  margin-top: 20px;
  padding: 20px;
  width: 950px;
  background: #fff;
  color: #666;
}
#user-adderss .title {
  padding-left: 5px;
  font-size: 16px;
  color: #333;
}
#user-adderss .btn_addAddress {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: #ff344d;
  float: right;
  width: 120px;
  margin-bottom: 10px;
  border-radius: 2px;
}
#user-adderss .address-list {
  font-size: 14px;
  clear: both;
}
#user-adderss .address-list .no-data {
  margin: 0 auto;
  width: 100%;
  padding: 30px;
  text-align: center;
  font-size: 14px;
}
#user-adderss .address-list caption .btn_addAddress {
  display: block;
  padding-right: 20px;
  height: 40px;
  line-height: 40px;
  text-align: right;
  font-size: 12px;
  color: #ff344d;
}
#user-adderss .address-list thead tr {
  height: 38px;
  text-align: center;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
}
#user-adderss .address-list thead tr td.td_name {
  width: 140px;
}
#user-adderss .address-list thead tr td.td_phone {
  width: 100px;
}
#user-adderss .address-list thead tr td.td_area {
  width: 400px;
}
#user-adderss .address-list thead tr td.td_opt {
  width: 190px;
}
#user-adderss .address-list thead tr td.td_default {
  width: 120px;
}
#user-adderss .address-list tbody {
  border-right: 0;
  border-bottom: 0;
  text-align: center;
}
#user-adderss .address-list tbody tr {
  height: 80px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
#user-adderss .address-list tbody tr td {
  padding: 10px 0;
}
#user-adderss .address-list tbody tr td a,
#user-adderss .address-list tbody tr td span {
  display: inline-block;
  padding: 0 5px;
}
#user-adderss .address-list tbody tr td span {
  color: #ff344d;
}
.no-data {
  line-height: 125px;
}
.noData {
  line-height: 30px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.default {
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #FF334D;
  border-radius: 15px;
}
.red {
  color: #FF334D;
  cursor: pointer;
}
.user-sidebar {
  padding: 10px 0;
  background: #fff;
}
.user-sidebar li {
  line-height: 20px;
  margin: 12px 0;
  font-size: 16px;
  color: #333;
}
.user-sidebar li a {
  position: relative;
  display: block;
  width: 75px;
  padding-left: 60px;
}
.user-sidebar li a:hover {
  text-decoration: none;
}
.user-sidebar li a.current {
  padding-left: 57px;
  color: #FF344D;
  border-left: 3px solid #FF344D;
}
.icon-user-sidebar {
  position: absolute;
  left: 0;
  top: 6px;
  width: 24px;
  height: 24px;
}
.icon-user-sidebar-home {
  background-position: 0 3px;
}
.icon-user-sidebar-info {
  background-position: 0 -33px;
}
.icon-user-sidebar-asset {
  background-position: 0 -69px;
}
.icon-user-sidebar-address {
  background-position: 0 -107px;
}
.icon-user-sidebar-secure {
  background-position: 0 -146px;
}
.icon-user-sidebar-coupon {
  background-position: 0 -185px;
}
.icon-user-sidebar-msg {
  background-position: 0 -222px;
}
.icon-user-sidebar-favorite {
  background-position: 0 -263px;
}
.icon-user-sidebar-evaluate {
  background-position: 0 -299px;
}
.icon-user-sidebar-log {
  background-position: 0 -337px;
}
.icon-user-sidebar-exchange {
  background-position: 0 -365px;
}
.icon-user-sidebar-recharge {
  background-position: 0 -394px;
}
.user-base-info {
  position: relative;
  height: 100px;
  padding: 28px 0;
  background: #fff;
}
.user-base-info .user-image {
  position: absolute;
  left: 20px;
  top: 28px;
  width: 100px;
  height: 100px;
  border: 3px solid #d7d9dc;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
}
.user-base-info .user-image img {
  position: relative;
  border: 3px solid #fff;
  border-radius: 50%;
  z-index: 2;
}
.user-base-info .user-image .edit-image {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 30px;
  line-height: 38px;
  background: #d7d9dc;
  border-radius: 15px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  z-index: 1;
}
.user-base-info .user-info {
  margin-left: 160px;
  margin-top: 8px;
  font-size: 12px;
  color: #333;
}
.user-base-info .user-info .amount,
.user-base-info .user-info .point,
.user-base-info .user-info .coupons,
.user-base-info .user-info .collect {
  float: left;
  width: 120px;
  height: 70px;
  padding: 10px 20px 0;
  font-size: 16px;
  text-align: center;
  color: #333;
}
.user-base-info .user-info .amount .number,
.user-base-info .user-info .point .number,
.user-base-info .user-info .coupons .number,
.user-base-info .user-info .collect .number {
  line-height: 30px;
  font-size: 24px;
}
.user-base-info .user-info .amount .title,
.user-base-info .user-info .point .title,
.user-base-info .user-info .coupons .title,
.user-base-info .user-info .collect .title {
  padding-top: 12px;
  font-size: 14px;
}
.user-base-info .user-info .member {
  float: left;
  height: 80px;
  width: 120px;
  padding-right: 50px;
  border-right: 2px solid #e5e5e5;
}
.user-base-info .user-info .member .name {
  font-size: 16px;
  line-height: 30px;
}
.user-base-info .user-info .member .logo {
  padding-left: 28px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #999;
  background: url(https://design.ehaoyao.com/new_site/static/images/icon_member_logo.png) no-repeat;
}
.user-base-info .user-info .member .activate {
  margin-top: 12px;
  width: 104px;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
  color: #3F2E20;
  background: linear-gradient(90deg, #ffd270, #ffe3a5);
  border-radius: 12px;
  font-size: 12px;
  text-align: center;
}
.user-base-info .user-info .member .ng {
  margin-top: 12px;
  width: 80px;
  height: 24px;
  line-height: 24px;
  color: #3F2E20;
  background: linear-gradient(90deg, #ffd270, #ffe3a5);
  border-radius: 12px;
  font-size: 12px;
  text-align: center;
}
.user-base-info .user-info .member .expiry {
  margin-top: 10px;
  line-height: 18px;
  color: #999999;
  font-size: 12px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.mobilePhone {
  display: none;
}
