.pagination {
  margin-top: 20px;
  font-size: 12px;
}
.pagination .pg-content {
  text-align: right;
}
.pagination .pg-content .pg-item {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 2px;
  color: #424242;
  border: 1px solid #ccc;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.pagination .pg-content .pg-item.first,
.pagination .pg-content .pg-item.last {
  width: 60px;
}
.pagination .pg-content .pg-item.prev.disable,
.pagination .pg-content .pg-item.next.disable {
  color: #ccc;
  background: #f5f5f5;
  cursor: auto;
}
.pagination .pg-content .pg-item.first.disable,
.pagination .pg-content .pg-item.last.disable {
  color: #cacaca;
}
.pagination .pg-content .pg-item.noBorder {
  border: 0px;
}
.pagination .pg-content .pg-item.current {
  border: 1px solid #ff344d;
  background: #ff344d;
  color: #fff;
  cursor: auto;
}
.pagination .pg-content .pg-num {
  border: #e0e0e0 1px solid;
  margin: 0px 5px;
  color: #424242;
  width: 45px;
  height: 30px;
  background: #fff;
  font-size: 14px;
  text-align: center;
  position: relative;
  top: -3px;
}
.pagination .pg-content .btn_sure {
  font-size: 14px;
  color: #181818;
  border: #e0e0e0 1px solid;
  background: none;
  width: 40px;
  line-height: 32px;
  height: 32px;
  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;
}
body {
  background: #f5f6f8;
}
.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-log {
  margin-left: 210px;
  margin-top: 20px;
  padding: 20px;
  background: #fff;
  color: #333;
}
#user-log .title {
  padding-left: 5px;
  font-size: 16px;
  color: #181818;
  line-height: 20px;
}
#user-log .log-list {
  width: 100%;
  margin-top: 20px;
  font-size: 12px;
}
#user-log .log-list li {
  position: relative;
  margin-bottom: 20px;
  padding: 0 10px;
  float: left;
  width: 164px;
  height: 272px;
  color: #333;
  font-size: 14px;
  cursor: pointer;
}
#user-log .log-list li:hover {
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}
#user-log .log-list li .delete {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-weight: lighter;
  background: #999;
  z-index: 101;
}
#user-log .log-list li .img {
  display: block;
  width: 164px;
  height: 164px;
  position: relative;
}
#user-log .log-list li .img .icon-double {
  width: 25px;
  height: 19px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: url(https://design.ehaoyao.com/new_site/static/images/rxdouble.png) no-repeat center center;
}
#user-log .log-list li .img .icon-single {
  width: 25px;
  height: 19px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: url(https://design.ehaoyao.com/new_site/static/images/rxsingle.png) no-repeat center center;
}
#user-log .log-list li .img img {
  width: 100%;
  height: 100%;
}
#user-log .log-list li .price {
  line-height: 30px;
  color: #ED4443;
  font-size: 18px;
}
#user-log .log-list li .price i {
  font-size: 12px;
}
#user-log .log-list li .name {
  height: 20px;
  line-height: 20px;
  font-family: Arail;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#user-log .log-list li .desc {
  font-size: 12px;
  color: #999999;
}
.no-data {
  background: url(https://design.ehaoyao.com/new_site/static/images/log-list.jpg) no-repeat left top;
  width: 220px;
  margin: 40px auto;
  height: 100px;
  padding-top: 178px;
  font-size: 16px;
  color: #898989;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.home-log {
  background: #ff344d;
  color: #fff;
  padding: 2px 12px;
  border-radius: 3px;
  cursor: pointer;
  margin: 0 5px;
}
.xdown {
  position: absolute;
  bottom: 0px;
  width: 113px;
  text-align: center;
  color: #888;
}
