* {
  box-sizing: border-box;
}

p {
  margin: 0;
}

html {
  font-size: 3rem !important;
}

body {
  font-family: "微软雅黑", "Helvetica Neue", Arial, "Hiragino Sans GB", "PingFang SC", "Heiti SC", STHeiti, "Microsoft Yahei", "Source Han Sans SC", "Noto Sans CJK SC", "Droid Sans Fallback", sans-serif;
  font-size: 16px !important;
  max-width: 440px;
  margin: 0 auto;
  align-items: center;
}

#p-con {
  background-color: var(--bgThemeColor);
  color: #0C0C0C;
  display: flex;
  flex-direction: column;
  font-size: 16;
}

.full-img {
  width: 100%;
}

/*头图*/
.head-img {
  position: relative;
  overflow: hidden;
}

/*按钮公共样式*/
.van-button--primary {
  /* background-color: var(--bgThemeColor)!important; */
  background-color: red !important;
  border: 1px solid var(--themeColor) !important;
  color: var(--themeColor) !important;
  border-radius: 20px !important;
}

/*弹窗公共样式*/
.van-dialog__header {
  font-weight: bold;
  /*覆盖原来的padding-top*/
  padding-top: 10px !important;
  padding-bottom: 10px;
}

.van-dialog__footer .van-button__text {
  color: dodgerblue;
}

.dialog-content-con {
  height: 300px;
  overflow: auto;
  padding: 10px;
  line-height: 1.8;
  font-size: 14px;
}

/*表单项相关*/
.van-field__label {
  width: 4em !important;
}

.van-field__label {
  color: #0C0C0C !important;
  margin-right: -5px !important;
  line-height: 0.8rem;
}

.van-field__control:disabled {
  color: #0C0C0C !important;
}

