.header h1 {
  margin-top: 0;
  margin-bottom: 0;
}

.shopbox .content .li {
  width: 25% !important;
}

html, button, input, select, textarea {
  font-family: "Source Han Sans CN", "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

.goodsContainer .goodsContent .goodsProperty .buy, a.postBtn {
  display: block;
}

a:hover {
  text-decoration: none !important;
}

a.postBtn {
  font-size: 18px;
}

/* .body div, .body ul, .body li, .body span, .body a {
  box-sizing: border-box;
} */
.goodDetails *{
  box-sizing: border-box;
}
.payed-list1 * {
  box-sizing: border-box;
}
.w1560 {
  max-width: 1560px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.w1200, .goodsContainer .goodsContent, .otherContainer .otherContent, .otherContent .tab, .otherContent .tabContent {
  width: 1400px !important;
  margin-left: auto;
  margin-right: auto;
}
.editAddress .content-mains {
  min-height: 67vh;
}
@media(max-width: 1300px) {
  .w1200, .goodsContainer .goodsContent, .otherContainer .otherContent, .otherContent .tab, .otherContent .tabContent {
    width: 92% !important;
  }
}

.bgCover {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.img100 {
  display: block;
  width: 100%;
}

.flexBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.flexBox.between, .flexBox .between {
  justify-content: space-between;
}
.flexBox.center, .flexBox .center {
  justify-content: center;
}
.flexBox.start, .flexBox .start {
  justify-content: flex-start;
}
.flexBox.end, .flexBox .end {
  justify-content: flex-end;
}
.flexBox.alignCenter, .flexBox .alignCenter {
  align-items: center;
}
.flexBox.alignStart, .flexBox .alignStart {
  align-items: flex-start;
}
.flexBox.alignStretch, .flexBox .alignStretch {
  align-items: stretch;
}
.flexBox.alignEnd, .flexBox .alignEnd {
  align-items: flex-end;
}
.flexBox.noflexWrap {
  flex-wrap: nowrap;
}

.login-body .body-bg {
  padding: 96px 0;
}
.login-body .form-wrap {
  background: #fff;
  margin-left: auto;
  width: 454px;
  padding: 44px 40px 60px;
  border-radius: 4px;
  font-size: 16px;
  color: #999;
}
.login-body .form-h1 {
  font-size: 32px;
  font-weight: bold;
  color: black;
  line-height: 1.1;
}
.login-body .tab-item {
  font-size: 20px;
  color: #666666;
  line-height: 1.1;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  vertical-align: top;
  cursor: pointer;
}
.login-body .tab-item:first-child {
  margin-right: 106px;
}
.login-body .tab-item:first-child:after {
  content: "";
  position: absolute;
  right: -53px;
  top: 2px;
  display: inline-block;
  width: 2px;
  height: 18px;
  background: black;
  opacity: 0.1;
}
.login-body .tab-item:before {
  content: "";
  position: absolute;
  z-index: 0;
  background: #A04B72;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  border-radius: 1.5px;
  transition-duration: .3s;
  margin-left: 0;
}
.login-body .tab-item.cur {
  color: #A04B72;
}
.login-body .tab-item.cur:before {
  width: 44px;
  margin-left: -22px;
}
.login-body .sline {
  display: inline-block;
  width: 1px;
  height: 18px;
  background: black;
  opacity: 0.1;
  vertical-align: top;
  margin: 0 64px;
}
.login-body .input {
  width: 100%;
  height: 59px;
  line-height: 59px;
  background: whitesmoke;
  border-radius: 5px;
  display: block;
  border: none;
  box-sizing: border-box;
  padding: 0 30px;
}
.login-body .form-tr {
  margin-top: 15px;
}
.login-body .form-tr2 {
  margin-top: 40px;
}
.login-body .form-tab {
  margin-top: 38px;
  margin-bottom: 26px;
}
.login-body .form-tr2 .input {
  font-size: 20px;
  background: #A04B72;
  color: #fff;
}
.login-body .form-tr1 .input {
  width: 62.5%;
  display: inline-block;
}
.login-body .send-s {
  border: none;
  display: inline-block;
  width: 35%;
  font-size: 16px;
  text-align: center;
  background: #A04B72;
  height: 59px;
  line-height: 59px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}
.login-body .send-s[disabled] {
  cursor: default;
}
.login-body .forget {
  display: inline-block;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  margin-top: 15px;
}
.login-body .forget:hover {
  color: #A04B72;
}
.login-body .forms {
  display: none;
}

.color999 {
  color: #999;
}

.color666 {
  color: #666;
}

.color000 {
  color: #000;
}

.font24 {
  font-size: 24px;
}

.font20 {
  font-size: 20px;
}

.font18 {
  font-size: 18px;
}

.font16 {
  font-size: 16px;
}

.font14 {
  font-size: 14px;
}

.fontcolor {
  color: #A04B72;
}

.cursor {
  cursor: pointer;
}

.popUp {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.popUp .popUp-close {
  position: absolute;
  right: 24px;
  top: 14px;
  display: block;
  width: 41px;
  height: 41px;
  cursor: pointer;
}
.popUp .popUp-contents {
  color: #000;
  line-height: 1.5;
  position: absolute;
  background: #fff;
  width: 676px;
  max-width: 92%;
  padding: 45px 52px;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: 10px;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.popUp .popUp-contents.show {
  margin-left: 0;
  opacity: 1;
}
.popUp .refund-h5 {
  font-size: 24px;
  font-weight: bold;
  color: #010101;
  line-height: 1.1;
}
.popUp .refund-h6 {
  font-size: 14px;
  line-height: 1.1;
  color: #999999;
  padding: 16px 0 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.popUp .refund-form {
  box-sizing: border-box;
  padding: 20px;
  font-size: 14px;
  line-height: 2;
  height: 172px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: none;
  width: 100%;
  resize: none;
}
.popUp .btn-wrap {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.popUp .btn {
  width: 143px;
  height: 47px;
  border-radius: 3px;
  display: inline-block;
  flex: 0 0 143px;
  font-size: 16px;
  text-align: center;
  line-height: 47px;
  box-sizing: border-box;
  margin: 0 8px;
}
.popUp .reset {
  color: #fff;
  border: none;
  background: #A04B72;
}
.popUp .submit {
  color: #666;
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.delete-popUp .btn-wrap {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.order-body .order-h1 {
  font-size: 16px;
  line-height: 1.1;
  padding: 30px 0 17px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.order-body .order-list1 {
  padding: 0 1.1rem 2rem;
  margin-bottom: 2.8rem;
}

.order-item {
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.order-item .tr1-s0 {
  display: block;
  flex: 0 0 100%;
  width: 100%;
  text-align: center;
}
.order-item .order-nums {
  font-size: 14px;
  line-height: 20px;
  padding: 20px 0;
}
.order-item .num-s3 {
  margin: 0 1.1rem 0 11px;
  width: 44px;
  background: #A04B72;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  height: 20px;
  font-size: 12px;
  position: relative;
}
.order-item .num-s3.cur .contrlC {
  display: block !important;
}
.order-item .contrlC {
  position: absolute;
  left: 100%;
  top: 0;
  width: 44px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #999;
  text-align: center;
  display: none;
  font-style: normal;
}
.order-item .num-s2 {
  margin-left: 6px;
  margin-right: 50px;
}
.order-item .num-s {
  display: inline-block;
  flex: 0 0 auto;
}
.order-item .order-tr1 {
  background: #EFEFEF;
  font-size: 16px;
  line-height: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.order-item .order-tr1 .order-td1 {
  text-indent: 40px;
}
.order-item .order-tr2 {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.order-item .order-tr2 .order-td {
  padding: 40px 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.order-item .times {
  color: #999;
}
.order-item .td-content {
  display: inline-flex;
  width: 100%;
  flex: 0 0 100%;
  height: auto;
  flex-wrap: wrap;
}
.order-item .deal-txt {
  display: inline-flex;
  width: auto;
  flex: 0 0 auto;
  height: auto;
}
.order-item .deal-btn {
  margin-left: 5px;
  display: inline-flex;
  width: auto;
  flex: 0 0 auto;
  height: auto;
}
.order-item .order-td {
  display: inline-flex;
  align-items: stretch;
}
.order-item .pro-img {
  flex: 0 0 62px;
  width: 62px;
  display: inline-block;
  margin-left: .8rem;
}
.order-item .pro-intro {
  margin-left: .9rem;
  flex: 0 0 43%;
  width: 43%;
  display: inline-block;
}
.order-item .pro-name {
  flex: 0 0 100%;
  width: 100%;
  margin-bottom: 15px;
  font-size: 16px;
  color: black;
  line-height: 28px;
}
.order-item .pro-price {
  flex: 0 0 auto;
  width: auto;
  display: inline-block;
  font-size: 20px;
  color: #666666;
  line-height: 36px;
}
.order-item .pro-num {
  flex: 0 0 auto;
  width: auto;
  display: inline-block;
  font-size: 18px;
  color: #666666;
  line-height: 36px;
}
.order-item .order-td1 {
  flex: 0 0 49%;
  width: 49%;
}
.order-item .order-td1 .td-content {
  align-items: flex-start;
}
.order-item .order-td2 .td-content {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  line-height: 1.1;
}
.order-item .order-td4 {
  font-size: 14px;
  line-height: 1.1;
  flex-wrap: wrap;
}
.order-item .order-td2, .order-item .order-td3, .order-item .order-td4 {
  flex: 0 0 17%;
  width: 17%;
  text-align: center;
  display: inline-flex;
  align-items: center;
}
.order-item .ewm-txt {
  flex: 0 0 100%;
  margin-bottom: 10px;
  color: #707070;
  font-size: 14px;
  line-height: 1.1;
}
.order-item .ewm-btn {
  width: 20px;
  height: 20px;
  display: inline-block;
  flex: 0 0 20px;
  position: relative;
}
.order-item .ewm-btn:hover .ewm-hides {
  display: block;
}
.order-item .ewm-hides {
  position: absolute;
  left: 50%;
  top: 36px;
  margin-left: -65px;
  width: 130px;
  height: 130px;
  background: #fff;
  z-index: 3;
  padding: 5px;
  display: none;
  box-shadow: 0 0 10px #999;
}
.order-item .order-td4 {
  justify-content: center;
  align-items: center;
}
.order-item .order-td4 .td-content:hover {
  color: #999;
}
.order-item .delete-txt {
  padding-bottom: 3px;
  width: 56px;
  border-bottom: 1px solid #999;
}

.bgf {
  background: #fff;
}

.nav-body {
  background: #F7F6F6;
}
.nav-body .nav-bread {
  height: 86px;
  line-height: 86px;
  font-size: 14px;
}
.nav-body .nav-bread .bread-img {
  display: inline-block;
  flex: 0 0 auto;
}
.nav-body .nav-bread .bread-img:first-child {
  width: 12px;
  margin-right: 10px;
}
.nav-body .nav-bread .bread-a {
  color: #999;
  display: inline-block;
  flex: 0 0 auto;
}
.nav-body .nav-left {
  display: inline-block;
  flex: 0 0 19.3%;
  width: 19.3%;
  background: #fff;
}
.nav-body .nav-right {
  display: inline-block;
  flex: 0 0 78.3%;
  width: 78.3%;
  min-height: 50vh;
}
.nav-body .tab-item {
  display: block;
  height: 76px;
  line-height: 76px;
  text-align: center;
  color: #999;
  font-size: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition-duration: .3s;
}
.nav-body .tab-item.cur, .nav-body .tab-item:hover {
  color: #fff;
  background: #A04B72;
  border-bottom-color: #fff;
}

.payed-body .schedule-img {
  width: 304px;
  margin: 0 auto;
}
.payed-body .payed-list1 {
  margin-top: 70px;
  margin-bottom: 104px;

}
.payed-body .schedule-txt {
  display: inline-block;
  width: auto;
  margin: 16px 36px 36px;
  font-size: 14px;
  line-height: 1.1;
}
.payed-body .payed-schedule {
  text-align: center;
}
.payed-body .list1-contents {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 46px 0 56px;
}
.payed-body .ewm-img {
  width: 110px;
  display: block;
  margin: 0 auto 4px;
}
.payed-body .ewm-txt {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
.payed-body .list1-contents {
  text-align: center;
}
.payed-body .payed-left {
  width: 76%;
  flex: 0 0 76%;
  display: inline-block;
}
.payed-body .payed-right {
  width: 24%;
  flex: 0 0 24%;
  display: inline-block;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.payed-body .payed-status {
  display: inline-block;
  margin-right: 12px;
  width: 40px;
}
.payed-body .payed-h5 {
  font-size: 24px;
  font-weight: 500;
  color: black;
  line-height: 40px;
}
.payed-body .payed-h6 {
  font-size: 13px;
  line-height: 1.1;
  font-weight: 500;
  color: #999999;
  margin: 10px 0 40px;
}
.payed-body .btn {
  width: 162px;
  height: 43px;
  border-radius: 3px;
  display: inline-block;
  flex: 0 0 162px;
  font-size: 16px;
  line-height: 43px;
  box-sizing: border-box;
  margin: 0 7px;
}
.payed-body .return-a {
  color: #fff;
  border: none;
  background: #A04B72;
}
.payed-body .again-pay {
  color: #666;
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.payed-body .sline {
  display: inline-block;
  width: 1px;
  height: 18px;
  background: black;
  opacity: 0.1;
  vertical-align: top;
  margin: 0 11px;
}

.fontBold {
  font-weight: bold;
}

.pay-body .pay-list1 {
  margin-top: 70px;
  margin-bottom: 104px;
  padding: 56px 50px;
}
.pay-body .pay-tr1 {
  font-size: 24px;
  line-height: 1.1;
}
.pay-body .small {
  font-size: 18px;
}
.pay-body .cn-div {
  padding: 32px 0 16px;
}
.pay-body .pay-tr2 {
  flex-wrap: nowrap;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 40px 0 70px;
  margin: 52px 0 0;
}
.pay-body .ewm-img {
  width: 84px;
  display: block;
  margin: 0 auto 4px;
}
.pay-body .ewm-txt {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
.pay-body .pay-td1 {
  display: inline-block;
  flex: 0 0 auto;
  width: auto;
}
.pay-body .pay-right-td {
  display: inline-flex;
  flex: 0 0 calc(100% - 170px);
  width: calc(100% - 170px);
  justify-content: space-between;
}
.pay-body .pay-td3 {
  display: inline-block;
  flex: 0 0 auto;
  width: auto;
}
.pay-body .pay-td2 {
  width: auto;
  flex: 0 0 auto;
  display: inline-block;
}
.pay-body .pay-td4 {
  width: auto;
  flex: 0 0 auto;
  display: inline-block;
}
.pay-body .pay-status {
  display: inline-block;
  margin-right: 24px;
  width: 10.5%;
}
.pay-body .payed-h6 {
  font-size: 13px;
  line-height: 1.1;
  font-weight: bold;
  color: #999999;
  margin: 10px 0 40px;
}
.pay-body .btn {
  width: 297px;
  height: 73px;
  border-radius: 5px;
  display: inline-block;
  flex: 0 0 297px;
  font-size: 18px;
  line-height: 73px;
  box-sizing: border-box;
  margin: 0 12px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.pay-body .btn:hover {
  border-color: transparent;
}
.pay-body .btn:hover .hover-img {
  opacity: 1;
}
.pay-body .btn-img {
  width: 36px;
  display: inline-block;
  margin-right: 14px;
}
.pay-body .return-a {
  color: #fff;
  border: none;
  background: #A04B72;
}
.pay-body .hover-img {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  display: block;
}
.pay-body .cover {
  position: relative;
  z-index: 3;
}

#page {
  margin-top: 52px;
  position: relative;
  padding-bottom: 52px;
}
#page .custom-pagination {
  transform: translateX(-50%);
  margin: 0 !important;
}
#page .custom-pagination ul {
  height: auto;
}
#page .custom-pagination ul li {
  background: #fff;
  width: 33px;
  height: 33px;
  line-height: 33px;
  margin-left: 15px;
  padding: 0 !important;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
#page .custom-pagination ul li.current-page, #page .custom-pagination ul li:hover, #page .custom-pagination ul li.ellipsis:hover {
  background-color: #A04B72;
  border-color: #A04B72;
  color: #fff;
}
#page .custom-pagination ul li.ellipsis {
  border-color: transparent;
}
#page .custom-pagination ul li.ellipsis:hover {
  border-color: transparent;
  background: #fff;
  color: #666;
}

.wheader .h-right ul {
  margin-bottom: 0;
}

.login-status {
  height: 70px;
  float: right;
  display: inline-block;
  width: auto;
  margin-left: 30px;
}
.login-status .login-img {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
  vertical-align: middle;
}
.login-status .un-login {
  padding-top: 20px;
}
.login-status .un-login .login-txt {
  line-height: 30px;
}
.login-status .un-login .login-txt:hover {
  color: #A04B72;
}
.login-status .un-login .login-img {
  width: 30px;
  height: 30px;
}
.login-status .had-login {
  position: relative;
  padding-top: 13px;
  padding-bottom: 13px;
}
.login-status .had-login.cur .login-txt:after {
  transform: rotateY(180deg);
}
.login-status .had-login .login-hides {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.login-status .had-login .tab-item {
  display: block;
  background: #fff;
  height: 56px;
  line-height: 56px;
  color: #666;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  transition-duration: .3s;
}
.login-status .had-login .tab-item:hover {
  color: #A04B72;
  border-bottom-color: #A04B72;
}
.login-status .had-login .login-img {
  width: 44px;
  height: 44px;
}
.login-status .had-login .login-txt {
  height: 44px;
  line-height: 44px;
  padding-right: 32px;
}
.login-status .had-login .login-txt:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  display: block;
  width: 10px;
  height: 7px;
  border-width: 7px 10px 0;
  border-style: solid;
  box-sizing: border-box;
  border-color: rgba(0, 0, 0, 0.09) transparent transparent transparent;
}
.login-status .login-txt {
  color: #666;
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}

.goods-m-banner {
  overflow: hidden;
  position: relative;
  background: #000;
}
.goods-m-banner .swiper-pagination.swiper-pagination-fraction {
  left: auto !important;
  display: inline-block;
  padding: 0 7px;
  position: absolute;
  right: 15px;
  bottom: 11px;
  width: auto;
  height: 22px;
  line-height: 22px;
  background: rgba(0, 0, 0, 0.33);
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.goods-m-banner, .order-status, .order-item .m-td, .m-show, .container .item .rightWrap .addressBtn.m-show {
  display: none !important;
}

.m-none {
  font-style: normal !important;
}

.container {
  max-width: 92% !important;
}

.container .item .rightWrap .goodsInfo .goodsPhoto {
  flex: 0 0 100px;
  width: 100px;
}

.container .item .rightWrap .goodsInfo .goodsPhoto img {
  display: block;
  width: 100%;
}

@media (min-width: 769px) {
  .pay-tr2, .pay-tr3, .pay-tr4 {
    justify-content: space-between;
  }

  .pay-body .pay-td2 .font16 {
    max-width: 230px;
    line-height: 2;
  }
  .pay-body .pay-td4 .font16 {
    max-width: 390px;
    line-height: 1.5;
  }
}
.pay-body .btn {
  color: #000;
}

.payed-body .m-btn-wrap {
  display: none;
}

.goodDetails .otherContent .tabContent .con .rateItem {
  position: relative;
  width: 100% !important;
  margin: 44px auto 0 !important;
  padding: 0 0 50px !important;
  justify-content: flex-start !important;
}

.goodDetails .otherContent .tabContent .con .rateItem:last-child {
  margin-bottom: 1rem !important;
}

.goodDetails .otherContent .tabContent .con .rateItem .time {
  position: absolute;
  right: 0;
  top: 14px;
  line-height: 1 !important;
  padding-top: 0 !important;
}

.goodDetails .otherContent .tabContent .con .rateItem .user {
  flex: 0 0 auto;
  width: auto;
}

.goodDetails .otherContent .tabContent .con .rateItem .desc {
  flex: 0 0 calc(100% - 380px);
  width: calc(100% - 380px);
  margin-left: 2rem;
}

.otherContent .tabContent .con .rateItem .desc .reply {
  width: 100% !important;
  padding: 14px 30px !important;
  line-height: 1.6;
}

.order-item .pc-td {
  width: 100%;
  flex: 0 0 100%;
}
.pay-body .pay-tr4 {
  padding: 40px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .nav-body .container {
    max-width: 100% !important;
  }
  .container .item .rightWrap .addressItemNormal {
    width: 100%;
    flex: 0 0 100%;
    background: #fff;
    height: auto;
    border: solid 1px rgba(0,0,0,.33);
    border-radius: 5px;
    padding: 15px 0;
    margin-bottom: 30px;
  }
	.orderDetail .container .item .label {
		display: none !important;
	}
  .goodDetails .otherContainer .otherContent {
    width: 100% !important;
  }

  .goodsContainer .goodsContent .goodsProperty {
    width: 100% !important;
  }

  .goodDetails .otherContent .tabContent .con .rateItem .time {
    top: 10px;
  }

  .goodDetails .otherContent .tabContent .con .rateItem .desc {
    width: 100%;
    flex: 0 0 100%;
  }

  .goodDetails .otherContent .tabContent .con .rateItem {
    padding: 0 0 22px !important;
    margin-top: 22px !important;
  }
  .goodDetails .otherContent .tabContent .con .rateItem:last-child {
    margin-bottom: 22px !important;
  }

  .goodDetails .otherContent .tabContent .con .rateItem .desc {
    margin-left: 0 !important;
    margin-top: 10px;
  }

  .payed-body .payed-list1 {
    padding: 4vw;
    margin: 25px auto;
  }

  .payed-body .list1-contents {
    padding: 4vw 0;
  }

  .pay-body .btn {
    width: 180px;
    display: inline-block;
    flex: 0 0 180px;
    font-size: 14px;
    line-height: 36px;
    box-sizing: border-box;
    margin: 0 6px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
  }

  .pay-body .btn-img {
    width: 18px;
  }

  .pay-body .pay-list1 {
    padding: 4vw;
  }

  .container .item .rightWrap .goodsInfo {
    width: 100% !important;
  }

  .orderDetail .container {
    margin: 20px auto !important;
  }

  .orderDetail .container .item1, .orderDetail .container .item2 {
    position: relative;
    background: #fff !important;
    margin-bottom: 10px !important;
    padding: 15px !important;
  }
  .orderDetail .container .goodsInfo, .orderDetail .postGoods {
    position: relative;
    background: #fff !important;
    margin-bottom: 10px !important;
    border-radius: 5px;
  }
  .orderDetail .container .goodsInfo {
    padding: 14px 16px !important;
  }
  .orderDetail .postGoods {
    padding: 0 16px 14px !important;
  }
  .orderDetail .container .item .label {
    margin-right: 0 !important;
    float: none !important;
    position: absolute !important;
    left: 16px !important;
    top: 14px !important;
    font-size: 15px !important;
    line-height: 1 !important;
    height: 15px !important;
    width: 64px !important;
    display: inline-block !important;
  }
  .orderDetail .container .item .label.pc-show {
    display: none !important;
  }
  .orderDetail .radioGroup {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px !important;
  }
  .orderDetail .container .item .rightWrap {
    margin-right: 0 !important;
  }
  .orderDetail .radioGroup label {
    flex: 0 0 auto;
  }
  .orderDetail .container .item.item2 {
    padding: 0 !important;
  }
  .orderDetail .container .item .rightWrap .addressItem {
    padding: 14px 16px !important;
  }
  .orderDetail .taxCompany input, .orderDetail .taxName input {
    width: 100% !important;
    height: 36px !important;
    line-height: 36px !important;
    padding-left: 0 !important;
    box-sizing: border-box !important;
    margin-bottom: 0 !important;
    /*border: none !important;*/
  }
  .orderDetail .container .item .rightWrap .radioGroup input {
    width: 14px !important;
    height: 14px !important;
    vertical-align: top !important;
  }
  .orderDetail .container .item .rightWrap .goodsInfo {
    justify-content: flex-start !important;
    position: relative !important;
  }
  .orderDetail .container .item .rightWrap .goodsInfo .goodsPhoto {
    flex: 0 0 46px !important;
    width: 46px !important;
    height: 58px !important;
  }
  .orderDetail .container .item .rightWrap .goodsInfo .goodsPhoto img {
    display: block !important;
    width: 100% !important;
  }
  .orderDetail .container .item .rightWrap .goodsInfo .goodsTitle, .orderDetail .container .item .rightWrap .goodsInfo .price {
    width: 100% !important;
  }
  .orderDetail .container .item .rightWrap .goodsInfo .goodsTitle {
    padding-top: 0;
  }
  .orderDetail .container .item .rightWrap .goodsInfo .price {
    padding-top: 12px !important;
    color: #A04B72 !important;
    font-size: 16px !important;
  }
  .orderDetail .container .item .rightWrap .postGoods {
    width: 100%;
    margin-right: 0 !important;
  }
  .orderDetail .container .item .rightWrap .postGoods ul li {
    padding-bottom: 0 !important;
  }
  .orderDetail .container .item .rightWrap .postGoods ul {
    padding: 0 !important;
    border-bottom: none !important;
    margin: 0 !important;
  }
  .orderDetail .container .item .rightWrap .postGoods .payAmount {
    padding-top: 0 !important;
  }
  .orderDetail .container .item .rightWrap .postGoods .payAmount, .orderDetail .container .item .rightWrap .postGoods .left, .orderDetail .container .item .rightWrap .postGoods .right {
    font-size: 16px !important;
    line-height: 50px !important;
  }
  .orderDetail .container .item .rightWrap .postGoods .postBtn {
    width: 81.3vw !important;
    height: 40px !important;
    line-height: 40px !important;
    background: #A04B72 !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    color: #fff !important;
    text-align: center;
    margin: 10px auto 0 !important;
  }
  .orderDetail .container .item .rightWrap .addressItem {
    margin: 0 auto 15px !important;
  }
  .orderDetail .container .item .rightWrap .goodsInfo {
    border-bottom: none !important;
    margin-bottom: 10px !important;
  }
  .orderDetail .goodsInfo .title-wrap {
    flex: 0 0 56% !important;
    width: 56% !important;
    margin-left: 18px !important;
  }
  .orderDetail .goodsInfo .num {
    padding-top: 0 !important;
    line-height: 1;
    position: absolute !important;
    right: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
  .orderDetail .payAmount span {
    padding-top: 0 !important;
    font-size: 16px !important;
  }
  .orderDetail .container .item .rightWrap .radioGroup span {
    font-size: 12px !important;
    line-height: 14px !important;
    vertical-align: top !important;
  }
  .orderDetail .container .item .rightWrap .radioGroup label {
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    margin-left: 22px !important;
  }
  .orderDetail .postGoods span:first-child {
    color: #000;
  }
  .orderDetail .postGoods .amount {
    color: #666;
  }

  .container .item .rightWrap .postGoods .payAmount .amount, .container .item .rightWrap .postGoods .payAmount .amount i {
    font-size: 16px !important;
  }

  .order-body .w1200.noflexWrap {
    max-width: 100% !important;
    width: 100% !important;
  }

  .pc-login-status {
    display: none !important;
  }

  .login-body .form-wrap {
    width: 100%;
    padding: 32px 20px;
  }

  .login-body .form-h1 {
    font-size: 24px;
  }

  .login-body .input {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    border-radius: 3px;
    padding: 0 10px;
  }

  .login-body .send-s {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .login-body .form-tr {
    margin-top: 15px;
  }

  .login-body .tab-item {
    font-size: 16px;
  }

  .login-body .form-tr2 .input {
    font-size: 14px;
  }

  .login-body .tab-item:first-child {
    margin-right: 70px;
  }

  .login-body .tab-item:first-child:after {
    right: -35px;
    height: 12px;
    width: 1px;
    top: 3px;
  }

  .login-body .tab-item {
    padding-bottom: 6px;
  }

  .login-body .form-tab {
    margin-top: 24px;
    margin-bottom: 32px;
  }

  .login-body .tab-item:before {
    height: 1px;
  }

  .login-body .tab-item.cur:before {
    width: 20px;
    margin-left: -10px;
  }

  .login-status .had-login .login-txt {
    font-size: 13px;
  }

  .container {
    margin: 1rem auto;
  }

  .goods-m-banner, .m-show, .container .item .rightWrap .addressBtn.m-show {
    display: block !important;
  }

  .m-none, .otherContent .tab .buy, .goodsShow, .container .item .rightWrap .addressItemNormal.pc-show, .order-item .order-td1 .td-content .pro-price, .order-item .pc-td, .order-item .deal-btn, .nav-body .nav-bread, .order-body .order-h1, .order-item .order-tr1 {
    display: none !important;
  }

  .order-item .delete-order .deal-txt, .order-item .order-td2 .m-td .td-content, .order-status, .td-s0 {
    flex: 0 0 auto;
    width: auto;
  }

  .nav-body .nav-right, .nav-body .nav-left, .order-item .order-td1, .order-item .order-td2, .order-item .order-td3, .order-item .order-td4, .order-item .order-td2 .m-td, .order-item .order-td4 .td-content.delete-order {
    flex: 0 0 100%;
    width: 100%;
  }

  .nav-body .container {
    width: 100% !important;
  }

  .order-item .order-tr2 .order-td2, .order-item .order-tr2 .order-td3, .container .item {
    padding: 0 !important;
  }

  .container .item .rightWrap .addressItem .userInfo .userName, .container .item .rightWrap .addressItem .userInfo .phone {
    font-size: 14px !important;
    line-height: 1.1;
  }

  .container .item .rightWrap .addressItem .addressInfo {
    font-size: 14px !important;
    line-height: 21px;
  }

  .otherContent .tabContent .con .rateItem, .goodsContainer .goodsContent .goodsProperty .promise, #distpicker, .container .item .rightWrap .btnGroup, .editBtn-wrap, .otherContent .tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .goodsContainer {
    padding-bottom: 1rem;
  }

  .goodsContainer .goodsContent .goodsProperty .promise a {
    font-size: 10px !important;
    line-height: 12px !important;
  }

  .goodsContainer .goodsContent .goodsProperty .promise .label {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .goodsContainer .goodsContent .goodsProperty .promise a img {
    width: 12px !important;
    height: 12px !important;
    vertical-align: middle !important;
  }

  #distpicker, .container .item .rightWrap .btnGroup, .otherContent .tab {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .otherContent .tabContent .con .rateItem {
    justify-content: flex-end !important;
    flex-wrap: wrap !important;
    margin-bottom: 10px !important;
  }

  .goodsContainer .goodsContent .goodsProperty .promise {
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 5px;
    padding: 0 14px;
  }

  .goodsContainer .goodsContent .goodsProperty .promise .label {
    flex: 0 0 100%;
    width: 100%;
    font-size: 13px !important;
    line-height: 45px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .goodsContainer .goodsContent .goodsProperty .promise a {
    margin-right: 0 !important;
    flex: 0 0 auto;
    width: auto;
    padding: 12px 0;
  }

  .goodDetails {
    background: #F7F6F6;
  }

  .goodsProperty-tr {
    background: #fff;
  }

  .goodsProperty-tr2 {
    margin: 10px auto;
    padding: 12px !important;
  }

  .goodsProperty-tr1 {
    padding: 12px 12px 0;
    border-radius: 5px;
  }

  .goodsContainer {
    background-color: transparent !important;
  }

  .goodsContainer .goodsContent .goodsProperty .propertyCon {
    background: #fff !important;
    margin-bottom: 10px !important;
    width: 100% !important;
    padding: 0 !important;
    background-color: transparent !important;
    margin: 0 !important;
  }

  .goodsContainer .goodsContent .goodsProperty .propertyCon .price-item {
    background: #fff;
    padding: 8px 0 12px 12px !important;
  }

  .goodsContainer .goodsContent .goodsProperty .propertyCon .price-item .label {
    display: none !important;
  }

  .goodsContainer .goodsContent .goodsProperty .propertyCon .item .price {
    font-size: 16px !important;
    line-height: 1;
  }

  .goodsContainer .goodsContent .goodsProperty .propertyCon .item {
    font-size: 13px !important;
    line-height: 26px;
    margin-bottom: 13px !important;
  }

  .goodsContainer .goodsContent .goodsProperty .title {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  .goodsContainer .goodsContent .goodsProperty .desc {
    font-size: 12px !important;
    margin-top: 0 !important;
  }

  .otherContainer {
    background: #fff !important;
  }

  .otherContent .tabContent .con .rateItem {
    position: relative;
    padding: 0 !important;
    font-size: 12px;
  }

  .otherContent .tabContent .con .rateItem .user .nickName .name {
    font-size: 16px !important;
    line-height: 1;
    padding-top: 4px;
    line-height: 20px;
    padding-bottom: 8px;
    margin-bottom: 0 !important;
  }

  .otherContent .tabContent .con .rateItem .user .nickName .star img {
    width: 10px !important;
    height: 10px !important;
    margin-right: 5px;
  }

  .comment-imgs {
    margin: 5px 0 6px !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

  .otherContent .tabContent .con .rateItem {
    width: 100% !important;
    padding: 18px 0 28px !important;
  }

  .otherContent .tabContent .con .rateItem .desc .reply {
    width: 100% !important;
    padding: 12px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
  }

  .otherContent .tabContent .con .rateItem .desc .img {
    flex: 0 0 calc(100%/3 - 6px) !important;
    width: calc(100%/3 - 6px) !important;
    margin-bottom: 10px;
    min-height: 76px;
    height: auto !important;
  }

  .otherContent .tabContent .con .rateItem .desc .img:nth-child(3n) {
    margin-right: 0 !important;
  }

  .otherContent .tabContent .con .rateItem .desc .img:nth-child(3n-2), .otherContent .tabContent .con .rateItem .desc .img:nth-child(3n-1) {
    margin-right: 9px;
  }

  .otherContent .tabContent .con .rateItem .desc .reply .label {
    font-size: 12px;
  }

  #page .custom-pagination ul li {
    margin-left: 3px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .page .custom-pagination, .page .custom-pagination ul li {
    font-size: 12px;
  }

  .page .custom-pagination ul, #page .custom-pagination {
    width: 100% !important;
    text-align: center;
  }

  .otherContainer {
    padding-top: 0 !important;
    padding-bottom: 1rem !important;
  }

  .otherContent .tabContent .con .rateItem .time {
    position: absolute;
    right: 0;
    top: 24px;
    font-size: 11px;
    line-height: 1;
    font-size: 12px !important;
    padding-top: 0 !important;
  }

  .otherContent .tabContent .con .rateItem .desc {
    flex: 0 0 calc(100% - 55px) !important;
    width: calc(100% - 55px) !important;
    font-size: 12px !important;
  }

  .otherContent .tabContent .con .rateItem .desc .nick-name, .otherContent .tabContent .con .rateItem .desc .reply .label {
    font-size: 12px !important;
  }

  .otherContent .tabContent .con .rateItem .user {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 6px;
  }

  .otherContent .tabContent .con .rateItem .user .avatar {
    width: 44px !important;
    height: 44px !important;
    background-size: 100% !important;
  }

  .otherContent .tabContent .con .rateItem .user .avatar img {
    width: 44px !important;
    height: 44px !important;
    display: block;
  }

  .otherContent .tab {
    width: 100% !important;
    padding: 0 20% !important;
    background: #000 !important;
    line-height: 51px !important;
    height: 51px !important;
    border-bottom: 1px solid #ddd;
  }

  .otherContent .tab span {
    flex: 0 0 auto;
    display: inline-block;
    font-size: 13px !important;
    margin-right: 0 !important;
  }

  .otherContainer .otherContent {
    width: 100%;
  }

  .otherContent .tabContent {
    margin-top: 10px !important;
    padding: 0 !important;
  }

  /* .otherContent .tab .active::after {
    height: 2px !important;
    width: 26px !important;
    left: 50% !important;
    margin-left: -13px !important;
    border-radius: 1px !important;
  } */

  .editBtn-wrap {
    justify-content: flex-end;
    margin-top: 14px;
  }
  .editBtn-wrap .btn-img, .editBtn-wrap .m-show {
    line-height: 20px;
    vertical-align: middle;
    display: inline-block !important;
  }
  .editBtn-wrap .btn-img {
    width: 14px;
    margin-right: 3px;
  }

  .container .item .rightWrap .addressItem .editBtn, .container .item .rightWrap .addressItem .deleteBtn {
    position: static !important;
    flex: 0 0 auto;
    margin-left: 20px;
  }

  .container .item .rightWrap .addressItem .addressInfo .tag {
    font-size: 12px !important;
  }

  .container .item .rightWrap .addressItem .addressInfo {
    padding-top: 5px !important;
  }

  .container .item .rightWrap .addressItem .userInfo .phone {
    margin-left: 20px;
  }

  .goodsContainer .goodsContent .goodsProperty .rate .star {
    width: 10px !important;
    display: inline-block !important;
    margin-right: 4px !important;
    height: auto !important;
    vertical-align: 0px !important;
  }

  .goodsContainer .goodsContent .goodsProperty .rate .num {
    margin-left: 22px !important;
    float: right;
  }

  .goodsContainer .goodsContent .goodsProperty .rate {
    font-size: 12px !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 12px !important;
  }
  .goodsContainer .goodsContent .goodsProperty .rate img {
    display: block;
    width: 100%;
  }
  .orderDetail .container .item .rightWrap .addressItem {
    margin-bottom: 15px;
  }
  .container .item .rightWrap .addressItem {
    flex: 0 0 100% !important;
    /*border: none !important;*/
    /*border-bottom: solid 1px rgba(0,0,0,.33) !important;*/
    width: 100% !important;
    height: auto !important;
    padding: 20px 15px !important;
    margin-right: 0 !important;
    margin-bottom: 10px !important;
    position: relative !important;
    background: #fff;
  }
  .container .item .rightWrap .addressItemNormal {
    flex: 0 0 100% !important;
    width: 100% !important;
    height: auto !important;
    padding: 15px !important;
    margin-right: 0 !important;
    margin-bottom: 10px !important;
    position: relative !important;
    background: #fff;
  }
  .orderDetail .container .item2 .rightWrap {
    padding: 15px !important;
  }

  .container .item {
    margin-bottom: 15px;
    background: none !important;
  }

  .container .item .rightWrap .addressDetail {
    margin-top: 0 !important;
  }

  .container .item#newAddress {
    padding-bottom: 15px !important;
    background: #fff !important;
    margin-top: 15px;
  }
  .editAddress .mwidth100 {
    width: 100% !important;
  }

  .container .item .rightWrap .btnGroup, .setDefaultAddress, .nav-body .container .item .rightWrap .userInfoWrite, .distpicker-wrap, .container .item .rightWrap .addressDetail {
    padding: 0 15px;
  }

  .nav-body .container .item .rightWrap .userInfoWrite input, .container .item .rightWrap .addressDetail input#addressDetail {
    width: 100% !important;
    height: 52px;
    line-height: 52px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    margin-right: 0;
    padding: 0 !important;
  }

  #distpicker .form-control {
    border: none;
    font-size: 12px;
    line-height: 52px;
    box-shadow: none;
    border-radius: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 !important;
  }

  .setDefaultAddress {
    margin: 20px 0;
    font-size: 13px;
    line-height: 20px;
    color: #000;
  }

  #distpicker .form-group {
    width: 33.3%;
    margin: 0;
    max-height: 50vh;
    overflow: scroll;
  }

  .container .item .rightWrap .btnGroup {
    margin-top: 0 !important;
  }

  .container .item {
    margin-bottom: 0 !important;
  }

  .container .item.item2 {
    padding: 10px 0 !important;
  }

  .container .item .rightWrap .btnGroup .btnItem {
    flex: 0 0 45.6%;
    height: 38px !important;
    font-size: 13px !important;
    line-height: 38px !important;
    margin: 0 !important;
    background: #7E7C7D !important;
  }

  .container .item .rightWrap .btnGroup .cancel {
    background: #f5f5f5 !important;
    color: #666;
  }

  .goodsContainer .goodsContent {
    margin-top: 15px !important;
  }

  .container .item .rightWrap .userInfoWrite .left, .container .item .rightWrap .userInfoWrite .right {
    width: 100%;
  }

  .addressBtn, .goodsContainer .goodsContent .goodsProperty .buy {
    width: 81.3vw !important;
    height: 40px !important;
    line-height: 40px !important;
    background: #A04B72 !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    color: #fff !important;
    text-align: center;
    margin: 0 auto !important;
  }
  .container .item .rightWrap .addressItemNormal {
    display: none !important;
  }
  .container .item .rightWrap .addressItem {
    border: none !important;
    border-radius: 0 !important;
  }
  .editAddress.nav-body {
    background: #E5E5E5;
  }
  .editAddress .addressBtn {
    margin-top: 20px !important;
  }
  .editAddress .addressBtn, .goodsContainer .goodsContent .goodsProperty .buy {
      width: 92vw !important;
  }

  .goodsContainer .goodsContent .goodsProperty .buy {
    margin: 10px auto 20px !important;
  }

  .goodsContainer .goodsContent .goodsProperty .line {
    display: none !important;
  }

  .order-item .order-tr2 {
    border-left: none;
  }

  .order-status {
    display: inline-block;
  }

  .w1200.flexBox.noflexWrap {
    flex-wrap: wrap;
    width: 100vw;
  }

  .nav-body .tab-item {
    flex: 0 0 50%;
    width: 50%;
    height: 53px;
    line-height: 53px;
    font-size: 13px;
    position: relative;
    border-bottom-color: transparent;
  }
  .nav-body .tab-item:before {
    content: "";
    position: absolute;
    z-index: 0;
    background: #A04B72;
    left: 50%;
    bottom: -1px;
    width: 0;
    height: 2px;
    border-radius: 1.5px;
    transition-duration: .3s;
    margin-left: 0;
  }
  .nav-body .tab-item.cur, .nav-body .tab-item:hover {
    color: #A04B72;
    background: none;
    border-bottom-color: transparent;
  }
  .nav-body .tab-item.cur:before, .nav-body .tab-item:hover:before {
    width: 26px;
    margin-left: -13px;
  }

  .order-item .pro-img {
    flex: 0 0 16.5%;
    width: 16.5%;
    margin-left: 0;
  }

  .order-item .pro-name {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
  }

  .order-item .pro-intro {
    flex: 0 0 56%;
    width: 56%;
    margin-left: 28px;
  }
  .order-item .order-tr2 .order-td1 {
    padding-top: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .order-item .order-nums {
    padding-bottom: 0;
  }
  .order-item .order-tr2 .order-td1,.order-item .order-tr2 .order-td4 {
    padding: 25px 0;
  }

  #page {
    height: 30px;
    margin-top: 25px;
    padding-bottom: 0;
  }
  .orderList #page {
    height: 30px;
    margin-top: 0;
  }

  .order-item .order-td1 .td-content {
    justify-content: flex-start;
    position: relative;
    align-items: center;
  }

  .order-item .order-td3 .m-td {
    display: block !important;
    text-align: left;
    width: 100%;
  }

  .order-item .order-td2 .m-td {
    display: inline-flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .order-item .order-td4 .td-content {
    flex: 0 0 158px;
    width: 158px;
    height: 39px;
    line-height: 39px;
    background: #f4f4f4;
    border-radius: 3px;
    font-size: 13px;
    color: #999;
  }

  .order-item .order-td4 .td-content.delete-order {
    height: 15px;
    line-height: 15px;
    background: none;
    font-size: 13px;
    color: #999;
    text-align: right;
    justify-content: flex-end;
  }

  .order-item .order-td2 .m-td .td-content {
    font-size: 16px;
    line-height: 1;
    height: 16px;
  }

  .order-item .order-td1 .td-content .between {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .nav-body .nav-left {
    display: inline-flex;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .order-item .order-tr2 .order-td {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .order-body .order-list1 {
    padding: 0 0 10px;
    margin-bottom: 10px;
  }

  .order-body .order-item {
    padding: 0 15px;
    border-bottom: 10px solid rgba(0, 0, 0, 0.1);
  }

  .num-m-flex:first-child {
    margin-bottom: 11px;
  }
  .num-m-flex:first-child .num-s1 {
    color: #010101;
  }
  .num-m-flex:first-child .num-s2 {
    color: #A04B72;
  }

  .num-m-flex:last-child {
    margin-bottom: 11px;
  }
  .num-m-flex:last-child .num-s2 {
    color: #999;
  }

  .order-item .num-s2 {
    margin-right: 0;
    margin-left: 0;
  }

  .td-s0, .wuliu-a {
    font-size: 13px;
    line-height: 53px;
    color: #000;
  }

  .wuliu-a {
    position: relative;
  }

  .wuliu-a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 16px;
    height: 9px;
    margin-top: -4.5px;
    background: url(../img/arrow-icon.png) no-repeat center center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-size: contain;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-size: 15px auto;
  }
}
.pay-body .hover-img {
  opacity: 0;
}

@media (max-width: 769px) {
  .payed-body .payed-h5 {
    font-size: 16px;
  }
	.otherContent .tabContent .con.active .rateItem .desc {
        width: 100% ;
        flex: 0 0 100% !important;
    }
  .payed-body .payed-status {
    display: block;
    width: 36px;
    margin: 0 auto 6px;
  }

  .payed-body .payed-h6 {
    font-size: 12px;
    margin: 6px 0 20px;
    line-height: 2;
  }

  .payed-body .payed-left, .payed-body .payed-right {
    flex: 0 0 100%;
    width: 100%;
  }

  .pay-body {
    background: #f5f5f5;
  }
  .pay-body .pay-list1 {
    background: #fff;
    padding: 20px 20px 40px;
  }

  .payed-body .pc-btn-wrap, .pay-body .pay-tr2, .pay-tr4, .pay-body .cn-div .cn.font24, .pay-body .pay-status, .pay-body .pay-td1, .pay-body .hover-img {
    display: none !important;
  }

  .pay-body .btn:hover .hover-img {
    opacity: 0 !important;
  }

  .pay-body .cn-div {
    padding: 20px 0 10px;
  }

  .pay-body .pay-tr1 {
    text-align: center;
  }

  .pay-body .pay-list1 {
    margin: 25px auto 50px;
  }

  .pay-body .pay-tr2, .pay-body .pay-tr3 {
    flex-wrap: wrap;
  }

  .pay-body .pay-right-td {
    flex: 0 0 100%;
    width: 100%;
    flex-wrap: wrap;
  }

  .payed-body .list1-contents {
    padding: 0 0 4vw;
  }

  .pay-body .pay-td2, .pay-body .pay-td3, .pay-body .pay-td4 {
    flex: 0 0 100%;
    width: 100%;
  }

  .btn-wrap {
    flex: 0 0 100%;
  }

  .payed-body .list1-contents, .payed-body .payed-right {
    border: none;
  }

  .payed-body .schedule-img {
    width: 194px;
  }

  .payed-body .schedule-txt {
    margin: 13px 14px 26px;
    font-size: 12px;
  }

  .payed-body .m-btn-wrap {
    display: flex;
    width: 92vw;
    margin: 33px auto 21px;
  }

  .payed-body .btn {
    width: 100%;
    text-align: center;
    font-size: 13px;
    flex: 0 0 100%;
    margin: 0 auto 12px;
  }

  .pay-body .btn {
    width: 100%;
    height: 32px;
    display: inline-block;
    flex: 0 0 100%;
    font-size: 15px;
    line-height: 32px;
    box-sizing: border-box;
    margin: 30px 0 0;
    border: none;
    text-align: left;
    position: relative;
  }

  .pay-body .btn:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    right: 0;
    top: 50%;
    margin-top: -7px;
    position: absolute;
  }

  .pay-body .btn:hover:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #A04B72;
    border-radius: 50%;
    right: 3px;
    top: 50%;
    margin-top: -4px;
    position: absolute;
  }

  .pay-body .btn:hover:after {
    border-color: #A04B72;
  }

  .pay-body .btn-img {
    width: 20px;
  }

  .header-login-right, .tel-a {
    font-size: 12px !important;
    line-height: 50px !important;
  }

  .popUp .refund-h5 {
    font-size: 18px;
  }

  .popUp .refund-form {
    padding: 16px;
    font-size: 12px;
    line-height: 1.5;
  }

  .popUp .btn {
    flex: 0 0 48.3%;
    width: 48.3%;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
  }

  .popUp .refund-h6 {
    font-size: 12px;
    line-height: 1.1;
    color: #999999;
    padding: 12px 0 22px;
    margin-bottom: 0;
    border-bottom: none;
  }

  .popUp .popUp-close {
    width: 24px;
    height: 24px;
    right: 10px;
    top: 10px;
  }

  .popUp .btn-wrap {
    border-top: none;
    margin-top: 0;
    padding-top: 26px;
    margin: 0 !important;
    justify-content: space-between;
  }

  .popUp .popUp-contents {
    width: 92%;
    padding: 22px;
  }

  .m-login-img {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 6px;
    vertical-align: middle;
  }

  .n-products .ulbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .i-list2 .n-products .ulbox .link {
    flex: 0 0 47.5%;
    height: auto;
  }

  .n-products .ulbox .btm {
    margin: 0 auto 8%;
  }

  .n-products .ulbox .link {
    flex: 0 0 47.5%;
    height: auto;
  }

  .n-products .ulbox .link .text-box .tit4 {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    height: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0;
    margin: 8% 0 5px;
  }
  .payed-right {
    display: none!important;
}
.payed-body .sline {
  display: none;
}
}
@media(min-width:769px){
  .show-mb{
    display: none;
  }
}
@media(max-width: 767px) {
  .login-body .input {
    background: #f4f4f4;
  }
  .login-body .send-s {
    font-size: 12px;
  }
  .login-body .form-tr.form-tr2 {
    margin-top: 40px;
  }
  .login-body .form-tab {
    margin-bottom: 10px;
  }
  .login-body .form-tr:first-child {
    margin-top: 0;
  }
  .orderDetail .container .item .rightWrap .postGoods .postBtn {
    width: 100% !important;
  }
  .editAddress .container .item.item2 {
    padding-bottom: 32px !important;
  }
  .order-item .order-td4 .td-content.mcBtn {
    background: #A04B72;
    color: #fff;
  }
}
.cancelOrder,.deleteOrderBtn,.refundOrderBtn,.cancelRefundBtn {
  cursor: pointer;
}
/* .pay-body .mc {
  color: #A04B72;
} */
/*# sourceMappingURL=login.css.map */
.bread-next {
  margin: 0 12px;
}
.bread-a{
  cursor: pointer;
}
.nav-body .nav-bread .bread-a:hover {
  color: #943F66;
}