.pages {
  margin: 4vw 0;
}

.pages ul {
  font-size: 0;
  text-align: center;
}

.pages ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
}

.pages ul li a {
  display: block;
  font-size: 18px;
  color: #4b4c4e;
  line-height: 48px;
  padding: 0 18px;
  border: 1px solid #ff498b;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.pages ul li:first-of-type a, .pages ul li:nth-last-child(2) a, .pages ul li:last-of-type a {
  border-color: transparent;
  margin: 0 2px;
}

.pages ul li a:not(.total):hover {
  background-color: #ff498b;
  color: #fff;
}

.user-main {
  position: relative;
  min-height: 70vh;
}
.user-main:before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/user/img-1.jpg");
  background-size: 100% 100%;
}
.user-main .m-show {
  display: none;
}

/* sign in */
.signin-page {
  max-width: 770px;
  margin: 0 auto;
  padding: 5vw 0 10vw;
}
.signin-page:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 109px;
  height: 55px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/user/img-2.png");
}
.signin-page .cont {
  padding: 40px;
  border: 1px solid #da2f41;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(231, 55, 94, 0.2);
}
.signin-page h3 {
  font-size: 26px;
  color: #444444;
  text-align: center;
}
.signin-page .signup {
  font-size: 14px;
  color: #515151;
  text-align: center;
  margin-top: 20px;
}
.signin-page .signup a {
  color: #eb517f;
  text-decoration: underline;
}
.signin-page .form {
  max-width: 240px;
  margin: 30px auto 0;
}
.signin-page .box {
  margin-top: 24px;
  position: relative;
}
.signin-page .box:nth-of-type(1) {
  margin-top: 0;
}
.signin-page .box input {
  display: block;
  width: 100%;
  height: 34px;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  padding: 0 10px;
  font-size: 14px;
  color: #c3c3c3;
}
.signin-page .box button {
  display: block;
  width: 100%;
  height: 34px;
  font-size: 14px;
  color: #fff;
  border-radius: 20px;
  background-color: #eb517f;
  cursor: pointer;
}
.signin-page .box img {
  position: absolute;
  top: 0;
  right: 30px;
  width: 80px;
  height: 34px;
}
.signin-page .box a.refresh {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -8px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/user/icon-1.png");
}
.signin-page .box.code {
  padding-right: 130px;
}
.signin-page .forget {
  max-width: 240px;
  margin: 10px auto 0;
  text-align: right;
}
.signin-page .forget a {
  font-size: 14px;
  color: #eb517f;
  text-decoration: underline;
}
.signin-page .tip {
  text-align: center;
  font-size: 0;
  margin-top: 30px;
}
.signin-page .tip:before, .signin-page .tip:after {
  content: '';
  width: 70px;
  height: 1px;
  background-color: #cccccc;
  display: inline-block;
  vertical-align: middle;
}
.signin-page .tip span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #333;
  margin: 0 12px;
}

/* sign up */
.signup-page {
  max-width: 770px;
  margin: 0 auto;
  padding: 5vw 0 10vw;
}
.signup-page:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 109px;
  height: 55px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/user/img-2.png");
}
.signup-page .cont {
  position: relative;
  padding: 40px;
  border: 1px solid #da2f41;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(231, 55, 94, 0.2);
  overflow: hidden;
}
.signup-page h3 {
  font-size: 26px;
  color: #444444;
  text-align: center;
}
.signup-page .signin {
  font-size: 14px;
  color: #515151;
  text-align: center;
  margin-top: 20px;
}
.signup-page .signin a {
  color: #eb517f;
  text-decoration: underline;
}
.signup-page .form {
  max-width: 340px;
  margin: 30px auto 0;
}
.signup-page .box {
  margin-top: 24px;
  position: relative;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}