/*选号*/
.choose-con {
  margin: 10px 10px 0 10px;
  padding: 20px 0 10px 0;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.choose-con-mb {
  width: 100%;
  height: 100%;
  background: url(./img/quanyi.png);
  background-size: contain;
  background-color: #79D7FD;
  background-repeat: no-repeat;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.choose-con .placeholder {
  text-align: center;
  font-size: 15px;
  width: 100%;
}

.choose-con .bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}

.choose-con .input-con {
  position: relative;
  border: 1px solid #FD6D09;
  border-radius: 30px;
  overflow: hidden;
  height: 34px;
  flex: 1;
  margin-right: 8px;
}

.choose-con .input-con .van-cell {
  padding: 5px 16px;
}

.choose-con .input-con .search-btn {
  position: absolute;
  width: 26px;
  height: 26px;
  right: 5px;
  bottom: 3px;
}

.choose-con .refresh-btn {
  width: 87px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background-color: #FD6D09;
  color: white;
  font-size: 13px;
}

.choose-con .number-list-con {
  display: flex;
  flex-wrap: wrap;
  margin-top: 13px;
  padding-left: 10px;
}

.choose-con .number-con {
  width: calc(48% - 5px);
  margin: 0 5px 10px 0;
  position: relative;
  border: 2px solid white;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
}

.choose-con .number-con .number-con-flex {
  position: absolute;
  top: -20px;
  right: -10px;
  width: 25px;
}

.choose-con .number-con .number-con-flex img {
  width: 100%;
}

.choose-con .selected-number-con {
  border: 2px solid #fbac1b;
}

.number-con p {
  position: relative;
  z-index: 1;
}

.choose-con .choose-con-button {
  display: flex;
  justify-content: space-around;
}

.choose-con .choose-con-button button {
  font-size: .38rem;
  padding: 0.16rem 1rem;
  border: none;
  border-radius: 45px;
}

.choose-con .choose-con-button .choose-con-buttonLeft {
  background: #FD6D09;
  color: #fff;
}

.number-div {
  position: relative;
}

.number-position {
  position: absolute;
  bottom: .2rem;
  left: 2.6rem;
  font-size: .4rem;
}

.form .form-time {
  font-size: .4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form .form-time p {
  margin: 0;
}

.form .form-time b {
  font-size: .45rem;
  font-weight: 700;
  color: #f00;
  padding: 0 .1rem;
}

.number-con .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.checked {
  width: 20px !important;
  height: 20px;
  position: absolute;
  right: 2px;
  bottom: -4px;
}

.number-con .number {
  color: #484848;
  font-size: 19px;
  /* margin: 3px 0 0 3px; */
}

.number-con .tip {
  color: #f00;
  /* font-weight: bold; */
  font-size: 14px;
  margin: 4px 0 0 4px;
}

.number-con .tip .numberPrice {
  color: #ccc;
  text-decoration: line-through;
  margin-left: 16%;
}

/** 表单 **/
.form-con {
  /* padding: 15px 10px; */
  overflow: hidden;
}

.form-con .van-cell {
  line-height: 30px;
  border-radius: 25px;
  width: calc(100% - 0.5rem);
  margin: 0 auto;
  padding: 10px;
  margin-bottom: 6px;
  align-items: center;
}

.verify-code-btn .van-button__content {
  min-width: 60px;
}

.btn-primary,
.btn-primary-img {
  width: calc(100% - 20px);
  /* margin: 10px 0 0 10px!important; */
}

/*用户协议*/
.form {
  /* background: white; */
  border-radius: 10px;
  overflow: hidden;
  padding: 10px 0;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); */
  display: flex;
  align-content: space-between;
  flex-direction: column;
  align-items: center;
}

.form p {
  /* margin-top: 20px; */
  display: inline-flex;
  align-items: center;
}

.form .checkbox {
  margin: 0 5px 0 10px;
}

.checkbox .van-checkbox__icon {
  font-size: 18px;
}

.form .protocol {
  font-size: 12px;
}

.form a {
  color: #4EAAEF;
}

.protocol-con {
  height: 300px;
  overflow: auto;
  padding: 10px;
  margin-top: 10px;
  line-height: 1.8;
  font-size: 14px;
}

/*协议容器*/
.bottom-con {
  position: relative;
  width: 100%;
  line-height: 2;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.bottom-con p {
  text-align: center;
  font-size: 14px;
}

.bottom-con .rule {
  color: dodgerblue;
}

/*尾部展开按钮*/
.expand-btn {
  width: 100%;
  height: 40px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--themeColor);
  background: var(--bgThemeColor);
}

.expand-btn span {
  margin-right: 5px;
}

/*页脚*/
footer {
  background: white;
  width: 100%;
  text-align: center;
  padding: 10px 20px;
}

footer a {
  color: #999;
  font-size: 12px;
  line-height: 1.5;
}

/*返回按钮*/
.back-btn {
  position: fixed;
  width: calc(100% - 40px);
  left: 20px;
  bottom: 50px;
}

/*提交成功弹窗*/
.success-popup {
  border-radius: 10px 10px 0 0;
}

.success-modal-con {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #7C4B9A;
  border-radius: 10px;
}
.success-modal-con2{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin: auto;
  border-radius: 10px;
}
.success-modal-con1{
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
}

.success-modal {
  background-color: #F8F9FF;
  border-radius: 10px;
  /* padding: 20px 50px 40px 50px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.5;
}

.success-modal img {
  width: 100%;
  border-radius: 10px;
}

.tip1 {
  color: #3E91EB;
  font-size: 30px;
}

.tip2 {
  font-size: 18px;
  margin: 20px 0;
}

.buttonflex {
  width: 100%;
  margin-bottom: 20px;
  /* border-radius: 0px 0px 10px 10px; */
  /* background-color: #7C4B9A; */
  display: flex;
  justify-content: space-evenly;
}

.buttonflex1 {
  width: calc(100% - 40px);
  height: 50px;
  border-radius: 20px;
  text-align: center;
  /* font-size: 20px; */
  line-height: 50px;
  position: absolute;
  bottom: 1rem;
  /* background-color: #3E91EB; */
}

.buttonflex3 {
  width: 100%;
  display: flex;
  margin-bottom: 0.3rem;
  justify-content: space-evenly;
}

.button1 {
  width: 120px;
  background-color: #7C4B9A;
  border-radius: 22px;
  border: 1px solid;
  height: 40px;
  color: #ffff;
  font-size: 16px;
}

.button2 {
  width: 120px;
  background-color: #F9D600;
  border-radius: 22px;
  border: 0px;
  height: 40px;
  font-size: 18px;
  font-weight: 700;
}

.button3 {
  width: 3rem;
  height: 50px;
  font-size: 18px;
  border-radius: 20px;
  border: none;
}

.button4 {
  width: 3rem;
  height: 50px;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
  background-color: #3E91EB;
  border: none;
}

.tip3 {
  color: #666666;
  font-size: 16px;
  margin: 20px 0;
}

.success-modal-con .icon {
  font-size: 40px;
  color: white;
  margin-top: 20px;
}
.success-modal-con2 .icon {
  font-size: 40px;
  color: white;
  margin-top: 20px;
}

/* 隐藏说明 */
.noneHref {
  padding: 10px;
}

.noneHref_p {
  font-size: 18px;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

.noneDiv b {
  font-size: 16px;
  color: #f00;
}

.noneDiv p {
  font-size: 12px;
  font-weight: 700;
}

.shilx {
  font-size: 12px;
}

.zsl3 {

  font-size: 12px;
  color: rgb(16, 19, 214);
}

.wz {
  width: 100%;
}

.zsllsh {
  width: 16px;
  height: 50px;
  position: absolute;
  top: 40px;
  right: 5px;
}

.zsll {
  color: #fff;
  font-size: 12px;
}

.ship {
  display: flex;
  width: calc(100% - 2rem);
  justify-content: space-around;
  flex-wrap: wrap;
  position: relative;
  top: -1.9rem;
  left: 1rem;
}

.ship p {
  width: 1.8rem;
  text-align: center;
  margin: 0 10px;
  position: relative;
}

.ship p img {
  width: 100%;
}

.van-popup__close-icon--top-right {
  top: 0.2rem !important;
  right: 0.2rem !important;
}

.van-popup--center {
  width: calc(100% - 0.5rem);
}

.chais {
  animation: jib 1s infinite;
  width: 5rem;
  position: absolute;
  /* margin-top: -0.8rem; */
  top: -15px;
  right: -2rem;
  z-index: 2;
}

.chais1 {
  position: relative;
  /* background: #fff; */
  border-radius: 0.2rem;
  display: flex;
  line-height: .5rem;
  padding: 0.1rem 0.2rem;
  margin-bottom: 0.2rem;
}

.van-field__control {
  font-weight: 700;
}

.van-popup {
  background-color: rgba(0, 0, 0, 0);
}

.success-modal1 {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.5;
}

.success-modal1 img {
  width: 100%;
}

.van-dialog {
  width: 7.5rem;
}

[v-cloak] {
  display: none;
}
.bgclass span{
color: #F7F100;
}
