.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-info {
  margin-left: 210px;
  padding: 20px;
  background: #fff;
  color: #333;
}
#user-info .title {
  padding-left: 5px;
  border-left: 3px solid #ff344d;
  font-size: 16px;
  color: #181818;
}
#user-info .title .pagination {
  float: right;
  position: relative;
  top: 10px;
  font-size: 12px;
}
#user-info ul {
  padding-top: 18px;
  zoom: 1;
}
#user-info ul li {
  position: relative;
  padding-bottom: 25px;
  width: 470px;
  height: 32px;
  zoom: 1;
}
#user-info ul li .input-r {
  position: absolute;
  left: 26px;
  top: 7px;
  color: red;
}
#user-info ul li.headImg {
  height: 100px;
}
#user-info ul li.headImg .label {
  margin-top: 30px;
}
#user-info ul li span.head-img {
  position: relative;
  margin-left: 10px;
  display: block;
  float: left;
  width: 84px;
  height: 84px;
  border: 2px solid #d7d9dc;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
#user-info ul li span.head-img img {
  vertical-align: middle;
  width: 84px;
  height: 84px;
  border-radius: 50%;
}
#user-info ul li span.head-img .edit {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 84px;
  height: 20px;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 10px;
  text-align: center;
}
#user-info ul li.full-width {
  width: 100%;
}
#user-info ul li span.label,
#user-info ul li span.input {
  display: block;
  float: left;
  height: 32px;
}
#user-info ul li span.label {
  width: 93px;
  line-height: 32px;
  text-align: right;
}
#user-info ul li span.label em {
  color: #f15a28;
}
#user-info ul li span.input {
  width: 292px;
  margin-left: 10px;
}
#user-info ul li span.input label {
  display: inline-block;
  padding-top: 6px;
}
#user-info ul li span.input .inputtext {
  width: 280px;
}
#user-info ul li span.input span.inputtext {
  color: #333;
  font-size: 12px;
}
#user-info ul li span.input .input-text {
  border: 1px solid #ccd1d7;
  width: 280px;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 10px;
  color: #34495E;
  border-radius: 4px;
}
#user-info ul li span.input .it-green {
  border: 1px solid #008be0;
}
#user-info ul li span.input .it-orange {
  border: 1px solid #f15a28;
}
#user-info ul li span.input .submit-btn-green {
  width: 86px;
  height: 32px;
  line-height: 32px;
}
#user-info ul li span.input.has-btn {
  overflow: hidden;
  zoom: 1;
}
#user-info ul li span.input.has-btn .inputtext {
  float: left;
  width: 280px;
}
#user-info ul li span.input.has-btn .submit-btn-green {
  float: right;
}
#user-info ul li span.input.has-btn .submit-btn-disabled {
  background: #ccd1d7;
}
#user-info ul li.full {
  width: 788px;
}
#user-info ul li.full span.input {
  width: 695px;
  overflow: hidden;
  zoom: 1;
}
#user-info ul li.full span.input .ubasic {
  display: block;
  float: left;
  margin-right: 10px;
}
#user-info ul.nofloat li {
  float: none;
}
#user-info .submit-btn {
  display: block;
  width: 148px;
  height: 40px;
  line-height: 40px;
  margin: 15px auto 0;
  margin-left: 105px;
  background: #ff344d;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  border-radius: 3px;
}
#user-info .item-tips {
  display: block;
  text-indent: 93px;
  color: #ff344d;
}
#user-info input[type='radio'] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
}
#user-info .user-info-radios {
  line-height: 32px;
}
#user-info .user-info-radios input {
  margin: 0 5px;
}
#user-info-bind {
  margin-left: 210px;
  margin-top: 20px;
  padding: 20px;
  background: #fff;
  color: #333;
}
#user-info-bind .title {
  border-left: 3px solid #ff344d;
  font-size: 16px;
  color: #181818;
  line-height: 20px;
}
#user-info-bind .title .pagination {
  float: right;
  position: relative;
  top: 10px;
  font-size: 12px;
}
#user-info-bind ul {
  margin: 0 auto;
  padding-top: 18px;
  overflow: hidden;
  zoom: 1;
}
#user-info-bind ul li {
  padding-bottom: 25px;
  height: 32px;
  zoom: 1;
}
#user-info-bind ul li.full-width {
  width: 100%;
}
#user-info-bind ul li span.label,
#user-info-bind ul li span.input {
  display: block;
  float: left;
  height: 32px;
}
#user-info-bind ul li span.label {
  width: 93px;
  line-height: 32px;
  text-align: right;
}
#user-info-bind ul li span.label em {
  color: #f15a28;
}
#user-info-bind ul li span.input {
  width: 323px;
}
#user-info-bind ul li span.input label {
  display: inline-block;
  padding-top: 6px;
}
#user-info-bind ul li span.input .inputtext {
  width: 280px;
}
#user-info-bind ul li span.input span.inputtext {
  color: #333;
  font-size: 12px;
}
#user-info-bind ul li span.input .input-text {
  border: 1px solid #ccd1d7;
  width: 280px;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 10px;
  color: #34495E;
  border-radius: 4px;
}
#user-info-bind ul li span.input .it-green {
  border: 1px solid #008be0;
}
#user-info-bind ul li span.input .it-orange {
  border: 1px solid #f15a28;
}
#user-info-bind ul li span.input .submit-btn-green {
  width: 86px;
  height: 32px;
  line-height: 32px;
}
#user-info-bind ul li span.input.has-btn {
  overflow: hidden;
  zoom: 1;
}
#user-info-bind ul li span.input.has-btn .inputtext {
  float: left;
  width: 310px;
  color: #777;
}
#user-info-bind ul li span.input.has-btn .submit-btn-green {
  float: right;
}
#user-info-bind ul li span.input.has-btn .submit-btn-disabled {
  background: #ccd1d7;
}
#user-info-bind ul li.full {
  width: 788px;
}
#user-info-bind ul li.full span.input {
  width: 695px;
  overflow: hidden;
  zoom: 1;
}
#user-info-bind ul li.full span.input .ubasic {
  display: block;
  float: left;
  margin-right: 10px;
}
#user-info-bind ul.nofloat li {
  float: none;
}
#user-info-bind ul li {
  margin: 0 auto;
}
#user-info-bind .submit-btn {
  display: inline-block;
  width: 120px;
  height: 32px;
  line-height: 32px;
  margin-left: 15px;
  background: #ff344d;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  border-radius: 3px;
}
#user-info-bind .item-tips {
  display: block;
  text-indent: 93px;
  color: #ff344d;
}
#user-info-bind input[type='radio'] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
}
#user-info-bind .user-info-radios {
  line-height: 32px;
}
#user-info-bind .user-info-radios input {
  margin: 0 5px;
}
#user-info-bind .js-update-phone-step {
  display: none;
}
#user-info-bind .js-update-phone-step.active {
  display: block;
}
.no-data {
  line-height: 125px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.user-nav {
  height: 40px;
  margin-top: 20px;
  margin-left: 210px;
  background-color: #fff;
  box-sizing: border-box;
}
.user-nav .title {
  padding-top: 20px;
  padding-left: 5px;
  font-size: 16px;
  color: #333;
}
.user-nav .title span {
  display: inline-block;
  line-height: 30px;
  width: 100px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.user-nav .title span i {
  position: absolute;
  top: 8px;
  right: 0;
  display: block;
  width: 1px;
  height: 16px;
  background: #e5e5e5;
}
.user-nav .title span.on {
  color: #ff344d;
}
.user-nav .title span.on::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 30px;
  width: 40px;
  height: 2px;
  background-color: #ff344d;
}
.user-nav .title .pagination {
  float: right;
  position: relative;
  top: 30px;
  font-size: 12px;
}
.img-upload {
  display: none;
  height: 478px;
  padding-top: 30px;
  padding-left: 70px;
  margin-left: 210px;
  background-color: #fff;
}
.img-upload .left {
  position: relative;
  float: left;
}
.img-upload .left .btn-upload {
  width: 182px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #cecece;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  color: #333;
  background-color: #f5f5f5;
  cursor: pointer;
  background: #f5f5f5;
  background: -webkit-linear-gradient(to bottom, #f5f5f5, #ffffff);
  background: linear-gradient(to bottom, #f5f5f5, #ffffff);
}
.img-upload .left .tip {
  margin-bottom: 10px;
  font-size: 12px;
  color: #898989;
}
.img-upload .left .img-box {
  width: 504px;
  height: 237px;
  padding-top: 42px;
  border: 1px solid #cecece;
  box-sizing: border-box;
  background: #f9f9f9 url(https://design.ehaoyao.com/new_site/static/images/bg-head.jpg) no-repeat center / 150px;
  cursor: default;
}
.img-upload .left .img-box .box {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  line-height: 150px;
}
.img-upload .left .img-box .box img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  margin: 0;
  max-width: 150px;
  max-height: 150px;
  transform: translate3d(-50%, -50%, 0);
}
.img-upload .left::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -32px;
  width: 1px;
  height: 332px;
  background-color: #f5f5f5;
}
.img-upload .right {
  float: left;
  margin-left: 68px;
  color: #898989;
  font-size: 12px;
}
.img-upload .right .t {
  font-size: 14px;
  color: #333;
}
.img-upload .right .p {
  width: 235px;
  margin-top: 6px;
  margin-bottom: 20px;
}
.img-upload .right .box-100 {
  width: 100px;
  height: 100px;
  margin-bottom: 8px;
  box-sizing: border-box;
  border: 1px solid #cecece;
  background-color: #f9f9f9;
}
.img-upload .right .box-50 {
  width: 50px;
  height: 50px;
  margin-top: 24px;
  margin-bottom: 8px;
  box-sizing: border-box;
  border: 1px solid #cecece;
  background-color: #f9f9f9;
}
.img-upload .btn-save {
  display: block;
  width: 150px;
  height: 40px;
  margin-top: 30px;
  margin-left: 178px;
  line-height: 40px;
  background-color: #ff344d;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
}
/*!
 * 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;
}