.signup-page .box:nth-of-type(1) {
  margin-top: 0;
}
.signup-page .box:nth-last-child(1), .signup-page .box:nth-last-child(2) {
  border: none;
  border-radius: 0;
}
.signup-page .box input[type="text"],
.signup-page .box input[type="password"] {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  color: #c3c3c3;
}
.signup-page .box button {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: #fff;
  border-radius: 20px;
  background-color: #eb517f;
  cursor: pointer;
}
.signup-page .box.tel {
  padding-left: 75px;
}
.signup-page .box.tel span {
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  line-height: 40px;
  padding-left: 20px;
  font-size: 16px;
  color: #444;
}
.signup-page .box.tel span:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  width: 1px;
  height: 20px;
  background-color: #e3e3e3;
}
.signup-page .box.code {
  padding-right: 100px;
}
.signup-page .box.code a {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  line-height: 40px;
  font-size: 14px;
  color: #eb517f;
  text-align: center;
}
.signup-page .box.code a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 1px;
  height: 20px;
  background-color: #e3e3e3;
}
.signup-page .box.protocol {
  font-size: 0;
}
.signup-page .box.protocol input, .signup-page .box.protocol .txt {
  display: inline-block;
  vertical-align: top;
}
.signup-page .box.protocol input {
  margin-top: 4px;
}
.signup-page .box.protocol .txt {
  font-size: 14px;
  color: #333333;
  margin-left: 2px;
}
.signup-page .box.protocol a {
  color: #eb517f;
}
.signup-page .tip {
  text-align: center;
  font-size: 0;
  margin-top: 30px;
}
.signup-page .tip:before, .signup-page .tip:after {
  content: '';
  width: 70px;
  height: 1px;
  background-color: #cccccc;
  display: inline-block;
  vertical-align: middle;
}
.signup-page .tip span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #333;
  margin: 0 12px;
}

.protocol-popups {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px;
  background-color: #fff;
  display: none;
}
.protocol-popups h4 {
  font-size: 26px;
  color: #444444;
  text-align: center;
}
.protocol-popups .para {
  font-size: 14px;
  line-height: 2;
  color: #333333;
  overflow: auto;
  height: calc(100% - 140px);
  margin: 30px 0;
}
.protocol-popups a {
  display: block;
  width: 80%;
  max-width: 330px;
  margin: 0 auto;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #eb517f;
  border-radius: 20px;
}

.signupsuc-page {
  max-width: 530px;
  margin: 0 auto;
  padding: 5vw 0 10vw;
}
.signupsuc-page:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 109px;
  height: 55px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/user/img-2.png");
}
.signupsuc-page .cont {
  position: relative;
  padding: 80px;
  border: 1px solid #da2f41;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(231, 55, 94, 0.2);
  overflow: hidden;
}
.signupsuc-page h3 {
  font-size: 22px;
  color: #444444;
  text-align: center;
}
.signupsuc-page h3:before {
  content: '';
  width: 48px;
  height: 39px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/user/img-4.png");
  display: inline-block;
  vertical-align: middle;
  margin: -3px 10px 0 0;
}
.signupsuc-page .tip {
  font-size: 16px;
  color: #777777;
  text-align: center;
  margin: 25px 0;
}
.signupsuc-page a {
  display: block;
  margin: 0 auto;
  width: 140px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #eb517f;
  border-radius: 20px;
}

