html {
  font-size: 32px;
}
@media only screen and (min-width: 320px) {
  html {
    font-size: 13.65px !important;
  }
}
@media only screen and (min-width: 360px) {
  html {
    font-size: 15.36px !important;
  }
}
@media only screen and (min-width: 400px) {
  html {
    font-size: 17.07px !important;
  }
}
@media only screen and (min-width: 414px) {
  html {
    font-size: 17.66px !important;
  }
}
@media only screen and (min-width: 480px) {
  html {
    font-size: 20.48px !important;
  }
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: "微软雅黑";
  overflow: auto;
}
body:before,
body:after {
  content: " ";
  display: table;
}
body:after {
  clear: both;
}
body.order {
  background: #f5f5f5;
}
.cl_danger {
  color: #ff3232;
}
.g-wrap {
  height: 100%;
  background: #f5f5f5;
  max-width: 750px;
}
.g-bd:before,
.g-bd:after {
  content: " ";
  display: table;
}
.g-bd:after {
  clear: both;
}
.x-dialog-cover {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  filter: alpha(opacity=30);
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  -o-opacity: 0.3;
  opacity: 0.3;
}
.x-dialog {
  position: fixed;
  left: 14.66666667%;
  top: 50%;
  width: 85.33333333%;
  max-width: 640px;
  background: #fff;
  border-radius: 0.94rem;
}
.x-dialog-hd {
  position: relative;
  top: 0;
  left: 0;
  height: 2.5rem;
}
.x-dialog-close {
  display: block;
  position: absolute;
  top: 0.31rem;
  right: 0.47rem;
  width: 1.88rem;
  height: 1.88rem;
  background: url(../img/h5/ico_dialog_close@3x.png) 50% 50% no-repeat;
  background-size: 50% auto;
}
.x-dialog-close span {
  visibility: hidden;
}
.x-dialog-bd {
  line-height: 2;
  font-size: 1.13rem;
  text-align: center;
}
.m-dlg-unlogin {
  padding-top: 1.25rem;
  padding-left: 1.41rem;
  padding-right: 1.41rem;
  padding-bottom: 3.59rem;
}
.m-dlg-unlogin .btnSubmit {
  padding-top: 1.25rem;
}
.m-dlg-unlogin .btnSubmit a {
  background: #d90049;
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  width: 10rem;
  font-size: 1.13rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 1.25rem;
}
.p-index a {
  text-decoration: none;
}
.p-index .cl_danger {
  color: #d90048;
}
.p-index .u-img img {
  vertical-align: middle;
}
.p-index .g-bd {
  background: #f1edea;
  padding-bottom: 5.63rem;
}
.p-index .g-bd:before,
.p-index .g-bd:after {
  content: " ";
  display: table;
}
.p-index .g-bd:after {
  clear: both;
}
.p-index .m-sell-status .info {
  text-align: center;
  background: #fff url(../img/h5/h5_02.jpg?v=1702221440) 50% 50% no-repeat;
  color: #444545;
  background-size: 100% auto;
  height: 5.63rem;
  font-size: 0.88rem;
  padding-top: 0.94rem;
}
.p-index .m-sell-status .info .txt {
  line-height: 2;
}
.p-index .m-sell-status .info .num,
.p-index .m-sell-status .info .timer {
  display: inline-block;
  font-size: 1.06rem;
}
.p-index .m-sell-status .info .num strong {
  font-weight: normal;
}
.p-index .m-sell-status .btns {
  padding-bottom: 0.94rem;
  background: #fff;
}
.p-index .m-sell-status .btns:before,
.p-index .m-sell-status .btns:after {
  content: " ";
  display: table;
}
.p-index .m-sell-status .btns:after {
  clear: both;
}
.p-index .m-sell-status .btns .prd {
  text-align: center;
}
.p-index .m-sell-status .btns .prd:before,
.p-index .m-sell-status .btns .prd:after {
  content: " ";
  display: table;
}
.p-index .m-sell-status .btns .prd:after {
  clear: both;
}
.p-index .m-sell-status .btns .prd dd {
  float: left;
  width: 50%;
}
.p-index .m-sell-status .btns .prd a {
  display: block;
  background: #898989;
  color: #fdfdfd;
  height: 3.13rem;
  line-height: 3.13rem;
  font-size: 1.38rem;
}
.p-index .m-sell-status .btns .prd a.active {
  background: #d90048;
  color: #fff;
}
.p-index .m-sell-status .btns .prd dd.last a {
  border-left: 1px solid #fff;
}
.p-index .g-fd {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.p-index .g-fd .u-btnBuy {
  display: block;
  text-align: center;
  background: url(../img/h5/btn_buy_foot_0.jpg?v=1702221440) 50% 100% no-repeat;
  background-size: 100% auto;
  height: 4.69rem;
}
.p-index .g-fd .u-btnBuy strong {
  visibility: hidden;
}
.p-index .g-fd .u-btnBuy.active {
  background-image: url(../img/h5/btn_buy_foot_1.jpg?v=1702221440);
}
.p-index .g-fd .u-btnBuy.ended {
  background-image: url(../img/h5/btn_buy_foot_2.jpg?v=1702221440);
}
.p-index .g-fd__in {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.p-order img {
  vertical-align: middle;
}
.p-order .m-detail {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding-left: 0.94rem;
  padding-right: 0.94rem;
  margin-bottom: 0.94rem;
}
.p-order .m-detail:before,
.p-order .m-detail:after {
  content: " ";
  display: table;
}
.p-order .m-detail:after {
  clear: both;
}
.p-order .m-detail .u-price {
  width: 100%;
  font-size: 0.75rem;
}
.p-order .m-detail .u-price dd {
  position: relative;
  top: 0;
  left: 0;
  line-height: 1.88rem;
}
.p-order .m-detail .u-price dt {
  color: #ff3232;
  line-height: 1.88rem;
}
.p-order .m-detail .u-price .price {
  position: absolute;
  top: 0;
  right: 0;
  color: #ff3232;
  font-size: 0.88rem;
}
.p-order .m-form-bd {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.p-order .m-form-bd:before,
.p-order .m-form-bd:after {
  content: " ";
  display: table;
}
.p-order .m-form-bd:after {
  clear: both;
}
.p-order .m-form .u-item {
  position: relative;
  top: 0;
  left: 0;
  border-top: 1px solid #e0e0e0;
  font-size: 0.88rem;
}
.p-order .m-form .u-item:before,
.p-order .m-form .u-item:after {
  content: " ";
  display: table;
}
.p-order .m-form .u-item:after {
  clear: both;
}
.p-order .m-form .u-item:first-child {
  border-top-width: 0px;
}
.p-order .m-form .u-item .lbl {
  position: absolute;
  left: 0;
  top: 0.94rem;
  width: 4.69rem;
}
.p-order .m-form .u-item .val {
  padding-top: 0.94rem;
  padding-left: 4.69rem;
  padding-bottom: 0.94rem;
}
.p-order .m-form .u-item .val .input {
  width: 100%;
  border: none;
}
.p-order .m-form .u-item .val .valText {
  display: inline-block;
  line-height: 0.94rem;
}
.p-order .m-form .msg-error {
  color: #ff3232;
  line-height: 2.5;
  font-size: 0.75rem;
  padding-left: 0.75rem;
  min-height: 2.34rem;
}
.p-order .m-btns {
  text-align: center;
  padding-bottom: 0.94rem;
}
.p-order .m-btns .u-btn-submit {
  background: #d90049;
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  width: 60%;
  font-size: 1.13rem;
  height: 3.13rem;
  line-height: 3.13rem;
  border-radius: 1.56rem;
}
.p-order .m-btns .u-btn-submit.disabled {
  background: #999;
}
.p-order .m-btns .u-pay-msg {
  text-align: center;
  line-height: 1.5;
  color: #2a2a2a;
  font-size: 0.88rem;
  padding-top: 0.47rem;
  padding-bottom: 0.47rem;
}
.p-order .m-lastOk {
  text-align: center;
  padding-top: 1.56rem;
  padding-bottom: 1.56rem;
  font-size: 1rem;
  color: #2a2a2a;
}
.p-order .m-lastOk .line-bottom,
.p-order .m-lastOk .line-top {
  margin: 0 auto;
  clear: both;
}
.p-order .m-lastOk .line-top {
  width: 74%;
}
.p-order .m-lastOk .line-bottom {
  width: 55.06666667%;
}
.p-order .m-lastOk h2 {
  line-height: 2.5;
  color: #e81912;
  font-size: 2.5rem;
}
.p-order .m-lastOk dl {
  padding-bottom: 0.5rem;
}
.p-order .m-lastOk dt {
  padding-top: 0;
  padding-bottom: 1.25rem;
}
.p-order .m-lastOk dd {
  padding-top: 0;
  padding-bottom: 1.06rem;
}
.p-order .m-lastOk dd.btnRetest a {
  text-decoration: none;
  color: #e81912;
  border: 1px solid #e81912;
  display: inline-block;
  border-radius: 0.31rem;
  padding-left: 0.47rem;
  padding-right: 0.47rem;
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
}
.p-order .m-soldOut {
  background: #fff;
  text-align: center;
  padding-top: 1.56rem;
  padding-bottom: 1.56rem;
}
.p-order .m-soldOut .u-img {
  width: 73.33333333%;
  margin: 0 auto;
}
.u-btnSoldOut {
  text-align: center;
  background: #fff;
  padding-top: 0.63rem;
  padding-bottom: 0.63rem;
}
.u-btnSoldOut a {
  background: #898989;
  color: #e5e6e7;
  display: block;
  text-decoration: none;
  margin: 0 auto;
  width: 13.59rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.25rem;
  border-radius: 40px;
}

