:root {
  --u: calc(100vw / 750);
}

* {
  box-sizing: border-box;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  width: 100%;
  min-height: 100%;
  background: #f5f5f5;
  color: #333;
  font-family: "PingFang SC", "Microsoft YaHei", Helvetica, Arial, sans-serif;
  -webkit-user-select: none;
  user-select: none;
}

body {
  overflow-x: hidden;
}

button {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
}

img {
  display: block;
}

.warp {
  width: 100%;
  max-width: 750px;
  min-height: 100vh;
  margin: 0 auto;
  border-top: calc(1 * var(--u)) solid #efefef;
  background: #f5f5f5;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head {
  padding: calc(50 * var(--u)) 4%;
  background: #f5f5f5;
}

.head_fl {
  width: calc(500 * var(--u));
}

.head_name {
  color: #333;
  font-size: calc(34 * var(--u));
  line-height: 1.35;
  font-weight: 400;
}

.head_titl {
  margin-top: calc(5 * var(--u));
  color: #666;
  font-size: calc(24 * var(--u));
  line-height: 1.35;
}

.head_fr {
  width: calc(85 * var(--u));
  height: calc(85 * var(--u));
  flex: 0 0 auto;
}

.head_fr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content {
  padding: 20px 4%;
  background: #fff;
  border-radius: calc(40 * var(--u)) calc(40 * var(--u)) 0 0;
}

.cont-two {
  padding-bottom: calc(20 * var(--u));
}

.cont-two-title {
  color: #666;
  font-size: calc(28 * var(--u));
}

.cont-two-amout {
  display: flex;
  align-items: baseline;
  color: #f66;
  font-size: calc(26 * var(--u));
  font-weight: 400;
}

.cont-two-amout span {
  padding: 0 calc(10 * var(--u));
  color: #f66;
}

.cont-two-amout strong {
  font-weight: 400;
}

.cont-num {
  border-top: calc(1 * var(--u)) solid #ddd;
  border-bottom: calc(1 * var(--u)) solid #ddd;
  padding-top: calc(20 * var(--u));
  padding-bottom: calc(20 * var(--u));
}

.cont-num-fl {
  color: #666;
  font-size: calc(28 * var(--u));
}

.cont-num-fr {
  display: flex;
}

.cont-num-fr button,
.cont-num-fr div {
  width: calc(70 * var(--u));
  height: calc(70 * var(--u));
  margin-left: calc(10 * var(--u));
  background: #f5f5f5;
  color: #111;
  text-align: center;
  line-height: calc(70 * var(--u));
  font-size: calc(30 * var(--u));
  font-weight: 600;
}

.padding20 {
  margin-top: 20px;
}

.cont-ze {
  display: flex;
  align-items: baseline;
  color: #f66;
  font-size: calc(56 * var(--u));
  font-weight: 400;
}

.cont-ze span {
  font-size: calc(26 * var(--u));
  font-weight: 400;
}

.cont-ze strong {
  font-weight: 400;
}

.cont-pay {
  width: 100%;
  margin: calc(20 * var(--u)) auto 0;
  padding: calc(20 * var(--u)) 0;
  background: #fff;
  box-shadow: 0 0 calc(20 * var(--u)) #eee;
  border-radius: calc(10 * var(--u));
}

.cont-pay-titl {
  height: calc(80 * var(--u));
  margin: 0 calc(20 * var(--u));
  border-bottom: calc(1 * var(--u)) solid #ddd;
  color: #333;
  font-size: calc(30 * var(--u));
  line-height: calc(80 * var(--u));
}

.modeul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: calc(20 * var(--u));
}

.modeli {
  width: 94%;
  height: calc(80 * var(--u));
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: calc(10 * var(--u));
  padding: 0 3%;
  color: #333;
  font-size: calc(28 * var(--u));
  line-height: calc(80 * var(--u));
  text-align: left;
}

.modeli[hidden] {
  display: none;
}

.modeli-xz,
.modeli-cos {
  display: flex;
  align-items: center;
}

.modeli-xz .pay-icon {
  width: calc(45 * var(--u));
  height: calc(45 * var(--u));
  margin-right: calc(20 * var(--u));
}

.modeli-cos img {
  width: calc(40 * var(--u));
  height: calc(40 * var(--u));
}

.orderbtn {
  width: 94%;
  margin: calc(100 * var(--u)) auto 0;
}

.orderbtn button {
  width: 100%;
  height: calc(88 * var(--u));
  border-radius: calc(90 * var(--u));
  background-color: #f66;
  color: #fff;
  font-size: calc(34 * var(--u));
  line-height: calc(88 * var(--u));
  text-align: center;
}

.orderbtn button:disabled {
  opacity: .72;
}

.message {
  min-height: calc(34 * var(--u));
  margin-top: calc(18 * var(--u));
  color: #777;
  font-size: calc(22 * var(--u));
  line-height: 1.4;
  text-align: center;
}

.message.error {
  color: #f55;
}

.result-page {
  width: 100%;
  max-width: 750px;
  min-height: 100vh;
  margin: 0 auto;
  padding: calc(80 * var(--u)) 4%;
  background: #f5f5f5;
}

.result-card {
  padding: calc(40 * var(--u)) 4%;
  background: #fff;
  color: #333;
  text-align: center;
}

.result-card h1 {
  font-size: calc(32 * var(--u));
  font-weight: 400;
}

.result-card .subtext {
  margin-top: calc(20 * var(--u));
  color: #666;
  font-size: calc(26 * var(--u));
}

.result-link {
  width: 94%;
  height: calc(88 * var(--u));
  margin: calc(40 * var(--u)) auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: calc(90 * var(--u));
  background: #f66;
  color: #fff;
  font-size: calc(30 * var(--u));
  text-decoration: none;
}

@media (min-width: 751px) {
  :root {
    --u: 1px;
  }
}