/* recover */
.recover-page {
  max-width: 770px;
  margin: 0 auto;
  padding: 5vw 0 10vw;
}
.recover-page:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 109px;
  height: 55px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/user/img-2.png");
}
.recover-page .cont {
  padding: 50px;
  border: 1px solid #da2f41;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(231, 55, 94, 0.2);
}
.recover-page h3 {
  font-size: 26px;
  color: #444444;
  text-align: center;
}
.recover-page .signin {
  font-size: 14px;
  color: #515151;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
}
.recover-page .signin a {
  color: #eb517f;
  text-decoration: underline;
}
.recover-page .c-tip {
  max-width: 340px;
  margin: 50px auto 30px;
}
.recover-page .c-tip h4 {
  font-size: 16px;
  color: #222222;
}
.recover-page .c-tip p {
  font-size: 14px;
  color: #777777;
  margin-top: 5px;
}
.recover-page .c-check h4 {
  font-size: 16px;
  color: #222222;
  margin-bottom: 10px;
}
.recover-page .c-check p {
  font-size: 14px;
  color: #777777;
  margin-top: 5px;
  padding-left: 20px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../images/user/icon-2-on.png");
}
.recover-page .c-suc {
  padding: 70px 0 50px;
  text-align: center;
}
.recover-page .c-suc:before {
  content: '';
  width: 48px;
  height: 39px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/user/img-4.png");
  display: block;
  margin: 0 auto;
}
.recover-page .c-suc p {
  font-size: 16px;
  color: #444;
  margin-top: 30px;
}
.recover-page .c-suc p span {
  color: #e7375e;
}
.recover-page .c-suc a {
  display: block;
  margin: 60px auto 0;
  width: 140px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  border-radius: 20px;
  background-color: #eb517f;
  border-radius: 20px;
}
.recover-page .form {
  max-width: 340px;
  margin: 0 auto;
}
.recover-page .box {
  margin-top: 20px;
  position: relative;
}
.recover-page .box:nth-of-type(1) {
  margin-top: 0;
}
.recover-page .box input {
  display: block;
  width: 100%;
  height: 44px;
  padding: 0 20px;
  font-size: 14px;
  color: #c3c3c3;
}
.recover-page .box a.next {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 44px;
  border-radius: 20px;
  text-align: center;
  background-color: #eb517f;
}
.recover-page .box.border {
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}
.recover-page .box.code {
  padding-right: 100px;
}
.recover-page .box.code a {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  line-height: 40px;
  font-size: 14px;
  color: #eb517f;
  text-align: center;
}
.recover-page .box.code a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 1px;
  height: 20px;
  background-color: #e3e3e3;
}
.recover-page .tip {
  text-align: center;
  font-size: 0;
  margin-top: 50px;
}
.recover-page .tip:before, .recover-page .tip:after {
  content: '';
  width: 70px;
  height: 1px;
  background-color: #cccccc;
  display: inline-block;
  vertical-align: middle;
}
.recover-page .tip span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #333;
  margin: 0 12px;
}

