.cart-table {
  border: 1px solid #dfdfdf;
  font-size: 14px;
}
.cart-table thead {
  background-color: #F0F0F0;
}
.cart-table .add-btn, .cart-table .reduce-btn {
  border: 1px solid #DCDCDC;
  background: #fff;
  border-radius: 2px;
  padding: 0;
  height: 30px;
  width: 30px;
  font-size: 18px;
  color: #999;
}
.cart-table .num-input {
  height: 30px;
  width: 45px;
  margin: 0 2px;
  border: 1px solid #DCDCDC;
  background: #fff;
  border-radius: 2px;
  padding: 0;
  text-align: center;
}
.cart-table input[type=checkbox] {
  width: 16px;
  height: 16px;
}
.address-wrap {
  font-size: 14px;
  border: 1px solid #f0f0f0;
}
.address-wrap .u-head {
  line-height: 40px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  justify-content: space-between;
  background-color: #F0F0F0;
}
.address-list li {
  line-height: 60px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  border-bottom: 1px solid #F0F0F0;
}
.address-list li:nth-of-type(2n) {
  background-color: #F0F0F0;
}
.address-add-btn {
  border: 0;
  background: #3a78fd;
  line-height: 26px;
  height: 26px;
  padding: 0 20px;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
}
.email-input {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  height: 30px;
  line-height: 30px;
  width: 200px;
  padding: 0 5px;
  font-size: 14px;
}
.address-tips {
  background-color: #D48A6B;
  padding: 2px 10px;
  color: #fff;
}
.cart-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  margin-top: 20px;
  background-color: #F4F4F4;
}
.order-form {
  width: 520px;
  margin: 30px auto;
  background-color: #F0F0F0;
  padding: 30px;
  /* font-size: 14px; */
}
.register-wrap {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.register-form {
  width: 490px;
  background: #fff;
  border-radius: 5px;
  padding: 40px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.register-form .u-input {
  border: 1px solid #DCDCDC;
}
.agreement-box {
  display: flex;
  align-items: center;
  padding-left: 26px;
}
.register-form .u-label {
  text-align: right;
  width: 85px;
  margin-right: 18px;
}
.register-form .input-box {
  flex: 1;
  margin-right: 10px;
}
.login-tab {
  display: flex;
  margin-bottom: 30px;
}
.login-tab li {
  width: 50%;
  line-height: 45px;
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
  cursor: pointer;
}
.login-tab li.active {
  color: #B23838;
  border: 1px solid #dfdfdf;
  border-bottom: 0;
  font-weight: 600;
}
.user-list-sider li {
  margin: 5px 0;
}
.user-list-sider li a {
  line-height: 2;
  display: inline-block;
  cursor: pointer;
}
.user-list-sider li.active a {
  color: #3a78fd;
  border-bottom: 2px solid #3a78fd;
}
.user-primary {
  width: 88%;
}
.user-sider-box {
  width: 10%;
}
.user-wrap {
  width: 100%;
}

.update-password-form {
  width: 520px;
  margin: 30px auto;
  padding: 30px;
  /* font-size: 14px; */
}