.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;
  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_coupon {
  margin-left: 210px;
  margin-top: 20px;
  padding-top: 14px;
  background: #fff;
  color: #333;
  overflow: hidden;
}
#user_coupon .title {
  padding-left: 5px;
  font-size: 16px;
  color: #181818;
}
#user_coupon .tabBox {
  overflow: hidden;
}
#user_coupon .tabBox .couponList {
  float: left;
  margin-top: 5px;
  font-size: 0;
  overflow: hidden;
}
#user_coupon .tabBox .couponList li {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  line-height: 1;
  color: #666;
  font-size: 16px;
  cursor: pointer;
}
#user_coupon .tabBox .couponList li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 1px;
  height: 16px;
  background-color: #e5e5e5;
}
#user_coupon .tabBox .couponList li:first-child::before {
  display: none;
}
#user_coupon .tabBox .couponList li.active {
  color: #ff344d;
}
#user_coupon .tabBox .couponList li.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 48px;
  height: 1px;
  margin-left: -24px;
  background-color: #ff344d;
}
#user_coupon .tabBox .toCoupon {
  float: right;
  width: 120px;
  height: 32px;
  margin-right: 24px;
  padding-left: 46px;
  line-height: 30px;
  border: 1px solid #ff344d;
  box-sizing: border-box;
  color: #ff344d;
  font-size: 14px;
  background: url(https://design.ehaoyao.com/new_site/static/images/icon-toCoupon.png) no-repeat 15px;
}
#user_coupon .active-box {
  height: 32px;
  padding-left: 36px;
  margin-top: 30px;
  line-height: 32px;
}
#user_coupon .active-box .active-code {
  width: 230px;
  height: 32px;
  padding-left: 8px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  vertical-align: baseline;
}
#user_coupon .active-box .btn-exchange {
  display: inline-block;
  width: 88px;
  height: 32px;
  margin-left: 18px;
  line-height: 32px;
  border-radius: 2px;
  background-color: #ff344d;
  color: #fff;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.receiveCoupon {
  margin-top: 30px;
  overflow: hidden;
}
.receiveCoupon .content-box {
  display: none;
}
.receiveCoupon ul {
  overflow: hidden;
}
.receiveCoupon ul li {
  position: relative;
  z-index: 0;
  float: left;
  width: 220px;
  margin-left: 24px;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: center;
}
.receiveCoupon ul li .top-box {
  position: relative;
  height: 181px;
  padding-top: 12px;
  line-height: 1;
  border: 1px solid #e5e5e5;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: 0;
  box-sizing: border-box;
  color: #fff;
  background-color: #59a8eb;
  overflow: hidden;
}
.receiveCoupon ul li .top-box .val-box {
  height: 40px;
  padding-right: 14px;
  font-size: 40px;
}
.receiveCoupon ul li .top-box .val-box em {
  margin-right: 3px;
  font-size: 16px;
}
.receiveCoupon ul li .top-box .val-box i {
  font-size: 18px;
}
.receiveCoupon ul li .top-box .val-box .coupon-type {
  display: inline-block;
  width: 48px;
  height: 18px;
  line-height: 16px;
  margin-left: 23px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  font-size: 12px;
}
.receiveCoupon ul li .top-box .condition {
  margin-top: 6px;
  font-size: 12px;
}
.receiveCoupon ul li .top-box .decs {
  width: 190px;
  height: 52px;
  margin: 4px auto 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
}
.receiveCoupon ul li .top-box .decs .name {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.receiveCoupon ul li .top-box .decs::after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.receiveCoupon ul li .top-box .time {
  height: 12px;
  font-size: 12px;
  overflow: hidden;
}
.receiveCoupon ul li .top-box .btn-useCoupon {
  display: inline-block;
  width: 120px;
  height: 28px;
  margin-top: 11px;
  line-height: 28px;
  font-size: 14px;
  color: #59a8eb;
  border-radius: 14px;
  background-color: #fff;
  cursor: pointer;
}
.receiveCoupon ul li .bottom-box {
  position: relative;
  height: 69px;
  padding-top: 20px;
  box-sizing: border-box;
  background: url(https://design.ehaoyao.com/new_site/static/images/bg-myCoupon.png) no-repeat bottom;
}
.receiveCoupon ul li .bottom-box p {
  height: 40px;
  line-height: 20px;
  font-size: 12px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding: 0 10px;
}
.receiveCoupon ul li.disabled .top-box,
.receiveCoupon ul li.used .top-box,
.receiveCoupon ul li.timed .top-box {
  background-color: #bebebe;
}
.receiveCoupon ul li.disabled .top-box .btn-useCoupon,
.receiveCoupon ul li.used .top-box .btn-useCoupon,
.receiveCoupon ul li.timed .top-box .btn-useCoupon {
  color: #999;
}
.receiveCoupon ul li.disabled .bottom-box,
.receiveCoupon ul li.used .bottom-box,
.receiveCoupon ul li.timed .bottom-box {
  background-image: url(https://design.ehaoyao.com/new_site/static/images/bg-myCoupon-disabled.png);
}
.receiveCoupon ul li.used .bottom-box {
  background: url(https://design.ehaoyao.com/new_site/static/images/mark-used.png) 148px 10px no-repeat, url(https://design.ehaoyao.com/new_site/static/images/bg-myCoupon-disabled.png) no-repeat;
}
.receiveCoupon ul li.disabled .bottom-box {
  background: url(https://design.ehaoyao.com/new_site/static/images/mark-disabled.png) 148px 10px no-repeat, url(https://design.ehaoyao.com/new_site/static/images/bg-myCoupon-disabled.png) no-repeat;
}
.receiveCoupon ul li.timed .bottom-box {
  background: url(https://design.ehaoyao.com/new_site/static/images/mark-timeout.png) 148px 10px no-repeat, url(https://design.ehaoyao.com/new_site/static/images/bg-myCoupon-disabled.png) no-repeat;
}
.receiveCoupon ul li.outTime .top-box::before {
  content: '\5FEB\8FC7\671F';
  position: absolute;
  left: -26px;
  top: -4px;
  width: 78px;
  height: 36px;
  padding-top: 17px;
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
  background-color: #ff9c35;
  color: #fff;
  font-size: 12px;
  box-sizing: border-box;
}
.receiveCoupon .nodata {
  text-align: center;
  line-height: 125px;
  font-size: 16px;
  color: #898989;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
