.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_recharge {
  margin-left: 210px;
  margin-top: 20px;
  padding: 20px;
  background: #fff;
  color: #333;
  font-family: '\5FAE\8F6F\96C5\9ED1';
}
#user_recharge .tabBox {
  font-size: 16px;
}
#user_recharge .tabTitle {
  margin-top: 20px;
  width: 100%;
  height: 38px;
  overflow: hidden;
}
#user_recharge .tabTitle > li {
  display: inline-block;
  padding: 0 30px;
  width: 80px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  text-align: center;
  cursor: pointer;
  background: url(https://design.ehaoyao.com/new_site/static/images/icon_radio_gray.png) no-repeat 10px center / 16px;
}
#user_recharge .tabTitle > li.active {
  background: url(https://design.ehaoyao.com/new_site/static/images/icon_radio_red.png) no-repeat 10px center / 16px;
}
#user_recharge .panel {
  padding-top: 20px;
  font-size: 14px;
}
#user_recharge .panel .item {
  margin-left: 14px;
  width: 480px;
  height: 50px;
}
#user_recharge .panel .item.surePay {
  text-align: center;
  margin: 110px 0 0 14px;
}
#user_recharge .panel .item > label {
  margin-right: 10px;
  line-height: 50px;
}
#user_recharge .panel .item .inputTxt {
  display: inline-block;
  width: 230px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding-left: 16px;
  border: 1px solid #e5e5e5;
  vertical-align: middle;
}
#user_recharge .panel .item.item_btn {
  text-align: center;
  line-height: 40px;
}
#user_recharge .cardRecharge {
  height: 366px;
  border-bottom: 0;
}
#user_recharge .cardRecharge .btn_recharge {
  width: 148px;
  height: 38px;
  line-height: 38px;
  border-radius: 3px;
}
#user_recharge .cardRecharge #tipsInfo {
  padding-left: 16px;
  height: 30px;
  line-height: 30px;
  color: #ff344d;
}
#user_recharge .cardRecharge .cardRules {
  padding-top: 20px;
  padding-bottom: 50px;
  padding-left: 20px;
}
#user_recharge .cardRecharge .cardRules dt,
#user_recharge .cardRecharge .cardRules dd {
  height: 24px;
  line-height: 24px;
}
#user_recharge .cardRecharge .cardRules .red {
  color: #ff344d;
}
#user_recharge .onlineRecharge {
  height: 366px;
}
#user_recharge .onlineRecharge .desc {
  padding-left: 100px;
  width: 480px;
  line-height: 50px;
  color: #ff344d;
}
#user_recharge .onlineRecharge .payType {
  margin: 20px 60px;
}
#user_recharge .onlineRecharge .payType li {
  display: inline-block;
  margin-left: 35px;
  padding: 5px 10px;
  width: 100px;
  height: 30px;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #fff;
}
#user_recharge .onlineRecharge .payType li span {
  display: inline-block;
  width: 100%;
  height: 30px;
  text-indent: -999px;
  background: url(https://design.ehaoyao.com/new_site/static/images/icon_recharge_alipay.jpg) no-repeat center center;
  background-size: 100% 100%;
}
#user_recharge .onlineRecharge .payType li.active {
  border: 1px solid #ff344d;
  background: url(https://design.ehaoyao.com/new_site/static/images/icon_corner_checked.png) no-repeat right bottom;
}
#user_recharge .onlineRecharge .payType li.wechat span {
  background: url(https://design.ehaoyao.com/new_site/static/images/icon_recharge_wechat.jpg) no-repeat center center;
  background-size: 100% 100%;
}
#user_recharge .onlineRecharge .payType li.keyCard span {
  background: url(https://design.ehaoyao.com/new_site/static/images/icon_recharge_keyCard.jpg) no-repeat center center;
  background-size: 100% 100%;
}
#user_recharge .onlineRecharge .payAmount {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
#user_recharge .onlineRecharge .payAmount span {
  font-size: 24px;
  font-family: Arial;
  color: #ff344d;
}
#user_recharge .onlineRecharge .payAmount i {
  color: #ff344d;
}
#user_recharge .onlineRecharge .btn_surePay {
  width: 148px;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
}
.balanceBill {
  margin-left: 210px;
  margin-top: 20px;
  padding: 10px;
  color: #666666;
  background: #fff;
}
.balanceBill .title {
  line-height: 30px;
  font-size: 16px;
  color: #333;
  padding-bottom: 20px;
}
.balanceBill .timeWrap {
  padding-left: 80px;
  position: relative;
  width: 120px;
  height: 26px;
  cursor: pointer;
}
.balanceBill .timeWrap .title {
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  width: 80px;
  font-size: 14px;
}
.balanceBill .timeWrap .datetime {
  display: inline-block;
  padding-right: 16px;
  padding-left: 20px;
  width: 120px;
  height: 26px;
  line-height: 24px;
  font-size: 14px;
  font-family: arial;
  color: #666666;
  cursor: pointer;
  background: url(https://design.ehaoyao.com/new_site/static/images/icon-user-sidebar.png) no-repeat right -440px;
  border: 0;
  border: 1px solid #e5e5e5;
}
.balanceBill .timeWrap .icon_arrow_down {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 0;
  height: 0;
  border: 6px  solid #fff;
  border-top-color: #cecece;
  vertical-align: middle;
}
.balanceBill .balanceList {
  margin-top: 10px;
  width: 100%;
  font-size: 14px;
}
.balanceBill .balanceList thead {
  background-color: #f5f5f5;
  color: #666;
}
.balanceBill .balanceList th {
  padding-left: 20px;
  height: 35px;
  text-align: left;
  font-weight: normal;
  text-align: center;
}
.balanceBill .balanceList .datetime {
  width: 160px;
  text-align: center;
}
.balanceBill .balanceList .orderNo {
  width: 180px;
  text-align: center;
}
.balanceBill .balanceList .desc {
  width: 210px;
  text-align: center;
}
.balanceBill .balanceList .rechargeType {
  width: 170px;
}
.balanceBill .balanceList tr.even {
  background-color: #f5f5f5;
}
.balanceBill .balanceList td {
  padding-left: 20px;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.balanceBill .balanceList td.balance {
  color: #ff344d;
}
.balanceBill .noData {
  padding-top: 320px;
  padding-bottom: 200px;
  background: url(https://design.ehaoyao.com/new_site/static/images/bg_balanceList_null.png) no-repeat center 124px;
  text-align: center;
}
.balanceBill .noData p {
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  color: #898989;
}
.balanceBill .noData .btn_go_recharge {
  margin: 40px auto 100px;
  background: #ff344d url(https://design.ehaoyao.com/new_site/static/images/icon_btn_go.png) no-repeat 94px center;
}
#dialogBox_recharge_confirm .opt_cont {
  font-size: 14px;
}
#dialogBox_recharge_confirm .opt_cont .tipsInfo {
  padding: 15px;
  width: 380px;
  text-align: left;
}
#dialogBox_recharge_confirm .opt_cont .btn_cancel {
  margin-right: 20px;
}
#dialogBox_pay_confirm .opt_cont {
  padding-bottom: 50px;
  font-size: 14px;
}
#dialogBox_pay_confirm .opt_cont .tipsInfo {
  padding: 15px 20px;
  width: 440px;
  text-align: left;
}
#dialogBox_pay_confirm .opt_cont .tipsInfo dt {
  height: 40px;
}
#dialogBox_pay_confirm .opt_cont .tipsInfo dd {
  text-indent: 40px;
  line-height: 35px;
}
#dialogBox_pay_confirm .opt_cont .btn_red_bd {
  width: 200px;
}
#dialogBox_pay_confirm .opt_cont .btn_otherPay {
  margin-right: 20px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
