锘縖v-cloak] {
  display: none;
}

.waittime {
  background-color: rgb(203, 203, 203) !important;
  color: #000000 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

::-webkit-input-placeholder {
  color: #b3b3b3 !important;
  font-size: 0.55rem;
  font-weight: 400;
}

:-moz-placeholder {
  color: #b3b3b3;
  font-size: 0.55rem;
  font-weight: 400;
  opacity: 1;
}

::-moz-placeholder {
  color: #b3b3b3;
  font-size: 0.55rem;
  font-weight: 400;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 0.55rem;
  font-weight: 400;
  opacity: 1;
}

input {
  width: 100%;
  height: 100%;
  font-size: 0.55rem;
  font-weight: 400;
  border: 0;
  outline: 0;
  -moz-appearance: textfield;
  padding: 0rem 0.4rem !important;
  box-sizing: border-box !important;
  background-color: #ffffff;
}

#app {
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding-top: 2rem;
}

h1 {
  text-align: center;
}

.form,
.talk,
.detail,
.base {
  width: 100%;
  padding: .75rem 1rem;
  box-sizing: border-box;
}

.form {
  height: 6.5rem;
  border-top: 2px solid #eff4f5;
  border-bottom: 2px solid #eff4f5;
}

.form .input {
  width: 100%;
  height: 1.5rem;
  background: #ffffff;
  border: 1px solid #ededed;
}

.form .input:nth-of-type(2) {
  margin: .25rem 0rem;
}

.form .input .label {
  width: 3.98rem;
  height: 100%;
  line-height: 1.5rem;
  background:  no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 0.6rem;
  font-family: microsoft yahei;
  font-weight: 400;
  color: #ffffff;
  padding-right: .3rem;
  box-sizing: border-box;
}

.form .input .icon {
  width: 2rem;
  height: 100%;
  text-align: center;
  line-height: 1.5rem;
  font-size: 0.55rem;
  font-family: microsoft yahei;
  font-weight: 400;
  text-decoration: underline;
  color: #e42000;
}

.form .input .phone span {
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  background:  no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
}

.talk .logo img {
  width: 4.05rem;
  height: 1.23rem;
  margin-bottom: .33rem;
}

.talk .img img {
  width: 6rem;
  height: 4.08rem;
  margin-right: .6rem;
}

.talk .txt {
  height: 100%;
}

.talk .txt ul li:nth-of-type(1) {
  font-size: 0.55rem;
  font-family: microsoft yahei;
  font-weight: bold;
  color: #000000;
}

.talk .txt ul li:nth-of-type(2) {
  font-size: 0.55rem;
  font-family: microsoft yahei;
  font-weight: 400;
  color: #000000;
  margin-top: .35rem;
  margin-bottom: 0.65rem;
}

.talk .txt ul li:nth-of-type(3) {
  width: 3rem;
  height: 1.13rem;
  text-align: center;
  border: 1px solid #e42000;
  font-size: 0.55rem;
  font-family: microsoft yahei;
  font-weight: 400;
  color: #e42000;
  line-height: 1.13rem;
}

.detail .title {
  width: 100%;
  height: 1.5rem;
  background: #ededed;
  font-size: 0.6rem;
  font-family: microsoft yahei;
  font-weight: bold;
  color: #000000;
  line-height: 1.5rem;
  padding-left: .8rem;
  box-sizing: border-box;
  position: relative;
}

.detail .title::before {
  content: "";
  width: 0.1rem;
  height: 0.6rem;
  background: #000000;
  position: absolute;
  top: 50%;
  left: 0.33rem;
  transform: translatey(-50%);
}

.detail .img {
  width: 100%;
  margin: .75rem 0rem;
}

.detail .img img {
  width: 100%;
  height: 100%;
}

.base {
  width: 100%;
  height: 2.5rem;
  border-top: 2px solid #eff4f5;
  position: sticky;
  bottom: 0;
  left: 0%;
  background-color: #fff;
}

.base .money {
  font-size: 0.6rem;
  font-family: microsoft yahei;
  font-weight: 400;
  color: #000000;
}

.base .money .red {
  color: #ff2400;
}

.base .money .red strong {
  font-size: 1.25rem;
}

.base .btn {
  width: 4.5rem;
  height: 1.5rem;
  text-align: center;
  background: #e42000;
  border-radius: .2rem;
  font-size: 0.6rem;
  font-family: microsoft yahei;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.5rem;
}

/* 寮圭獥,鎴戠煡閬撻伄缃╁眰鏄痬ask锛岄伩鍏嶄笌鍏叡鏍峰紡鍐茬獊 */
.popup {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  transition: all .3s ease-in-out;
  z-index: 998;
}

.marsk {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translatex(-50%) translatey(-50%);
  z-index: 999;
  width: 12.5rem;
  height: 6.5rem;
  background:  no-repeat;
  background-size: 100% 100%;
  padding-left: .55rem;
  padding-right: .53rem;
  box-sizing: border-box;
}

.marsk .title {
  width: 100%;
  height: 1.15rem;
  font-size: 0.6rem;
  font-family: microsoft yahei;
  font-weight: bold;
  color: #000000;
  line-height: 1.2rem;
}

.marsk .title img {
  width: 0.57rem;
  height: 0.57rem;
}

.marsk .article .link {
  margin-top: .63rem;
  font-size: 0.55rem;
  font-family: microsoft yahei;
  font-weight: 400;
  color: #000000;
}

.marsk .article .link a {
  text-decoration: underline;
  color: #002fa6;
  word-break: break-all;
}

.marsk .article .link div:nth-of-type(1) {
  width: 1.7rem;
}

.marsk .article .zhu {
  font-size: 0.5rem;
  text-align: center;
  font-family: microsoft yahei;
  font-weight: 400;
  color: #999999;
  margin-top: .6rem;
}