/* user */
.user-cont {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 2.5vw 0 80px;
}
.user-cont .crumbs {
  font-size: 16px;
  color: #333333;
}
.user-cont .crumbs a.active {
  color: #eb517f;
}
.user-cont .top-box {
  margin-top: 1.5vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2.5vw 0;
  background-image: url("../images/user/img-6.jpg");
}
.user-cont .top-box .img-box {
  width: 170px;
  height: 170px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.user-cont .top-box .img-box img {
  display: block;
  width: 100%;
  height: 100%;
}
.user-cont .top-box p {
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
.user-cont .tab-box {
  margin-top: 2vw;
  border-bottom: 3px solid #f1f1f1;
  font-size: 0;
}
.user-cont .tab-box a {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  color: #333333;
  margin-right: 2vw;
  padding-bottom: 20px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.user-cont .tab-box a:last-of-type {
  margin-right: 0;
}
.user-cont .tab-box a:hover, .user-cont .tab-box a.active {
  color: #eb517f;
  border-bottom-color: #eb517f;
}

.order-list {
  margin-top: 2vw;
}
.order-list .list {
  margin-top: 20px;
  border: 1px solid #e3e3e3;
  background-color: #f7f7f7;
  position: relative;
}
.order-list .list:nth-of-type(1) {
  margin-top: 0;
}
.order-list .list .t-box {
  padding: 0 24px;
  font-size: 0;
  position: relative;
}
.order-list .list .t-box span {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 50px;
  color: #666666;
  width: 40%;
}
.order-list .list .t-box a.del {
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: -11px;
  width: 19px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/user/icon-3.png");
}
.order-list .list .b-box {
  padding: 24px;
  border-top: 1px solid #e3e3e3;
  font-size: 0;
}
.order-list .list .b-box .info-img {
  display: inline-block;
  vertical-align: middle;
  width: 135px;
}
.order-list .list .b-box .info-img img {
  display: block;
  width: 100%;
}
.order-list .list .b-box .info-txt {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 155px);
  padding-left: 2.5vw;
  position: relative;
}
@media screen and (min-width: 992px) {
  .order-list .list .b-box .info-txt span {
    display: inline-block;
    vertical-align: top;
  }
  .order-list .list .b-box .info-txt span.prod, .order-list .list .b-box .info-txt span.price, .order-list .list .b-box .info-txt span.cycle {
    font-size: 18px;
    color: #333333;
    line-height: 24px;
  }
  .order-list .list .b-box .info-txt span.person, .order-list .list .b-box .info-txt span.tel, .order-list .list .b-box .info-txt span.addr {
    font-size: 16px;
    color: #999999;
    line-height: 24px;
    margin-top: 10px;
  }
  .order-list .list .b-box .info-txt span.prod {
    width: 32%;
  }
  .order-list .list .b-box .info-txt span.price{
    width: 18%;
  }
  .order-list .list .b-box .info-txt span.cycle {
    width: 26%;
  }
  .order-list .list .b-box .info-txt span.status {
    font-size: 18px;
    color: #eb517f;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0;
  }
  .order-list .list .b-box .info-txt span.person,
  .order-list .list .b-box .info-txt span.tel,
  .order-list .list .b-box .info-txt span.addr {
    width: 50%;
  }
}
.order-list .list .b-box a.view {
  position: absolute;
  top: 0;
  right: 80px;
  font-size: 16px;
  line-height: 50px;
  color: #eb517f;
}
.order-list .list .g-box {
  position: relative;
  padding: 24px;
  border-top: 1px solid #e3e3e3;
  font-size: 0;
  display: none;
}
.order-list .list .g-box .close {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/user/close.png");
  cursor: pointer;
}
.order-list .list .g-box h3 {
  font-size: 16px;
  color: #333;
}
.order-list .list .g-box .g-items {
  margin-top: 20px;
}
.order-list .list .g-box .g-item {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 144px) / 7);
  margin-right: 24px;
}
.order-list .list .g-box .g-item:nth-of-type(7n) {
  margin-right: 0;
}
.order-list .list .g-box .g-item .img-box {
  overflow: hidden;
}
.order-list .list .g-box .g-item img {
  display: block;
  width: 100%;
}
.order-list .list .g-box .g-item span {
  display: block;
  font-size: 14px;
  color: #808080;
  line-height: 20px;
  margin-top: 10px;
}