/*!
 * Datepicker v0.5.3
 * https://github.com/fengyuanchen/datepicker
 *
 * Copyright (c) 2014-2017 Fengyuan Chen
 * Released under the MIT license
 *
 * Date: 2017-06-15T11:00:53.699Z
 */
.datepicker-container {
  font-size: 12px;
  line-height: 30px;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 210px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  direction: ltr !important;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.datepicker-container:before,
.datepicker-container:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  content: ' ';
  border: 5px solid transparent;
}
.datepicker-dropdown {
  position: absolute;
  z-index: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc;
}
.datepicker-inline {
  position: static;
}
.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #39f;
}
.datepicker-top-left:before,
.datepicker-top-left:after,
.datepicker-top-right:before,
.datepicker-top-right:after {
  top: -5px;
  left: 10px;
  border-top: 0;
}
.datepicker-top-left:before,
.datepicker-top-right:before {
  border-bottom-color: #39f;
}
.datepicker-top-left:after,
.datepicker-top-right:after {
  top: -4px;
  border-bottom-color: #fff;
}
.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #39f;
}
.datepicker-bottom-left:before,
.datepicker-bottom-left:after,
.datepicker-bottom-right:before,
.datepicker-bottom-right:after {
  bottom: -5px;
  left: 10px;
  border-bottom: 0;
}
.datepicker-bottom-left:before,
.datepicker-bottom-right:before {
  border-top-color: #39f;
}
.datepicker-bottom-left:after,
.datepicker-bottom-right:after {
  bottom: -4px;
  border-top-color: #fff;
}
.datepicker-top-right:before,
.datepicker-top-right:after,
.datepicker-bottom-right:before,
.datepicker-bottom-right:after {
  right: 10px;
  left: auto;
}
.datepicker-panel > ul:before,
.datepicker-panel > ul:after {
  display: table;
  content: ' ';
}
.datepicker-panel > ul:after {
  clear: both;
}
.datepicker-panel > ul {
  width: 102%;
  margin: 0;
  padding: 0;
}
.datepicker-panel > ul > li {
  float: left;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
  text-align: center;
  background-color: #fff;
}
.datepicker-panel > ul > li:hover {
  background-color: #e6f2ff;
}
.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #999;
}
.datepicker-panel > ul > li.highlighted {
  background-color: #e6f2ff;
}
.datepicker-panel > ul > li.highlighted:hover {
  background-color: #cce6ff;
}
.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: #39f;
}
.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  cursor: default;
  color: #ccc;
  background-color: #fff;
}
.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: #e6f2ff;
}
.datepicker-panel > ul > li[data-view='years prev'],
.datepicker-panel > ul > li[data-view='year prev'],
.datepicker-panel > ul > li[data-view='month prev'],
.datepicker-panel > ul > li[data-view='years next'],
.datepicker-panel > ul > li[data-view='year next'],
.datepicker-panel > ul > li[data-view='month next'],
.datepicker-panel > ul > li[data-view='next'] {
  font-size: 18px;
}
.datepicker-panel > ul > li[data-view='years current'],
.datepicker-panel > ul > li[data-view='year current'],
.datepicker-panel > ul > li[data-view='month current'] {
  width: 150px;
}
.datepicker-panel > ul[data-view='years'] > li,
.datepicker-panel > ul[data-view='months'] > li {
  line-height: 52.5px;
  width: 52.5px;
  height: 52.5px;
}
.datepicker-panel > ul[data-view='week'] > li,
.datepicker-panel > ul[data-view='week'] > li:hover {
  cursor: default;
  background-color: #fff;
}
.datepicker-hide {
  display: none;
}
