html,
body {
  font-size: 20px;
  background: #f5f5f5;
}

* {
  margin: 0;
  padding: 0;
}

[v-cloak] {
  display: none;
}

.text-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.text-two-line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}

.header-top {
  width: 100%;
  height: 9.5rem;
  position: relative;
}

.header-top .home {
  position: absolute;
  top: 0.6rem;
  right: 0;
  width: 4.4rem;
  height: 1.4rem;
  z-index: 10;
}

.header-top .bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.header-top .top-nums {
  position: absolute;
  bottom: 2.15rem;
  left: 50%;
  transform: translatex(-50%);
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.header-top .top-nums .text {
  font-size: 0.6rem;
  color: #fff;
  margin-right: 0.5rem;
}

.header-top .top-nums .normal {
  width: 0.9rem;
  height: 1.2rem;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0.1rem;
  backdrop-filter: blur(2px);
  font-size: 0.8rem;
  line-height: 1.2rem;
  text-align: center;
  color: #b30d20;
  font-weight: 800;
  margin-right: 0.2rem;
}

.header-top .top-nums .comma {
  width: 0.65rem;
  height: 1.2rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: flex-end;
}

.container {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 20px;
}
.container .van-progress__portion {
  border-radius: 7px;
}
.container .van-progress__pivot {
  background-color: transparent !important;
  top: -7px;
  color: #333;
  font-size: 0.6rem;
}
.tip {
  width: 10.1rem;
  height: 1.3rem;
  margin-top: 0.5rem;
}

.input-box {
  width: 100%;
  height: 2.6rem;
  background: #ffffff;
  border-radius: 1.3rem;
  margin-bottom: 0.6rem;
  box-sizing: border-box;
  padding: 0 1.2rem;
  display: flex;
  align-items: center;
}

.input-box .left {
  display: flex;
  align-items: flex-start;
  margin-right: 0.5rem;
  height: 2.6rem;
  line-height: 2.6rem;
}

.input-box .left .label {
  font-size: 0.9rem;
  color: #333;
  font-weight: bold;
  position: relative;
}

.input-box .left .must {
  color: #eb3d3d;
  margin-left: -0.4rem;
}

.input-box .right {
  flex: 1;
  display: flex;
  align-items: center;
  height: 2.6rem;
}

.input-box .input {
  flex: 1;
  width: 0;
  border: none;
  font-size: 0.9rem;
  line-height: 0.9rem;
  height: 2.6rem;
}

.input-box .con {
  flex: 1;
}

.input-box .arrow {
  width: 0.85rem;
  height: 0.5rem;
}

.max-box {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0.7rem 1.2rem;
  height: 9.25rem;
  border-radius: 1.3rem;
  margin-top: 0.6rem;
}

.max-box.imgbox {
  height: 8.5rem;
}

.max-box .label {
  font-size: 0.9rem;
  line-height: 0.9rem;
  margin-right: 0.6rem;
  font-weight: bold;
}

.max-box .ibox {
  flex: 1;
  width: 100%;
  height: 6rem;
  margin-top: 12px;
}

.max-box .ibox .textarea {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 0.9rem;
  line-height: 1.2rem;
}

.max-box .list {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  margin-top: 0.8rem;
}

.max-box .list .li {
  width: 4.5rem;
  height: 4.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.2rem;
  border: 1px dashed #dddddd;
  overflow: hidden;
  font-size: 2rem;
  margin-right: 0.4rem;
  color: #ddd;
  vertical-align: top;
}

.max-box .list .li.i {
  border: none;
  position: relative;
}

.close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.max-box .list .li .img {
  width: 100%;
  height: 100%;
}

.xs-box {
  width: 100%;
  margin-top: 0.6rem;
  display: flex;
  align-items: center;
}

.xs-box .xs {
  width: 10.15rem;
  height: 2.6rem;
  background: #ffffff;
  border-radius: 1.3rem;
  box-sizing: border-box;
  padding: 0 0.7rem;
  display: flex;
  align-items: center;
  margin-right: 0.4rem;
}

.xs-box .xs .label {
  font-size: 0.9rem;
  font-weight: bold;
  margin-right: 0.6rem;
}

.xs-box .xs .select {
  flex: 1;
  display: flex;
  align-items: center;
}

.xs-box .xs .con {
  flex: 1;
  font-size: 0.9rem;
}

.xs-box .xs .arrow {
  width: 0.85rem;
  height: 0.5rem;
}

.xs-box .xc-input {
  flex: 1;
  height: 2.6rem;
  box-sizing: border-box;
  padding: 0 1.2rem;
  border-radius: 1.3rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.xs-box .xc-input .input {
  width: 100%;
  height: 100%;
  border: none;
}
.xs-box .xc-input .input.fb-input {
  flex: 1;
}
.xs-box .fb-text {
  display: inline-block;
  width: 40px;
  font-size: 0.9rem;
  font-weight: bold;
  color: #333333;
}

.desc-box {
  display: flex;
  align-items: center;
  margin-top: 0.4rem;
}
.desc-box.fb-box {
  justify-content: flex-end;
}
.desc-box.fb-box .desc {
  margin-right: 11px;
}
.line {
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
  margin: 1rem 0;
}
.line.progress-line {
  margin-top: 24px;
  margin-bottom: 18px;
}
.title {
  width: 100%;
  font-size: 1rem;
  line-height: 1rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 32px;
  text-align: center;
}

.desc-box .icon {
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.2rem;
}

.desc-box .desc {
  font-size: 0.6rem;
  line-height: 0.8rem;
  color: #333;
}

.btn {
  width: 100%;
  height: 2.6rem;
  background: #b20b30;
  border-radius: 1.3rem;
  text-align: center;
  line-height: 2.6rem;
  font-size: 0.9rem;
  color: #fff;
  margin-top: 10px;
}
.topbar {
	width: 100%;
	height: 44px;
	line-height: 44px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #ffffff;
	z-index: 12;
}
.topbar .topcen {
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	font-size: 18px;
	font-weight: 600;
  padding: 0 40px;
  width: calc(100% - 80px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.topbar .topleft {
	display: inline-block;
	width: 40px;
	height: 100%;
	line-height: 44px;
	position: absolute;
	left: 0;
	text-align: center;
	z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topleft > img {
	width: 11px;
	height: 20px;
}
.bold{
	font-weight: bold;
}

.pay-kefu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.5);
  left: 0;
  top: 0;
  z-index: 2147483624;
  display: none;
}

.pay-kefu-inner {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 320px;
  height: 68vh;
  overflow: hidden;
  background-color: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}

.pay-kefu-img-box {
  width: 100%;
  padding: 10px 30px;
  overflow: hidden;
  flex: 1;
}

.pay-kefu-img {
  width: 100%;
}

.pay-kefu-close {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #ebedf0;
  color: #b20b30;
}