.user-info {
  background-color: #f6f6f6;
  padding: 4vw 3vw;
  font-size: 0;
  margin-bottom: 4vw;
}
.user-info i {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 62px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/user/icon-4.png");
}
.user-info .txt {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
.user-info h3 {
  font-size: 20px;
  color: #333;
}
.user-info p {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}
.user-info a {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  background-color: #eb517f;
  border-radius: 25px;
  text-align: center;
  margin-left: 80px;
}

.userinfo-popups {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}
.userinfo-popups .main {
  position: absolute;
  width: 90%;
  max-width: 460px;
  top: 50%;
  left: 50%;
  padding: 40px 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 3px;
}
.userinfo-popups .close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 20px;
  right: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/user/close.png");
  cursor: pointer;
}
.userinfo-popups h3 {
  text-align: center;
  font-size: 20px;
  color: #333;
}
.userinfo-popups .tip {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  color: #999;
}
.userinfo-popups .form {
  width: 80%;
  max-width: 320px;
  margin: 40px auto 0;
}
.userinfo-popups .box {
  position: relative;
}
.userinfo-popups .box input {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 16px;
  border-bottom: 1px solid #e6e6e6;
}
.userinfo-popups .box button {
  display: block;
  width: 100%;
  height: 40px;
  background-color: #eb517f;
  border-radius: 20px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.userinfo-popups .box a {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #eb517f;
  line-height: 50px;
}
.userinfo-popups .box.btn {
  margin-top: 20px;
}

/* media */
@media screen and (max-width: 992px) {
  .user-main {
    max-height: none;
    padding-bottom: 80px;
    background-color: #f6f6f6;
  }

  .user-main .m-show {
    display: block;
    position: relative;
  }
  .user-main .m-show img {
    display: block;
    width: 100%;
  }
  .user-main .m-show .txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    text-align: center;
  }
  .user-main .m-show h3 {
    font-size: 24px;
    color: #fff;
  }
  .user-main .m-show .tip {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
  }
  .user-main .m-show .tip a {
    color: #fff;
    text-decoration: underline;
  }

  .user-main:before {
    display: none;
  }

  .signin-page,
  .signup-page,
  .signupsuc-page,
  .recover-page {
    padding: 0;
    margin-top: -45%;
    width: 90%;
    position: relative;
    z-index: 2;
  }

  .signin-page:before,
  .signup-page:before,
  .signupsuc-page:before,
  .recover-page:before {
    width: 80px;
    height: 40px;
  }

  .signin-page .cont,
  .signup-page .cont,
  .signupsuc-page .cont,
  .recover-page .cont {
    padding: 30px;
    border: none;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  }

  .signin-page h3,
  .signin-page .signup,
  .signup-page h3,
  .signup-page .signin,
  .recover-page h3,
  .recover-page .signin {
    display: none;
  }

  .signin-page .form,
  .signup-page .form,
  .recover-page .form {
    max-width: none;
    margin: 0;
  }

  .signin-page .box,
  .signup-page .box,
  .recover-page .box {
    margin-top: 10px;
  }

  .signin-page .box input,
  .signin-page .box button,
  .recover-page .box input {
    height: 40px;
  }

  .signin-page .forget {
    max-width: none;
  }

  .signin-page .tip,
  .signup-page .tip,
  .recover-page .tip {
    margin: 20px -20px 0;
  }

  .signin-page .tip:before, .signin-page .tip:after,
  .signup-page .tip:before, .signup-page .tip:after,
  .recover-page .tip:before, .recover-page .tip:after {
    display: none;
  }

  .signup-page .box.tel {
    padding-left: 50px;
  }

  .signup-page .box.tel span {
    width: 50px;
    font-size: 14px;
    padding-left: 10px;
  }

  .signup-page .box input[type="text"],
  .signup-page .box input[type="password"],
  .recover-page .box input {
    padding: 0 10px;
  }

  .signup-page .box.code,
  .recover-page .box.code {
    padding-right: 120px;
  }

  .signup-page .box.code a,
  .recover-page .box.code a {
    width: 120px;
  }

  .signup-page .box.protocol .txt {
    width: calc(100% - 30px);
    margin-left: 5px;
  }

  .signup-page .box.protocol a {
    display: inline-block;
  }

  .protocol-popups {
    padding: 30px;
  }

  .protocol-popups h4 {
    font-size: 18px;
  }

  .protocol-popups .para {
    line-height: 24px;
    margin: 15px 0;
    height: calc(100% - 100px);
  }

  .signupsuc-page .cont,
  .recover-page .cont {
    padding: 80px 30px;
  }

  .signupsuc-page h3 {
    font-size: 18px;
  }

  .signupsuc-page h3:before {
    width: 40px;
    height: 33px;
  }

  .signupsuc-page .tip {
    font-size: 14px;
    margin: 20px -10px;
  }

  .signupsuc-page a {
    width: 120px;
    line-height: 36px;
  }

  .recover-page .box a.next {
    line-height: 40px;
  }

  .recover-page .c-tip {
    max-width: none;
    margin: 0 0 20px;
  }

  .recover-page .c-check h4 {
    font-size: 14px;
  }

  .recover-page .c-check p {
    font-size: 12px;
  }

  .recover-page .c-suc {
    padding: 0;
  }

  .recover-page .c-suc:before {
    width: 40px;
    height: 33px;
  }

  .recover-page .c-suc p {
    margin-top: 20px;
  }

  .recover-page .c-suc a {
    width: 120px;
    line-height: 36px;
    margin-top: 20px;
  }

  .user-cont {
    padding: 0;
    width: 100%;
  }

  .user-cont .top-box {
    margin-top: 0;
    padding: 50px 30px 80px;
    background-image: url("../images/user/m-3.png");
  }

  .user-cont .top-box .img-box {
    width: 100px;
    height: 100px;
  }

  .user-cont .top-box p {
    font-size: 18px;
  }

  .user-cont .tab-box {
    margin: 30px 5% 0;
    border-width: 1px;
  }

  .user-cont .tab-box a {
    font-size: 16px;
    padding-bottom: 10px;
    margin-right: 20px;
  }

  .user-info {
    margin: 20px 5% 0;
    padding: 20px;
    background-color: #fff;
  }

  .user-info i {
    width: 25px;
    height: 44px;
  }

  .user-info .txt {
    width: calc(100% - 35px);
    margin-left: 10px;
  }

  .user-info h3 {
    font-size: 16px;
  }

  .user-info p {
    font-size: 12px;
    margin-top: 5px;
  }

  .user-info a {
    display: block;
    margin: 20px 0 0;
    width: 100px;
    line-height: 36px;
    font-size: 14px;
  }

  .userinfo-popups .box input {
    height: 40px;
    font-size: 14px;
  }

  .userinfo-popups .box a {
    line-height: 40px;
  }

  .userinfo-popups .box button {
    font-size: 14px;
  }

  .order-list {
    margin: 20px 5% 0;
  }

  .order-list .list {
    border: none;
  }

  .order-list .list .t-box {
    padding: 0;
  }

  .order-list .list .t-box span {
    width: 100%;
    display: block;
    font-size: 12px;
    line-height: 20px;
  }

  .order-list .list .t-box a.del {
    right: 10px;
  }

  .order-list .list .b-box {
    margin-top: 10px;
    border: 1px solid #e3e3e3;
    padding: 5px;
    background-color: #fff;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
  }

  .order-list .list .b-box .info-img {
    width: 120px;
    vertical-align: top;
  }

  .order-list .list .b-box .info-txt {
    width: calc(100% - 120px);
    padding-left: 10px;
    vertical-align: top;
  }

  .order-list .list .b-box .info-txt span {
    display: block;
    font-size: 12px;
  }
  .order-list .list .b-box .info-txt span.prod {
    font-size: 14px;
    font-weight: bold;
    padding-right: 55px;
  }
  .order-list .list .b-box .info-txt span.price {
    color: #eb517f;
  }
  .order-list .list .b-box .info-txt span.prod, .order-list .list .b-box .info-txt span.cycle {
    color: #333;
  }
  .order-list .list .b-box .info-txt span.status {
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: #eb517f;
    color: #fff;
    padding: 30px 30px 5px;
    transform-origin: center top;
    -webkit-transform: translateX(50%) rotate(45deg);
    -moz-transform: translateX(50%) rotate(45deg);
    -ms-transform: translateX(50%) rotate(45deg);
    transform: translateX(50%) rotate(45deg);
  }
  .order-list .list .b-box .info-txt span.person, .order-list .list .b-box .info-txt span.tel, .order-list .list .b-box .info-txt span.addr {
    color: rgba(58, 58, 58, 0.4);
  }

  .order-list .list .b-box a.view {
    position: static;
    display: inline-block;
    margin-left: 130px;
    font-size: 12px;
    line-height: 20px;
  }

  .order-list .list .g-box {
    border: 1px solid #e3e3e3;
    border-top: none;
    background-color: #fff;
    padding: 10px;
  }

  .order-list .list .g-box h3 {
    font-size: 12px;
    line-height: 20px;
  }

  .order-list .list .g-box .close {
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
  }

  .order-list .list .g-box .g-items {
    margin-top: 0;
  }

  .order-list .list .g-box .g-item {
    width: calc((100% - 30px) / 4);
    margin-right: 10px;
    margin-top: 10px;
  }
  .order-list .list .g-box .g-item:nth-of-type(4n) {
    margin-right: 0;
  }

  .order-list .list .g-box .g-item span {
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
  }
}
